[INFO] updating cached repository https://github.com/ColonelPhantom/brainiter [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 67e2d2450546417420b1dd625cf0f3de1b8a01b3 [INFO] testing ColonelPhantom/brainiter against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FColonelPhantom%2Fbrainiter" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ColonelPhantom/brainiter on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ColonelPhantom/brainiter [INFO] finished tweaking git repo https://github.com/ColonelPhantom/brainiter [INFO] tweaked toml for git repo https://github.com/ColonelPhantom/brainiter written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ColonelPhantom/brainiter already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 77cadf9570af91785def5bca989f802fa75becabee43959d6dd9505cc8e4587c [INFO] running `"docker" "start" "-a" "77cadf9570af91785def5bca989f802fa75becabee43959d6dd9505cc8e4587c"` [INFO] [stderr] Compiling brainfuck-mt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/to_c.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | _ => panic!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compile_c` [INFO] [stderr] --> src/to_c.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn compile_c(code: &Bytecode, tape_size: usize) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compile_c_recurse` [INFO] [stderr] --> src/to_c.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | fn compile_c_recurse(code: &Bytecode) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `"docker" "inspect" "77cadf9570af91785def5bca989f802fa75becabee43959d6dd9505cc8e4587c"` [INFO] running `"docker" "rm" "-f" "77cadf9570af91785def5bca989f802fa75becabee43959d6dd9505cc8e4587c"` [INFO] [stdout] 77cadf9570af91785def5bca989f802fa75becabee43959d6dd9505cc8e4587c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 37d68f8582cd9f76eae7dea5ede64c15356888fb05640d5eec370d6f1593a2d2 [INFO] running `"docker" "start" "-a" "37d68f8582cd9f76eae7dea5ede64c15356888fb05640d5eec370d6f1593a2d2"` [INFO] [stderr] Compiling brainfuck-mt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/to_c.rs:35:13 [INFO] [stderr] | [INFO] [stderr] 35 | _ => panic!(), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compile_c` [INFO] [stderr] --> src/to_c.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn compile_c(code: &Bytecode, tape_size: usize) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compile_c_recurse` [INFO] [stderr] --> src/to_c.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | fn compile_c_recurse(code: &Bytecode) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `"docker" "inspect" "37d68f8582cd9f76eae7dea5ede64c15356888fb05640d5eec370d6f1593a2d2"` [INFO] running `"docker" "rm" "-f" "37d68f8582cd9f76eae7dea5ede64c15356888fb05640d5eec370d6f1593a2d2"` [INFO] [stdout] 37d68f8582cd9f76eae7dea5ede64c15356888fb05640d5eec370d6f1593a2d2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 3f02c271c29e931c5981c5650e5676a02f47c6ef8ff11cfd8bf05c5f551890b0 [INFO] running `"docker" "start" "-a" "3f02c271c29e931c5981c5650e5676a02f47c6ef8ff11cfd8bf05c5f551890b0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/brainfuck_mt-3b11a2d434d62c07 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "3f02c271c29e931c5981c5650e5676a02f47c6ef8ff11cfd8bf05c5f551890b0"` [INFO] running `"docker" "rm" "-f" "3f02c271c29e931c5981c5650e5676a02f47c6ef8ff11cfd8bf05c5f551890b0"` [INFO] [stdout] 3f02c271c29e931c5981c5650e5676a02f47c6ef8ff11cfd8bf05c5f551890b0