[INFO] crate serde_mcf 0.1.3 is already in cache [INFO] extracting crate serde_mcf 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/serde_mcf/0.1.3 [INFO] extracting crate serde_mcf 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/serde_mcf/0.1.3 [INFO] validating manifest of serde_mcf-0.1.3 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 serde_mcf-0.1.3 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 serde_mcf-0.1.3 [INFO] finished frobbing serde_mcf-0.1.3 [INFO] frobbed toml for serde_mcf-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/serde_mcf/0.1.3/Cargo.toml [INFO] started frobbing serde_mcf-0.1.3 [INFO] finished frobbing serde_mcf-0.1.3 [INFO] frobbed toml for serde_mcf-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/serde_mcf/0.1.3/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 serde_mcf-0.1.3 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-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/serde_mcf/0.1.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.37.0" "build" "--frozen"` [INFO] [stdout] ec91b398200205a70ca64d3730bf804d70b305236fb92ea821b8539db2fceaca [INFO] running `"docker" "start" "-a" "ec91b398200205a70ca64d3730bf804d70b305236fb92ea821b8539db2fceaca"` [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde_mcf v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:120:1 [INFO] [stderr] | [INFO] [stderr] 120 | / /// List of known algorithm identifiers. [INFO] [stderr] 121 | | /// Source: https://passlib.readthedocs.io/en/stable/modular_crypt_format.html [INFO] [stderr] | |______________________________________________________________________________^ [INFO] [stderr] 122 | / enum_hashes!{ [INFO] [stderr] 123 | | Md5Crypt = "1", [INFO] [stderr] 124 | | Bcrypt = "2", [INFO] [stderr] 125 | | Bcrypta = "2a", [INFO] [stderr] ... | [INFO] [stderr] 149 | | Custom = "custom", // for any other purposes. fill details in params field [INFO] [stderr] 150 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | / error_chain!{ [INFO] [stderr] 41 | | errors { [INFO] [stderr] 42 | | Custom(msg: String) [INFO] [stderr] 43 | | Unsupported [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | / error_chain!{ [INFO] [stderr] 41 | | errors { [INFO] [stderr] 42 | | Custom(msg: String) [INFO] [stderr] 43 | | Unsupported [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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 2.01s [INFO] running `"docker" "inspect" "ec91b398200205a70ca64d3730bf804d70b305236fb92ea821b8539db2fceaca"` [INFO] running `"docker" "rm" "-f" "ec91b398200205a70ca64d3730bf804d70b305236fb92ea821b8539db2fceaca"` [INFO] [stdout] ec91b398200205a70ca64d3730bf804d70b305236fb92ea821b8539db2fceaca [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/serde_mcf/0.1.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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] eb539e720b162bd25a24af7f6e77a4b1aa35dab6c5a1c2ef87f77ff2a55cf7cf [INFO] running `"docker" "start" "-a" "eb539e720b162bd25a24af7f6e77a4b1aa35dab6c5a1c2ef87f77ff2a55cf7cf"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde_mcf v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:120:1 [INFO] [stderr] | [INFO] [stderr] 120 | / /// List of known algorithm identifiers. [INFO] [stderr] 121 | | /// Source: https://passlib.readthedocs.io/en/stable/modular_crypt_format.html [INFO] [stderr] | |______________________________________________________________________________^ [INFO] [stderr] 122 | / enum_hashes!{ [INFO] [stderr] 123 | | Md5Crypt = "1", [INFO] [stderr] 124 | | Bcrypt = "2", [INFO] [stderr] 125 | | Bcrypta = "2a", [INFO] [stderr] ... | [INFO] [stderr] 149 | | Custom = "custom", // for any other purposes. fill details in params field [INFO] [stderr] 150 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | / error_chain!{ [INFO] [stderr] 41 | | errors { [INFO] [stderr] 42 | | Custom(msg: String) [INFO] [stderr] 43 | | Unsupported [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | / error_chain!{ [INFO] [stderr] 41 | | errors { [INFO] [stderr] 42 | | Custom(msg: String) [INFO] [stderr] 43 | | Unsupported [INFO] [stderr] ... | [INFO] [stderr] 49 | | } [INFO] [stderr] 50 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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 2.45s [INFO] running `"docker" "inspect" "eb539e720b162bd25a24af7f6e77a4b1aa35dab6c5a1c2ef87f77ff2a55cf7cf"` [INFO] running `"docker" "rm" "-f" "eb539e720b162bd25a24af7f6e77a4b1aa35dab6c5a1c2ef87f77ff2a55cf7cf"` [INFO] [stdout] eb539e720b162bd25a24af7f6e77a4b1aa35dab6c5a1c2ef87f77ff2a55cf7cf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/serde_mcf/0.1.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.37.0" "test" "--frozen"` [INFO] [stdout] 133b1c3ddc056f8e6112e305ebd2595b94f209da8529d1cd19dc7881773cd734 [INFO] running `"docker" "start" "-a" "133b1c3ddc056f8e6112e305ebd2595b94f209da8529d1cd19dc7881773cd734"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/serde_mcf-a873186a833913c1 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test ser::test::test_serialize ... ok [INFO] [stdout] test test::test_all ... ok [INFO] [stdout] test de::test::test_deserialize ... ok [INFO] [stdout] test test::test_trial_deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests serde_mcf [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" "133b1c3ddc056f8e6112e305ebd2595b94f209da8529d1cd19dc7881773cd734"` [INFO] running `"docker" "rm" "-f" "133b1c3ddc056f8e6112e305ebd2595b94f209da8529d1cd19dc7881773cd734"` [INFO] [stdout] 133b1c3ddc056f8e6112e305ebd2595b94f209da8529d1cd19dc7881773cd734