[INFO] updating cached repository item4net/holiday_gen [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/item4net/holiday_gen [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/item4net/holiday_gen" "work/ex/beta-1.37-6/sources/1.36.0/gh/item4net/holiday_gen"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/item4net/holiday_gen'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/item4net/holiday_gen" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/item4net/holiday_gen"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/item4net/holiday_gen'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d8ce8e7bb05333fed8e6afcf07e83eeebbec9a79 [INFO] sha for GitHub repo item4net/holiday_gen: d8ce8e7bb05333fed8e6afcf07e83eeebbec9a79 [INFO] validating manifest of item4net/holiday_gen 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 item4net/holiday_gen 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 item4net/holiday_gen [INFO] finished frobbing item4net/holiday_gen [INFO] frobbed toml for item4net/holiday_gen written to work/ex/beta-1.37-6/sources/1.36.0/gh/item4net/holiday_gen/Cargo.toml [INFO] started frobbing item4net/holiday_gen [INFO] finished frobbing item4net/holiday_gen [INFO] frobbed toml for item4net/holiday_gen written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/item4net/holiday_gen/Cargo.toml [INFO] crate item4net/holiday_gen 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing item4net/holiday_gen 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-4/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/item4net/holiday_gen:/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] ac047234fc09f427ce3f3c1c2a3f4be5e7fd3081f78c3640212565199fb63079 [INFO] running `"docker" "start" "-a" "ac047234fc09f427ce3f3c1c2a3f4be5e7fd3081f78c3640212565199fb63079"` [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling serde_derive v1.0.86 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling holiday_gen v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:12:29 [INFO] [stderr] | [INFO] [stderr] 12 | fn main() -> Result<(), 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] Finished dev [unoptimized + debuginfo] target(s) in 19.36s [INFO] running `"docker" "inspect" "ac047234fc09f427ce3f3c1c2a3f4be5e7fd3081f78c3640212565199fb63079"` [INFO] running `"docker" "rm" "-f" "ac047234fc09f427ce3f3c1c2a3f4be5e7fd3081f78c3640212565199fb63079"` [INFO] [stdout] ac047234fc09f427ce3f3c1c2a3f4be5e7fd3081f78c3640212565199fb63079 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/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/item4net/holiday_gen:/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] 91710c11103d7697760e4ce5806f841188e599ecb9f459c3e089253d07f535bb [INFO] running `"docker" "start" "-a" "91710c11103d7697760e4ce5806f841188e599ecb9f459c3e089253d07f535bb"` [INFO] [stderr] Compiling holiday_gen v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:12:29 [INFO] [stderr] | [INFO] [stderr] 12 | fn main() -> Result<(), 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] Finished dev [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `"docker" "inspect" "91710c11103d7697760e4ce5806f841188e599ecb9f459c3e089253d07f535bb"` [INFO] running `"docker" "rm" "-f" "91710c11103d7697760e4ce5806f841188e599ecb9f459c3e089253d07f535bb"` [INFO] [stdout] 91710c11103d7697760e4ce5806f841188e599ecb9f459c3e089253d07f535bb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/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/item4net/holiday_gen:/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] 7ccd49d659d4a36a60632c09cc23724cf35ad86cf21445cd340b824cc96128ba [INFO] running `"docker" "start" "-a" "7ccd49d659d4a36a60632c09cc23724cf35ad86cf21445cd340b824cc96128ba"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/holiday_gen-3a06c743dde47538 [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" "7ccd49d659d4a36a60632c09cc23724cf35ad86cf21445cd340b824cc96128ba"` [INFO] running `"docker" "rm" "-f" "7ccd49d659d4a36a60632c09cc23724cf35ad86cf21445cd340b824cc96128ba"` [INFO] [stdout] 7ccd49d659d4a36a60632c09cc23724cf35ad86cf21445cd340b824cc96128ba