[INFO] cloning repository https://github.com/k-nasa/ruspec [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k-nasa/ruspec" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk-nasa%2Fruspec", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk-nasa%2Fruspec'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b5af8e7e69f48076bc53e7a4295a7abf10182240 [INFO] testing k-nasa/ruspec against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk-nasa%2Fruspec" "/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/k-nasa/ruspec on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/k-nasa/ruspec [INFO] finished tweaking git repo https://github.com/k-nasa/ruspec [INFO] tweaked toml for git repo https://github.com/k-nasa/ruspec written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20ae7b0b1a73e0a82c2083dcea572351becdb70d6dd44f8c81f6279a2f18028b [INFO] running `Command { std: "docker" "start" "-a" "20ae7b0b1a73e0a82c2083dcea572351becdb70d6dd44f8c81f6279a2f18028b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20ae7b0b1a73e0a82c2083dcea572351becdb70d6dd44f8c81f6279a2f18028b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20ae7b0b1a73e0a82c2083dcea572351becdb70d6dd44f8c81f6279a2f18028b", kill_on_drop: false }` [INFO] [stdout] 20ae7b0b1a73e0a82c2083dcea572351becdb70d6dd44f8c81f6279a2f18028b [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" "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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05ca11a0077410acd36b23d233812764933f827875ae35e901631000be4b7411 [INFO] running `Command { std: "docker" "start" "-a" "05ca11a0077410acd36b23d233812764933f827875ae35e901631000be4b7411", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling ruspec v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.33s [INFO] running `Command { std: "docker" "inspect" "05ca11a0077410acd36b23d233812764933f827875ae35e901631000be4b7411", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05ca11a0077410acd36b23d233812764933f827875ae35e901631000be4b7411", kill_on_drop: false }` [INFO] [stdout] 05ca11a0077410acd36b23d233812764933f827875ae35e901631000be4b7411 [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" "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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24942fbf4f14dc3ffe3044cafb33122e8c5bf7ffe0bd418a68ca388e4e09f8e2 [INFO] running `Command { std: "docker" "start" "-a" "24942fbf4f14dc3ffe3044cafb33122e8c5bf7ffe0bd418a68ca388e4e09f8e2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ruspec v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.51s [INFO] running `Command { std: "docker" "inspect" "24942fbf4f14dc3ffe3044cafb33122e8c5bf7ffe0bd418a68ca388e4e09f8e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24942fbf4f14dc3ffe3044cafb33122e8c5bf7ffe0bd418a68ca388e4e09f8e2", kill_on_drop: false }` [INFO] [stdout] 24942fbf4f14dc3ffe3044cafb33122e8c5bf7ffe0bd418a68ca388e4e09f8e2 [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" "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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7b5a7e32bee5a0169ec48ee3f34f4dfe061e6bfcd3b085fa15691db296dd684e [INFO] running `Command { std: "docker" "start" "-a" "7b5a7e32bee5a0169ec48ee3f34f4dfe061e6bfcd3b085fa15691db296dd684e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.79s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ruspec-44c3f0e8fe292917) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test parser::test_to_snake_case ... ok [INFO] [stdout] test tests::should_expand_after ... ok [INFO] [stdout] test tests::should_expand_subject ... ok [INFO] [stdout] test tests::should_output_expected_stream ... ok [INFO] [stdout] test tests::should_expand_before ... ok [INFO] [stdout] test tests::should_context_is_aliase_describe ... ok [INFO] [stdout] test tests::should_parse_conplex_describe ... ok [INFO] [stdout] test parser::tests::should_perse_describe ... ok [INFO] [stdout] test tests::should_parse_error_when_not_include_it ... ok [INFO] [stdout] test tests::should_parse_error_when_not_include_describe_str ... ok [INFO] [stdout] test tests::should_parse_error_when_not_include_it_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-b725ed2ef670fd90) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_module_2::context_is_6::should_equal_6 ... ok [INFO] [stdout] test test_module_2::test_name ... ok [INFO] [stdout] test test_module_name::test_name ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests ruspec [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" "7b5a7e32bee5a0169ec48ee3f34f4dfe061e6bfcd3b085fa15691db296dd684e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b5a7e32bee5a0169ec48ee3f34f4dfe061e6bfcd3b085fa15691db296dd684e", kill_on_drop: false }` [INFO] [stdout] 7b5a7e32bee5a0169ec48ee3f34f4dfe061e6bfcd3b085fa15691db296dd684e