Oct 31 18:39:44.878 INFO checking villasv/snd against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 18:39:44.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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:45.418 INFO blam! 78cb1df0920db4ad95f2a3d05a1f6716175e178e750c39645458fe744e67d16e Oct 31 18:39:45.419 INFO running `"docker" "start" "-a" "78cb1df0920db4ad95f2a3d05a1f6716175e178e750c39645458fe744e67d16e"` Oct 31 18:39:46.799 INFO kablam! usermod: no changes Oct 31 18:39:46.846 INFO kablam! Checking esherm v0.1.0 (/source) Oct 31 18:39:47.186 INFO kablam! error: cannot find macro `return_or_report!` in this scope Oct 31 18:39:47.187 INFO kablam! --> src/server.rs:73:32 Oct 31 18:39:47.187 INFO kablam! | Oct 31 18:39:47.187 INFO kablam! 73 | let data = return_or_report!(res_buffer.get_range(0, len), "Failed to get buffer data"); Oct 31 18:39:47.188 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 18:39:47.188 INFO kablam! Oct 31 18:39:47.188 INFO kablam! error: cannot find macro `ignore_or_report!` in this scope Oct 31 18:39:47.189 INFO kablam! --> src/server.rs:74:21 Oct 31 18:39:47.189 INFO kablam! | Oct 31 18:39:47.189 INFO kablam! 74 | ignore_or_report!(socket_clone.send_to(data, src), "Failed to send response packet"); Oct 31 18:39:47.189 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 18:39:47.190 INFO kablam! Oct 31 18:39:47.190 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsRecord` Oct 31 18:39:47.190 INFO kablam! --> src/server.rs:59:32 Oct 31 18:39:47.190 INFO kablam! | Oct 31 18:39:47.191 INFO kablam! 59 | if let DnsRecord::OPT { packet_len, .. } = request.resources[0] { Oct 31 18:39:47.191 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsRecord` Oct 31 18:39:47.191 INFO kablam! Oct 31 18:39:47.191 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `VectorPacketBuffer` Oct 31 18:39:47.192 INFO kablam! --> src/server.rs:66:42 Oct 31 18:39:47.192 INFO kablam! | Oct 31 18:39:47.192 INFO kablam! 66 | let mut res_buffer = VectorPacketBuffer::new(); Oct 31 18:39:47.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `VectorPacketBuffer` Oct 31 18:39:47.193 INFO kablam! Oct 31 18:39:47.193 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Ordering` Oct 31 18:39:47.193 INFO kablam! --> src/server.rs:82:78 Oct 31 18:39:47.194 INFO kablam! | Oct 31 18:39:47.194 INFO kablam! 82 | let _ = self.context.statistics.udp_query_count.fetch_add(1, Ordering::Release); Oct 31 18:39:47.194 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Ordering` Oct 31 18:39:47.195 INFO kablam! Oct 31 18:39:47.195 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BytePacketBuffer` Oct 31 18:39:47.195 INFO kablam! --> src/server.rs:85:38 Oct 31 18:39:47.196 INFO kablam! | Oct 31 18:39:47.196 INFO kablam! 85 | let mut req_buffer = BytePacketBuffer::new(); Oct 31 18:39:47.196 INFO kablam! | ^^^^^^^^^^^^^^^^ Use of undeclared type or module `BytePacketBuffer` Oct 31 18:39:47.196 INFO kablam! Oct 31 18:39:47.197 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsPacket` Oct 31 18:39:47.197 INFO kablam! --> src/server.rs:95:37 Oct 31 18:39:47.197 INFO kablam! | Oct 31 18:39:47.197 INFO kablam! 95 | let request = match DnsPacket::from_buffer(&mut req_buffer) { Oct 31 18:39:47.198 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsPacket` Oct 31 18:39:47.198 INFO kablam! Oct 31 18:39:47.198 INFO kablam! error[E0412]: cannot find type `ServerContext` in this scope Oct 31 18:39:47.198 INFO kablam! --> src/server.rs:13:18 Oct 31 18:39:47.199 INFO kablam! | Oct 31 18:39:47.199 INFO kablam! 13 | context: Arc, Oct 31 18:39:47.199 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 31 18:39:47.200 INFO kablam! Oct 31 18:39:47.200 INFO kablam! error[E0412]: cannot find type `DnsPacket` in this scope Oct 31 18:39:47.200 INFO kablam! --> src/server.rs:14:52 Oct 31 18:39:47.200 INFO kablam! | Oct 31 18:39:47.201 INFO kablam! 14 | request_queue: Arc>>, Oct 31 18:39:47.201 INFO kablam! | ^^^^^^^^^ not found in this scope Oct 31 18:39:47.201 INFO kablam! Oct 31 18:39:47.201 INFO kablam! error[E0425]: cannot find function `execute_query` in this scope Oct 31 18:39:47.201 INFO kablam! --> src/server.rs:68:38 Oct 31 18:39:47.202 INFO kablam! | Oct 31 18:39:47.202 INFO kablam! 68 | let mut packet = execute_query(context.clone(), &request); Oct 31 18:39:47.202 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 31 18:39:47.202 INFO kablam! Oct 31 18:39:47.203 INFO kablam! error: aborting due to 10 previous errors Oct 31 18:39:47.203 INFO kablam! Oct 31 18:39:47.203 INFO kablam! Some errors occurred: E0412, E0425, E0433. Oct 31 18:39:47.203 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 31 18:39:47.204 INFO kablam! error: Could not compile `esherm`. Oct 31 18:39:47.204 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 18:39:47.204 INFO kablam! error: cannot find macro `return_or_report!` in this scope Oct 31 18:39:47.204 INFO kablam! --> src/server.rs:73:32 Oct 31 18:39:47.205 INFO kablam! | Oct 31 18:39:47.205 INFO kablam! 73 | let data = return_or_report!(res_buffer.get_range(0, len), "Failed to get buffer data"); Oct 31 18:39:47.205 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 18:39:47.206 INFO kablam! Oct 31 18:39:47.206 INFO kablam! error: cannot find macro `ignore_or_report!` in this scope Oct 31 18:39:47.206 INFO kablam! --> src/server.rs:74:21 Oct 31 18:39:47.206 INFO kablam! | Oct 31 18:39:47.207 INFO kablam! 74 | ignore_or_report!(socket_clone.send_to(data, src), "Failed to send response packet"); Oct 31 18:39:47.207 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 18:39:47.207 INFO kablam! Oct 31 18:39:47.208 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsRecord` Oct 31 18:39:47.212 INFO kablam! --> src/server.rs:59:32 Oct 31 18:39:47.212 INFO kablam! | Oct 31 18:39:47.213 INFO kablam! 59 | if let DnsRecord::OPT { packet_len, .. } = request.resources[0] { Oct 31 18:39:47.213 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsRecord` Oct 31 18:39:47.213 INFO kablam! Oct 31 18:39:47.213 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `VectorPacketBuffer` Oct 31 18:39:47.214 INFO kablam! --> src/server.rs:66:42 Oct 31 18:39:47.214 INFO kablam! | Oct 31 18:39:47.214 INFO kablam! 66 | let mut res_buffer = VectorPacketBuffer::new(); Oct 31 18:39:47.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `VectorPacketBuffer` Oct 31 18:39:47.215 INFO kablam! Oct 31 18:39:47.215 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Ordering` Oct 31 18:39:47.215 INFO kablam! --> src/server.rs:82:78 Oct 31 18:39:47.215 INFO kablam! | Oct 31 18:39:47.216 INFO kablam! 82 | let _ = self.context.statistics.udp_query_count.fetch_add(1, Ordering::Release); Oct 31 18:39:47.216 INFO kablam! | ^^^^^^^^ Use of undeclared type or module `Ordering` Oct 31 18:39:47.216 INFO kablam! Oct 31 18:39:47.217 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BytePacketBuffer` Oct 31 18:39:47.217 INFO kablam! --> src/server.rs:85:38 Oct 31 18:39:47.217 INFO kablam! | Oct 31 18:39:47.217 INFO kablam! 85 | let mut req_buffer = BytePacketBuffer::new(); Oct 31 18:39:47.218 INFO kablam! | ^^^^^^^^^^^^^^^^ Use of undeclared type or module `BytePacketBuffer` Oct 31 18:39:47.218 INFO kablam! Oct 31 18:39:47.218 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `DnsPacket` Oct 31 18:39:47.219 INFO kablam! --> src/server.rs:95:37 Oct 31 18:39:47.219 INFO kablam! | Oct 31 18:39:47.219 INFO kablam! 95 | let request = match DnsPacket::from_buffer(&mut req_buffer) { Oct 31 18:39:47.219 INFO kablam! | ^^^^^^^^^ Use of undeclared type or module `DnsPacket` Oct 31 18:39:47.220 INFO kablam! Oct 31 18:39:47.220 INFO kablam! error[E0412]: cannot find type `ServerContext` in this scope Oct 31 18:39:47.220 INFO kablam! --> src/server.rs:13:18 Oct 31 18:39:47.220 INFO kablam! | Oct 31 18:39:47.221 INFO kablam! 13 | context: Arc, Oct 31 18:39:47.221 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 31 18:39:47.221 INFO kablam! Oct 31 18:39:47.222 INFO kablam! error[E0412]: cannot find type `DnsPacket` in this scope Oct 31 18:39:47.222 INFO kablam! --> src/server.rs:14:52 Oct 31 18:39:47.222 INFO kablam! | Oct 31 18:39:47.222 INFO kablam! 14 | request_queue: Arc>>, Oct 31 18:39:47.223 INFO kablam! | ^^^^^^^^^ not found in this scope Oct 31 18:39:47.223 INFO kablam! Oct 31 18:39:47.223 INFO kablam! error[E0425]: cannot find function `execute_query` in this scope Oct 31 18:39:47.224 INFO kablam! --> src/server.rs:68:38 Oct 31 18:39:47.224 INFO kablam! | Oct 31 18:39:47.224 INFO kablam! 68 | let mut packet = execute_query(context.clone(), &request); Oct 31 18:39:47.224 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Oct 31 18:39:47.225 INFO kablam! Oct 31 18:39:47.225 INFO kablam! error: aborting due to 10 previous errors Oct 31 18:39:47.225 INFO kablam! Oct 31 18:39:47.226 INFO kablam! Some errors occurred: E0412, E0425, E0433. Oct 31 18:39:47.226 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 31 18:39:47.226 INFO kablam! error: Could not compile `esherm`. Oct 31 18:39:47.227 INFO kablam! Oct 31 18:39:47.227 INFO kablam! To learn more, run the command again with --verbose. Oct 31 18:39:47.227 INFO kablam! su: No module specific data is present Oct 31 18:39:48.188 INFO running `"docker" "rm" "-f" "78cb1df0920db4ad95f2a3d05a1f6716175e178e750c39645458fe744e67d16e"` Oct 31 18:39:48.472 INFO blam! 78cb1df0920db4ad95f2a3d05a1f6716175e178e750c39645458fe744e67d16e