[INFO] cloning repository https://github.com/Measter/rlox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Measter/rlox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMeaster%2Frlox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMeaster%2Frlox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8f8a88ea94b7db2c184164fefde3e7fefcb6e62 [INFO] testing Measter/rlox against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMeaster%2Frlox" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Measter/rlox on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Measter/rlox [INFO] finished tweaking git repo https://github.com/Measter/rlox [INFO] tweaked toml for git repo https://github.com/Measter/rlox written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Measter/rlox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", 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] 64775e8700af2ee9c7c1da75ac0d6068bedcf3c1feb0375a49ad572d6924c91a [INFO] running `Command { std: "docker" "start" "-a" "64775e8700af2ee9c7c1da75ac0d6068bedcf3c1feb0375a49ad572d6924c91a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64775e8700af2ee9c7c1da75ac0d6068bedcf3c1feb0375a49ad572d6924c91a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64775e8700af2ee9c7c1da75ac0d6068bedcf3c1feb0375a49ad572d6924c91a", kill_on_drop: false }` [INFO] [stdout] 64775e8700af2ee9c7c1da75ac0d6068bedcf3c1feb0375a49ad572d6924c91a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] 140260d1efe249909e5ddef9633daaa0d1e597d8d8654679b7041a904809a3ed [INFO] running `Command { std: "docker" "start" "-a" "140260d1efe249909e5ddef9633daaa0d1e597d8d8654679b7041a904809a3ed", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling sharded-slab v0.1.3 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling tracing-subscriber v0.2.20 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling lasso v0.6.0 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling num_enum_derive v0.5.7 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling rlox v0.1.0 (/opt/rustwide/workdir/crates/rlox) [INFO] [stderr] Compiling tester v0.1.0 (/opt/rustwide/workdir/crates/tester) [INFO] [stderr] Compiling rloxr v0.1.0 (/opt/rustwide/workdir/crates/interpreter) [INFO] [stderr] Compiling num_enum v0.5.7 [INFO] [stderr] Compiling rloxum v0.1.0 (/opt/rustwide/workdir/crates/vm) [INFO] [stdout] warning: unused variable: `emitter` [INFO] [stdout] --> crates/vm/src/token_compiler.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | emitter: &mut DiagnosticEmitter<'_>, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emitter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interner` [INFO] [stdout] --> crates/vm/src/ast_compiler.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | interner: &'a Rodeo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 44s [INFO] running `Command { std: "docker" "inspect" "140260d1efe249909e5ddef9633daaa0d1e597d8d8654679b7041a904809a3ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "140260d1efe249909e5ddef9633daaa0d1e597d8d8654679b7041a904809a3ed", kill_on_drop: false }` [INFO] [stdout] 140260d1efe249909e5ddef9633daaa0d1e597d8d8654679b7041a904809a3ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 741665222bf572533c7a7b7471daeb2b7f3813ae678ce2df3bcc17f9fd56f861 [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" "741665222bf572533c7a7b7471daeb2b7f3813ae678ce2df3bcc17f9fd56f861", 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] [stderr] Compiling tester v0.1.0 (/opt/rustwide/workdir/crates/tester) [INFO] [stderr] Compiling rlox v0.1.0 (/opt/rustwide/workdir/crates/rlox) [INFO] [stderr] Compiling rloxr v0.1.0 (/opt/rustwide/workdir/crates/interpreter) [INFO] [stderr] Compiling rloxum v0.1.0 (/opt/rustwide/workdir/crates/vm) [INFO] [stdout] warning: unused variable: `emitter` [INFO] [stdout] --> crates/vm/src/token_compiler.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | emitter: &mut DiagnosticEmitter<'_>, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emitter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interner` [INFO] [stdout] --> crates/vm/src/ast_compiler.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | interner: &'a Rodeo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.35s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rlox-66a89a67232b5080) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rloxr-20ff54e1b6a611f8) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rloxum-5888fa66e0075d5d) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/tester-20f07a5f823e21a5) [INFO] running `Command { std: "docker" "inspect" "741665222bf572533c7a7b7471daeb2b7f3813ae678ce2df3bcc17f9fd56f861", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "741665222bf572533c7a7b7471daeb2b7f3813ae678ce2df3bcc17f9fd56f861", kill_on_drop: false }` [INFO] [stdout] 741665222bf572533c7a7b7471daeb2b7f3813ae678ce2df3bcc17f9fd56f861 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", 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] 8ec05ef37eab2e33e726765262a3cc6814b8864ca062b6cedea8fc8e7b298d3c [INFO] running `Command { std: "docker" "start" "-a" "8ec05ef37eab2e33e726765262a3cc6814b8864ca062b6cedea8fc8e7b298d3c", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `emitter` [INFO] [stderr] --> crates/vm/src/token_compiler.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | emitter: &mut DiagnosticEmitter<'_>, [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emitter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `interner` [INFO] [stderr] --> crates/vm/src/ast_compiler.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | interner: &'a Rodeo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rloxum` (bin "rloxum" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rlox-66a89a67232b5080) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rloxr-20ff54e1b6a611f8) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rloxum-5888fa66e0075d5d) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tester-20f07a5f823e21a5) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests rlox [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 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 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" "8ec05ef37eab2e33e726765262a3cc6814b8864ca062b6cedea8fc8e7b298d3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ec05ef37eab2e33e726765262a3cc6814b8864ca062b6cedea8fc8e7b298d3c", kill_on_drop: false }` [INFO] [stdout] 8ec05ef37eab2e33e726765262a3cc6814b8864ca062b6cedea8fc8e7b298d3c