Sep 19 22:59:29.928 INFO checking libmdns-0.2.3 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:59:29.928 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:59:29.928 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:59:30.175 INFO blam! 85f0ca532109891d9dc140500dbcbe41f6e68fffa39f1343b3862f27c98ff8e9 Sep 19 22:59:30.177 INFO running `"docker" "start" "-a" "85f0ca532109891d9dc140500dbcbe41f6e68fffa39f1343b3862f27c98ff8e9"` Sep 19 22:59:31.153 INFO kablam! usermod: no changes Sep 19 22:59:31.326 INFO kablam! Checking multimap v0.4.0 Sep 19 22:59:31.800 INFO kablam! Checking libmdns v0.2.3 (/source) Sep 19 22:59:33.086 INFO kablam! error[E0432]: unresolved imports `Packet`, `Header` Sep 19 22:59:33.086 INFO kablam! --> src/dns_parser/parser.rs:91:10 Sep 19 22:59:33.086 INFO kablam! | Sep 19 22:59:33.086 INFO kablam! 91 | use {Packet, Header}; Sep 19 22:59:33.086 INFO kablam! | ^^^^^^ ^^^^^^ no `Header` in the root Sep 19 22:59:33.086 INFO kablam! | | Sep 19 22:59:33.086 INFO kablam! | no `Packet` in the root Sep 19 22:59:33.086 INFO kablam! Sep 19 22:59:33.099 INFO kablam! error[E0432]: unresolved import `Opcode` Sep 19 22:59:33.099 INFO kablam! --> src/dns_parser/parser.rs:92:9 Sep 19 22:59:33.099 INFO kablam! | Sep 19 22:59:33.099 INFO kablam! 92 | use Opcode::*; Sep 19 22:59:33.099 INFO kablam! | ^^^^^^ Maybe a missing `extern crate Opcode;`? Sep 19 22:59:33.099 INFO kablam! Sep 19 22:59:33.099 INFO kablam! error[E0432]: unresolved import `ResponseCode` Sep 19 22:59:33.099 INFO kablam! --> src/dns_parser/parser.rs:93:9 Sep 19 22:59:33.099 INFO kablam! | Sep 19 22:59:33.099 INFO kablam! 93 | use ResponseCode::NoError; Sep 19 22:59:33.099 INFO kablam! | ^^^^^^^^^^^^ Maybe a missing `extern crate ResponseCode;`? Sep 19 22:59:33.099 INFO kablam! Sep 19 22:59:33.099 INFO kablam! error[E0432]: unresolved import `QueryType` Sep 19 22:59:33.099 INFO kablam! --> src/dns_parser/parser.rs:94:9 Sep 19 22:59:33.099 INFO kablam! | Sep 19 22:59:33.099 INFO kablam! 94 | use QueryType as QT; Sep 19 22:59:33.099 INFO kablam! | ^^^^^^^^^^^^^^^ no `QueryType` in the root Sep 19 22:59:33.099 INFO kablam! Sep 19 22:59:33.099 INFO kablam! error[E0432]: unresolved import `QueryClass` Sep 19 22:59:33.099 INFO kablam! --> src/dns_parser/parser.rs:95:9 Sep 19 22:59:33.099 INFO kablam! | Sep 19 22:59:33.099 INFO kablam! 95 | use QueryClass as QC; Sep 19 22:59:33.099 INFO kablam! | ^^^^^^^^^^^^^^^^ no `QueryClass` in the root Sep 19 22:59:33.099 INFO kablam! Sep 19 22:59:33.099 INFO kablam! error[E0432]: unresolved import `Class` Sep 19 22:59:33.099 INFO kablam! --> src/dns_parser/parser.rs:96:9 Sep 19 22:59:33.099 INFO kablam! | Sep 19 22:59:33.099 INFO kablam! 96 | use Class as C; Sep 19 22:59:33.099 INFO kablam! | ^^^^^^^^^^ no `Class` in the root Sep 19 22:59:33.099 INFO kablam! Sep 19 22:59:33.099 INFO kablam! error[E0432]: unresolved import `RRData` Sep 19 22:59:33.099 INFO kablam! --> src/dns_parser/parser.rs:97:9 Sep 19 22:59:33.099 INFO kablam! | Sep 19 22:59:33.099 INFO kablam! 97 | use RRData; Sep 19 22:59:33.099 INFO kablam! | ^^^^^^ no `RRData` in the root Sep 19 22:59:33.099 INFO kablam! Sep 19 22:59:33.106 INFO kablam! error[E0432]: unresolved import `Header` Sep 19 22:59:33.107 INFO kablam! --> src/dns_parser/header.rs:152:10 Sep 19 22:59:33.107 INFO kablam! | Sep 19 22:59:33.107 INFO kablam! 152 | use {Header}; Sep 19 22:59:33.107 INFO kablam! | ^^^^^^ no `Header` in the root Sep 19 22:59:33.107 INFO kablam! Sep 19 22:59:33.114 INFO kablam! error[E0432]: unresolved import `Opcode` Sep 19 22:59:33.114 INFO kablam! --> src/dns_parser/header.rs:153:9 Sep 19 22:59:33.114 INFO kablam! | Sep 19 22:59:33.114 INFO kablam! 153 | use Opcode::*; Sep 19 22:59:33.114 INFO kablam! | ^^^^^^ Maybe a missing `extern crate Opcode;`? Sep 19 22:59:33.114 INFO kablam! Sep 19 22:59:33.114 INFO kablam! error[E0432]: unresolved import `ResponseCode` Sep 19 22:59:33.114 INFO kablam! --> src/dns_parser/header.rs:154:9 Sep 19 22:59:33.114 INFO kablam! | Sep 19 22:59:33.114 INFO kablam! 154 | use ResponseCode::NoError; Sep 19 22:59:33.114 INFO kablam! | ^^^^^^^^^^^^ Maybe a missing `extern crate ResponseCode;`? Sep 19 22:59:33.114 INFO kablam! Sep 19 22:59:33.114 INFO kablam! error[E0432]: unresolved import `QueryType` Sep 19 22:59:33.115 INFO kablam! --> src/dns_parser/builder.rs:214:9 Sep 19 22:59:33.115 INFO kablam! | Sep 19 22:59:33.115 INFO kablam! 214 | use QueryType as QT; Sep 19 22:59:33.115 INFO kablam! | ^^^^^^^^^^^^^^^ no `QueryType` in the root Sep 19 22:59:33.115 INFO kablam! Sep 19 22:59:33.115 INFO kablam! error[E0432]: unresolved import `QueryClass` Sep 19 22:59:33.115 INFO kablam! --> src/dns_parser/builder.rs:215:9 Sep 19 22:59:33.115 INFO kablam! | Sep 19 22:59:33.115 INFO kablam! 215 | use QueryClass as QC; Sep 19 22:59:33.115 INFO kablam! | ^^^^^^^^^^^^^^^^ no `QueryClass` in the root Sep 19 22:59:33.115 INFO kablam! Sep 19 22:59:33.234 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.235 INFO kablam! --> src/dns_parser/parser.rs:107:21 Sep 19 22:59:33.235 INFO kablam! | Sep 19 22:59:33.235 INFO kablam! 107 | opcode: StandardQuery, Sep 19 22:59:33.235 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.235 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.235 INFO kablam! | Sep 19 22:59:33.235 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.235 INFO kablam! | Sep 19 22:59:33.235 INFO kablam! Sep 19 22:59:33.238 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.238 INFO kablam! --> src/dns_parser/parser.rs:135:21 Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 135 | opcode: StandardQuery, Sep 19 22:59:33.239 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.239 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! Sep 19 22:59:33.239 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.239 INFO kablam! --> src/dns_parser/parser.rs:177:22 Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 177 | opcode: StandardQuery, Sep 19 22:59:33.239 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.239 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! Sep 19 22:59:33.239 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.239 INFO kablam! --> src/dns_parser/parser.rs:230:21 Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 230 | opcode: StandardQuery, Sep 19 22:59:33.239 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.239 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! Sep 19 22:59:33.239 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.239 INFO kablam! --> src/dns_parser/parser.rs:275:21 Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 275 | opcode: StandardQuery, Sep 19 22:59:33.239 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.239 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.239 INFO kablam! | Sep 19 22:59:33.239 INFO kablam! Sep 19 22:59:33.242 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.243 INFO kablam! --> src/dns_parser/parser.rs:312:21 Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 312 | opcode: StandardQuery, Sep 19 22:59:33.243 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.243 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! Sep 19 22:59:33.243 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.243 INFO kablam! --> src/dns_parser/parser.rs:367:21 Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 367 | opcode: StandardQuery, Sep 19 22:59:33.243 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.243 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! Sep 19 22:59:33.243 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.243 INFO kablam! --> src/dns_parser/parser.rs:416:21 Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 416 | opcode: StandardQuery, Sep 19 22:59:33.243 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.243 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! Sep 19 22:59:33.243 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.243 INFO kablam! --> src/dns_parser/parser.rs:464:21 Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 464 | opcode: StandardQuery, Sep 19 22:59:33.243 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.243 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 90 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! Sep 19 22:59:33.243 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.243 INFO kablam! --> src/dns_parser/header.rs:164:21 Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 164 | opcode: StandardQuery, Sep 19 22:59:33.243 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.243 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 152 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! Sep 19 22:59:33.243 INFO kablam! error[E0425]: cannot find value `StandardQuery` in this scope Sep 19 22:59:33.243 INFO kablam! --> src/dns_parser/header.rs:187:21 Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 187 | opcode: StandardQuery, Sep 19 22:59:33.243 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 22:59:33.243 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! 152 | use dns_parser::enums::Opcode::StandardQuery; Sep 19 22:59:33.243 INFO kablam! | Sep 19 22:59:33.243 INFO kablam! Sep 19 22:59:33.278 INFO kablam! warning: unused import: `Opcode::*` Sep 19 22:59:33.279 INFO kablam! --> src/dns_parser/parser.rs:92:9 Sep 19 22:59:33.279 INFO kablam! | Sep 19 22:59:33.279 INFO kablam! 92 | use Opcode::*; Sep 19 22:59:33.279 INFO kablam! | ^^^^^^^^^ Sep 19 22:59:33.279 INFO kablam! | Sep 19 22:59:33.279 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:59:33.279 INFO kablam! Sep 19 22:59:33.287 INFO kablam! warning: unused import: `Opcode::*` Sep 19 22:59:33.287 INFO kablam! --> src/dns_parser/header.rs:153:9 Sep 19 22:59:33.287 INFO kablam! | Sep 19 22:59:33.287 INFO kablam! 153 | use Opcode::*; Sep 19 22:59:33.287 INFO kablam! | ^^^^^^^^^ Sep 19 22:59:33.287 INFO kablam! Sep 19 22:59:34.461 INFO kablam! error: aborting due to 23 previous errors Sep 19 22:59:34.461 INFO kablam! Sep 19 22:59:34.461 INFO kablam! Some errors occurred: E0425, E0432. Sep 19 22:59:34.461 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 22:59:34.473 INFO kablam! error: Could not compile `libmdns`. Sep 19 22:59:34.473 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:59:36.014 INFO kablam! error: build failed Sep 19 22:59:36.019 INFO kablam! su: No module specific data is present Sep 19 22:59:36.798 INFO running `"docker" "rm" "-f" "85f0ca532109891d9dc140500dbcbe41f6e68fffa39f1343b3862f27c98ff8e9"` Sep 19 22:59:37.058 INFO blam! 85f0ca532109891d9dc140500dbcbe41f6e68fffa39f1343b3862f27c98ff8e9