[INFO] cloning repository https://github.com/spirali/hyperqueue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/spirali/hyperqueue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspirali%2Fhyperqueue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspirali%2Fhyperqueue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 854c55a7b247f9f54960faafc9dda42572d1ef79 [INFO] testing spirali/hyperqueue against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspirali%2Fhyperqueue" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/spirali/hyperqueue on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/spirali/hyperqueue [INFO] finished tweaking git repo https://github.com/spirali/hyperqueue [INFO] tweaked toml for git repo https://github.com/spirali/hyperqueue written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/spirali/hyperqueue already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7ba49c41cf1eb8579fffaacb17aa7e568075debafea407ad2e64b71a0b8e5e1 [INFO] running `Command { std: "docker" "start" "-a" "d7ba49c41cf1eb8579fffaacb17aa7e568075debafea407ad2e64b71a0b8e5e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7ba49c41cf1eb8579fffaacb17aa7e568075debafea407ad2e64b71a0b8e5e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7ba49c41cf1eb8579fffaacb17aa7e568075debafea407ad2e64b71a0b8e5e1", kill_on_drop: false }` [INFO] [stdout] d7ba49c41cf1eb8579fffaacb17aa7e568075debafea407ad2e64b71a0b8e5e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1348673f688d6fdcd988c90a859e1f7f131bbdc5a3829ad46fa40b56147cdc60 [INFO] running `Command { std: "docker" "start" "-a" "1348673f688d6fdcd988c90a859e1f7f131bbdc5a3829ad46fa40b56147cdc60", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ct-codecs v1.1.1 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling nom v6.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling priority-queue v1.1.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling orion v0.16.0 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling ctrlc v3.1.9 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling cli-table-derive v0.4.4 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rmp-serde v0.15.5 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde-tuple-vec-map v1.0.0 [INFO] [stderr] Compiling rmpv v0.4.7 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling cli-table v0.4.6 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling jemallocator v0.3.2 [INFO] [stderr] Compiling tako v0.1.0 (https://github.com/spirali/tako?branch=main#e07fccf1) [INFO] [stderr] Compiling hyperqueue v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 40s [INFO] running `Command { std: "docker" "inspect" "1348673f688d6fdcd988c90a859e1f7f131bbdc5a3829ad46fa40b56147cdc60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1348673f688d6fdcd988c90a859e1f7f131bbdc5a3829ad46fa40b56147cdc60", kill_on_drop: false }` [INFO] [stdout] 1348673f688d6fdcd988c90a859e1f7f131bbdc5a3829ad46fa40b56147cdc60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da1708229ffb18f53565c2e9257b4c3ed22e45a31b1583e0f62b1227d110ff5e [INFO] running `Command { std: "docker" "start" "-a" "da1708229ffb18f53565c2e9257b4c3ed22e45a31b1583e0f62b1227d110ff5e", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling ct-codecs v1.1.1 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling priority-queue v1.1.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling jemallocator v0.3.2 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling orion v0.16.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling nom v6.2.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde-tuple-vec-map v1.0.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rmp-serde v0.15.5 [INFO] [stderr] Compiling rmpv v0.4.7 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling cli-table v0.4.6 [INFO] [stderr] Compiling ctrlc v3.1.9 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tako v0.1.0 (https://github.com/spirali/tako?branch=main#e07fccf1) [INFO] [stderr] Compiling hyperqueue v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 57.47s [INFO] running `Command { std: "docker" "inspect" "da1708229ffb18f53565c2e9257b4c3ed22e45a31b1583e0f62b1227d110ff5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da1708229ffb18f53565c2e9257b4c3ed22e45a31b1583e0f62b1227d110ff5e", kill_on_drop: false }` [INFO] [stdout] da1708229ffb18f53565c2e9257b4c3ed22e45a31b1583e0f62b1227d110ff5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 44a995b9c3af8357d237ebb80453dcac08f0b9ce5607e2dc390a45b7cbcd8aa7 [INFO] running `Command { std: "docker" "start" "-a" "44a995b9c3af8357d237ebb80453dcac08f0b9ce5607e2dc390a45b7cbcd8aa7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hyperqueue-97dfe4f48d781cc1) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test client::commands::submit::tests::test_parse_env_empty_value ... ok [INFO] [stdout] test client::commands::submit::tests::test_parse_env_key_value ... ok [INFO] [stdout] test client::commands::submit::tests::test_parse_env_empty ... ok [INFO] [stdout] test client::commands::submit::tests::test_parse_env_multiple_equal_signs ... ok [INFO] [stdout] test client::resources::test::test_parse_zero_cpus ... ok [INFO] [stdout] test client::commands::submit::tests::test_parse_env_key ... ok [INFO] [stdout] test client::status::tests::test_parse_status_list ... ok [INFO] [stdout] test common::arrayparser::test::test_parse_uint ... ok [INFO] [stdout] test common::arrayparser::test::test_parse_array_def ... ok [INFO] [stdout] test client::resources::test::test_parse_cpu_request ... ok [INFO] [stdout] test common::arrayparser::test::test_parse_arrays_def ... ok [INFO] [stdout] test worker::parser::test::test_parse_cpu_def ... ok [INFO] [stdout] test worker::hwdetect::tests::test_parse_range ... ok [INFO] [stdout] test server::state::tests::test_find_job_id_by_task_id ... ok [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Server directory | /tmp/foo.UyJw5xjnMUYs | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Host | localhost | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Pid | 8 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | HQ port | 42475 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Workers port | 42355 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Start date | 2021-07-20 11:29:56 UTC | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Version | 0.3.0 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] test server::rpc::tests::test_server_server_info ... ok [INFO] [stdout] test worker::hwdetect::tests::test_read_linux_numa ... ok [INFO] [stdout] test server::rpc::tests::test_server_connect_worker ... ok [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Server directory | /tmp/foo.VfSP0ybs4zae | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Host | localhost | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Pid | 8 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | HQ port | 39323 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Workers port | 37773 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Start date | 2021-07-20 11:29:56 UTC | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] | Version | 0.3.0 | [INFO] [stdout] +------------------+-------------------------+ [INFO] [stdout] test transfer::auth::tests::test_roundtrip ... ok [INFO] [stdout] test worker::start::tests::test_replace_job_id ... ok [INFO] [stdout] test worker::start::tests::test_replace_task_id ... ok [INFO] [stdout] test server::bootstrap::tests::test_status_empty_directory ... ok [INFO] [stdout] test server::bootstrap::tests::test_stop_on_end_condition ... ok [INFO] [stdout] test common::serverdir::tests::test_roundtrip ... ok [INFO] [stdout] test worker::start::tests::test_replace_submit_dir ... ok [INFO] [stdout] test worker::start::tests::test_replace_cwd ... ok [INFO] [stdout] test server::bootstrap::tests::test_start_stop ... ok [INFO] [stdout] test server::bootstrap::tests::test_status_directory_with_symlink ... ok [INFO] [stdout] test server::bootstrap::tests::test_status_directory_with_access_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hq-ea6a03a0f53d230d) [INFO] [stdout] [INFO] [stderr] Doc-tests hyperqueue [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 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] running `Command { std: "docker" "inspect" "44a995b9c3af8357d237ebb80453dcac08f0b9ce5607e2dc390a45b7cbcd8aa7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44a995b9c3af8357d237ebb80453dcac08f0b9ce5607e2dc390a45b7cbcd8aa7", kill_on_drop: false }` [INFO] [stdout] 44a995b9c3af8357d237ebb80453dcac08f0b9ce5607e2dc390a45b7cbcd8aa7