[INFO] crate sam 0.3.1 is already in cache [INFO] checking sam-0.3.1 against try#3738e44c8fffe9e1fdfda9304a4df74ce7b29152 for pr-68746 [INFO] extracting crate sam 0.3.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate sam 0.3.1 on toolchain 3738e44c8fffe9e1fdfda9304a4df74ce7b29152 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sam 0.3.1 [INFO] finished tweaking crates.io crate sam 0.3.1 [INFO] tweaked toml for crates.io crate sam 0.3.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+3738e44c8fffe9e1fdfda9304a4df74ce7b29152" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2a242636998ec2b656c348106cb5545d38ab1de873f0ed37ce1fa92ff4022317 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "2a242636998ec2b656c348106cb5545d38ab1de873f0ed37ce1fa92ff4022317"` [INFO] [stderr] Compiling sam v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `sam v0.3.1 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/sam-459fe0acf2d7bc03/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] usage: git [--version] [--help] [-C ] [-c =] [INFO] [stderr] [--exec-path[=]] [--html-path] [--man-path] [--info-path] [INFO] [stderr] [-p | --paginate | --no-pager] [--no-replace-objects] [--bare] [INFO] [stderr] [--git-dir=] [--work-tree=] [--namespace=] [INFO] [stderr] [] [INFO] [stderr] [INFO] [stderr] These are common Git commands used in various situations: [INFO] [stderr] [INFO] [stderr] start a working area (see also: git help tutorial) [INFO] [stderr] clone Clone a repository into a new directory [INFO] [stderr] init Create an empty Git repository or reinitialize an existing one [INFO] [stderr] [INFO] [stderr] work on the current change (see also: git help everyday) [INFO] [stderr] add Add file contents to the index [INFO] [stderr] mv Move or rename a file, a directory, or a symlink [INFO] [stderr] reset Reset current HEAD to the specified state [INFO] [stderr] rm Remove files from the working tree and from the index [INFO] [stderr] [INFO] [stderr] examine the history and state (see also: git help revisions) [INFO] [stderr] bisect Use binary search to find the commit that introduced a bug [INFO] [stderr] grep Print lines matching a pattern [INFO] [stderr] log Show commit logs [INFO] [stderr] show Show various types of objects [INFO] [stderr] status Show the working tree status [INFO] [stderr] [INFO] [stderr] grow, mark and tweak your common history [INFO] [stderr] branch List, create, or delete branches [INFO] [stderr] checkout Switch branches or restore working tree files [INFO] [stderr] commit Record changes to the repository [INFO] [stderr] diff Show changes between commits, commit and working tree, etc [INFO] [stderr] merge Join two or more development histories together [INFO] [stderr] rebase Reapply commits on top of another base tip [INFO] [stderr] tag Create, list, delete or verify a tag object signed with GPG [INFO] [stderr] [INFO] [stderr] collaborate (see also: git help workflows) [INFO] [stderr] fetch Download objects and refs from another repository [INFO] [stderr] pull Fetch from and integrate with another repository or a local branch [INFO] [stderr] push Update remote refs along with associated objects [INFO] [stderr] [INFO] [stderr] 'git help -a' and 'git help -g' list available subcommands and some [INFO] [stderr] concept guides. See 'git help ' or 'git help ' [INFO] [stderr] to read about a specific subcommand or concept. [INFO] [stderr] "" [INFO] [stderr] Usage [INFO] [stderr] [INFO] [stderr] cmake [options] [INFO] [stderr] cmake [options] [INFO] [stderr] [INFO] [stderr] Specify a source directory to (re-)generate a build system for it in the [INFO] [stderr] current working directory. Specify an existing build directory to [INFO] [stderr] re-generate its build system. [INFO] [stderr] [INFO] [stderr] Run 'cmake --help' for more information. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', build.rs:95:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5578c77c4198 - backtrace::backtrace::libunwind::trace::hcb5c3e9f7e1ea650 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5578c77c4198 - backtrace::backtrace::trace_unsynchronized::h8d2cf7d7c9151b5f [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5578c77c4198 - std::sys_common::backtrace::_print_fmt::hb2695e112e335a40 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x5578c77c4198 - ::fmt::h05262518ded0159f [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x5578c77e1e4c - core::fmt::write::h878d462cd436633c [INFO] [stderr] at src/libcore/fmt/mod.rs:1052 [INFO] [stderr] 5: 0x5578c77c1707 - std::io::Write::write_fmt::h453d7ce9b460b348 [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x5578c77c65a5 - std::sys_common::backtrace::_print::hef41b6dbad001e1b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x5578c77c65a5 - std::sys_common::backtrace::print::hd911be6dd5db9f65 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x5578c77c65a5 - std::panicking::default_hook::{{closure}}::h6763d82d5ad21342 [INFO] [stderr] at src/libstd/panicking.rs:204 [INFO] [stderr] 9: 0x5578c77c62e6 - std::panicking::default_hook::h7e0514c335de079d [INFO] [stderr] at src/libstd/panicking.rs:224 [INFO] [stderr] 10: 0x5578c77c6b62 - std::panicking::rust_panic_with_hook::h0dae373da0837fa4 [INFO] [stderr] at src/libstd/panicking.rs:470 [INFO] [stderr] 11: 0x5578c77c674b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:378 [INFO] [stderr] 12: 0x5578c77e1091 - core::panicking::panic_fmt::h875be34c31f269b6 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 13: 0x5578c77e0eb3 - core::option::expect_none_failed::h4adaad03accdb0f7 [INFO] [stderr] at src/libcore/option.rs:1199 [INFO] [stderr] 14: 0x5578c77b54f0 - core::result::Result::expect::h0009a0106c34c803 [INFO] [stderr] at /rustc/3738e44c8fffe9e1fdfda9304a4df74ce7b29152/src/libcore/result.rs:991 [INFO] [stderr] 15: 0x5578c77b306d - build_script_build::download_kstool::hc6c753c11dc4463c [INFO] [stderr] at /opt/rustwide/workdir/build.rs:95 [INFO] [stderr] 16: 0x5578c77b3a04 - build_script_build::main::hfa578f095958dc81 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:124 [INFO] [stderr] 17: 0x5578c77b45c0 - std::rt::lang_start::{{closure}}::h6ba6f7826ec34982 [INFO] [stderr] at /rustc/3738e44c8fffe9e1fdfda9304a4df74ce7b29152/src/libstd/rt.rs:67 [INFO] [stderr] 18: 0x5578c77c6673 - std::rt::lang_start_internal::{{closure}}::h241bd727d7a41adc [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 19: 0x5578c77c6673 - std::panicking::try::do_call::hd241df36f7b814da [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 20: 0x5578c77ccd67 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:86 [INFO] [stderr] 21: 0x5578c77c7009 - std::panicking::try::h8a1931d0f1bb70a1 [INFO] [stderr] at src/libstd/panicking.rs:281 [INFO] [stderr] 22: 0x5578c77c7009 - std::panic::catch_unwind::h22c6782f26e3268e [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 23: 0x5578c77c7009 - std::rt::lang_start_internal::hf15683adb880b573 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 24: 0x5578c77b4599 - std::rt::lang_start::h1196966b0b10e12c [INFO] [stderr] at /rustc/3738e44c8fffe9e1fdfda9304a4df74ce7b29152/src/libstd/rt.rs:67 [INFO] [stderr] 25: 0x5578c77b3a3a - main [INFO] [stderr] 26: 0x7f5a20b22b97 - __libc_start_main [INFO] [stderr] 27: 0x5578c77b0e8a - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "2a242636998ec2b656c348106cb5545d38ab1de873f0ed37ce1fa92ff4022317"` [INFO] running `"docker" "rm" "-f" "2a242636998ec2b656c348106cb5545d38ab1de873f0ed37ce1fa92ff4022317"` [INFO] [stdout] 2a242636998ec2b656c348106cb5545d38ab1de873f0ed37ce1fa92ff4022317