[INFO] cloning repository https://github.com/ViliLipo/mini-pascal-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ViliLipo/mini-pascal-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FViliLipo%2Fmini-pascal-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FViliLipo%2Fmini-pascal-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0df044ecf222c236197a3a3cae1459646d748eb5 [INFO] testing ViliLipo/mini-pascal-compiler against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FViliLipo%2Fmini-pascal-compiler" "/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/ViliLipo/mini-pascal-compiler on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ViliLipo/mini-pascal-compiler [INFO] finished tweaking git repo https://github.com/ViliLipo/mini-pascal-compiler [INFO] tweaked toml for git repo https://github.com/ViliLipo/mini-pascal-compiler written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ViliLipo/mini-pascal-compiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab69b467c28ad5fd0d120e6f9c6d93bbb0d82b186b9fc7ac24e20499801c033f [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" "ab69b467c28ad5fd0d120e6f9c6d93bbb0d82b186b9fc7ac24e20499801c033f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab69b467c28ad5fd0d120e6f9c6d93bbb0d82b186b9fc7ac24e20499801c033f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab69b467c28ad5fd0d120e6f9c6d93bbb0d82b186b9fc7ac24e20499801c033f", kill_on_drop: false }` [INFO] [stdout] ab69b467c28ad5fd0d120e6f9c6d93bbb0d82b186b9fc7ac24e20499801c033f [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b65bef80ff6d200d88e7c0ee3b330afd6680d384debdc0f6320cb5c231ccd56 [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" "9b65bef80ff6d200d88e7c0ee3b330afd6680d384debdc0f6320cb5c231ccd56", kill_on_drop: false }` [INFO] [stderr] Compiling mini-pascal-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "9b65bef80ff6d200d88e7c0ee3b330afd6680d384debdc0f6320cb5c231ccd56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b65bef80ff6d200d88e7c0ee3b330afd6680d384debdc0f6320cb5c231ccd56", kill_on_drop: false }` [INFO] [stdout] 9b65bef80ff6d200d88e7c0ee3b330afd6680d384debdc0f6320cb5c231ccd56 [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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] c4670b37c4fcd49fc20934ed9bff8b4d9a3eefa23be18e30fe4eea67bae29c36 [INFO] running `Command { std: "docker" "start" "-a" "c4670b37c4fcd49fc20934ed9bff8b4d9a3eefa23be18e30fe4eea67bae29c36", kill_on_drop: false }` [INFO] [stderr] Compiling mini-pascal-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "c4670b37c4fcd49fc20934ed9bff8b4d9a3eefa23be18e30fe4eea67bae29c36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4670b37c4fcd49fc20934ed9bff8b4d9a3eefa23be18e30fe4eea67bae29c36", kill_on_drop: false }` [INFO] [stdout] c4670b37c4fcd49fc20934ed9bff8b4d9a3eefa23be18e30fe4eea67bae29c36 [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8c4d10e0204b0abaaa72853472981b9a3da5b89fa76456bd5325bed5bca21eae [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" "8c4d10e0204b0abaaa72853472981b9a3da5b89fa76456bd5325bed5bca21eae", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mini_pascal_compiler-5ba1332c65afac2d) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test source::test::test_get_next_char ... ok [INFO] [stdout] test scanner::test::test_screen_singleline_comments ... ok [INFO] [stdout] test scanner::test::test_scan_real_literal ... ok [INFO] [stdout] test scanner::test::test_scan_not_equal ... ok [INFO] [stdout] test scanner::test::test_scan_string_literal ... ok [INFO] [stdout] test scanner::test::test_scan_real_literal_with_exponent ... ok [INFO] [stdout] test scanner::test::test_scan_identifier ... ok [INFO] [stdout] test scanner::test::test_screen_multiline_comments ... ok [INFO] [stdout] test scanner::test::test_scan_declaration_stmnt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8c4d10e0204b0abaaa72853472981b9a3da5b89fa76456bd5325bed5bca21eae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c4d10e0204b0abaaa72853472981b9a3da5b89fa76456bd5325bed5bca21eae", kill_on_drop: false }` [INFO] [stdout] 8c4d10e0204b0abaaa72853472981b9a3da5b89fa76456bd5325bed5bca21eae