[INFO] fetching crate pueue 0.12.2... [INFO] testing pueue-0.12.2 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate pueue 0.12.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate pueue 0.12.2 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pueue 0.12.2 [INFO] finished tweaking crates.io crate pueue 0.12.2 [INFO] tweaked toml for crates.io crate pueue 0.12.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate pueue 0.12.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded shell-escape v0.1.5 [INFO] [stderr] Downloaded chrono-english v0.1.6 [INFO] [stderr] Downloaded pueue-lib v0.12.2 [INFO] [stderr] Downloaded unescape v0.1.0 [INFO] [stderr] Downloaded simplelog v0.10.0 [INFO] [stderr] Downloaded procfs v0.9.1 [INFO] [stderr] Downloaded darwin-libproc-sys v0.1.2 [INFO] [stderr] Downloaded whoami v1.1.1 [INFO] [stderr] Downloaded bincode v1.3.2 [INFO] [stderr] Downloaded platforms v0.2.1 [INFO] [stderr] Downloaded psutil v3.2.0 [INFO] [stderr] Downloaded derive_more v0.99.13 [INFO] [stderr] Downloaded scanlex v0.1.4 [INFO] [stderr] Downloaded handlebars v3.5.4 [INFO] [stderr] Downloaded darwin-libproc v0.1.2 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 36d53941d8eb598d04ee49519430a431dc9c34d6f99c2283423fb0755e6e804f [INFO] running `Command { std: "docker" "start" "-a" "36d53941d8eb598d04ee49519430a431dc9c34d6f99c2283423fb0755e6e804f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "36d53941d8eb598d04ee49519430a431dc9c34d6f99c2283423fb0755e6e804f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36d53941d8eb598d04ee49519430a431dc9c34d6f99c2283423fb0755e6e804f", kill_on_drop: false }` [INFO] [stdout] 36d53941d8eb598d04ee49519430a431dc9c34d6f99c2283423fb0755e6e804f [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0dd063f3222fbbe72d46a65566b73d2dc073e0759250bc4849ca79707e17745c [INFO] running `Command { std: "docker" "start" "-a" "0dd063f3222fbbe72d46a65566b73d2dc073e0759250bc4849ca79707e17745c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling vec-arena v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling snap v1.0.4 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling async-trait v0.1.48 [INFO] [stderr] Compiling whoami v1.1.1 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rev_lines v0.2.1 [INFO] [stderr] Compiling strum v0.20.0 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling scanlex v0.1.4 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling pueue v0.12.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling bincode v1.3.2 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-executor v1.4.0 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling nb-connect v1.1.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling procfs v0.9.1 [INFO] [stderr] Compiling yasna v0.3.2 [INFO] [stderr] Compiling chrono-english v0.1.6 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling rcgen v0.8.9 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling ctrlc v3.1.8 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.6 [INFO] [stderr] Compiling polling v2.0.3 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling handlebars v3.5.4 [INFO] [stderr] Compiling simplelog v0.10.0 [INFO] [stderr] Compiling async-io v1.3.1 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling comfy-table v2.1.0 [INFO] [stderr] Compiling async-tls v0.11.0 [INFO] [stderr] Compiling clap_generate v3.0.0-beta.2 [INFO] [stderr] Compiling pueue-lib v0.12.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "0dd063f3222fbbe72d46a65566b73d2dc073e0759250bc4849ca79707e17745c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dd063f3222fbbe72d46a65566b73d2dc073e0759250bc4849ca79707e17745c", kill_on_drop: false }` [INFO] [stdout] 0dd063f3222fbbe72d46a65566b73d2dc073e0759250bc4849ca79707e17745c [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d83d4bd83658a5d16b8cef1467c8b4bf41a57b0048cf0522f98d805a6bd8d3a [INFO] running `Command { std: "docker" "start" "-a" "6d83d4bd83658a5d16b8cef1467c8b4bf41a57b0048cf0522f98d805a6bd8d3a", kill_on_drop: false }` [INFO] [stderr] Compiling pueue v0.12.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.33s [INFO] running `Command { std: "docker" "inspect" "6d83d4bd83658a5d16b8cef1467c8b4bf41a57b0048cf0522f98d805a6bd8d3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d83d4bd83658a5d16b8cef1467c8b4bf41a57b0048cf0522f98d805a6bd8d3a", kill_on_drop: false }` [INFO] [stdout] 6d83d4bd83658a5d16b8cef1467c8b4bf41a57b0048cf0522f98d805a6bd8d3a [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dcb8236ffd10b54908b9b1345733a6c200e7ff3e9ebbb1eb3604c79cd1cd4ca5 [INFO] running `Command { std: "docker" "start" "-a" "dcb8236ffd10b54908b9b1345733a6c200e7ff3e9ebbb1eb3604c79cd1cd4ca5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pueue-95758f04100a7c3d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pueued-59ad206d9ff74e73) [INFO] [stdout] test network::message_handler::clean::tests::clean_normal_for_all_results ... ok [INFO] [stdout] test network::message_handler::clean::tests::clean_successful_only ... ok [INFO] [stdout] test network::message_handler::switch::tests::switch_task_with_dependant ... ok [INFO] [stdout] test network::message_handler::switch::tests::switch_double_dependency ... ok [INFO] [stdout] this is a test [INFO] [stdout] test network::message_handler::clean::tests::clean_normal ... ok [INFO] [stdout] test platform::linux::process_helper::tests::test_spawn_command ... ok [INFO] [stdout] test network::message_handler::remove::tests::removal_of_dependencies ... ok [INFO] [stdout] test network::message_handler::switch::tests::switch_invalid ... ok [INFO] [stdout] test network::message_handler::switch::tests::switch_normal ... ok [INFO] [stdout] test network::message_handler::remove::tests::normal_remove ... ok [INFO] [stdout] test platform::linux::process_helper::tests::test_shell_command_is_killed ... ok [INFO] [stdout] test platform::linux::process_helper::tests::test_normal_command_is_killed ... ok [INFO] [stdout] test platform::linux::process_helper::tests::test_shell_command_children_are_killed ... ok [INFO] [stdout] test platform::linux::process_helper::tests::test_normal_command_children_are_killed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dcb8236ffd10b54908b9b1345733a6c200e7ff3e9ebbb1eb3604c79cd1cd4ca5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcb8236ffd10b54908b9b1345733a6c200e7ff3e9ebbb1eb3604c79cd1cd4ca5", kill_on_drop: false }` [INFO] [stdout] dcb8236ffd10b54908b9b1345733a6c200e7ff3e9ebbb1eb3604c79cd1cd4ca5