Oct 31 18:18:23.695 INFO checking wayslog/qwerty-rs against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 18:18:23.697 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-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"` Oct 31 18:18:24.040 INFO blam! 33a646bba13ab13ad2f3594ccc27c2b4b82438a3e332f10fc4f3c82f69edfc35 Oct 31 18:18:24.041 INFO running `"docker" "start" "-a" "33a646bba13ab13ad2f3594ccc27c2b4b82438a3e332f10fc4f3c82f69edfc35"` Oct 31 18:18:24.748 INFO kablam! usermod: no changes Oct 31 18:18:24.888 INFO kablam! Compiling unicode-xid v0.0.3 Oct 31 18:18:24.896 INFO kablam! Checking libc v0.2.17 Oct 31 18:18:24.896 INFO kablam! Compiling quote v0.3.10 Oct 31 18:18:24.896 INFO kablam! Checking cfg-if v0.1.0 Oct 31 18:18:24.896 INFO kablam! Checking lazycell v0.4.0 Oct 31 18:18:24.913 INFO kablam! Checking itoa v0.1.1 Oct 31 18:18:24.913 INFO kablam! Checking scoped-tls v0.1.0 Oct 31 18:18:24.913 INFO kablam! Checking dtoa v0.2.2 Oct 31 18:18:26.016 INFO kablam! Checking serde v0.8.19 Oct 31 18:18:26.114 INFO kablam! Checking futures v0.1.6 Oct 31 18:18:26.426 INFO kablam! Compiling nix v0.7.0 Oct 31 18:18:28.178 INFO kablam! Checking thread-id v2.0.0 Oct 31 18:18:28.178 INFO kablam! Checking memchr v0.1.11 Oct 31 18:18:28.178 INFO kablam! Checking net2 v0.2.26 Oct 31 18:18:28.178 INFO kablam! Checking num_cpus v1.1.0 Oct 31 18:18:29.004 INFO kablam! Checking thread_local v0.2.7 Oct 31 18:18:29.661 INFO kablam! Checking aho-corasick v0.5.3 Oct 31 18:18:29.736 INFO kablam! Compiling syn v0.10.3 Oct 31 18:18:32.589 INFO kablam! Checking regex v0.1.80 Oct 31 18:18:39.484 INFO kablam! Checking env_logger v0.3.5 Oct 31 18:18:43.429 INFO kablam! Compiling serde_codegen_internals v0.11.1 Oct 31 18:18:43.625 INFO kablam! Checking mio v0.6.1 Oct 31 18:18:47.334 INFO kablam! Compiling serde_codegen v0.8.19 Oct 31 18:18:47.681 INFO kablam! Checking serde_json v0.8.3 Oct 31 18:18:48.233 INFO kablam! Checking tokio-core v0.1.1 Oct 31 18:18:54.065 INFO kablam! Compiling serde_derive v0.8.19 Oct 31 18:18:56.201 INFO kablam! Checking qwerty v0.1.0 (/source) Oct 31 18:18:56.753 INFO kablam! warning: unused `#[macro_use]` import Oct 31 18:18:56.753 INFO kablam! --> src/lib.rs:9:1 Oct 31 18:18:56.753 INFO kablam! | Oct 31 18:18:56.753 INFO kablam! 9 | #[macro_use] Oct 31 18:18:56.753 INFO kablam! | ^^^^^^^^^^^^ Oct 31 18:18:56.754 INFO kablam! | Oct 31 18:18:56.754 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 18:18:56.754 INFO kablam! Oct 31 18:18:56.780 INFO kablam! warning: unused `#[macro_use]` import Oct 31 18:18:56.781 INFO kablam! --> src/lib.rs:9:1 Oct 31 18:18:56.781 INFO kablam! | Oct 31 18:18:56.781 INFO kablam! 9 | #[macro_use] Oct 31 18:18:56.781 INFO kablam! | ^^^^^^^^^^^^ Oct 31 18:18:56.781 INFO kablam! | Oct 31 18:18:56.781 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 18:18:56.781 INFO kablam! Oct 31 18:18:57.273 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 31 18:18:57.274 INFO kablam! --> src/lib.rs:1:12 Oct 31 18:18:57.274 INFO kablam! | Oct 31 18:18:57.274 INFO kablam! 1 | #![feature(proc_macro)] Oct 31 18:18:57.274 INFO kablam! | ^^^^^^^^^^ Oct 31 18:18:57.274 INFO kablam! | Oct 31 18:18:57.274 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 18:18:57.274 INFO kablam! Oct 31 18:18:57.291 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 31 18:18:57.291 INFO kablam! --> src/lib.rs:1:12 Oct 31 18:18:57.291 INFO kablam! | Oct 31 18:18:57.291 INFO kablam! 1 | #![feature(proc_macro)] Oct 31 18:18:57.291 INFO kablam! | ^^^^^^^^^^ Oct 31 18:18:57.291 INFO kablam! | Oct 31 18:18:57.291 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 18:18:57.291 INFO kablam! Oct 31 18:18:58.021 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.24s Oct 31 18:18:58.037 INFO kablam! su: No module specific data is present Oct 31 18:18:59.648 INFO running `"docker" "rm" "-f" "33a646bba13ab13ad2f3594ccc27c2b4b82438a3e332f10fc4f3c82f69edfc35"` Oct 31 18:18:59.920 INFO blam! 33a646bba13ab13ad2f3594ccc27c2b4b82438a3e332f10fc4f3c82f69edfc35