[INFO] crate arsert_impl 0.0.2 is already in cache [INFO] extracting crate arsert_impl 0.0.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/arsert_impl/0.0.2 [INFO] extracting crate arsert_impl 0.0.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/arsert_impl/0.0.2 [INFO] validating manifest of arsert_impl-0.0.2 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 arsert_impl-0.0.2 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 arsert_impl-0.0.2 [INFO] finished frobbing arsert_impl-0.0.2 [INFO] frobbed toml for arsert_impl-0.0.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/arsert_impl/0.0.2/Cargo.toml [INFO] started frobbing arsert_impl-0.0.2 [INFO] finished frobbing arsert_impl-0.0.2 [INFO] frobbed toml for arsert_impl-0.0.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/arsert_impl/0.0.2/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] testing arsert_impl-0.0.2 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-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/arsert_impl/0.0.2:/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] 07d9945b6dd96b7ab7434e0ef6bb1ecd91fcd71a841d10db4caa3dab7e08304c [INFO] running `"docker" "start" "-a" "07d9945b6dd96b7ab7434e0ef6bb1ecd91fcd71a841d10db4caa3dab7e08304c"` [INFO] [stderr] Compiling arsert_failure v0.0.2 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling proc-macro-hack v0.5.8 [INFO] [stderr] Compiling arsert_impl v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `ExprPath` [INFO] [stderr] --> src/lib.rs:7:68 [INFO] [stderr] | [INFO] [stderr] 7 | use syn::{self, parenthesized, parse_macro_input, Attribute, Expr, ExprPath, Result, Token}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ExprPath` [INFO] [stderr] --> src/expressions.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use syn::{Expr, ExprPath, Result}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proc_macro2` [INFO] [stderr] --> src/expressions/binary.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use proc_macro2; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proc_macro2` [INFO] [stderr] --> src/expressions/simple.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use proc_macro2; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ExprPath` [INFO] [stderr] --> src/expressions/simple.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use syn::{Expr, ExprPath}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proc_macro2` [INFO] [stderr] --> src/expressions/unary.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use proc_macro2; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.64s [INFO] running `"docker" "inspect" "07d9945b6dd96b7ab7434e0ef6bb1ecd91fcd71a841d10db4caa3dab7e08304c"` [INFO] running `"docker" "rm" "-f" "07d9945b6dd96b7ab7434e0ef6bb1ecd91fcd71a841d10db4caa3dab7e08304c"` [INFO] [stdout] 07d9945b6dd96b7ab7434e0ef6bb1ecd91fcd71a841d10db4caa3dab7e08304c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/arsert_impl/0.0.2:/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] b960c74480793f9ff2fdb55a24069f97adab0d84142b7f3283fc932cd72825be [INFO] running `"docker" "start" "-a" "b960c74480793f9ff2fdb55a24069f97adab0d84142b7f3283fc932cd72825be"` [INFO] [stderr] Compiling arsert_impl v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `ExprPath` [INFO] [stderr] --> src/lib.rs:7:68 [INFO] [stderr] | [INFO] [stderr] 7 | use syn::{self, parenthesized, parse_macro_input, Attribute, Expr, ExprPath, Result, Token}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `ExprPath` [INFO] [stderr] --> src/expressions.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use syn::{Expr, ExprPath, Result}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proc_macro2` [INFO] [stderr] --> src/expressions/binary.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use proc_macro2; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proc_macro2` [INFO] [stderr] --> src/expressions/simple.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use proc_macro2; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `ExprPath` [INFO] [stderr] --> src/expressions/simple.rs:4:17 [INFO] [stderr] | [INFO] [stderr] 4 | use syn::{Expr, ExprPath}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `proc_macro2` [INFO] [stderr] --> src/expressions/unary.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use proc_macro2; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `"docker" "inspect" "b960c74480793f9ff2fdb55a24069f97adab0d84142b7f3283fc932cd72825be"` [INFO] running `"docker" "rm" "-f" "b960c74480793f9ff2fdb55a24069f97adab0d84142b7f3283fc932cd72825be"` [INFO] [stdout] b960c74480793f9ff2fdb55a24069f97adab0d84142b7f3283fc932cd72825be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/arsert_impl/0.0.2:/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] 8a3b67295d339197a6e2381f4f70f9a0e66159b0d7c15ea0cafa16accb691423 [INFO] running `"docker" "start" "-a" "8a3b67295d339197a6e2381f4f70f9a0e66159b0d7c15ea0cafa16accb691423"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/arsert_impl-fa42bed7b2a13df5 [INFO] [stderr] Doc-tests arsert_impl [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] [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" "8a3b67295d339197a6e2381f4f70f9a0e66159b0d7c15ea0cafa16accb691423"` [INFO] running `"docker" "rm" "-f" "8a3b67295d339197a6e2381f4f70f9a0e66159b0d7c15ea0cafa16accb691423"` [INFO] [stdout] 8a3b67295d339197a6e2381f4f70f9a0e66159b0d7c15ea0cafa16accb691423