[INFO] crate sam 0.3.1 is already in cache [INFO] testing sam-0.3.1 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate sam 0.3.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate sam 0.3.1 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] af800afa1163b0d829395f9f22b99138ab294e6821a3f490188f0c927390543c [INFO] running `"docker" "start" "-a" "af800afa1163b0d829395f9f22b99138ab294e6821a3f490188f0c927390543c"` [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-06f493ad0f873e0f/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: 0x55fa1eb44cb4 - backtrace::backtrace::libunwind::trace::h61666fa4b9834a45 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x55fa1eb44cb4 - backtrace::backtrace::trace_unsynchronized::h01d3725fb5da8653 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55fa1eb44cb4 - std::sys_common::backtrace::_print_fmt::h5c7c4751bc296f90 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x55fa1eb44cb4 - ::fmt::h7729313ad2d729c7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x55fa1eb67a2c - core::fmt::write::hb0049f6c12bdaffc [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x55fa1eb424b3 - std::io::Write::write_fmt::hfb486fa6ccb90f14 [INFO] [stderr] at src/libstd/io/mod.rs:1504 [INFO] [stderr] 6: 0x55fa1eb47255 - std::sys_common::backtrace::_print::ha087cac92e84a414 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x55fa1eb47255 - std::sys_common::backtrace::print::h6b013d3bfe6cbcb8 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55fa1eb47255 - std::panicking::default_hook::{{closure}}::h016d7de02def2736 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x55fa1eb46f92 - std::panicking::default_hook::h9386f7e484840463 [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x55fa1eb47862 - std::panicking::rust_panic_with_hook::h3846eb1b2e5a9312 [INFO] [stderr] at src/libstd/panicking.rs:511 [INFO] [stderr] 11: 0x55fa1eb4744b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:419 [INFO] [stderr] 12: 0x55fa1eb66e11 - core::panicking::panic_fmt::hc5953a7331f9805c [INFO] [stderr] at src/libcore/panicking.rs:111 [INFO] [stderr] 13: 0x55fa1eb66c33 - core::option::expect_none_failed::hf2c575a7b931ce1f [INFO] [stderr] at src/libcore/option.rs:1268 [INFO] [stderr] 14: 0x55fa1eb36985 - core::result::Result::expect::h1fdcf103fa42368c [INFO] [stderr] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/result.rs:963 [INFO] [stderr] 15: 0x55fa1eb332c8 - build_script_build::download_kstool::h0ace637aa2f8074b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:95 [INFO] [stderr] 16: 0x55fa1eb33c47 - build_script_build::main::h5a81aeadf221624c [INFO] [stderr] at /opt/rustwide/workdir/build.rs:124 [INFO] [stderr] 17: 0x55fa1eb34e6b - std::rt::lang_start::{{closure}}::h259306ad8ce0ef95 [INFO] [stderr] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/rt.rs:67 [INFO] [stderr] 18: 0x55fa1eb47ca8 - std::rt::lang_start_internal::{{closure}}::h76043ceda1ce1596 [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 19: 0x55fa1eb47ca8 - std::panicking::try::do_call::hb3d81a78fdf1ed63 [INFO] [stderr] at src/libstd/panicking.rs:331 [INFO] [stderr] 20: 0x55fa1eb47ca8 - std::panicking::try::he8d7c35962fb5d7e [INFO] [stderr] at src/libstd/panicking.rs:274 [INFO] [stderr] 21: 0x55fa1eb47ca8 - std::panic::catch_unwind::h643ad9bfe058a347 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 22: 0x55fa1eb47ca8 - std::rt::lang_start_internal::h4b0f023744ce345f [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 23: 0x55fa1eb34e47 - std::rt::lang_start::he55dbb60f6ee95d3 [INFO] [stderr] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/rt.rs:67 [INFO] [stderr] 24: 0x55fa1eb33c7a - main [INFO] [stderr] 25: 0x7f2442b64b97 - __libc_start_main [INFO] [stderr] 26: 0x55fa1eb3152a - _start [INFO] [stderr] 27: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "af800afa1163b0d829395f9f22b99138ab294e6821a3f490188f0c927390543c"` [INFO] running `"docker" "rm" "-f" "af800afa1163b0d829395f9f22b99138ab294e6821a3f490188f0c927390543c"` [INFO] [stdout] af800afa1163b0d829395f9f22b99138ab294e6821a3f490188f0c927390543c