[INFO] cloning repository https://github.com/benfred/py-spy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benfred/py-spy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenfred%2Fpy-spy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenfred%2Fpy-spy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 538a2c63327adc9c0b921e1502c6e9156b1e14bb [INFO] building benfred/py-spy against try#3bbb5242a8064de4ca3af4036745ddf603ddaa85 for pr-101929 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenfred%2Fpy-spy" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/benfred/py-spy on toolchain 3bbb5242a8064de4ca3af4036745ddf603ddaa85 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/source/.cargo/config [INFO] started tweaking git repo https://github.com/benfred/py-spy [INFO] finished tweaking git repo https://github.com/benfred/py-spy [INFO] tweaked toml for git repo https://github.com/benfred/py-spy written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/benfred/py-spy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2d010759e9b5ce17ffa4cd527f329bd5fcffca7288b6e648b7302e613cd498c [INFO] running `Command { std: "docker" "start" "-a" "f2d010759e9b5ce17ffa4cd527f329bd5fcffca7288b6e648b7302e613cd498c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2d010759e9b5ce17ffa4cd527f329bd5fcffca7288b6e648b7302e613cd498c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2d010759e9b5ce17ffa4cd527f329bd5fcffca7288b6e648b7302e613cd498c", kill_on_drop: false }` [INFO] [stdout] f2d010759e9b5ce17ffa4cd527f329bd5fcffca7288b6e648b7302e613cd498c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62c5d40f07a85f928008083cba1a478df57bb278181bbf1fb677ad7b2a3f8468 [INFO] running `Command { std: "docker" "start" "-a" "62c5d40f07a85f928008083cba1a478df57bb278181bbf1fb677ad7b2a3f8468", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling libm v0.2.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling cpp_demangle v0.3.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling os_str_bytes v6.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling proc-maps v0.2.1 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling object v0.29.0 [INFO] [stderr] Compiling gimli v0.26.2 [INFO] [stderr] Compiling nix v0.24.2 [INFO] [stderr] Compiling remoteprocess v0.4.10 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling bytemuck v1.11.0 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling console v0.15.1 [INFO] [stderr] Compiling rgb v0.8.33 [INFO] [stderr] Compiling dashmap v5.3.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling read-process-memory v0.1.4 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling addr2line v0.18.0 [INFO] [stderr] Compiling quick-xml v0.23.0 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling py-spy v0.3.14 (/opt/rustwide/workdir) [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling lru v0.7.8 [INFO] [stderr] Compiling ctrlc v3.2.2 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling scroll_derive v0.11.0 [INFO] [stderr] Compiling clap_derive v3.2.15 [INFO] [stderr] Compiling scroll v0.11.0 [INFO] [stderr] Compiling goblin v0.5.3 [INFO] [stderr] Compiling clap v3.2.15 [INFO] [stderr] Compiling inferno v0.11.7 [INFO] [stderr] Compiling clap_complete v3.2.3 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "62c5d40f07a85f928008083cba1a478df57bb278181bbf1fb677ad7b2a3f8468", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62c5d40f07a85f928008083cba1a478df57bb278181bbf1fb677ad7b2a3f8468", kill_on_drop: false }` [INFO] [stdout] 62c5d40f07a85f928008083cba1a478df57bb278181bbf1fb677ad7b2a3f8468 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+3bbb5242a8064de4ca3af4036745ddf603ddaa85" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 933e7551a8fc668bbe491445066b04fb2b4ef263b06aaa84e74a0c0b2db05e56 [INFO] running `Command { std: "docker" "start" "-a" "933e7551a8fc668bbe491445066b04fb2b4ef263b06aaa84e74a0c0b2db05e56", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling py-spy v0.3.14 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `py-spy` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name py_spy --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=70229a518d15f4f5 -C extra-filename=-70229a518d15f4f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-06e58bede5a501a4.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-6a4890d431ff4804.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-42c907e556d306e2.rlib --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-69634e5bd8bee041.rlib --extern console=/opt/rustwide/target/debug/deps/libconsole-8626c528ba5417b9.rlib --extern cpp_demangle=/opt/rustwide/target/debug/deps/libcpp_demangle-07abe46b68de62c2.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-54c4075872aee339.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-5128154579526474.rlib --extern goblin=/opt/rustwide/target/debug/deps/libgoblin-35932223a648e7ad.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-c6e291f573d4bc28.rlib --extern inferno=/opt/rustwide/target/debug/deps/libinferno-bd1ae88318cb6741.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-029e0faafe602750.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-2aea261907451eb5.rlib --extern lru=/opt/rustwide/target/debug/deps/liblru-22d8d4c4f48c3e29.rlib --extern memmap=/opt/rustwide/target/debug/deps/libmemmap-6f81acc06d0e962e.rlib --extern proc_maps=/opt/rustwide/target/debug/deps/libproc_maps-f77bb4bbeecd484d.rlib --extern py_spy=/opt/rustwide/target/debug/deps/libpy_spy-fc7d67f39e70159e.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-231a1b2e1b451c33.rlib --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-ffeb7a669472bb16.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-f4af02113332b2fd.rlib --extern remoteprocess=/opt/rustwide/target/debug/deps/libremoteprocess-36754277110b86a2.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a5a99a3e9c981a57.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-f129655255189346.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-5bdeb3d9ff84dac5.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-340e16637910c58d.rlib --extern termios=/opt/rustwide/target/debug/deps/libtermios-2b10820b131d1ae9.rlib --cap-lints=forbid --cfg unwind` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "933e7551a8fc668bbe491445066b04fb2b4ef263b06aaa84e74a0c0b2db05e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "933e7551a8fc668bbe491445066b04fb2b4ef263b06aaa84e74a0c0b2db05e56", kill_on_drop: false }` [INFO] [stdout] 933e7551a8fc668bbe491445066b04fb2b4ef263b06aaa84e74a0c0b2db05e56