[INFO] crate typemap 0.3.3 is already in cache [INFO] extracting crate typemap 0.3.3 into work/ex/beta-1.37-6/sources/1.36.0/reg/typemap/0.3.3 [INFO] extracting crate typemap 0.3.3 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/typemap/0.3.3 [INFO] validating manifest of typemap-0.3.3 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 typemap-0.3.3 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 typemap-0.3.3 [INFO] finished frobbing typemap-0.3.3 [INFO] frobbed toml for typemap-0.3.3 written to work/ex/beta-1.37-6/sources/1.36.0/reg/typemap/0.3.3/Cargo.toml [INFO] started frobbing typemap-0.3.3 [INFO] finished frobbing typemap-0.3.3 [INFO] frobbed toml for typemap-0.3.3 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/typemap/0.3.3/Cargo.toml [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 typemap-0.3.3 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/typemap/0.3.3:/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.36.0" "build" "--frozen"` [INFO] [stdout] d7ed8086f9233229ab583b1c74e50bd901fc8945475100a08de0c658cd3c30f6 [INFO] running `"docker" "start" "-a" "d7ed8086f9233229ab583b1c74e50bd901fc8945475100a08de0c658cd3c30f6"` [INFO] [stderr] Compiling typemap v0.3.3 (/opt/crater/workdir) [INFO] [stderr] warning: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions. [INFO] [stderr] --> src/lib.rs:185:18 [INFO] [stderr] | [INFO] [stderr] 185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(invalid_type_param_default)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #36887 [INFO] [stderr] [INFO] [stderr] warning: the trait `internals::CloneAny` cannot be made into an object [INFO] [stderr] --> src/internals.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(missing_docs, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(where_clauses_object_safety)] implied by #[warn(warnings)] [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `internals::CloneAny` cannot be made into an object [INFO] [stderr] --> src/internals.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `internals::CloneAny` cannot be made into an object [INFO] [stderr] --> src/internals.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `"docker" "inspect" "d7ed8086f9233229ab583b1c74e50bd901fc8945475100a08de0c658cd3c30f6"` [INFO] running `"docker" "rm" "-f" "d7ed8086f9233229ab583b1c74e50bd901fc8945475100a08de0c658cd3c30f6"` [INFO] [stdout] d7ed8086f9233229ab583b1c74e50bd901fc8945475100a08de0c658cd3c30f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/typemap/0.3.3:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a453c7a075acdb6705773d353e1f9f7330f962c90978cb1d4471c1d5f05e8da7 [INFO] running `"docker" "start" "-a" "a453c7a075acdb6705773d353e1f9f7330f962c90978cb1d4471c1d5f05e8da7"` [INFO] [stderr] Compiling typemap v0.3.3 (/opt/crater/workdir) [INFO] [stderr] warning: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions. [INFO] [stderr] --> src/lib.rs:185:18 [INFO] [stderr] | [INFO] [stderr] 185 | impl<'a, K: Key, A: ?Sized + UnsafeAnyExt + 'a = UnsafeAny> Entry<'a, K, A> { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(invalid_type_param_default)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #36887 [INFO] [stderr] [INFO] [stderr] warning: the trait `internals::CloneAny` cannot be made into an object [INFO] [stderr] --> src/internals.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | fn clone_any_send(&self) -> Box where Self: Send; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(missing_docs, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(where_clauses_object_safety)] implied by #[warn(warnings)] [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `internals::CloneAny` cannot be made into an object [INFO] [stderr] --> src/internals.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | fn clone_any_sync(&self) -> Box where Self: Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] warning: the trait `internals::CloneAny` cannot be made into an object [INFO] [stderr] --> src/internals.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | fn clone_any_send_sync(&self) -> Box where Self: Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #51443 [INFO] [stderr] = note: method `clone_any_send_sync` references the `Self` type in where clauses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "a453c7a075acdb6705773d353e1f9f7330f962c90978cb1d4471c1d5f05e8da7"` [INFO] running `"docker" "rm" "-f" "a453c7a075acdb6705773d353e1f9f7330f962c90978cb1d4471c1d5f05e8da7"` [INFO] [stdout] a453c7a075acdb6705773d353e1f9f7330f962c90978cb1d4471c1d5f05e8da7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/typemap/0.3.3:/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.36.0" "test" "--frozen"` [INFO] [stdout] 5e5815e4590b002b3bc39592310f687f5b1222417f3883b7eb71e60021240e6a [INFO] running `"docker" "start" "-a" "5e5815e4590b002b3bc39592310f687f5b1222417f3883b7eb71e60021240e6a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/typemap-844487cb56c03a86 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test::test_entry_or_insert ... ok [INFO] [stdout] test test::test_entry ... ok [INFO] [stdout] test test::test_debugmap ... ok [INFO] [stdout] test test::test_custom_bounds ... ok [INFO] [stdout] test test::test_clonemap ... ok [INFO] [stdout] test test::test_pairing ... ok [INFO] [stderr] Doc-tests typemap [INFO] [stdout] test test::test_remove ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "5e5815e4590b002b3bc39592310f687f5b1222417f3883b7eb71e60021240e6a"` [INFO] running `"docker" "rm" "-f" "5e5815e4590b002b3bc39592310f687f5b1222417f3883b7eb71e60021240e6a"` [INFO] [stdout] 5e5815e4590b002b3bc39592310f687f5b1222417f3883b7eb71e60021240e6a