Nov 30 16:56:07.868 INFO checking rocket_cors-0.4.0-rc.1 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 16:56:07.868 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 30 16:56:08.414 INFO [stdout] 7ef9a8377e5037ccaa10d7ff5d43e3cd77f295479c59c369dce5c6eb6bbf5596 Nov 30 16:56:08.416 INFO running `"docker" "start" "-a" "7ef9a8377e5037ccaa10d7ff5d43e3cd77f295479c59c369dce5c6eb6bbf5596"` Nov 30 16:56:09.880 INFO [stderr] usermod: no changes Nov 30 16:56:10.194 INFO [stderr] Compiling proc-macro2 v0.4.24 Nov 30 16:56:10.230 INFO [stderr] Compiling pear_codegen v0.1.2 Nov 30 16:56:10.243 INFO [stderr] Compiling rocket_codegen v0.4.0-rc.1 Nov 30 16:56:10.244 INFO [stderr] Compiling rocket v0.4.0-rc.1 Nov 30 16:56:10.250 INFO [stderr] Compiling ring v0.13.5 Nov 30 16:56:10.257 INFO [stderr] Checking serde_test v1.0.80 Nov 30 16:56:10.268 INFO [stderr] Checking unicase_serde v0.1.0 Nov 30 16:56:10.269 INFO [stderr] Checking cookie v0.11.0 Nov 30 16:56:26.741 INFO [stderr] Compiling quote v0.6.10 Nov 30 16:56:30.755 INFO [stderr] Compiling syn v0.15.22 Nov 30 16:56:54.258 INFO [stderr] Compiling devise_core v0.1.0 Nov 30 16:56:54.258 INFO [stderr] Compiling serde_derive v1.0.80 Nov 30 16:57:10.607 INFO [stderr] Compiling devise_codegen v0.1.0 Nov 30 16:57:12.082 INFO [stderr] Compiling pear v0.1.2 Nov 30 16:57:14.882 INFO [stderr] Checking rocket_http v0.4.0-rc.1 Nov 30 16:57:30.500 INFO [stderr] Compiling devise v0.1.0 Nov 30 16:57:59.271 INFO [stderr] Checking rocket_cors v0.4.0-rc.1 (/source) Nov 30 16:58:04.184 INFO [stderr] error[E0254]: the name `log` is defined multiple times Nov 30 16:58:04.184 INFO [stderr] --> src/lib.rs:591:24 Nov 30 16:58:04.184 INFO [stderr] | Nov 30 16:58:04.184 INFO [stderr] 553 | extern crate log; Nov 30 16:58:04.184 INFO [stderr] | ----------------- previous import of the extern crate `log` here Nov 30 16:58:04.184 INFO [stderr] ... Nov 30 16:58:04.184 INFO [stderr] 591 | use log::{error, info, log}; Nov 30 16:58:04.184 INFO [stderr] | ^^^ `log` reimported here Nov 30 16:58:04.184 INFO [stderr] | Nov 30 16:58:04.184 INFO [stderr] = note: `log` must be defined only once in the type namespace of this module Nov 30 16:58:04.184 INFO [stderr] help: you can use `as` to change the binding name of the import Nov 30 16:58:04.184 INFO [stderr] | Nov 30 16:58:04.184 INFO [stderr] 591 | use log::{error, info, log as other_log}; Nov 30 16:58:04.184 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 30 16:58:04.184 INFO [stderr] Nov 30 16:58:04.312 INFO [stderr] error[E0254]: the name `log` is defined multiple times Nov 30 16:58:04.312 INFO [stderr] --> src/lib.rs:591:24 Nov 30 16:58:04.312 INFO [stderr] | Nov 30 16:58:04.312 INFO [stderr] 553 | extern crate log; Nov 30 16:58:04.312 INFO [stderr] | ----------------- previous import of the extern crate `log` here Nov 30 16:58:04.312 INFO [stderr] ... Nov 30 16:58:04.312 INFO [stderr] 591 | use log::{error, info, log}; Nov 30 16:58:04.312 INFO [stderr] | ^^^ `log` reimported here Nov 30 16:58:04.312 INFO [stderr] | Nov 30 16:58:04.312 INFO [stderr] = note: `log` must be defined only once in the type namespace of this module Nov 30 16:58:04.312 INFO [stderr] help: you can use `as` to change the binding name of the import Nov 30 16:58:04.312 INFO [stderr] | Nov 30 16:58:04.312 INFO [stderr] 591 | use log::{error, info, log as other_log}; Nov 30 16:58:04.312 INFO [stderr] | ^^^^^^^^^^^^^^^^ Nov 30 16:58:04.312 INFO [stderr] Nov 30 16:58:04.812 INFO [stderr] error: aborting due to previous error Nov 30 16:58:04.812 INFO [stderr] Nov 30 16:58:04.812 INFO [stderr] For more information about this error, try `rustc --explain E0254`. Nov 30 16:58:04.816 INFO [stderr] error: Could not compile `rocket_cors`. Nov 30 16:58:04.816 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 16:58:05.104 INFO [stderr] error: aborting due to previous error Nov 30 16:58:05.104 INFO [stderr] Nov 30 16:58:05.104 INFO [stderr] For more information about this error, try `rustc --explain E0254`. Nov 30 16:58:05.124 INFO [stderr] error: Could not compile `rocket_cors`. Nov 30 16:58:05.124 INFO [stderr] Nov 30 16:58:05.124 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 16:58:05.132 INFO [stderr] su: No module specific data is present Nov 30 16:58:06.316 INFO running `"docker" "inspect" "7ef9a8377e5037ccaa10d7ff5d43e3cd77f295479c59c369dce5c6eb6bbf5596"` Nov 30 16:58:06.720 INFO running `"docker" "rm" "-f" "7ef9a8377e5037ccaa10d7ff5d43e3cd77f295479c59c369dce5c6eb6bbf5596"` Nov 30 16:58:07.048 INFO [stdout] 7ef9a8377e5037ccaa10d7ff5d43e3cd77f295479c59c369dce5c6eb6bbf5596