[INFO] cloning repository https://github.com/MattWindsor91/phenolphthalein [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MattWindsor91/phenolphthalein" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMattWindsor91%2Fphenolphthalein", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMattWindsor91%2Fphenolphthalein'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a64e8a2354aea5f7a256be6c875c214c4bcf8cc9 [INFO] testing MattWindsor91/phenolphthalein against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMattWindsor91%2Fphenolphthalein" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MattWindsor91/phenolphthalein on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MattWindsor91/phenolphthalein [INFO] finished tweaking git repo https://github.com/MattWindsor91/phenolphthalein [INFO] tweaked toml for git repo https://github.com/MattWindsor91/phenolphthalein written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/MattWindsor91/phenolphthalein already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9eb1f493f38d4c6f302ac59f5bd1ac938e37c359af624ba8c33acfaf2faf75d1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9eb1f493f38d4c6f302ac59f5bd1ac938e37c359af624ba8c33acfaf2faf75d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9eb1f493f38d4c6f302ac59f5bd1ac938e37c359af624ba8c33acfaf2faf75d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9eb1f493f38d4c6f302ac59f5bd1ac938e37c359af624ba8c33acfaf2faf75d1", kill_on_drop: false }` [INFO] [stdout] 9eb1f493f38d4c6f302ac59f5bd1ac938e37c359af624ba8c33acfaf2faf75d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edb233c188b1bde218f156d296709fe9938162b0abc8e55967246441a39285ec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "edb233c188b1bde218f156d296709fe9938162b0abc8e55967246441a39285ec", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.104 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling phenolphthalein v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling tabwriter v1.2.1 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.23.0 [INFO] [stderr] Compiling dirs-sys v0.3.6 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling dlopen_derive v0.1.4 [INFO] [stderr] Compiling dlopen v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling ctrlc v3.2.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 28s [INFO] running `Command { std: "docker" "inspect" "edb233c188b1bde218f156d296709fe9938162b0abc8e55967246441a39285ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edb233c188b1bde218f156d296709fe9938162b0abc8e55967246441a39285ec", kill_on_drop: false }` [INFO] [stdout] edb233c188b1bde218f156d296709fe9938162b0abc8e55967246441a39285ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3fac35766873bf461b703e31fe28991f50dd44617790b19ed686b9650a65fc0f [INFO] running `Command { std: "docker" "start" "-a" "3fac35766873bf461b703e31fe28991f50dd44617790b19ed686b9650a65fc0f", kill_on_drop: false }` [INFO] [stderr] Compiling phenolphthalein v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.61s [INFO] running `Command { std: "docker" "inspect" "3fac35766873bf461b703e31fe28991f50dd44617790b19ed686b9650a65fc0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fac35766873bf461b703e31fe28991f50dd44617790b19ed686b9650a65fc0f", kill_on_drop: false }` [INFO] [stdout] 3fac35766873bf461b703e31fe28991f50dd44617790b19ed686b9650a65fc0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e1d1301092358271b56dcd5445bca857f02ee543bf5e6c7776c89c2262fb03c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2e1d1301092358271b56dcd5445bca857f02ee543bf5e6c7776c89c2262fb03c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phenolphthalein-396ebb440071ea29) [INFO] [stdout] running 13 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/phph-3278ca226866028c) [INFO] [stdout] test api::abs::check::test::test_outcome_as_check ... ok [INFO] [stdout] test api::c::env::tests::test_get_set_i32 ... ok [INFO] [stdout] test api::rust::env::tests::test_get_set_atomic_i32 ... ok [INFO] [stdout] test api::c::env::tests::test_get_set_atomic_i32 ... ok [INFO] [stdout] test model::outcome::test::test_max_empty ... ok [INFO] [stdout] test model::outcome::test::test_max_fail ... ok [INFO] [stdout] test model::outcome::test::test_max_mixed ... ok [INFO] [stdout] test model::outcome::test::test_max_unknown ... ok [INFO] [stdout] test api::rust::env::tests::test_get_set_i32 ... ok [INFO] [stdout] test config::permute::tests::test_all_strings_in_sync ... ok [INFO] [stdout] test config::sync::tests::test_all_strings_in_sync ... ok [INFO] [stdout] test model::outcome::test::test_max_passes ... ok [INFO] [stdout] test config::check::tests::test_all_strings_in_sync ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests phenolphthalein [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 9 tests [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name phenolphthalein --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps -L native=/opt/rustwide/target/debug/build/phenolphthalein-65354ba3f4eda86a/out --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-b4a3b9ad07e6c4a2.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-3c2e5a43c8f5a4bd.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-4ed24f55e89b5fbd.rlib --extern crossbeam=/opt/rustwide/target/debug/deps/libcrossbeam-7cf849f78de4fd40.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-7df98a8233292282.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-2be26238ce521f04.rlib --extern dlopen=/opt/rustwide/target/debug/deps/libdlopen-7aec10a69b5f6668.rlib --extern dlopen_derive=/opt/rustwide/target/debug/deps/libdlopen_derive-b094886cef117fcb.so --extern libc=/opt/rustwide/target/debug/deps/liblibc-525ecbfb469f2a42.rlib --extern phenolphthalein=/opt/rustwide/target/debug/deps/libphenolphthalein-8f4e965acd18a822.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-bb8d1949fa59a97a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-b731c6eae1ea9f09.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-535337eb8aed5ec9.rlib --extern spin=/opt/rustwide/target/debug/deps/libspin-0bccda479d9a8c13.rlib --extern tabwriter=/opt/rustwide/target/debug/deps/libtabwriter-7e5d93a124813cbf.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2ab44398e4bcc40a.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-c813cd4f490c2178.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "2e1d1301092358271b56dcd5445bca857f02ee543bf5e6c7776c89c2262fb03c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e1d1301092358271b56dcd5445bca857f02ee543bf5e6c7776c89c2262fb03c", kill_on_drop: false }` [INFO] [stdout] 2e1d1301092358271b56dcd5445bca857f02ee543bf5e6c7776c89c2262fb03c