[INFO] updating cached repository LFalch/velox [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/LFalch/velox [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/LFalch/velox" "work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/velox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/velox'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/LFalch/velox" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/velox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/velox'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2d332c558124962e5c19fc84f4aa8e7242aae6f3 [INFO] sha for GitHub repo LFalch/velox: 2d332c558124962e5c19fc84f4aa8e7242aae6f3 [INFO] validating manifest of LFalch/velox on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of LFalch/velox on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing LFalch/velox [INFO] removed workspace from LFalch/velox [INFO] finished frobbing LFalch/velox [INFO] frobbed toml for LFalch/velox written to work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/velox/Cargo.toml [INFO] started frobbing LFalch/velox [INFO] removed workspace from LFalch/velox [INFO] finished frobbing LFalch/velox [INFO] frobbed toml for LFalch/velox written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/velox/Cargo.toml [INFO] crate LFalch/velox already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/LFalch/velox/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing LFalch/velox against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/velox:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] f4720636fec810458f79d95617dc017bfd0ab26f1c52faf8cb0b6b188639d9c5 [INFO] running `"docker" "start" "-a" "f4720636fec810458f79d95617dc017bfd0ab26f1c52faf8cb0b6b188639d9c5"` [INFO] [stderr] Compiling bincode v0.9.2 [INFO] [stderr] Compiling simple-vector2d v0.1.4 [INFO] [stderr] Compiling velox-core v0.1.0-wip (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/net.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | where E: Into>{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.78s [INFO] running `"docker" "inspect" "f4720636fec810458f79d95617dc017bfd0ab26f1c52faf8cb0b6b188639d9c5"` [INFO] running `"docker" "rm" "-f" "f4720636fec810458f79d95617dc017bfd0ab26f1c52faf8cb0b6b188639d9c5"` [INFO] [stdout] f4720636fec810458f79d95617dc017bfd0ab26f1c52faf8cb0b6b188639d9c5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/velox:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 4499c520b70b529668445e1201707530186e9ef1d8d5a25af7c171ff356d9aeb [INFO] running `"docker" "start" "-a" "4499c520b70b529668445e1201707530186e9ef1d8d5a25af7c171ff356d9aeb"` [INFO] [stderr] Compiling velox-core v0.1.0-wip (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/net.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | where E: Into>{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `"docker" "inspect" "4499c520b70b529668445e1201707530186e9ef1d8d5a25af7c171ff356d9aeb"` [INFO] running `"docker" "rm" "-f" "4499c520b70b529668445e1201707530186e9ef1d8d5a25af7c171ff356d9aeb"` [INFO] [stdout] 4499c520b70b529668445e1201707530186e9ef1d8d5a25af7c171ff356d9aeb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/LFalch/velox:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] aa3a19b5abcecbe284b7a2a0fa41367c0da5f1521e6825726414cda234997d58 [INFO] running `"docker" "start" "-a" "aa3a19b5abcecbe284b7a2a0fa41367c0da5f1521e6825726414cda234997d58"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/velox_core-a5c15001892f4712 [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 velox-core [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" "aa3a19b5abcecbe284b7a2a0fa41367c0da5f1521e6825726414cda234997d58"` [INFO] running `"docker" "rm" "-f" "aa3a19b5abcecbe284b7a2a0fa41367c0da5f1521e6825726414cda234997d58"` [INFO] [stdout] aa3a19b5abcecbe284b7a2a0fa41367c0da5f1521e6825726414cda234997d58