[INFO] updating cached repository https://github.com/EvilRobotOverlord/brainfunk [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] 838d5ac46bcea3ac03a288d02c7632ae42061d2a [INFO] testing EvilRobotOverlord/brainfunk against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FEvilRobotOverlord%2Fbrainfunk" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EvilRobotOverlord/brainfunk on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/EvilRobotOverlord/brainfunk [INFO] finished tweaking git repo https://github.com/EvilRobotOverlord/brainfunk [INFO] tweaked toml for git repo https://github.com/EvilRobotOverlord/brainfunk written to work/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/EvilRobotOverlord/brainfunk already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 8ac07562947cd7e066f14b78539e369753bc1684d3993604967619ab572b1c69 [INFO] running `"docker" "start" "-a" "8ac07562947cd7e066f14b78539e369753bc1684d3993604967619ab572b1c69"` [INFO] [stderr] Compiling brainfunk v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin_logic.rs:9:51 [INFO] [stderr] | [INFO] [stderr] 9 | fn read_code(file: &String) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin_logic.rs:16:49 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn run(args: Vec) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "8ac07562947cd7e066f14b78539e369753bc1684d3993604967619ab572b1c69"` [INFO] running `"docker" "rm" "-f" "8ac07562947cd7e066f14b78539e369753bc1684d3993604967619ab572b1c69"` [INFO] [stdout] 8ac07562947cd7e066f14b78539e369753bc1684d3993604967619ab572b1c69 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] d30594fa8c89fb2ee5fdb94a227f4ef662526ef36635a38232e82a084c0892df [INFO] running `"docker" "start" "-a" "d30594fa8c89fb2ee5fdb94a227f4ef662526ef36635a38232e82a084c0892df"` [INFO] [stderr] Compiling brainfunk v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `super::interpret` [INFO] [stderr] --> src/test.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use super::interpret; [INFO] [stderr] | ^^^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `interpreter` [INFO] [stderr] | no `interpret` in the root [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin_logic.rs:9:51 [INFO] [stderr] | [INFO] [stderr] 9 | fn read_code(file: &String) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin_logic.rs:16:49 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn run(args: Vec) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `brainfunk`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d30594fa8c89fb2ee5fdb94a227f4ef662526ef36635a38232e82a084c0892df"` [INFO] running `"docker" "rm" "-f" "d30594fa8c89fb2ee5fdb94a227f4ef662526ef36635a38232e82a084c0892df"` [INFO] [stdout] d30594fa8c89fb2ee5fdb94a227f4ef662526ef36635a38232e82a084c0892df