[INFO] fetching crate rust_fixed_width 1.0.1... [INFO] extracting crate rust_fixed_width 1.0.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rust_fixed_width/1.0.1 [INFO] extracting crate rust_fixed_width 1.0.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rust_fixed_width/1.0.1 [INFO] validating manifest of rust_fixed_width-1.0.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rust_fixed_width-1.0.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rust_fixed_width-1.0.1 [INFO] finished frobbing rust_fixed_width-1.0.1 [INFO] frobbed toml for rust_fixed_width-1.0.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rust_fixed_width/1.0.1/Cargo.toml [INFO] started frobbing rust_fixed_width-1.0.1 [INFO] finished frobbing rust_fixed_width-1.0.1 [INFO] frobbed toml for rust_fixed_width-1.0.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rust_fixed_width/1.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rust_fixed_width-1.0.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rust_fixed_width/1.0.1:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] b849905a074f3c797d7bd537ec811df192e2959277a574de589db926a71ffc07 [INFO] running `"docker" "start" "-a" "b849905a074f3c797d7bd537ec811df192e2959277a574de589db926a71ffc07"` [INFO] [stderr] Compiling pad v0.1.5 [INFO] [stderr] Compiling rust_fixed_width v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/record/recognizers.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | repr: Box<::std::error::Error + Send + Sync> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [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/record/recognizers.rs:26:27 [INFO] [stderr] | [INFO] [stderr] 26 | where E: Into> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/record/recognizers.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/record/mod.rs:39:32 [INFO] [stderr] | [INFO] [stderr] 39 | fn cause(&self) -> Option<&ErrorTrait> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn ErrorTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/padders.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | repr: Box<::std::error::Error + Send + Sync> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/padders.rs:19:27 [INFO] [stderr] | [INFO] [stderr] 19 | where E: Into> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/padders.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/record/recognizers.rs:57:47 [INFO] [stderr] | [INFO] [stderr] 57 | Error::Other { repr: ref e } => e.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/padders.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | self.repr.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/padders.rs:131:44 [INFO] [stderr] | [INFO] [stderr] 131 | PaddingDirection::Left => data.trim_left_matches(Self::get_char(padding)?).to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/padders.rs:132:45 [INFO] [stderr] | [INFO] [stderr] 132 | PaddingDirection::Right => data.trim_right_matches(Self::get_char(padding)?).to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `"docker" "inspect" "b849905a074f3c797d7bd537ec811df192e2959277a574de589db926a71ffc07"` [INFO] running `"docker" "rm" "-f" "b849905a074f3c797d7bd537ec811df192e2959277a574de589db926a71ffc07"` [INFO] [stdout] b849905a074f3c797d7bd537ec811df192e2959277a574de589db926a71ffc07 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rust_fixed_width/1.0.1:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 1232dc01b9554c6d935e9379fcfb4049414057570c3fe0cb5fc1a14b08cb5059 [INFO] running `"docker" "start" "-a" "1232dc01b9554c6d935e9379fcfb4049414057570c3fe0cb5fc1a14b08cb5059"` [INFO] [stderr] Compiling rust_fixed_width v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/record/recognizers.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | repr: Box<::std::error::Error + Send + Sync> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [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/record/recognizers.rs:26:27 [INFO] [stderr] | [INFO] [stderr] 26 | where E: Into> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/record/recognizers.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/record/mod.rs:39:32 [INFO] [stderr] | [INFO] [stderr] 39 | fn cause(&self) -> Option<&ErrorTrait> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn ErrorTrait` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/padders.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | repr: Box<::std::error::Error + Send + Sync> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/padders.rs:19:27 [INFO] [stderr] | [INFO] [stderr] 19 | where E: Into> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/padders.rs:38:32 [INFO] [stderr] | [INFO] [stderr] 38 | fn cause(&self) -> Option<&::std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/record/recognizers.rs:57:47 [INFO] [stderr] | [INFO] [stderr] 57 | Error::Other { repr: ref e } => e.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/padders.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | self.repr.cause() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/padders.rs:131:44 [INFO] [stderr] | [INFO] [stderr] 131 | PaddingDirection::Left => data.trim_left_matches(Self::get_char(padding)?).to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/padders.rs:132:45 [INFO] [stderr] | [INFO] [stderr] 132 | PaddingDirection::Right => data.trim_right_matches(Self::get_char(padding)?).to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `"docker" "inspect" "1232dc01b9554c6d935e9379fcfb4049414057570c3fe0cb5fc1a14b08cb5059"` [INFO] running `"docker" "rm" "-f" "1232dc01b9554c6d935e9379fcfb4049414057570c3fe0cb5fc1a14b08cb5059"` [INFO] [stdout] 1232dc01b9554c6d935e9379fcfb4049414057570c3fe0cb5fc1a14b08cb5059 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rust_fixed_width/1.0.1:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 430e339c325c454fe2b668ed187cee7f5a2489335f104d767bae7ac4ca0f4c5d [INFO] running `"docker" "start" "-a" "430e339c325c454fe2b668ed187cee7f5a2489335f104d767bae7ac4ca0f4c5d"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_fixed_width-9e0a9d31c29dffc3 [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test padders::test::error ... ok [INFO] [stdout] test padders::test::identity_padder ... ok [INFO] [stdout] test padders::test::padder_reference ... ok [INFO] [stdout] test record::reader::test::read_field_with_bad_record_name ... ok [INFO] [stdout] test record::reader::test::read_field_with_bad_field_name ... ok [INFO] [stdout] test record::reader::test::read_field ... ok [INFO] [stdout] test record::reader::test::read_field_with_bad_line_ending ... ok [INFO] [stdout] test record::reader::test::read_field_with_read_error ... ok [INFO] [stdout] test record::reader::test::read_record ... ok [INFO] [stdout] test padders::test::default_padder ... ok [INFO] [stdout] test record::reader::test::read_field_with_padding_error ... ok [INFO] [stdout] test record::reader::test::read_record_with_bad_record_name ... ok [INFO] [stdout] test record::reader::test::read_record_with_padding_error ... ok [INFO] [stdout] test record::reader::test::read_record_with_read_error ... ok [INFO] [stdout] test record::reader::test::read_record_with_no_record_name ... ok [INFO] [stdout] test record::reader::test::read_record_with_no_record_name_but_guessable ... ok [INFO] [stdout] test record::reader::test::read_record_with_bad_line_ending ... ok [INFO] [stdout] test record::recognizers::test::error ... ok [INFO] [stdout] test record::recognizers::test::recognizer_reference ... ok [INFO] [stdout] test record::writer::test::write_field ... ok [INFO] [stdout] test record::writer::test::write_field_with_bad_field_name ... ok [INFO] [stdout] test record::writer::test::write_field_with_padding_error ... ok [INFO] [stdout] test record::writer::test::write_field_with_padded_value_not_correct_length ... ok [INFO] [stdout] test record::writer::test::write_record_with_bad_record_name ... ok [INFO] [stdout] test record::writer::test::write_record ... ok [INFO] [stdout] test record::writer::test::write_field_with_bad_record_name ... ok [INFO] [stdout] test record::writer::test::write_record_with_no_record_name ... ok [INFO] [stdout] test record::writer::test::write_field_with_write_error ... ok [INFO] [stdout] test record::writer::test::write_record_with_padded_value_not_correct_length ... ok [INFO] [stdout] test record::writer::test::write_record_with_no_record_name_but_guessable ... ok [INFO] [stdout] test spec::test::build ... ok [INFO] [stdout] test record::writer::test::write_record_with_write_error ... ok [INFO] [stdout] test spec::test::len ... ok [INFO] [stdout] test record::writer::test::write_record_with_padding_error ... ok [INFO] [stdout] test record::writer::test::write_field_at_end_of_record ... ok [INFO] [stdout] test record::recognizers::test::id_spec_recognizer ... ok [INFO] [stdout] test record::recognizers::test::line_buffer ... ok [INFO] [stdout] test spec::test::field_range ... ok [INFO] [stdout] test record::recognizers::test::none_recognizer ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rust_fixed_width [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" "430e339c325c454fe2b668ed187cee7f5a2489335f104d767bae7ac4ca0f4c5d"` [INFO] running `"docker" "rm" "-f" "430e339c325c454fe2b668ed187cee7f5a2489335f104d767bae7ac4ca0f4c5d"` [INFO] [stdout] 430e339c325c454fe2b668ed187cee7f5a2489335f104d767bae7ac4ca0f4c5d