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