Sep 14 19:18:03.264 INFO checking bengreen-0.1.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:18:03.264 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:18:03.264 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:18:03.381 INFO blam! 37242896a9a15c48e8c3d7efe70f94202f7381db4e2388508b858d405d25d7d2 Sep 14 19:18:03.382 INFO running `"docker" "start" "-a" "37242896a9a15c48e8c3d7efe70f94202f7381db4e2388508b858d405d25d7d2"` Sep 14 19:18:04.415 INFO kablam! usermod: no changes Sep 14 19:18:04.474 INFO kablam! Compiling byteorder v0.5.3 Sep 14 19:18:04.474 INFO kablam! Compiling phf_shared v0.7.23 Sep 14 19:18:04.475 INFO kablam! Checking raw-cpuid v2.0.2 Sep 14 19:18:04.476 INFO kablam! Compiling num-complex v0.1.43 Sep 14 19:18:04.477 INFO kablam! Compiling num-iter v0.1.37 Sep 14 19:18:04.477 INFO kablam! Compiling num-rational v0.1.42 Sep 14 19:18:04.671 INFO kablam! Compiling phf_generator v0.7.23 Sep 14 19:18:04.715 INFO kablam! Checking phf v0.7.23 Sep 14 19:18:05.259 INFO kablam! Compiling csv v0.14.7 Sep 14 19:18:05.663 INFO kablam! Compiling phf_codegen v0.7.23 Sep 14 19:18:08.110 INFO kablam! Compiling num v0.1.42 Sep 14 19:18:08.453 INFO kablam! Compiling serde v0.6.15 Sep 14 19:18:11.567 INFO kablam! Compiling serde_json v0.6.1 Sep 14 19:18:12.776 INFO kablam! Compiling x86 v0.7.2 Sep 14 19:18:37.911 INFO kablam! Checking bengreen v0.1.1 (file:///source) Sep 14 19:18:38.224 INFO kablam! error[E0428]: the name `BG_TEST_ZERO` is defined multiple times Sep 14 19:18:38.224 INFO kablam! --> src/main.rs:148:1 Sep 14 19:18:38.224 INFO kablam! | Sep 14 19:18:38.224 INFO kablam! 145 | static mut BG_TEST_ZERO: usize = 0; Sep 14 19:18:38.224 INFO kablam! | ----------------------------------- previous definition of the value `BG_TEST_ZERO` here Sep 14 19:18:38.224 INFO kablam! ... Sep 14 19:18:38.224 INFO kablam! 148 | static mut BG_TEST_ZERO: usize = 0xFFFFFFFFFFFFFFFF; Sep 14 19:18:38.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `BG_TEST_ZERO` redefined here Sep 14 19:18:38.224 INFO kablam! | Sep 14 19:18:38.224 INFO kablam! = note: `BG_TEST_ZERO` must be defined only once in the value namespace of this module Sep 14 19:18:38.224 INFO kablam! Sep 14 19:18:38.267 INFO kablam! error[E0428]: the name `BG_TEST_ZERO` is defined multiple times Sep 14 19:18:38.267 INFO kablam! --> src/main.rs:148:1 Sep 14 19:18:38.267 INFO kablam! | Sep 14 19:18:38.267 INFO kablam! 145 | static mut BG_TEST_ZERO: usize = 0; Sep 14 19:18:38.267 INFO kablam! | ----------------------------------- previous definition of the value `BG_TEST_ZERO` here Sep 14 19:18:38.267 INFO kablam! ... Sep 14 19:18:38.267 INFO kablam! 148 | static mut BG_TEST_ZERO: usize = 0xFFFFFFFFFFFFFFFF; Sep 14 19:18:38.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `BG_TEST_ZERO` redefined here Sep 14 19:18:38.267 INFO kablam! | Sep 14 19:18:38.267 INFO kablam! = note: `BG_TEST_ZERO` must be defined only once in the value namespace of this module Sep 14 19:18:38.267 INFO kablam! Sep 14 19:18:38.414 INFO kablam! error: aborting due to previous error Sep 14 19:18:38.414 INFO kablam! Sep 14 19:18:38.414 INFO kablam! For more information about this error, try `rustc --explain E0428`. Sep 14 19:18:38.422 INFO kablam! error: aborting due to previous error Sep 14 19:18:38.422 INFO kablam! Sep 14 19:18:38.422 INFO kablam! For more information about this error, try `rustc --explain E0428`. Sep 14 19:18:38.426 INFO kablam! error: Could not compile `bengreen`. Sep 14 19:18:38.426 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:18:38.435 INFO kablam! error: Could not compile `bengreen`. Sep 14 19:18:38.435 INFO kablam! Sep 14 19:18:38.435 INFO kablam! To learn more, run the command again with --verbose. Sep 14 19:18:38.438 INFO kablam! su: No module specific data is present Sep 14 19:18:39.111 INFO running `"docker" "rm" "-f" "37242896a9a15c48e8c3d7efe70f94202f7381db4e2388508b858d405d25d7d2"` Sep 14 19:18:39.181 INFO blam! 37242896a9a15c48e8c3d7efe70f94202f7381db4e2388508b858d405d25d7d2