[INFO] crate structopt-derive 0.2.18 is already in cache [INFO] extracting crate structopt-derive 0.2.18 into work/ex/beta-1.38-1/sources/1.37.0/reg/structopt-derive/0.2.18 [INFO] extracting crate structopt-derive 0.2.18 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/structopt-derive/0.2.18 [INFO] validating manifest of structopt-derive-0.2.18 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 structopt-derive-0.2.18 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 structopt-derive-0.2.18 [INFO] finished frobbing structopt-derive-0.2.18 [INFO] frobbed toml for structopt-derive-0.2.18 written to work/ex/beta-1.38-1/sources/1.37.0/reg/structopt-derive/0.2.18/Cargo.toml [INFO] started frobbing structopt-derive-0.2.18 [INFO] finished frobbing structopt-derive-0.2.18 [INFO] frobbed toml for structopt-derive-0.2.18 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/structopt-derive/0.2.18/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] testing structopt-derive-0.2.18 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/structopt-derive/0.2.18:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 8a9fbb5d73d0b1a27aa5eddae9689cabac20666c639313985a20d7f9ac569ad9 [INFO] running `"docker" "start" "-a" "8a9fbb5d73d0b1a27aa5eddae9689cabac20666c639313985a20d7f9ac569ad9"` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling structopt-derive v0.2.18 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:305:26 [INFO] [stderr] | [INFO] [stderr] 305 | .trim_left_matches("//!") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:306:26 [INFO] [stderr] | [INFO] [stderr] 306 | .trim_left_matches("///") [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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:307:26 [INFO] [stderr] | [INFO] [stderr] 307 | .trim_left_matches("/*!") [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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:308:26 [INFO] [stderr] | [INFO] [stderr] 308 | .trim_left_matches("/**") [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/attrs.rs:309:26 [INFO] [stderr] | [INFO] [stderr] 309 | .trim_right_matches("*/") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/attrs.rs:355:28 [INFO] [stderr] | [INFO] [stderr] 355 | .map(|s| s.trim_right_matches('.')) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.56s [INFO] running `"docker" "inspect" "8a9fbb5d73d0b1a27aa5eddae9689cabac20666c639313985a20d7f9ac569ad9"` [INFO] running `"docker" "rm" "-f" "8a9fbb5d73d0b1a27aa5eddae9689cabac20666c639313985a20d7f9ac569ad9"` [INFO] [stdout] 8a9fbb5d73d0b1a27aa5eddae9689cabac20666c639313985a20d7f9ac569ad9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/structopt-derive/0.2.18:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] d05f1d2e4c9d0f2b2197b9a467639fc12531df08fc699098ad4ceed951c9580a [INFO] running `"docker" "start" "-a" "d05f1d2e4c9d0f2b2197b9a467639fc12531df08fc699098ad4ceed951c9580a"` [INFO] [stderr] Compiling structopt-derive v0.2.18 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:305:26 [INFO] [stderr] | [INFO] [stderr] 305 | .trim_left_matches("//!") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:306:26 [INFO] [stderr] | [INFO] [stderr] 306 | .trim_left_matches("///") [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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:307:26 [INFO] [stderr] | [INFO] [stderr] 307 | .trim_left_matches("/*!") [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_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/attrs.rs:308:26 [INFO] [stderr] | [INFO] [stderr] 308 | .trim_left_matches("/**") [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/attrs.rs:309:26 [INFO] [stderr] | [INFO] [stderr] 309 | .trim_right_matches("*/") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/attrs.rs:355:28 [INFO] [stderr] | [INFO] [stderr] 355 | .map(|s| s.trim_right_matches('.')) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `"docker" "inspect" "d05f1d2e4c9d0f2b2197b9a467639fc12531df08fc699098ad4ceed951c9580a"` [INFO] running `"docker" "rm" "-f" "d05f1d2e4c9d0f2b2197b9a467639fc12531df08fc699098ad4ceed951c9580a"` [INFO] [stdout] d05f1d2e4c9d0f2b2197b9a467639fc12531df08fc699098ad4ceed951c9580a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/structopt-derive/0.2.18:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] f4fff7892999b5dd4b4fbfeef82e3666d158f5fe35edcff236566299ab95b117 [INFO] running `"docker" "start" "-a" "f4fff7892999b5dd4b4fbfeef82e3666d158f5fe35edcff236566299ab95b117"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/structopt_derive-21a52717024de923 [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 structopt-derive [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" "f4fff7892999b5dd4b4fbfeef82e3666d158f5fe35edcff236566299ab95b117"` [INFO] running `"docker" "rm" "-f" "f4fff7892999b5dd4b4fbfeef82e3666d158f5fe35edcff236566299ab95b117"` [INFO] [stdout] f4fff7892999b5dd4b4fbfeef82e3666d158f5fe35edcff236566299ab95b117