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