[INFO] cloning repository https://github.com/daikw/rust-tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daikw/rust-tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaikw%2Frust-tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaikw%2Frust-tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ef85ebc59d8e5024e8ce06a24982bece6a0aa2d5 [INFO] testing daikw/rust-tutorial against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaikw%2Frust-tutorial" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/daikw/rust-tutorial 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/daikw/rust-tutorial [INFO] finished tweaking git repo https://github.com/daikw/rust-tutorial [INFO] tweaked toml for git repo https://github.com/daikw/rust-tutorial written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/daikw/rust-tutorial already has a lockfile, it will not be regenerated [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-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 5047ddf86d7dad684e769a84ca57432f2f8cf972b93d4800980c86f5858582ff [INFO] running `Command { std: "docker" "start" "-a" "5047ddf86d7dad684e769a84ca57432f2f8cf972b93d4800980c86f5858582ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5047ddf86d7dad684e769a84ca57432f2f8cf972b93d4800980c86f5858582ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5047ddf86d7dad684e769a84ca57432f2f8cf972b93d4800980c86f5858582ff", kill_on_drop: false }` [INFO] [stdout] 5047ddf86d7dad684e769a84ca57432f2f8cf972b93d4800980c86f5858582ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 7dc9d55a8ec5d9cf94e5c6dc8ebfe5761781bb5de33b92f028e262126006f85b [INFO] running `Command { std: "docker" "start" "-a" "7dc9d55a8ec5d9cf94e5c6dc8ebfe5761781bb5de33b92f028e262126006f85b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling rust-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.55s [INFO] running `Command { std: "docker" "inspect" "7dc9d55a8ec5d9cf94e5c6dc8ebfe5761781bb5de33b92f028e262126006f85b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dc9d55a8ec5d9cf94e5c6dc8ebfe5761781bb5de33b92f028e262126006f85b", kill_on_drop: false }` [INFO] [stdout] 7dc9d55a8ec5d9cf94e5c6dc8ebfe5761781bb5de33b92f028e262126006f85b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] cb137df81a8b0c7b790a0b0a1c92362f4e1bfc544c5449bf825f8279f6a719df [INFO] running `Command { std: "docker" "start" "-a" "cb137df81a8b0c7b790a0b0a1c92362f4e1bfc544c5449bf825f8279f6a719df", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "cb137df81a8b0c7b790a0b0a1c92362f4e1bfc544c5449bf825f8279f6a719df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb137df81a8b0c7b790a0b0a1c92362f4e1bfc544c5449bf825f8279f6a719df", kill_on_drop: false }` [INFO] [stdout] cb137df81a8b0c7b790a0b0a1c92362f4e1bfc544c5449bf825f8279f6a719df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 491e553824eabe4e4324171e929d8622c84bc92916d8a82f23c753483af3ffa9 [INFO] running `Command { std: "docker" "start" "-a" "491e553824eabe4e4324171e929d8622c84bc92916d8a82f23c753483af3ffa9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.62s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_tutorial-5f3bbc4caee12a90) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test calculator::components::test::test_lexer ... ok [INFO] [stdout] test calculator_ref::ast::test_parse ... ok [INFO] [stdout] test calculator_ref::lexer::test_lex ... ok [INFO] [stdout] test calculator_ref::test::test_interpreter ... ok [INFO] [stdout] test draw_functions::functions::test::test_prod ... ok [INFO] [stdout] test draw_functions::functions::test::test_sampler ... ok [INFO] [stdout] test draw_functions::functions::test::test_sin_rr ... ok [INFO] [stdout] test draw_functions::functions::test::test_sum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "491e553824eabe4e4324171e929d8622c84bc92916d8a82f23c753483af3ffa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "491e553824eabe4e4324171e929d8622c84bc92916d8a82f23c753483af3ffa9", kill_on_drop: false }` [INFO] [stdout] 491e553824eabe4e4324171e929d8622c84bc92916d8a82f23c753483af3ffa9