[INFO] updating cached repository https://github.com/sireliah/sillybumper [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] 2fba152ecab8ecebe5d64ba0915d44bf7c21570c [INFO] testing sireliah/sillybumper against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsireliah%2Fsillybumper" "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/sireliah/sillybumper 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/sireliah/sillybumper [INFO] finished tweaking git repo https://github.com/sireliah/sillybumper [INFO] tweaked toml for git repo https://github.com/sireliah/sillybumper written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/sireliah/sillybumper 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] [stderr] Updating crates.io index [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] [stderr] Blocking waiting for file lock on package cache [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-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] 08ad123c1cbde7e78b5ac42a584d651dd345cb6ccd584a520a0e2d4632e2ba77 [INFO] running `"docker" "start" "-a" "08ad123c1cbde7e78b5ac42a584d651dd345cb6ccd584a520a0e2d4632e2ba77"` [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling sillybumper v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:13:61 [INFO] [stderr] | [INFO] [stderr] 13 | fn parse_contents(contents: &str) -> Result<(i32, i32), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::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/main.rs:71:54 [INFO] [stderr] | [INFO] [stderr] 71 | fn read_file(file_path: &Path) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:78:79 [INFO] [stderr] | [INFO] [stderr] 78 | fn write_file(file_path: &Path, l_value: i32, r_value: i32) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.77s [INFO] running `"docker" "inspect" "08ad123c1cbde7e78b5ac42a584d651dd345cb6ccd584a520a0e2d4632e2ba77"` [INFO] running `"docker" "rm" "-f" "08ad123c1cbde7e78b5ac42a584d651dd345cb6ccd584a520a0e2d4632e2ba77"` [INFO] [stdout] 08ad123c1cbde7e78b5ac42a584d651dd345cb6ccd584a520a0e2d4632e2ba77 [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] 03cd17de582a4f3ac0d4d2d73df46e1b54ff4f9a65165cba42284ab945c0789d [INFO] running `"docker" "start" "-a" "03cd17de582a4f3ac0d4d2d73df46e1b54ff4f9a65165cba42284ab945c0789d"` [INFO] [stderr] Compiling sillybumper v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:13:61 [INFO] [stderr] | [INFO] [stderr] 13 | fn parse_contents(contents: &str) -> Result<(i32, i32), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::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/main.rs:71:54 [INFO] [stderr] | [INFO] [stderr] 71 | fn read_file(file_path: &Path) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:78:79 [INFO] [stderr] | [INFO] [stderr] 78 | fn write_file(file_path: &Path, l_value: i32, r_value: i32) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `"docker" "inspect" "03cd17de582a4f3ac0d4d2d73df46e1b54ff4f9a65165cba42284ab945c0789d"` [INFO] running `"docker" "rm" "-f" "03cd17de582a4f3ac0d4d2d73df46e1b54ff4f9a65165cba42284ab945c0789d"` [INFO] [stdout] 03cd17de582a4f3ac0d4d2d73df46e1b54ff4f9a65165cba42284ab945c0789d [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] 4ae1f3500c00a2cc6d14e5bb50db39f989299e2fee50bd31b934a3130457fb42 [INFO] running `"docker" "start" "-a" "4ae1f3500c00a2cc6d14e5bb50db39f989299e2fee50bd31b934a3130457fb42"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sillybumper-921e7c9ca3c7bb68 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_parse_contents ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4ae1f3500c00a2cc6d14e5bb50db39f989299e2fee50bd31b934a3130457fb42"` [INFO] running `"docker" "rm" "-f" "4ae1f3500c00a2cc6d14e5bb50db39f989299e2fee50bd31b934a3130457fb42"` [INFO] [stdout] 4ae1f3500c00a2cc6d14e5bb50db39f989299e2fee50bd31b934a3130457fb42