- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的 docker 构建因错误而中断:
The command '/bin/bash -o pipefail -c yes "" | make -C build modules_prepare' returned a non-zero code: 141
根据输出似乎没有任何错误:
Sending build context to Docker daemon 4.608kB
Step 1/22 : FROM nvcr.io/nvidia/deepstream:6.0-triton
---> 6e629647efba
Step 2/22 : ENV DEBIAN_FRONTEND noninteractive
---> Using cache
---> 14c68281630c
Step 3/22 : ENV VERSION="2.83.18%2Brev1.dev"
---> Using cache
---> 335b81c074f5
Step 4/22 : ENV BALENA_MACHINE_NAME="genericx86-64-ext"
---> Using cache
---> c7edbb00963b
Step 5/22 : ENV YOCTO_VERSION=5.10.43
---> Using cache
---> 249c826b797d
Step 6/22 : ENV YOCTO_KERNEL=${YOCTO_VERSION}-yocto-standard
---> Using cache
---> e461e8e8d344
Step 7/22 : ENV NVIDIA_DRIVER_VERSION=470.86
---> Using cache
---> 3f03b3e9cc5d
Step 8/22 : ENV NVIDIA_DRIVER=NVIDIA-Linux-x86_64-${NVIDIA_DRIVER_VERSION}
---> Using cache
---> 6ffdcc3b3f3b
Step 9/22 : RUN apt install -y git wget unzip build-essential libelf-dev bc libssl-dev bison flex software-properties-common
---> Using cache
---> 6fd098b57193
Step 10/22 : RUN mkdir -p /usr/src/kernel_source
---> Using cache
---> e78af78d2155
Step 11/22 : WORKDIR /usr/src/kernel_source
---> Using cache
---> 92736ef43a17
Step 12/22 : SHELL ["/bin/bash", "-o", "pipefail", "-c"]
---> Using cache
---> 5a2bb2b594f1
Step 13/22 : RUN curl -fsSL "https://files.balena-cloud.com/images/${BALENA_MACHINE_NAME}/${VERSION}/kernel_source.tar.gz" | tar xz --strip-components=2
---> Using cache
---> aa9144ca09d0
Step 14/22 : RUN yes "" | make -C build modules_prepare
---> Running in 8bc96b153e68
make: Entering directory '/usr/src/kernel_source/build'
SYNC include/config/auto.conf.cmd
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/confdata.o
HOSTCC scripts/kconfig/expr.o
LEX scripts/kconfig/lexer.lex.c
YACC scripts/kconfig/parser.tab.[ch]
HOSTCC scripts/kconfig/lexer.lex.o
HOSTCC scripts/kconfig/parser.tab.o
HOSTCC scripts/kconfig/preprocess.o
HOSTCC scripts/kconfig/symbol.o
HOSTCC scripts/kconfig/util.o
HOSTLD scripts/kconfig/conf
*
* Restart config...
*
*
* BPF based packet filtering framework (BPFILTER)
*
BPF based packet filtering framework (BPFILTER) (BPFILTER) [Y/n/?] y
bpfilter kernel module with user mode helper (BPFILTER_UMH) [M/n/y/?] (NEW)
*
* Sample kernel code
*
Sample kernel code (SAMPLES) [Y/n/?] y
auxdisplay sample (SAMPLE_AUXDISPLAY) [N/y/?] (NEW)
Build trace_events examples -- loadable modules only (SAMPLE_TRACE_EVENTS) [N/m/?] n
Build trace_printk module - tests various trace_printk formats (SAMPLE_TRACE_PRINTK) [M/n/?] m
Build register_ftrace_direct() example (SAMPLE_FTRACE_DIRECT) [N/m/?] n
Build sample module for kernel access to Ftrace instancess (SAMPLE_TRACE_ARRAY) [N/m/?] n
Build kobject examples (SAMPLE_KOBJECT) [N/m/y/?] n
Build kprobes examples -- loadable modules only (SAMPLE_KPROBES) [N/m/?] n
Build kernel hardware breakpoint examples -- loadable module only (SAMPLE_HW_BREAKPOINT) [N/m/?] n
Build kfifo examples -- loadable modules only (SAMPLE_KFIFO) [N/m/?] n
Build kdb command example -- loadable modules only (SAMPLE_KDB) [N/m/?] n
Build rpmsg client sample -- loadable modules only (SAMPLE_RPMSG_CLIENT) [N/m/?] n
Build configfs patching sample -- loadable modules only (SAMPLE_CONFIGFS) [N/m/?] n
Build VFIO mtty example mediated device sample code -- loadable modules only (SAMPLE_VFIO_MDEV_MTTY) [N/m/?] n
Build VFIO mdpy example mediated device sample code -- loadable modules only (SAMPLE_VFIO_MDEV_MDPY) [N/m/?] n
Build VFIO mdpy example guest fbdev driver -- loadable module only (SAMPLE_VFIO_MDEV_MDPY_FB) [N/m/?] n
Build VFIO mdpy example mediated device sample code -- loadable modules only (SAMPLE_VFIO_MDEV_MBOCHS) [N/m/?] n
watchdog sample (SAMPLE_WATCHDOG) [N/y/?] (NEW)
SYSTBL arch/x86/include/generated/asm/syscalls_32.h
SYSHDR arch/x86/include/generated/asm/unistd_32_ia32.h
SYSHDR arch/x86/include/generated/asm/unistd_64_x32.h
SYSTBL arch/x86/include/generated/asm/syscalls_64.h
HYPERCALLS arch/x86/include/generated/asm/xen-hypercalls.h
SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h
SYSHDR arch/x86/include/generated/uapi/asm/unistd_64.h
SYSHDR arch/x86/include/generated/uapi/asm/unistd_x32.h
HOSTCC arch/x86/tools/relocs_32.o
HOSTCC arch/x86/tools/relocs_64.o
HOSTCC arch/x86/tools/relocs_common.o
HOSTLD arch/x86/tools/relocs
HOSTCC scripts/selinux/genheaders/genheaders
HOSTCC scripts/selinux/mdp/mdp
HOSTCC scripts/bin2c
HOSTCC scripts/kallsyms
HOSTCC scripts/recordmcount
HOSTCC scripts/sorttable
HOSTCC scripts/asn1_compiler
HOSTCC scripts/sign-file
HOSTCC scripts/extract-cert
HOSTCC scripts/insert-sys-cert
WRAP arch/x86/include/generated/uapi/asm/bpf_perf_event.h
WRAP arch/x86/include/generated/uapi/asm/errno.h
WRAP arch/x86/include/generated/uapi/asm/fcntl.h
WRAP arch/x86/include/generated/uapi/asm/ioctl.h
WRAP arch/x86/include/generated/uapi/asm/ioctls.h
WRAP arch/x86/include/generated/uapi/asm/ipcbuf.h
WRAP arch/x86/include/generated/uapi/asm/param.h
WRAP arch/x86/include/generated/uapi/asm/poll.h
WRAP arch/x86/include/generated/uapi/asm/resource.h
WRAP arch/x86/include/generated/uapi/asm/socket.h
WRAP arch/x86/include/generated/uapi/asm/sockios.h
WRAP arch/x86/include/generated/uapi/asm/termbits.h
WRAP arch/x86/include/generated/uapi/asm/termios.h
WRAP arch/x86/include/generated/uapi/asm/types.h
WRAP arch/x86/include/generated/asm/early_ioremap.h
WRAP arch/x86/include/generated/asm/export.h
WRAP arch/x86/include/generated/asm/mcs_spinlock.h
WRAP arch/x86/include/generated/asm/irq_regs.h
WRAP arch/x86/include/generated/asm/local64.h
WRAP arch/x86/include/generated/asm/mm-arch-hooks.h
WRAP arch/x86/include/generated/asm/mmiowb.h
WRAP arch/x86/include/generated/asm/module.lds.h
WRAP arch/x86/include/generated/asm/rwonce.h
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/modpost.o
CC scripts/mod/devicetable-offsets.s
UPD scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
scripts/Makefile.build:414: warning: overriding recipe for target 'modules.order'
Makefile:1421: warning: ignoring old recipe for target 'modules.order'
DESCEND objtool
HOSTCC /usr/src/kernel_source/build/tools/objtool/fixdep.o
HOSTLD /usr/src/kernel_source/build/tools/objtool/fixdep-in.o
LINK /usr/src/kernel_source/build/tools/objtool/fixdep
CC /usr/src/kernel_source/build/tools/objtool/exec-cmd.o
CC /usr/src/kernel_source/build/tools/objtool/help.o
CC /usr/src/kernel_source/build/tools/objtool/pager.o
CC /usr/src/kernel_source/build/tools/objtool/parse-options.o
CC /usr/src/kernel_source/build/tools/objtool/run-command.o
CC /usr/src/kernel_source/build/tools/objtool/sigchain.o
CC /usr/src/kernel_source/build/tools/objtool/subcmd-config.o
LD /usr/src/kernel_source/build/tools/objtool/libsubcmd-in.o
AR /usr/src/kernel_source/build/tools/objtool/libsubcmd.a
CC /usr/src/kernel_source/build/tools/objtool/arch/x86/special.o
MKDIR /usr/src/kernel_source/build/tools/objtool/arch/x86/lib/
GEN /usr/src/kernel_source/build/tools/objtool/arch/x86/lib/inat-tables.c
CC /usr/src/kernel_source/build/tools/objtool/arch/x86/decode.o
LD /usr/src/kernel_source/build/tools/objtool/arch/x86/objtool-in.o
CC /usr/src/kernel_source/build/tools/objtool/weak.o
CC /usr/src/kernel_source/build/tools/objtool/check.o
CC /usr/src/kernel_source/build/tools/objtool/special.o
CC /usr/src/kernel_source/build/tools/objtool/orc_gen.o
CC /usr/src/kernel_source/build/tools/objtool/orc_dump.o
CC /usr/src/kernel_source/build/tools/objtool/builtin-check.o
CC /usr/src/kernel_source/build/tools/objtool/builtin-orc.o
CC /usr/src/kernel_source/build/tools/objtool/elf.o
CC /usr/src/kernel_source/build/tools/objtool/objtool.o
CC /usr/src/kernel_source/build/tools/objtool/libstring.o
CC /usr/src/kernel_source/build/tools/objtool/libctype.o
CC /usr/src/kernel_source/build/tools/objtool/str_error_r.o
CC /usr/src/kernel_source/build/tools/objtool/librbtree.o
LD /usr/src/kernel_source/build/tools/objtool/objtool-in.o
LINK /usr/src/kernel_source/build/tools/objtool/objtool
LDS scripts/module.lds
make: Leaving directory '/usr/src/kernel_source/build'
The command '/bin/bash -o pipefail -c yes "" | make -C build modules_prepare' returned a non-zero code: 141
如何重现该问题:
FROM nvcr.io/nvidia/deepstream:6.0-triton
ENV DEBIAN_FRONTEND noninteractive
# Set some variables to download the proper header modules
ENV VERSION="2.83.18%2Brev1.dev"
ENV BALENA_MACHINE_NAME="genericx86-64-ext"
# Set variables for the Yocto version of the OS
ENV YOCTO_VERSION=5.10.43
ENV YOCTO_KERNEL=${YOCTO_VERSION}-yocto-standard
# Set variables to download proper NVIDIA driver
ENV NVIDIA_DRIVER_VERSION=470.86
ENV NVIDIA_DRIVER=NVIDIA-Linux-x86_64-${NVIDIA_DRIVER_VERSION}
# Install some prerequisites
RUN apt install -y git wget unzip build-essential libelf-dev bc libssl-dev bison flex software-properties-common
# Workdir
RUN mkdir -p /usr/src/kernel_source
WORKDIR /usr/src/kernel_source
# Causes a pipeline to produce a failure return code if any command errors.
# Normally, pipelines only return a failure if the last command errors.
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Download the kernel source then prepare kernel source to build a module.
RUN curl -fsSL "https://files.balena-cloud.com/images/${BALENA_MACHINE_NAME}/${VERSION}/kernel_source.tar.gz" \
| tar xz --strip-components=2
RUN yes "" | make -C build modules_prepare
我怎样才能解决这个问题?
最佳答案
您不能使用 yes
与 -o pipefail
. yes
程序永远写入它的标准输出,直到有人关闭管道,关闭管道的行为是失败的:
$ bash -c -o pipefail -c 'yes "" | head -n1'
yes: standard output: Broken pipe
退出代码 141 是信号 13 (141 - 128 = 13),信号 13 是 SIGPIPE,这是管道损坏的错误。
(yes "" 2>/dev/null || true) | make -C build modules_prepare
关于Docker 构建 : the command returned a non-zero code: 141,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70852143/
我正在使用 gmock 并模拟了一个函数 boost::beast::http::response_parser作为输出参数。功能签名看起来像: error_code readFromSocket(b
我的任务是打印由“非元音、元音、非元音”组成的单词列表,即 bab、bac、bad、bad ... 到 zuz。 我已经设法创建了一个代码,它执行前两个字母,但在最后一个循环中丢失并只打印'}' -
我正在尝试使用 label2rgb 生成 RGB 标签切片并使用它来更新 RGB 体积,如下所示: labelRGB_slice=label2rgb(handles.label(:,:,han
我有一个很奇怪的问题。我在 dll 中定义了一个接口(interface),如下所示: public interface IKreator2 { string Name { get; set;
在我的 openshift Drupal 托管中,网络都在 SSL 下 http://domain.com -> https://www.domain.com 确定 http://www.domain
我收到警告“退出构造函数时不可为空的事件‘SomeEvent’必须包含非空值。考虑将事件声明为可空。” 这是我的代码的一个非常简化的版本,它复制了完全相同的问题。我在这里错过了什么?这与 .Net 6
在一次大学考试中,我被要求测试一些 apache 簿记员类/方法,在这样做的过程中,我想在我的参数化测试中使用 mockito。没有 mockito 的测试工作正常但是当我尝试模拟接口(interfa
假设 A 列在 7 行中有以下值: 2 [空白的] 0 -0.3 0 [空白的] 0 如何获取范围(7 行)中非空/空白且不为零的最后一个值?因此,在这种情况下,正确答案是 -0.3。 最佳答案 =I
考虑以下受 this talk 启发的代码: template struct even_common_type_helper_impl; template struct even_common_typ
考虑这段代码, struct A {}; struct B { B(const A&) {} }; void f(B) { cout << "f()"<
考虑下面的类(class)。如果我对它运行 Findbugs,它会在第 5 行但不在第 7 行给我一个错误(“可序列化类中的非 transient 非可序列化实例字段”)。 1 public clas
我正在编写一个 python 脚本来计算 数据包丢失 通过使用 ping IP 地址linux 中的 subprocess 模块。 CSV 文件中保存了多个 IP 地址。当只给出可 ping 目的地时
我只是做文本更改,在文本之前它工作正常。请任何人都可以帮助我。 提前致谢 最佳答案 我已经解决了: ionic cordova 插件rmcordova-plugin-ionic-webview ion
我如何定义 在 persistence.xml 中? 我的项目在 Tomcat 6 和 Tomcat 7 中运行良好。 现在我正在使用 Struts 2 Spring 3.0.5 JPA 2 Jbos
我有一个 maven 仓库中不存在的第三方 jar,我们称它为“a.jar”,它也依赖于至少 20 多个第三方 jar,其中大部分不在 maven 中或者,我们称它们为“b.jar、c.jar、d.j
我已经浏览了各种线程很多小时(不夸张),但一直无法找到一种解决方案组合,使我能够将非 www 和 http 转发到 www 和 https,同时仍然能够查看 php 文件没有扩展名。如下是我的ngin
Scott Meyer 关于非成员函数增加封装并允许更优雅的设计(设计方面)的论点对我来说似乎非常有效。看这里:Article 但是我对此有疑问。 (似乎还有其他人,尤其是库开发人员,他们通常完全忽略
在对类设计的一些事实感到困惑时,特别是函数是否应该是成员,我查看了 Effective c++ 并找到了第 23 条,即 Prefer non-member non-friend functions
我正在尝试使用 firebase 云功能将通知发送到一个点半径的圆内的设备。我能够获取圈内设备的 ID,但无法获取 token ,使用 console.log(token) 打印时 token 为空。
我在我的项目中使用 React-ckeditor 5 包。我得到一个反序列化的 html 数据,我正在使用 React-html-parser 包将它解析成 html 模板,并将这个解析的数据传递给
我是一名优秀的程序员,十分优秀!