Nov 17 02:06:57.328 INFO testing gibfahn/quicli-edition against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 02:06:57.330 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 02:06:57.951 INFO [stdout] df68819955d1d0c0cb5e5b3358988c0f2de4d98fe8df781d79a10cad188557c7 Nov 17 02:06:57.959 INFO running `"docker" "start" "-a" "df68819955d1d0c0cb5e5b3358988c0f2de4d98fe8df781d79a10cad188557c7"` Nov 17 02:06:59.190 INFO [stderr] usermod: no changes Nov 17 02:06:59.267 INFO [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Nov 17 02:06:59.467 INFO [stderr] Compiling cc v1.0.18 Nov 17 02:06:59.467 INFO [stderr] Compiling cfg-if v0.1.4 Nov 17 02:06:59.482 INFO [stderr] Compiling ucd-util v0.1.1 Nov 17 02:06:59.482 INFO [stderr] Compiling lazy_static v1.0.2 Nov 17 02:06:59.483 INFO [stderr] Compiling regex v1.0.2 Nov 17 02:06:59.511 INFO [stderr] Compiling utf8-ranges v1.0.0 Nov 17 02:06:59.519 INFO [stderr] Compiling rayon-core v1.4.1 Nov 17 02:06:59.519 INFO [stderr] Compiling quick-error v1.2.2 Nov 17 02:06:59.967 INFO [stderr] Compiling termcolor v1.0.1 Nov 17 02:07:00.483 INFO [stderr] Compiling rayon v1.0.2 Nov 17 02:07:00.823 INFO [stderr] Compiling serde v1.0.70 Nov 17 02:07:04.164 INFO [stderr] Compiling either v1.5.0 Nov 17 02:07:04.781 INFO [stderr] Compiling glob v0.2.11 Nov 17 02:07:04.800 INFO [stderr] Compiling proc-macro2 v0.4.9 Nov 17 02:07:04.844 INFO [stderr] Compiling memchr v2.0.1 Nov 17 02:07:05.047 INFO [stderr] Compiling atty v0.2.11 Nov 17 02:07:07.707 INFO [stderr] Compiling crossbeam-utils v0.2.2 Nov 17 02:07:07.740 INFO [stderr] Compiling log v0.4.3 Nov 17 02:07:07.787 INFO [stderr] Compiling humantime v1.1.1 Nov 17 02:07:07.873 INFO [stderr] Compiling regex-syntax v0.6.2 Nov 17 02:07:08.451 INFO [stderr] Compiling syn v0.11.11 Nov 17 02:07:17.828 INFO [stderr] Compiling thread_local v0.3.5 Nov 17 02:07:18.149 INFO [stderr] Compiling clap v2.32.0 Nov 17 02:07:18.252 INFO [stderr] Compiling aho-corasick v0.6.6 Nov 17 02:07:18.656 INFO [stderr] Compiling crossbeam-epoch v0.3.1 Nov 17 02:07:18.949 INFO [stderr] Compiling quote v0.6.4 Nov 17 02:07:21.951 INFO [stderr] Compiling backtrace-sys v0.1.23 Nov 17 02:07:22.123 INFO [stderr] Compiling syn v0.14.5 Nov 17 02:07:25.791 INFO [stderr] Compiling crossbeam-deque v0.2.0 Nov 17 02:07:35.151 INFO [stderr] Compiling synstructure v0.6.1 Nov 17 02:07:38.763 INFO [stderr] Compiling backtrace v0.3.9 Nov 17 02:07:57.541 INFO [stderr] Compiling failure_derive v0.1.1 Nov 17 02:08:12.516 INFO [stderr] Compiling structopt-derive v0.2.10 Nov 17 02:08:16.323 INFO [stderr] Compiling serde_derive v1.0.70 Nov 17 02:08:17.812 INFO [stderr] Compiling failure v0.1.1 Nov 17 02:08:22.599 INFO [stderr] Compiling structopt v0.2.10 Nov 17 02:08:32.425 INFO [stderr] Compiling env_logger v0.5.11 Nov 17 02:08:34.615 INFO [stderr] Compiling clap-verbosity-flag v0.1.0 Nov 17 02:08:43.127 INFO [stderr] Compiling quicli v0.3.0 Nov 17 02:08:43.791 INFO [stderr] Compiling quicli-edition v0.1.0 (/source) Nov 17 02:08:43.871 INFO [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Nov 17 02:08:43.871 INFO [stderr] --> src/main.rs:1:12 Nov 17 02:08:43.871 INFO [stderr] | Nov 17 02:08:43.871 INFO [stderr] 1 | #![feature(rust_2018_preview)] Nov 17 02:08:43.871 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 17 02:08:43.871 INFO [stderr] Nov 17 02:08:44.031 INFO [stderr] warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 17 02:08:44.031 INFO [stderr] --> src/main.rs:2:12 Nov 17 02:08:44.031 INFO [stderr] | Nov 17 02:08:44.031 INFO [stderr] 2 | #![feature(proc_macro_path_invoc)] Nov 17 02:08:44.031 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 17 02:08:44.031 INFO [stderr] | Nov 17 02:08:44.031 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 17 02:08:44.031 INFO [stderr] Nov 17 02:08:44.524 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Nov 17 02:08:44.534 INFO [stderr] su: No module specific data is present Nov 17 02:08:45.878 INFO running `"docker" "inspect" "df68819955d1d0c0cb5e5b3358988c0f2de4d98fe8df781d79a10cad188557c7"` Nov 17 02:08:46.191 INFO running `"docker" "rm" "-f" "df68819955d1d0c0cb5e5b3358988c0f2de4d98fe8df781d79a10cad188557c7"` Nov 17 02:08:46.487 INFO [stdout] df68819955d1d0c0cb5e5b3358988c0f2de4d98fe8df781d79a10cad188557c7 Nov 17 02:08:46.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 02:08:46.898 INFO [stdout] 6dc5c9c22a6c5a26b6d7c950275f6e7dbd2f039187cb6500bb08d21091b8487d Nov 17 02:08:46.907 INFO running `"docker" "start" "-a" "6dc5c9c22a6c5a26b6d7c950275f6e7dbd2f039187cb6500bb08d21091b8487d"` Nov 17 02:08:48.076 INFO [stderr] usermod: no changes Nov 17 02:08:48.144 INFO [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Nov 17 02:08:48.263 INFO [stderr] Compiling quicli-edition v0.1.0 (/source) Nov 17 02:08:48.347 INFO [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Nov 17 02:08:48.347 INFO [stderr] --> src/main.rs:1:12 Nov 17 02:08:48.347 INFO [stderr] | Nov 17 02:08:48.347 INFO [stderr] 1 | #![feature(rust_2018_preview)] Nov 17 02:08:48.347 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 17 02:08:48.347 INFO [stderr] Nov 17 02:08:48.527 INFO [stderr] warning: the feature `proc_macro_path_invoc` has been stable since 1.30.0 and no longer requires an attribute to enable Nov 17 02:08:48.527 INFO [stderr] --> src/main.rs:2:12 Nov 17 02:08:48.527 INFO [stderr] | Nov 17 02:08:48.527 INFO [stderr] 2 | #![feature(proc_macro_path_invoc)] Nov 17 02:08:48.527 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 17 02:08:48.527 INFO [stderr] | Nov 17 02:08:48.527 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 17 02:08:48.527 INFO [stderr] Nov 17 02:08:48.855 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s Nov 17 02:08:48.867 INFO [stderr] su: No module specific data is present Nov 17 02:08:49.761 INFO running `"docker" "inspect" "6dc5c9c22a6c5a26b6d7c950275f6e7dbd2f039187cb6500bb08d21091b8487d"` Nov 17 02:08:50.122 INFO running `"docker" "rm" "-f" "6dc5c9c22a6c5a26b6d7c950275f6e7dbd2f039187cb6500bb08d21091b8487d"` Nov 17 02:08:50.492 INFO [stdout] 6dc5c9c22a6c5a26b6d7c950275f6e7dbd2f039187cb6500bb08d21091b8487d Nov 17 02:08:50.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 02:08:51.029 INFO [stdout] 09aa62ec1015bb61c34fbd8b8e866eefc20b5d9dac24c103d9001be8823fbbb5 Nov 17 02:08:51.033 INFO running `"docker" "start" "-a" "09aa62ec1015bb61c34fbd8b8e866eefc20b5d9dac24c103d9001be8823fbbb5"` Nov 17 02:08:52.139 INFO [stderr] usermod: no changes Nov 17 02:08:52.191 INFO [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Nov 17 02:08:52.327 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s Nov 17 02:08:52.338 INFO [stderr] Running /target/debug/deps/quicli_edition-4023a5f97da99cc4 Nov 17 02:08:52.341 INFO [stdout] Nov 17 02:08:52.341 INFO [stdout] running 0 tests Nov 17 02:08:52.341 INFO [stdout] Nov 17 02:08:52.341 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:08:52.342 INFO [stdout] Nov 17 02:08:52.345 INFO [stderr] su: No module specific data is present Nov 17 02:08:53.099 INFO running `"docker" "inspect" "09aa62ec1015bb61c34fbd8b8e866eefc20b5d9dac24c103d9001be8823fbbb5"` Nov 17 02:08:53.381 INFO running `"docker" "rm" "-f" "09aa62ec1015bb61c34fbd8b8e866eefc20b5d9dac24c103d9001be8823fbbb5"` Nov 17 02:08:53.691 INFO [stdout] 09aa62ec1015bb61c34fbd8b8e866eefc20b5d9dac24c103d9001be8823fbbb5