[INFO] cloning repository https://github.com/zymogen/zymogen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zymogen/zymogen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzymogen%2Fzymogen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzymogen%2Fzymogen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49c48d33e535ca8e2d6d9488680441ab0ac79515 [INFO] testing zymogen/zymogen 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%2Fzymogen%2Fzymogen" "/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/zymogen/zymogen 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/zymogen/zymogen [INFO] finished tweaking git repo https://github.com/zymogen/zymogen [INFO] tweaked toml for git repo https://github.com/zymogen/zymogen written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/zymogen/zymogen 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] 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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd5e2d99b4d244e1597c342a56d7954daab6307faf47bf483ad9ae8126e8e665 [INFO] running `Command { std: "docker" "start" "-a" "bd5e2d99b4d244e1597c342a56d7954daab6307faf47bf483ad9ae8126e8e665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd5e2d99b4d244e1597c342a56d7954daab6307faf47bf483ad9ae8126e8e665", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd5e2d99b4d244e1597c342a56d7954daab6307faf47bf483ad9ae8126e8e665", kill_on_drop: false }` [INFO] [stdout] bd5e2d99b4d244e1597c342a56d7954daab6307faf47bf483ad9ae8126e8e665 [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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d7bf2287ced513cf18c44ff67f033ecac7c3c5fd3bb009334dfdb760daa5bcc2 [INFO] running `Command { std: "docker" "start" "-a" "d7bf2287ced513cf18c44ff67f033ecac7c3c5fd3bb009334dfdb760daa5bcc2", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling colored v1.7.0 [INFO] [stderr] Compiling zymogen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `symbols` [INFO] [stdout] --> src/compiler/bytecode.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | symbols: &'t mut SymbolTable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Context` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/bytecode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `JumpNotEqual` [INFO] [stdout] --> src/compiler/ir/bytecode.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | JumpNotEqual(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/ir/bytecode.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.06s [INFO] running `Command { std: "docker" "inspect" "d7bf2287ced513cf18c44ff67f033ecac7c3c5fd3bb009334dfdb760daa5bcc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7bf2287ced513cf18c44ff67f033ecac7c3c5fd3bb009334dfdb760daa5bcc2", kill_on_drop: false }` [INFO] [stdout] d7bf2287ced513cf18c44ff67f033ecac7c3c5fd3bb009334dfdb760daa5bcc2 [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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91ca68bb74d8be76170c15d2ab849113dc5fb2fe633737fca72f0a8c0795c511 [INFO] running `Command { std: "docker" "start" "-a" "91ca68bb74d8be76170c15d2ab849113dc5fb2fe633737fca72f0a8c0795c511", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: field is never read: `symbols` [INFO] [stdout] --> src/compiler/bytecode.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | symbols: &'t mut SymbolTable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Context` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/bytecode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `JumpNotEqual` [INFO] [stdout] --> src/compiler/ir/bytecode.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | JumpNotEqual(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/ir/bytecode.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zymogen v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `symbols` [INFO] [stdout] --> src/compiler/bytecode.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | symbols: &'t mut SymbolTable, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Context` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/bytecode.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `JumpNotEqual` [INFO] [stdout] --> src/compiler/ir/bytecode.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | JumpNotEqual(usize), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Operation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler/ir/bytecode.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stdout] --> src/syntax/lexer/mod.rs:262:14 [INFO] [stdout] | [INFO] [stdout] 262 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this changes meaning in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 262 | .iter() [INFO] [stdout] | ~~~~ [INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stdout] | [INFO] [stdout] 261 | let expected = IntoIterator::into_iter(["lambda", "define", "let", "if"]) [INFO] [stdout] | ++++++++++++++++++++++++ ~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.25s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/zymogen-990eedbfc6dcf413) [INFO] [stderr] Executable unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/main-c15140ccb49888eb) [INFO] running `Command { std: "docker" "inspect" "91ca68bb74d8be76170c15d2ab849113dc5fb2fe633737fca72f0a8c0795c511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91ca68bb74d8be76170c15d2ab849113dc5fb2fe633737fca72f0a8c0795c511", kill_on_drop: false }` [INFO] [stdout] 91ca68bb74d8be76170c15d2ab849113dc5fb2fe633737fca72f0a8c0795c511 [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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1d4ba856296fafa6a1693bc9e4a6f9a219abbda701fe82ec06b35ddb6c56634c [INFO] running `Command { std: "docker" "start" "-a" "1d4ba856296fafa6a1693bc9e4a6f9a219abbda701fe82ec06b35ddb6c56634c", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `symbols` [INFO] [stderr] --> src/compiler/bytecode.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | symbols: &'t mut SymbolTable, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Context` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/bytecode.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `JumpNotEqual` [INFO] [stderr] --> src/compiler/ir/bytecode.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | JumpNotEqual(usize), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Operation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compiler/ir/bytecode.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `zymogen` (lib) generated 2 warnings [INFO] [stderr] warning: this method call resolves to `<&[T; N] as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to <[T; N] as IntoIterator>::into_iter in Rust 2021 [INFO] [stderr] --> src/syntax/lexer/mod.rs:262:14 [INFO] [stderr] | [INFO] [stderr] 262 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this changes meaning in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity [INFO] [stderr] | [INFO] [stderr] 262 | .iter() [INFO] [stderr] | ~~~~ [INFO] [stderr] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value [INFO] [stderr] | [INFO] [stderr] 261 | let expected = IntoIterator::into_iter(["lambda", "define", "let", "if"]) [INFO] [stderr] | ++++++++++++++++++++++++ ~ [INFO] [stderr] [INFO] [stderr] warning: `zymogen` (lib test) generated 3 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zymogen-990eedbfc6dcf413) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test compiler::symbol::test::test_gensyms ... ok [INFO] [stdout] test sexp::test::list_from_iter ... ok [INFO] [stdout] test sexp::test::list_into_iter ... ok [INFO] [stdout] test syntax::lexer::test::lex_keywords ... ok [INFO] [stdout] test syntax::lexer::test::lex_list ... ok [INFO] [stdout] test syntax::parser::test::parse_keywords ... ok [INFO] [stdout] test syntax::lexer::test::lex_unexpected_eof ... ok [INFO] [stderr] Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/main-c15140ccb49888eb) [INFO] [stdout] test syntax::test::parse_and_iter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 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] [stderr] Doc-tests zymogen [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" "1d4ba856296fafa6a1693bc9e4a6f9a219abbda701fe82ec06b35ddb6c56634c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d4ba856296fafa6a1693bc9e4a6f9a219abbda701fe82ec06b35ddb6c56634c", kill_on_drop: false }` [INFO] [stdout] 1d4ba856296fafa6a1693bc9e4a6f9a219abbda701fe82ec06b35ddb6c56634c