Oct 26 18:30:32.256 INFO checking villasv/snd against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:30:32.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 18:30:32.699 INFO blam! 0be8c12a3aadb55aa9d85db2c9ea8dd753c68734506590c4fd14a1198924505b Oct 26 18:30:32.706 INFO running `"docker" "start" "-a" "0be8c12a3aadb55aa9d85db2c9ea8dd753c68734506590c4fd14a1198924505b"` Oct 26 18:30:34.050 INFO kablam! usermod: no changes Oct 26 18:30:34.123 INFO kablam! Checking esherm v0.1.0 (/source) Oct 26 18:30:34.435 INFO kablam! error: cannot find macro `return_or_report!` in this scope Oct 26 18:30:34.435 INFO kablam! --> src/server.rs:73:32 Oct 26 18:30:34.436 INFO kablam! | Oct 26 18:30:34.436 INFO kablam! 73 | let data = return_or_report!(res_buffer.get_range(0, len), "Failed to get buffer data"); Oct 26 18:30:34.436 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:30:34.436 INFO kablam! Oct 26 18:30:34.436 INFO kablam! error: cannot find macro `ignore_or_report!` in this scope Oct 26 18:30:34.436 INFO kablam! --> src/server.rs:74:21 Oct 26 18:30:34.436 INFO kablam! | Oct 26 18:30:34.436 INFO kablam! 74 | ignore_or_report!(socket_clone.send_to(data, src), "Failed to send response packet"); Oct 26 18:30:34.436 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:30:34.436 INFO kablam! Oct 26 18:30:34.436 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsRecord` Oct 26 18:30:34.436 INFO kablam! --> src/server.rs:59:32 Oct 26 18:30:34.436 INFO kablam! | Oct 26 18:30:34.436 INFO kablam! 59 | if let DnsRecord::OPT { packet_len, .. } = request.resources[0] { Oct 26 18:30:34.436 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsRecord` Oct 26 18:30:34.436 INFO kablam! Oct 26 18:30:34.436 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `VectorPacketBuffer` Oct 26 18:30:34.436 INFO kablam! --> src/server.rs:66:42 Oct 26 18:30:34.436 INFO kablam! | Oct 26 18:30:34.437 INFO kablam! 66 | let mut res_buffer = VectorPacketBuffer::new(); Oct 26 18:30:34.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `VectorPacketBuffer` Oct 26 18:30:34.437 INFO kablam! Oct 26 18:30:34.437 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Ordering` Oct 26 18:30:34.437 INFO kablam! --> src/server.rs:82:78 Oct 26 18:30:34.437 INFO kablam! | Oct 26 18:30:34.437 INFO kablam! 82 | let _ = self.context.statistics.udp_query_count.fetch_add(1, Ordering::Release); Oct 26 18:30:34.437 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Ordering` Oct 26 18:30:34.437 INFO kablam! Oct 26 18:30:34.437 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BytePacketBuffer` Oct 26 18:30:34.437 INFO kablam! --> src/server.rs:85:38 Oct 26 18:30:34.437 INFO kablam! | Oct 26 18:30:34.437 INFO kablam! 85 | let mut req_buffer = BytePacketBuffer::new(); Oct 26 18:30:34.437 INFO kablam! | ^^^^^^^^^^^^^^^^ Use of undeclared type or module `BytePacketBuffer` Oct 26 18:30:34.437 INFO kablam! Oct 26 18:30:34.437 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsPacket` Oct 26 18:30:34.437 INFO kablam! --> src/server.rs:95:37 Oct 26 18:30:34.437 INFO kablam! | Oct 26 18:30:34.437 INFO kablam! 95 | let request = match DnsPacket::from_buffer(&mut req_buffer) { Oct 26 18:30:34.437 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsPacket` Oct 26 18:30:34.438 INFO kablam! Oct 26 18:30:34.438 INFO kablam! error[E0412]: cannot find type `ServerContext` in this scope Oct 26 18:30:34.438 INFO kablam! --> src/server.rs:13:18 Oct 26 18:30:34.438 INFO kablam! | Oct 26 18:30:34.438 INFO kablam! 13 | context: Arc, Oct 26 18:30:34.438 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 26 18:30:34.438 INFO kablam! Oct 26 18:30:34.438 INFO kablam! error[E0412]: cannot find type `DnsPacket` in this scope Oct 26 18:30:34.438 INFO kablam! --> src/server.rs:14:52 Oct 26 18:30:34.438 INFO kablam! | Oct 26 18:30:34.438 INFO kablam! 14 | request_queue: Arc>>, Oct 26 18:30:34.438 INFO kablam! | ^^^^^^^^^ not found in this scope Oct 26 18:30:34.438 INFO kablam! Oct 26 18:30:34.438 INFO kablam! error[E0425]: cannot find function `execute_query` in this scope Oct 26 18:30:34.438 INFO kablam! --> src/server.rs:68:38 Oct 26 18:30:34.438 INFO kablam! | Oct 26 18:30:34.438 INFO kablam! 68 | let mut packet = execute_query(context.clone(), &request); Oct 26 18:30:34.438 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 26 18:30:34.438 INFO kablam! Oct 26 18:30:34.438 INFO kablam! error: aborting due to 10 previous errors Oct 26 18:30:34.438 INFO kablam! Oct 26 18:30:34.439 INFO kablam! Some errors occurred: E0412, E0425, E0433. Oct 26 18:30:34.439 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 26 18:30:34.439 INFO kablam! error: Could not compile `esherm`. Oct 26 18:30:34.439 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 18:30:34.453 INFO kablam! error: cannot find macro `return_or_report!` in this scope Oct 26 18:30:34.453 INFO kablam! --> src/server.rs:73:32 Oct 26 18:30:34.453 INFO kablam! | Oct 26 18:30:34.453 INFO kablam! 73 | let data = return_or_report!(res_buffer.get_range(0, len), "Failed to get buffer data"); Oct 26 18:30:34.453 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:30:34.453 INFO kablam! Oct 26 18:30:34.453 INFO kablam! error: cannot find macro `ignore_or_report!` in this scope Oct 26 18:30:34.454 INFO kablam! --> src/server.rs:74:21 Oct 26 18:30:34.454 INFO kablam! | Oct 26 18:30:34.454 INFO kablam! 74 | ignore_or_report!(socket_clone.send_to(data, src), "Failed to send response packet"); Oct 26 18:30:34.454 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 18:30:34.454 INFO kablam! Oct 26 18:30:34.454 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsRecord` Oct 26 18:30:34.454 INFO kablam! --> src/server.rs:59:32 Oct 26 18:30:34.454 INFO kablam! | Oct 26 18:30:34.454 INFO kablam! 59 | if let DnsRecord::OPT { packet_len, .. } = request.resources[0] { Oct 26 18:30:34.454 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsRecord` Oct 26 18:30:34.454 INFO kablam! Oct 26 18:30:34.454 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `VectorPacketBuffer` Oct 26 18:30:34.454 INFO kablam! --> src/server.rs:66:42 Oct 26 18:30:34.454 INFO kablam! | Oct 26 18:30:34.454 INFO kablam! 66 | let mut res_buffer = VectorPacketBuffer::new(); Oct 26 18:30:34.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `VectorPacketBuffer` Oct 26 18:30:34.454 INFO kablam! Oct 26 18:30:34.459 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Ordering` Oct 26 18:30:34.459 INFO kablam! --> src/server.rs:82:78 Oct 26 18:30:34.459 INFO kablam! | Oct 26 18:30:34.459 INFO kablam! 82 | let _ = self.context.statistics.udp_query_count.fetch_add(1, Ordering::Release); Oct 26 18:30:34.459 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Ordering` Oct 26 18:30:34.459 INFO kablam! Oct 26 18:30:34.459 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BytePacketBuffer` Oct 26 18:30:34.459 INFO kablam! --> src/server.rs:85:38 Oct 26 18:30:34.459 INFO kablam! | Oct 26 18:30:34.459 INFO kablam! 85 | let mut req_buffer = BytePacketBuffer::new(); Oct 26 18:30:34.459 INFO kablam! | ^^^^^^^^^^^^^^^^ Use of undeclared type or module `BytePacketBuffer` Oct 26 18:30:34.459 INFO kablam! Oct 26 18:30:34.459 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsPacket` Oct 26 18:30:34.459 INFO kablam! --> src/server.rs:95:37 Oct 26 18:30:34.460 INFO kablam! | Oct 26 18:30:34.460 INFO kablam! 95 | let request = match DnsPacket::from_buffer(&mut req_buffer) { Oct 26 18:30:34.460 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsPacket` Oct 26 18:30:34.460 INFO kablam! Oct 26 18:30:34.460 INFO kablam! error[E0412]: cannot find type `ServerContext` in this scope Oct 26 18:30:34.460 INFO kablam! --> src/server.rs:13:18 Oct 26 18:30:34.460 INFO kablam! | Oct 26 18:30:34.460 INFO kablam! 13 | context: Arc, Oct 26 18:30:34.460 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 26 18:30:34.460 INFO kablam! Oct 26 18:30:34.460 INFO kablam! error[E0412]: cannot find type `DnsPacket` in this scope Oct 26 18:30:34.460 INFO kablam! --> src/server.rs:14:52 Oct 26 18:30:34.460 INFO kablam! | Oct 26 18:30:34.460 INFO kablam! 14 | request_queue: Arc>>, Oct 26 18:30:34.460 INFO kablam! | ^^^^^^^^^ not found in this scope Oct 26 18:30:34.460 INFO kablam! Oct 26 18:30:34.471 INFO kablam! error[E0425]: cannot find function `execute_query` in this scope Oct 26 18:30:34.471 INFO kablam! --> src/server.rs:68:38 Oct 26 18:30:34.471 INFO kablam! | Oct 26 18:30:34.471 INFO kablam! 68 | let mut packet = execute_query(context.clone(), &request); Oct 26 18:30:34.471 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 26 18:30:34.471 INFO kablam! Oct 26 18:30:34.471 INFO kablam! error: aborting due to 10 previous errors Oct 26 18:30:34.471 INFO kablam! Oct 26 18:30:34.471 INFO kablam! Some errors occurred: E0412, E0425, E0433. Oct 26 18:30:34.471 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 26 18:30:34.471 INFO kablam! error: Could not compile `esherm`. Oct 26 18:30:34.471 INFO kablam! Oct 26 18:30:34.471 INFO kablam! To learn more, run the command again with --verbose. Oct 26 18:30:34.471 INFO kablam! su: No module specific data is present Oct 26 18:30:35.155 INFO running `"docker" "rm" "-f" "0be8c12a3aadb55aa9d85db2c9ea8dd753c68734506590c4fd14a1198924505b"` Oct 26 18:30:35.455 INFO blam! 0be8c12a3aadb55aa9d85db2c9ea8dd753c68734506590c4fd14a1198924505b