[INFO] crate imag-contact 0.9.3 is already in cache [INFO] extracting crate imag-contact 0.9.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/imag-contact/0.9.3 [INFO] extracting crate imag-contact 0.9.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/imag-contact/0.9.3 [INFO] validating manifest of imag-contact-0.9.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 imag-contact-0.9.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 imag-contact-0.9.3 [INFO] finished frobbing imag-contact-0.9.3 [INFO] frobbed toml for imag-contact-0.9.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/imag-contact/0.9.3/Cargo.toml [INFO] started frobbing imag-contact-0.9.3 [INFO] finished frobbing imag-contact-0.9.3 [INFO] frobbed toml for imag-contact-0.9.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/imag-contact/0.9.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] [stderr] Blocking waiting for file lock on package cache [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] testing imag-contact-0.9.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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/imag-contact/0.9.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] 6a89f27597eebd131978fc77ad5a97f25a59f9d6ffa5b616437b7e97d3b66a2f [INFO] running `"docker" "start" "-a" "6a89f27597eebd131978fc77ad5a97f25a59f9d6ffa5b616437b7e97d3b66a2f"` [INFO] [stderr] Compiling libimagutil v0.9.3 [INFO] [stderr] Compiling vobject v0.7.0 [INFO] [stderr] Compiling libimagstore v0.9.3 [INFO] [stderr] Compiling libimaginteraction v0.9.3 [INFO] [stderr] Compiling libimagentryutil v0.9.3 [INFO] [stderr] Compiling libimagentryref v0.9.3 [INFO] [stderr] Compiling libimagcontact v0.9.3 [INFO] [stderr] Compiling libimagrt v0.9.3 [INFO] [stderr] Compiling libimagentryedit v0.9.3 [INFO] [stderr] Compiling imag-contact v0.9.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:76:35 [INFO] [stderr] | [INFO] [stderr] 76 | fn ask_continue(inputstream: &mut Read, outputstream: &mut Write) -> bool { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:76:60 [INFO] [stderr] | [INFO] [stderr] 76 | fn ask_continue(inputstream: &mut Read, outputstream: &mut Write) -> bool { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:85:43 [INFO] [stderr] | [INFO] [stderr] 85 | let (mut dest, location, uuid) : (Box, Option, String) = { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:221:39 [INFO] [stderr] | [INFO] [stderr] 221 | fn parse_toml_into_vcard(output: &mut Write, input: &mut Read, toml: Value, uuid: String) -> Option { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:221:58 [INFO] [stderr] | [INFO] [stderr] 221 | fn parse_toml_into_vcard(output: &mut Write, input: &mut Read, toml: Value, uuid: String) -> Option { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.79s [INFO] running `"docker" "inspect" "6a89f27597eebd131978fc77ad5a97f25a59f9d6ffa5b616437b7e97d3b66a2f"` [INFO] running `"docker" "rm" "-f" "6a89f27597eebd131978fc77ad5a97f25a59f9d6ffa5b616437b7e97d3b66a2f"` [INFO] [stdout] 6a89f27597eebd131978fc77ad5a97f25a59f9d6ffa5b616437b7e97d3b66a2f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/imag-contact/0.9.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] 71575c6e7f9a430706a837d46e6eb1366a40c1816af4d5c1f1c664a1c584374b [INFO] running `"docker" "start" "-a" "71575c6e7f9a430706a837d46e6eb1366a40c1816af4d5c1f1c664a1c584374b"` [INFO] [stderr] Compiling imag-contact v0.9.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:76:35 [INFO] [stderr] | [INFO] [stderr] 76 | fn ask_continue(inputstream: &mut Read, outputstream: &mut Write) -> bool { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:76:60 [INFO] [stderr] | [INFO] [stderr] 76 | fn ask_continue(inputstream: &mut Read, outputstream: &mut Write) -> bool { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:85:43 [INFO] [stderr] | [INFO] [stderr] 85 | let (mut dest, location, uuid) : (Box, Option, String) = { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:221:39 [INFO] [stderr] | [INFO] [stderr] 221 | fn parse_toml_into_vcard(output: &mut Write, input: &mut Read, toml: Value, uuid: String) -> Option { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/create.rs:221:58 [INFO] [stderr] | [INFO] [stderr] 221 | fn parse_toml_into_vcard(output: &mut Write, input: &mut Read, toml: Value, uuid: String) -> Option { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.50s [INFO] running `"docker" "inspect" "71575c6e7f9a430706a837d46e6eb1366a40c1816af4d5c1f1c664a1c584374b"` [INFO] running `"docker" "rm" "-f" "71575c6e7f9a430706a837d46e6eb1366a40c1816af4d5c1f1c664a1c584374b"` [INFO] [stdout] 71575c6e7f9a430706a837d46e6eb1366a40c1816af4d5c1f1c664a1c584374b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/imag-contact/0.9.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] 021d995ff876072ffd30d3c39cbe0000f1fe06c208ac9668fa00f8f1c235c731 [INFO] running `"docker" "start" "-a" "021d995ff876072ffd30d3c39cbe0000f1fe06c208ac9668fa00f8f1c235c731"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/imag_contact-4690837b7ac420ce [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test create::test_parsing::test_template_names ... ok [INFO] [stdout] test create::test_parsing::test_template_person ... ok [INFO] [stdout] test create::test::test_validity_template_toml ... ok [INFO] [stdout] test create::test_parsing::test_template_email ... ok [INFO] [stdout] test create::test::test_validity_template_toml_without_comments ... ok [INFO] [stdout] test create::test_parsing::test_template_other ... ok [INFO] [stdout] test create::test_parsing::test_template_addresses ... ok [INFO] [stdout] test create::test_parsing::test_template_organization ... ok [INFO] [stdout] test create::test_parsing::test_template_phone ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "021d995ff876072ffd30d3c39cbe0000f1fe06c208ac9668fa00f8f1c235c731"` [INFO] running `"docker" "rm" "-f" "021d995ff876072ffd30d3c39cbe0000f1fe06c208ac9668fa00f8f1c235c731"` [INFO] [stdout] 021d995ff876072ffd30d3c39cbe0000f1fe06c208ac9668fa00f8f1c235c731