[INFO] cloning repository aaronriekenberg/rust-dhcp-leases [INFO] running `"git" "clone" "--bare" "git://github.com/aaronriekenberg/rust-dhcp-leases.git" "work/cache/sources/gh/aaronriekenberg/rust-dhcp-leases"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/aaronriekenberg/rust-dhcp-leases'... [INFO] running `"git" "clone" "work/cache/sources/gh/aaronriekenberg/rust-dhcp-leases" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronriekenberg/rust-dhcp-leases"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronriekenberg/rust-dhcp-leases'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aaronriekenberg/rust-dhcp-leases" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aaronriekenberg/rust-dhcp-leases"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aaronriekenberg/rust-dhcp-leases'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 80ce3cae3c4299f47cd19e8587d6e633f1b0a256 [INFO] sha for GitHub repo aaronriekenberg/rust-dhcp-leases: 80ce3cae3c4299f47cd19e8587d6e633f1b0a256 [INFO] validating manifest of aaronriekenberg/rust-dhcp-leases on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of aaronriekenberg/rust-dhcp-leases on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing aaronriekenberg/rust-dhcp-leases [INFO] finished frobbing aaronriekenberg/rust-dhcp-leases [INFO] frobbed toml for aaronriekenberg/rust-dhcp-leases written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronriekenberg/rust-dhcp-leases/Cargo.toml [INFO] started frobbing aaronriekenberg/rust-dhcp-leases [INFO] finished frobbing aaronriekenberg/rust-dhcp-leases [INFO] frobbed toml for aaronriekenberg/rust-dhcp-leases written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aaronriekenberg/rust-dhcp-leases/Cargo.toml [INFO] crate aaronriekenberg/rust-dhcp-leases already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded eui48 v0.3.2 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing aaronriekenberg/rust-dhcp-leases against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronriekenberg/rust-dhcp-leases:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] f6c7d7f5d8e9116cad824596e6710c660eec932b3a1c70ffaac4f3d2aa992e10 [INFO] running `"docker" "start" "-a" "f6c7d7f5d8e9116cad824596e6710c660eec932b3a1c70ffaac4f3d2aa992e10"` [INFO] [stderr] Compiling eui48 v0.3.2 [INFO] [stderr] Compiling enum-map-derive v0.2.10 [INFO] [stderr] Compiling enum-map v0.2.36 [INFO] [stderr] Compiling rust-dhcp-leases v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:66:54 [INFO] [stderr] | [INFO] [stderr] 66 | fn read_dhcpd_leases() -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:177:72 [INFO] [stderr] | [INFO] [stderr] 177 | fn read_oui_file(mut oui_set: OuiSet) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.44s [INFO] running `"docker" "inspect" "f6c7d7f5d8e9116cad824596e6710c660eec932b3a1c70ffaac4f3d2aa992e10"` [INFO] running `"docker" "rm" "-f" "f6c7d7f5d8e9116cad824596e6710c660eec932b3a1c70ffaac4f3d2aa992e10"` [INFO] [stdout] f6c7d7f5d8e9116cad824596e6710c660eec932b3a1c70ffaac4f3d2aa992e10 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronriekenberg/rust-dhcp-leases:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] b69f48bd02d25719b4d07867ee254c13db0dd853511b3c95f7f6cc341c292cdc [INFO] running `"docker" "start" "-a" "b69f48bd02d25719b4d07867ee254c13db0dd853511b3c95f7f6cc341c292cdc"` [INFO] [stderr] Compiling rust-dhcp-leases v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:66:54 [INFO] [stderr] | [INFO] [stderr] 66 | fn read_dhcpd_leases() -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:177:72 [INFO] [stderr] | [INFO] [stderr] 177 | fn read_oui_file(mut oui_set: OuiSet) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `"docker" "inspect" "b69f48bd02d25719b4d07867ee254c13db0dd853511b3c95f7f6cc341c292cdc"` [INFO] running `"docker" "rm" "-f" "b69f48bd02d25719b4d07867ee254c13db0dd853511b3c95f7f6cc341c292cdc"` [INFO] [stdout] b69f48bd02d25719b4d07867ee254c13db0dd853511b3c95f7f6cc341c292cdc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronriekenberg/rust-dhcp-leases:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 94fa546cfc52a849ed9cdbce995fb5d45d3e5f5a41c2d1d17a24ff41cbc4c1c3 [INFO] running `"docker" "start" "-a" "94fa546cfc52a849ed9cdbce995fb5d45d3e5f5a41c2d1d17a24ff41cbc4c1c3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_dhcp_leases-c2215c17e26bee8b [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "94fa546cfc52a849ed9cdbce995fb5d45d3e5f5a41c2d1d17a24ff41cbc4c1c3"` [INFO] running `"docker" "rm" "-f" "94fa546cfc52a849ed9cdbce995fb5d45d3e5f5a41c2d1d17a24ff41cbc4c1c3"` [INFO] [stdout] 94fa546cfc52a849ed9cdbce995fb5d45d3e5f5a41c2d1d17a24ff41cbc4c1c3