[INFO] cloning repository https://github.com/MingweiSamuel/spinach [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MingweiSamuel/spinach" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMingweiSamuel%2Fspinach", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMingweiSamuel%2Fspinach'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ea8db423c0f8a57de1862543d68fdaefa72e8324 [INFO] testing MingweiSamuel/spinach against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMingweiSamuel%2Fspinach" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MingweiSamuel/spinach 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/MingweiSamuel/spinach [INFO] finished tweaking git repo https://github.com/MingweiSamuel/spinach [INFO] tweaked toml for git repo https://github.com/MingweiSamuel/spinach written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/MingweiSamuel/spinach 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] d8a8003788e4769a21ea454e5ab1f19a28c164451db11d04b6769e3f3f1b00c1 [INFO] running `Command { std: "docker" "start" "-a" "d8a8003788e4769a21ea454e5ab1f19a28c164451db11d04b6769e3f3f1b00c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8a8003788e4769a21ea454e5ab1f19a28c164451db11d04b6769e3f3f1b00c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8a8003788e4769a21ea454e5ab1f19a28c164451db11d04b6769e3f3f1b00c1", kill_on_drop: false }` [INFO] [stdout] d8a8003788e4769a21ea454e5ab1f19a28c164451db11d04b6769e3f3f1b00c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 164bb9963ef57643fd59ab2352bf055cf5ccb2fb9ae38f1422c51cc1ab24503e [INFO] running `Command { std: "docker" "start" "-a" "164bb9963ef57643fd59ab2352bf055cf5ccb2fb9ae38f1422c51cc1ab24503e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.96 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ref-cast v1.0.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling cpufeatures v0.1.4 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling tuple_list v0.1.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.6.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling sha-1 v0.9.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling zipf v7.0.0 [INFO] [stderr] Compiling workload v0.1.0 (/opt/rustwide/workdir/examples/workload) [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.6 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-stream v0.1.6 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling ron v0.6.4 [INFO] [stderr] Compiling spinach v0.1.0 (/opt/rustwide/workdir/lib) [INFO] [stderr] Compiling echo v0.1.0 (/opt/rustwide/workdir/examples/echo) [INFO] [stderr] Compiling dynamic_graph v0.1.0 (/opt/rustwide/workdir/dynamic_graph) [INFO] [stderr] Compiling kvs v0.1.0 (/opt/rustwide/workdir/examples/kvs) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.61s [INFO] running `Command { std: "docker" "inspect" "164bb9963ef57643fd59ab2352bf055cf5ccb2fb9ae38f1422c51cc1ab24503e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "164bb9963ef57643fd59ab2352bf055cf5ccb2fb9ae38f1422c51cc1ab24503e", kill_on_drop: false }` [INFO] [stdout] 164bb9963ef57643fd59ab2352bf055cf5ccb2fb9ae38f1422c51cc1ab24503e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] d79161c315903dfa3278a9bf1a439658a9724fb4a6d216adb7e4821361e3aa9d [INFO] running `Command { std: "docker" "start" "-a" "d79161c315903dfa3278a9bf1a439658a9724fb4a6d216adb7e4821361e3aa9d", kill_on_drop: false }` [INFO] [stderr] Compiling workload v0.1.0 (/opt/rustwide/workdir/examples/workload) [INFO] [stderr] Compiling spinach v0.1.0 (/opt/rustwide/workdir/lib) [INFO] [stderr] Compiling echo v0.1.0 (/opt/rustwide/workdir/examples/echo) [INFO] [stderr] Compiling dynamic_graph v0.1.0 (/opt/rustwide/workdir/dynamic_graph) [INFO] [stderr] Compiling kvs v0.1.0 (/opt/rustwide/workdir/examples/kvs) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.04s [INFO] running `Command { std: "docker" "inspect" "d79161c315903dfa3278a9bf1a439658a9724fb4a6d216adb7e4821361e3aa9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d79161c315903dfa3278a9bf1a439658a9724fb4a6d216adb7e4821361e3aa9d", kill_on_drop: false }` [INFO] [stdout] d79161c315903dfa3278a9bf1a439658a9724fb4a6d216adb7e4821361e3aa9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] a525a8c6be2b0c1682e953a26566b5837914df72d7b2e254e78a759975d64194 [INFO] running `Command { std: "docker" "start" "-a" "a525a8c6be2b0c1682e953a26566b5837914df72d7b2e254e78a759975d64194", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dynamic_graph-5a93db339bba1538) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/echo-cfa8c6fe116c211c) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/kvs-12b01b0dd2744239) [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 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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/spinach-e2c23b8ad51d3839) [INFO] [stdout] [INFO] [stderr] Running tests/test_shj_constructive.rs (/opt/rustwide/target/debug/deps/test_shj_constructive-ac1c99deef478558) [INFO] [stdout] running 1 test [INFO] [stdout] test metadata::test_token ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/test_shj_monolith.rs (/opt/rustwide/target/debug/deps/test_shj_monolith-1e8e9cb8cc7e54be) [INFO] [stdout] test test_shj_constructive ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_shj_monolith ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/test_split.rs (/opt/rustwide/target/debug/deps/test_split-e4bf65d418051b24) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/test_switch.rs (/opt/rustwide/target/debug/deps/test_switch-994e2c8cfd6d4289) [INFO] [stdout] test test_split_merge ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/workload-522b6aec8b1c935c) [INFO] [stdout] test test_switch ... ok [INFO] [stderr] Doc-tests spinach [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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] [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" "a525a8c6be2b0c1682e953a26566b5837914df72d7b2e254e78a759975d64194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a525a8c6be2b0c1682e953a26566b5837914df72d7b2e254e78a759975d64194", kill_on_drop: false }` [INFO] [stdout] a525a8c6be2b0c1682e953a26566b5837914df72d7b2e254e78a759975d64194