Sep 01 08:58:31.741 INFO checking caniuse-serde-0.0.6 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 08:58:31.741 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 08:58:31.741 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:58:31.889 INFO blam! 670226d3d8060c01f364ce5da631f0ee4c668e10cff1cb1d3a3f5d7f6e235d5d Sep 01 08:58:31.891 INFO running `"docker" "start" "-a" "670226d3d8060c01f364ce5da631f0ee4c668e10cff1cb1d3a3f5d7f6e235d5d"` Sep 01 08:58:32.694 INFO kablam! Checking caniuse-serde v0.0.6 (file:///source) Sep 01 08:58:36.673 INFO kablam! error[E0425]: cannot find value `Asia` in this scope Sep 01 08:58:36.673 INFO kablam! --> src/systemTests/mod.rs:28:3 Sep 01 08:58:36.673 INFO kablam! | Sep 01 08:58:36.673 INFO kablam! 28 | Asia.deref(), Sep 01 08:58:36.673 INFO kablam! | ^^^^ not found in this scope Sep 01 08:58:36.673 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 08:58:36.673 INFO kablam! | Sep 01 08:58:36.673 INFO kablam! 5 | use regional_usage::Asia; Sep 01 08:58:36.673 INFO kablam! | Sep 01 08:58:36.673 INFO kablam! 5 | use regional_usage::RegionalUsages::Asia; Sep 01 08:58:36.673 INFO kablam! | Sep 01 08:58:36.673 INFO kablam! Sep 01 08:58:36.674 INFO kablam! error[E0425]: cannot find value `Europe` in this scope Sep 01 08:58:36.674 INFO kablam! --> src/systemTests/mod.rs:29:3 Sep 01 08:58:36.674 INFO kablam! | Sep 01 08:58:36.674 INFO kablam! 29 | Europe.deref(), Sep 01 08:58:36.674 INFO kablam! | ^^^^^^ not found in this scope Sep 01 08:58:36.674 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 08:58:36.674 INFO kablam! | Sep 01 08:58:36.674 INFO kablam! 5 | use regional_usage::Europe; Sep 01 08:58:36.674 INFO kablam! | Sep 01 08:58:36.674 INFO kablam! 5 | use regional_usage::RegionalUsages::Europe; Sep 01 08:58:36.674 INFO kablam! | Sep 01 08:58:36.674 INFO kablam! Sep 01 08:58:36.675 INFO kablam! error[E0425]: cannot find value `NorthAmerica` in this scope Sep 01 08:58:36.675 INFO kablam! --> src/systemTests/mod.rs:30:3 Sep 01 08:58:36.675 INFO kablam! | Sep 01 08:58:36.675 INFO kablam! 30 | NorthAmerica.deref(), Sep 01 08:58:36.675 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 08:58:36.675 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 08:58:36.675 INFO kablam! | Sep 01 08:58:36.675 INFO kablam! 5 | use regional_usage::NorthAmerica; Sep 01 08:58:36.675 INFO kablam! | Sep 01 08:58:36.675 INFO kablam! 5 | use regional_usage::RegionalUsages::NorthAmerica; Sep 01 08:58:36.675 INFO kablam! | Sep 01 08:58:36.675 INFO kablam! Sep 01 08:58:36.676 INFO kablam! error[E0425]: cannot find value `SouthAmerica` in this scope Sep 01 08:58:36.676 INFO kablam! --> src/systemTests/mod.rs:31:3 Sep 01 08:58:36.676 INFO kablam! | Sep 01 08:58:36.676 INFO kablam! 31 | SouthAmerica.deref(), Sep 01 08:58:36.676 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 01 08:58:36.676 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 08:58:36.676 INFO kablam! | Sep 01 08:58:36.676 INFO kablam! 5 | use regional_usage::RegionalUsages::SouthAmerica; Sep 01 08:58:36.676 INFO kablam! | Sep 01 08:58:36.676 INFO kablam! 5 | use regional_usage::SouthAmerica; Sep 01 08:58:36.676 INFO kablam! | Sep 01 08:58:36.676 INFO kablam! Sep 01 08:58:36.677 INFO kablam! error[E0425]: cannot find value `AU` in this scope Sep 01 08:58:36.677 INFO kablam! --> src/systemTests/mod.rs:32:3 Sep 01 08:58:36.677 INFO kablam! | Sep 01 08:58:36.677 INFO kablam! 32 | AU.deref(), Sep 01 08:58:36.677 INFO kablam! | ^^ not found in this scope Sep 01 08:58:36.677 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 08:58:36.677 INFO kablam! | Sep 01 08:58:36.677 INFO kablam! 5 | use regional_usage::AU; Sep 01 08:58:36.677 INFO kablam! | Sep 01 08:58:36.677 INFO kablam! 5 | use regional_usage::RegionalUsages::AU; Sep 01 08:58:36.677 INFO kablam! | Sep 01 08:58:36.677 INFO kablam! Sep 01 08:58:36.678 INFO kablam! error[E0425]: cannot find value `NZ` in this scope Sep 01 08:58:36.678 INFO kablam! --> src/systemTests/mod.rs:33:3 Sep 01 08:58:36.678 INFO kablam! | Sep 01 08:58:36.678 INFO kablam! 33 | NZ.deref(), Sep 01 08:58:36.678 INFO kablam! | ^^ not found in this scope Sep 01 08:58:36.678 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 01 08:58:36.678 INFO kablam! | Sep 01 08:58:36.678 INFO kablam! 5 | use regional_usage::NZ; Sep 01 08:58:36.678 INFO kablam! | Sep 01 08:58:36.678 INFO kablam! 5 | use regional_usage::RegionalUsages::NZ; Sep 01 08:58:36.678 INFO kablam! | Sep 01 08:58:36.678 INFO kablam! Sep 01 08:58:41.198 INFO kablam! error: aborting due to 6 previous errors Sep 01 08:58:41.198 INFO kablam! Sep 01 08:58:41.198 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 08:58:41.210 INFO kablam! error: Could not compile `caniuse-serde`. Sep 01 08:58:41.210 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:58:43.229 INFO kablam! error: build failed Sep 01 08:58:43.231 INFO kablam! su: No module specific data is present Sep 01 08:58:43.614 INFO running `"docker" "rm" "-f" "670226d3d8060c01f364ce5da631f0ee4c668e10cff1cb1d3a3f5d7f6e235d5d"` Sep 01 08:58:43.719 INFO blam! 670226d3d8060c01f364ce5da631f0ee4c668e10cff1cb1d3a3f5d7f6e235d5d