[INFO] updating cached repository https://github.com/kurnevsky/esxtool [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 88538ca7c8e068b5e38d4b386eb1bf3d5cede3d0 [INFO] testing kurnevsky/esxtool against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkurnevsky%2Fesxtool" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kurnevsky/esxtool on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/kurnevsky/esxtool [INFO] finished tweaking git repo https://github.com/kurnevsky/esxtool [INFO] tweaked toml for git repo https://github.com/kurnevsky/esxtool written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/kurnevsky/esxtool already has a lockfile, it will not be regenerated [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] e02d3f48f6dc8dbc3c3dbf42fbc0592ea585cf71257dc0e21c5d242a7c27cc2c [INFO] running `"docker" "start" "-a" "e02d3f48f6dc8dbc3c3dbf42fbc0592ea585cf71257dc0e21c5d242a7c27cc2c"` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling ascii v0.9.2 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling seek_bufread v1.2.2 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling esxtool v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:46:13 [INFO] [stderr] | [INFO] [stderr] 46 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: method is never used: `name` [INFO] [stderr] --> src/mwscript/func_macro.rs:38:7 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn name(self) -> &'static str { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/mwscript/funcs.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / mwfuncs! { [INFO] [stderr] 18 | | Disable(| s): v, [INFO] [stderr] 19 | | Enable(| s): v, [INFO] [stderr] 20 | | GetDisabled(| s): l, [INFO] [stderr] ... | [INFO] [stderr] 521 | | SetScale(f): v [INFO] [stderr] 522 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: could not compile `esxtool`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name esxtool --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=dc2a22d0a4a9d21b -C extra-filename=-dc2a22d0a4a9d21b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2cdd9ae034878c52.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d2565425f4cbea25.rlib --extern combine=/opt/rustwide/target/debug/deps/libcombine-3c380978bff683aa.rlib --extern encoding=/opt/rustwide/target/debug/deps/libencoding-2d50cb5a450554bc.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-0fa7525a7ec39323.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d67a4c2ceeeb5092.rlib --extern phf=/opt/rustwide/target/debug/deps/libphf-0f99ef053b9fd8bd.rlib --extern seek_bufread=/opt/rustwide/target/debug/deps/libseek_bufread-ed150d1610c1d8e9.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "e02d3f48f6dc8dbc3c3dbf42fbc0592ea585cf71257dc0e21c5d242a7c27cc2c"` [INFO] running `"docker" "rm" "-f" "e02d3f48f6dc8dbc3c3dbf42fbc0592ea585cf71257dc0e21c5d242a7c27cc2c"` [INFO] [stdout] e02d3f48f6dc8dbc3c3dbf42fbc0592ea585cf71257dc0e21c5d242a7c27cc2c