[INFO] updating cached repository https://github.com/tempbottle/kari [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] f4fba214d1f32260fac1c5f611c4e1a2b7efd633 [INFO] testing tempbottle/kari against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftempbottle%2Fkari" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tempbottle/kari 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/tempbottle/kari [INFO] finished tweaking git repo https://github.com/tempbottle/kari [INFO] tweaked toml for git repo https://github.com/tempbottle/kari written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/tempbottle/kari 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] error: the lock file /big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 713805b101b3ca73f1a233cb6a0d82d522c2774da449513f029016f2f54ba1f2 [INFO] running `"docker" "start" "-a" "713805b101b3ca73f1a233cb6a0d82d522c2774da449513f029016f2f54ba1f2"` [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling kari v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/kari/interpreter/value.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | HostFunction(Rc RuntimeResult<()>>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Interpreter) -> RuntimeResult<()>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/kari/interpreter/mod.rs:246:26 [INFO] [stderr] | [INFO] [stderr] 246 | for _ in (0..ne) { [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.77s [INFO] running `"docker" "inspect" "713805b101b3ca73f1a233cb6a0d82d522c2774da449513f029016f2f54ba1f2"` [INFO] running `"docker" "rm" "-f" "713805b101b3ca73f1a233cb6a0d82d522c2774da449513f029016f2f54ba1f2"` [INFO] [stdout] 713805b101b3ca73f1a233cb6a0d82d522c2774da449513f029016f2f54ba1f2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 4b5083a129cdda4a416acdfc8abe4bfd854c07a91a6cc8a7c1feefa91ac10a40 [INFO] running `"docker" "start" "-a" "4b5083a129cdda4a416acdfc8abe4bfd854c07a91a6cc8a7c1feefa91ac10a40"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling kari v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/kari/interpreter/value.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | HostFunction(Rc RuntimeResult<()>>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut Interpreter) -> RuntimeResult<()>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/kari/interpreter/mod.rs:246:26 [INFO] [stderr] | [INFO] [stderr] 246 | for _ in (0..ne) { [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.81s [INFO] running `"docker" "inspect" "4b5083a129cdda4a416acdfc8abe4bfd854c07a91a6cc8a7c1feefa91ac10a40"` [INFO] running `"docker" "rm" "-f" "4b5083a129cdda4a416acdfc8abe4bfd854c07a91a6cc8a7c1feefa91ac10a40"` [INFO] [stdout] 4b5083a129cdda4a416acdfc8abe4bfd854c07a91a6cc8a7c1feefa91ac10a40 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 1c02024bbde0e02c5988e4d64c1574d6f465ad183a021427b0ffc32d14ce11d5 [INFO] running `"docker" "start" "-a" "1c02024bbde0e02c5988e4d64c1574d6f465ad183a021427b0ffc32d14ce11d5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/kari-329e5958d3f6f19d [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::functions ... ok [INFO] [stdout] test tests::if_statement ... ok [INFO] [stdout] test tests::lists ... ok [INFO] [stdout] test tests::references ... ok [INFO] [stdout] test tests::simple_output ... ok [INFO] [stdout] test tests::while_loops ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/karic-84e8b18f62bd3ee0 [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] [stderr] Doc-tests kari [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" "1c02024bbde0e02c5988e4d64c1574d6f465ad183a021427b0ffc32d14ce11d5"` [INFO] running `"docker" "rm" "-f" "1c02024bbde0e02c5988e4d64c1574d6f465ad183a021427b0ffc32d14ce11d5"` [INFO] [stdout] 1c02024bbde0e02c5988e4d64c1574d6f465ad183a021427b0ffc32d14ce11d5