[INFO] cloning repository https://github.com/jzw2/rust-calculator-2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jzw2/rust-calculator-2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzw2%2Frust-calculator-2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzw2%2Frust-calculator-2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cce50fa97bd3caeccc39592f8fec90fe6d2263b9 [INFO] testing jzw2/rust-calculator-2 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzw2%2Frust-calculator-2" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jzw2/rust-calculator-2 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jzw2/rust-calculator-2 [INFO] finished tweaking git repo https://github.com/jzw2/rust-calculator-2 [INFO] tweaked toml for git repo https://github.com/jzw2/rust-calculator-2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/jzw2/rust-calculator-2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5467d442716e7f1a1a39fdd23c8eff015def539b717db304962cd28ea8327c86 [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" "5467d442716e7f1a1a39fdd23c8eff015def539b717db304962cd28ea8327c86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5467d442716e7f1a1a39fdd23c8eff015def539b717db304962cd28ea8327c86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5467d442716e7f1a1a39fdd23c8eff015def539b717db304962cd28ea8327c86", kill_on_drop: false }` [INFO] [stdout] 5467d442716e7f1a1a39fdd23c8eff015def539b717db304962cd28ea8327c86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3dd0ff5d8eacf534d9368c6669be5e5c8b6603b644278b47eb44aa57084e37d [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" "f3dd0ff5d8eacf534d9368c6669be5e5c8b6603b644278b47eb44aa57084e37d", kill_on_drop: false }` [INFO] [stderr] Compiling calculator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "f3dd0ff5d8eacf534d9368c6669be5e5c8b6603b644278b47eb44aa57084e37d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3dd0ff5d8eacf534d9368c6669be5e5c8b6603b644278b47eb44aa57084e37d", kill_on_drop: false }` [INFO] [stdout] f3dd0ff5d8eacf534d9368c6669be5e5c8b6603b644278b47eb44aa57084e37d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5392f2e479fc8d78343bf51cb9d415ffc806d5453a5ea6996d6ce81ba706bf9 [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" "f5392f2e479fc8d78343bf51cb9d415ffc806d5453a5ea6996d6ce81ba706bf9", kill_on_drop: false }` [INFO] [stderr] Compiling calculator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.39s [INFO] running `Command { std: "docker" "inspect" "f5392f2e479fc8d78343bf51cb9d415ffc806d5453a5ea6996d6ce81ba706bf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5392f2e479fc8d78343bf51cb9d415ffc806d5453a5ea6996d6ce81ba706bf9", kill_on_drop: false }` [INFO] [stdout] f5392f2e479fc8d78343bf51cb9d415ffc806d5453a5ea6996d6ce81ba706bf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 95e9c87a97ae90154d76bacf9ddc6a51cd2127ba6d7e20a5b3432e479eb5673c [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" "95e9c87a97ae90154d76bacf9ddc6a51cd2127ba6d7e20a5b3432e479eb5673c", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/calculator-95cc23398f026531 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test tests::addition_and_subtraction ... ok [INFO] [stdout] test tests::eval_one_plus_one ... ok [INFO] [stdout] test tests::operator_precendence ... ok [INFO] [stdout] test tests::eval_single_value ... ok [INFO] [stdout] test tests::parenthesis2 ... ok [INFO] [stdout] test tests::parse_one_plus_one ... ok [INFO] [stdout] test tests::parse_simple_val ... ok [INFO] [stdout] test tests::mult_sub_add ... ok [INFO] [stdout] test tests::simple_parenthesis ... ok [INFO] [stdout] test tests::subtraction ... ok [INFO] [stdout] test tests::garbage_parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "95e9c87a97ae90154d76bacf9ddc6a51cd2127ba6d7e20a5b3432e479eb5673c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95e9c87a97ae90154d76bacf9ddc6a51cd2127ba6d7e20a5b3432e479eb5673c", kill_on_drop: false }` [INFO] [stdout] 95e9c87a97ae90154d76bacf9ddc6a51cd2127ba6d7e20a5b3432e479eb5673c