[INFO] cloning repository https://github.com/oOBoomberOo/ribozyme [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oOBoomberOo/ribozyme" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FoOBoomberOo%2Fribozyme", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FoOBoomberOo%2Fribozyme'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5397bbc2e96963b3fb5cef185977f6186794815f [INFO] testing oOBoomberOo/ribozyme 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%2FoOBoomberOo%2Fribozyme" "/workspace/builds/worker-118/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-118/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oOBoomberOo/ribozyme 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/oOBoomberOo/ribozyme [INFO] finished tweaking git repo https://github.com/oOBoomberOo/ribozyme [INFO] tweaked toml for git repo https://github.com/oOBoomberOo/ribozyme written to /workspace/builds/worker-118/source/Cargo.toml [INFO] crate git repo https://github.com/oOBoomberOo/ribozyme 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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] f1e9495c8f47fb0cc43d63484192c65348deb52c1b215eb0b9cec3afb5ee0647 [INFO] running `Command { std: "docker" "start" "-a" "f1e9495c8f47fb0cc43d63484192c65348deb52c1b215eb0b9cec3afb5ee0647", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1e9495c8f47fb0cc43d63484192c65348deb52c1b215eb0b9cec3afb5ee0647", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1e9495c8f47fb0cc43d63484192c65348deb52c1b215eb0b9cec3afb5ee0647", kill_on_drop: false }` [INFO] [stdout] f1e9495c8f47fb0cc43d63484192c65348deb52c1b215eb0b9cec3afb5ee0647 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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] 88ad2bdf523b70eb5570e2734002dc9e1fc01d77c296eb3f69e774d3710b0d2d [INFO] running `Command { std: "docker" "start" "-a" "88ad2bdf523b70eb5570e2734002dc9e1fc01d77c296eb3f69e774d3710b0d2d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling superfusion v0.1.5 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling zip-extensions v0.4.0 [INFO] [stderr] Compiling ribozyme v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `BlockState` [INFO] [stdout] --> src/namespace/mod.rs:13:2 [INFO] [stdout] | [INFO] [stdout] 13 | BlockState, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/namespace/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, PartialEq)] [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: `Lang` [INFO] [stdout] --> src/namespace/mod.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | Lang, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/namespace/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, PartialEq)] [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: `Font` [INFO] [stdout] --> src/namespace/mod.rs:17:2 [INFO] [stdout] | [INFO] [stdout] 17 | Font, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/namespace/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, PartialEq)] [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "88ad2bdf523b70eb5570e2734002dc9e1fc01d77c296eb3f69e774d3710b0d2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88ad2bdf523b70eb5570e2734002dc9e1fc01d77c296eb3f69e774d3710b0d2d", kill_on_drop: false }` [INFO] [stdout] 88ad2bdf523b70eb5570e2734002dc9e1fc01d77c296eb3f69e774d3710b0d2d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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] a42a5cef38b8a330dd21a0b61f18888f5beec7237f9589157df2256e79d95a46 [INFO] running `Command { std: "docker" "start" "-a" "a42a5cef38b8a330dd21a0b61f18888f5beec7237f9589157df2256e79d95a46", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ribozyme v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `BlockState` [INFO] [stdout] --> src/namespace/mod.rs:13:2 [INFO] [stdout] | [INFO] [stdout] 13 | BlockState, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/namespace/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, PartialEq)] [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: `Lang` [INFO] [stdout] --> src/namespace/mod.rs:16:2 [INFO] [stdout] | [INFO] [stdout] 16 | Lang, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/namespace/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, PartialEq)] [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: `Font` [INFO] [stdout] --> src/namespace/mod.rs:17:2 [INFO] [stdout] | [INFO] [stdout] 17 | Font, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/namespace/mod.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, PartialEq)] [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.78s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/ribozyme-20379e093f17563d) [INFO] running `Command { std: "docker" "inspect" "a42a5cef38b8a330dd21a0b61f18888f5beec7237f9589157df2256e79d95a46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a42a5cef38b8a330dd21a0b61f18888f5beec7237f9589157df2256e79d95a46", kill_on_drop: false }` [INFO] [stdout] a42a5cef38b8a330dd21a0b61f18888f5beec7237f9589157df2256e79d95a46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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] 0a59eda0cdc2bebc00fe9802cee10af84f78c5a78b4acf0db2df1d91a5502b7f [INFO] running `Command { std: "docker" "start" "-a" "0a59eda0cdc2bebc00fe9802cee10af84f78c5a78b4acf0db2df1d91a5502b7f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: variant is never constructed: `BlockState` [INFO] [stderr] --> src/namespace/mod.rs:13:2 [INFO] [stderr] | [INFO] [stderr] 13 | BlockState, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/namespace/mod.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, PartialEq)] [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: `Lang` [INFO] [stderr] --> src/namespace/mod.rs:16:2 [INFO] [stderr] | [INFO] [stderr] 16 | Lang, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/namespace/mod.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, PartialEq)] [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: `Font` [INFO] [stderr] --> src/namespace/mod.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | Font, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Kind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/namespace/mod.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, PartialEq)] [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: `ribozyme` (bin "ribozyme" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.87s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ribozyme-20379e093f17563d) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test namespace::tests::namespace_1 ... ok [INFO] [stdout] test namespace::tests::namespace_10 ... ok [INFO] [stdout] test namespace::tests::namespace_13 ... ok [INFO] [stdout] test namespace::tests::namespace_12 ... ok [INFO] [stdout] test namespace::tests::namespace_17 ... ok [INFO] [stdout] test namespace::tests::namespace_16 ... ok [INFO] [stdout] test namespace::tests::namespace_18 ... ok [INFO] [stdout] test namespace::tests::namespace_19 ... ok [INFO] [stdout] test namespace::tests::namespace_2 ... ok [INFO] [stdout] test namespace::tests::namespace_20 ... ok [INFO] [stdout] test namespace::tests::namespace_3 ... ok [INFO] [stdout] test namespace::tests::namespace_8 ... ok [INFO] [stdout] test namespace::tests::namespace_9 ... ok [INFO] [stdout] test namespace::tests::namespace_11 - should panic ... ok [INFO] [stdout] test namespace::tests::namespace_14 - should panic ... ok [INFO] [stdout] test namespace::tests::namespace_15 - should panic ... ok [INFO] [stdout] test namespace::tests::namespace_4 - should panic ... ok [INFO] [stdout] test namespace::tests::namespace_5 - should panic ... ok [INFO] [stdout] test namespace::tests::namespace_7 - should panic ... ok [INFO] [stdout] test namespace::tests::namespace_6 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0a59eda0cdc2bebc00fe9802cee10af84f78c5a78b4acf0db2df1d91a5502b7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a59eda0cdc2bebc00fe9802cee10af84f78c5a78b4acf0db2df1d91a5502b7f", kill_on_drop: false }` [INFO] [stdout] 0a59eda0cdc2bebc00fe9802cee10af84f78c5a78b4acf0db2df1d91a5502b7f