[INFO] crate appscraps_event 0.1.0 is already in cache [INFO] extracting crate appscraps_event 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/appscraps_event/0.1.0 [INFO] extracting crate appscraps_event 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/appscraps_event/0.1.0 [INFO] validating manifest of appscraps_event-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of appscraps_event-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing appscraps_event-0.1.0 [INFO] removed path dependency appscraps_dll from appscraps_event-0.1.0 [INFO] removed path dependency appscraps_module from appscraps_event-0.1.0 [INFO] finished frobbing appscraps_event-0.1.0 [INFO] frobbed toml for appscraps_event-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/appscraps_event/0.1.0/Cargo.toml [INFO] started frobbing appscraps_event-0.1.0 [INFO] removed path dependency appscraps_dll from appscraps_event-0.1.0 [INFO] removed path dependency appscraps_module from appscraps_event-0.1.0 [INFO] finished frobbing appscraps_event-0.1.0 [INFO] frobbed toml for appscraps_event-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/appscraps_event/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing appscraps_event-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/appscraps_event/0.1.0:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 1b97097e7f08206006f47656ca68b60cb82b75bc7378dbc6d0c02bc49153e727 [INFO] running `"docker" "start" "-a" "1b97097e7f08206006f47656ca68b60cb82b75bc7378dbc6d0c02bc49153e727"` [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling sharedlib v6.0.0 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling syntex_pos v0.44.0 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling syntex_errors v0.44.0 [INFO] [stderr] Compiling error-chain v0.5.0 [INFO] [stderr] Compiling appscraps_dll_error v0.1.0 [INFO] [stderr] Compiling syntex_syntax v0.44.1 [INFO] [stderr] Compiling aster v0.27.0 [INFO] [stderr] Compiling syntex v0.44.0 [INFO] [stderr] Compiling serde_codegen_internals v0.8.9 [INFO] [stderr] Compiling quasi v0.20.1 [INFO] [stderr] Compiling quasi_codegen v0.20.0 [INFO] [stderr] Compiling serde_codegen v0.8.9 [INFO] [stderr] Compiling appscraps_module v0.1.0 [INFO] [stderr] Compiling appscraps_dll v0.1.0 [INFO] [stderr] Compiling appscraps_event v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/event/mod.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | (&Any, Box) { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/event/mod.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | (&Any, Box) { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error/mod.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | types { } [INFO] [stderr] 7 | | [INFO] [stderr] 8 | | links { [INFO] [stderr] ... | [INFO] [stderr] 101 | | } [INFO] [stderr] 102 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "1b97097e7f08206006f47656ca68b60cb82b75bc7378dbc6d0c02bc49153e727"` [INFO] running `"docker" "rm" "-f" "1b97097e7f08206006f47656ca68b60cb82b75bc7378dbc6d0c02bc49153e727"` [INFO] [stdout] 1b97097e7f08206006f47656ca68b60cb82b75bc7378dbc6d0c02bc49153e727 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/appscraps_event/0.1.0:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1b018583a43012c2eee62d746316f2145ef37f72a2057bfba788d9424f35309a [INFO] running `"docker" "start" "-a" "1b018583a43012c2eee62d746316f2145ef37f72a2057bfba788d9424f35309a"` [INFO] [stderr] Compiling appscraps_event v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/event/mod.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | (&Any, Box) { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/event/mod.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | (&Any, Box) { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error/mod.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | types { } [INFO] [stderr] 7 | | [INFO] [stderr] 8 | | links { [INFO] [stderr] ... | [INFO] [stderr] 101 | | } [INFO] [stderr] 102 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `"docker" "inspect" "1b018583a43012c2eee62d746316f2145ef37f72a2057bfba788d9424f35309a"` [INFO] running `"docker" "rm" "-f" "1b018583a43012c2eee62d746316f2145ef37f72a2057bfba788d9424f35309a"` [INFO] [stdout] 1b018583a43012c2eee62d746316f2145ef37f72a2057bfba788d9424f35309a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/appscraps_event/0.1.0:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 6865773fe3fe11e290471ee0a549003c6facb2b28cca08f77578d396f370c038 [INFO] running `"docker" "start" "-a" "6865773fe3fe11e290471ee0a549003c6facb2b28cca08f77578d396f370c038"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/appscraps_event-c6fbc878754fe545 [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 appscraps_event [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" "6865773fe3fe11e290471ee0a549003c6facb2b28cca08f77578d396f370c038"` [INFO] running `"docker" "rm" "-f" "6865773fe3fe11e290471ee0a549003c6facb2b28cca08f77578d396f370c038"` [INFO] [stdout] 6865773fe3fe11e290471ee0a549003c6facb2b28cca08f77578d396f370c038