[INFO] fetching crate structopt-derive 0.2.18... [INFO] extracting crate structopt-derive 0.2.18 into work/ex/beta-1.37-6/sources/1.36.0/reg/structopt-derive/0.2.18 [INFO] extracting crate structopt-derive 0.2.18 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/structopt-derive/0.2.18 [INFO] validating manifest of structopt-derive-0.2.18 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 structopt-derive-0.2.18 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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/structopt-derive/0.2.18/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] [stderr] Blocking waiting for file lock on package cache [INFO] testing structopt-derive-0.2.18 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] b7e4e31f97778ba00f7c3dd1798e90c1109c6405763a8e2523d417abe927780c [INFO] running `"docker" "start" "-a" "b7e4e31f97778ba00f7c3dd1798e90c1109c6405763a8e2523d417abe927780c"` [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 3.67s [INFO] running `"docker" "inspect" "b7e4e31f97778ba00f7c3dd1798e90c1109c6405763a8e2523d417abe927780c"` [INFO] running `"docker" "rm" "-f" "b7e4e31f97778ba00f7c3dd1798e90c1109c6405763a8e2523d417abe927780c"` [INFO] [stdout] b7e4e31f97778ba00f7c3dd1798e90c1109c6405763a8e2523d417abe927780c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 6a96fa3de29021342d20270f64ade33b6919315363cb3502924434a5e2c7f8bd [INFO] running `"docker" "start" "-a" "6a96fa3de29021342d20270f64ade33b6919315363cb3502924434a5e2c7f8bd"` [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 1.09s [INFO] running `"docker" "inspect" "6a96fa3de29021342d20270f64ade33b6919315363cb3502924434a5e2c7f8bd"` [INFO] running `"docker" "rm" "-f" "6a96fa3de29021342d20270f64ade33b6919315363cb3502924434a5e2c7f8bd"` [INFO] [stdout] 6a96fa3de29021342d20270f64ade33b6919315363cb3502924434a5e2c7f8bd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 5f3300618e1946657f82e99e2a4ea6dd16720bb61469ce5b5a5067dd6ba47431 [INFO] running `"docker" "start" "-a" "5f3300618e1946657f82e99e2a4ea6dd16720bb61469ce5b5a5067dd6ba47431"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/structopt_derive-b400a7cd66577d91 [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" "5f3300618e1946657f82e99e2a4ea6dd16720bb61469ce5b5a5067dd6ba47431"` [INFO] running `"docker" "rm" "-f" "5f3300618e1946657f82e99e2a4ea6dd16720bb61469ce5b5a5067dd6ba47431"` [INFO] [stdout] 5f3300618e1946657f82e99e2a4ea6dd16720bb61469ce5b5a5067dd6ba47431