[INFO] crate tract-onnx 0.1.1 is already in cache [INFO] extracting crate tract-onnx 0.1.1 into work/ex/clippy-test-run/sources/stable/reg/tract-onnx/0.1.1 [INFO] extracting crate tract-onnx 0.1.1 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/tract-onnx/0.1.1 [INFO] validating manifest of tract-onnx-0.1.1 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tract-onnx-0.1.1 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tract-onnx-0.1.1 [INFO] finished frobbing tract-onnx-0.1.1 [INFO] frobbed toml for tract-onnx-0.1.1 written to work/ex/clippy-test-run/sources/stable/reg/tract-onnx/0.1.1/Cargo.toml [INFO] started frobbing tract-onnx-0.1.1 [INFO] finished frobbing tract-onnx-0.1.1 [INFO] frobbed toml for tract-onnx-0.1.1 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/tract-onnx/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting tract-onnx-0.1.1 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/tract-onnx/0.1.1:/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" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0f8451b7b3731702691320f0ce10189040407b1d4b08254dd21aa9396aea18c9 [INFO] running `"docker" "start" "-a" "0f8451b7b3731702691320f0ce10189040407b1d4b08254dd21aa9396aea18c9"` [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling protobuf v2.2.5 [INFO] [stderr] Checking insideout v0.1.0 [INFO] [stderr] Compiling mio_httpc v0.6.24 [INFO] [stderr] Checking objekt v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.16 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Checking tar v0.4.20 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking rustls v0.14.0 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling derive-new v0.5.6 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Checking simplelog v0.5.3 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking tract-core v0.1.1 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling tract-onnx v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | writeln!(rs, "mod {} {{", tests_set.replace("-", "_")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | writeln!(rs, "mod {} {{", s); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:60:13 [INFO] [stderr] | [INFO] [stderr] 60 | writeln!(rs, "#[test]"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | writeln!(rs, "#[ignore]"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:64:13 [INFO] [stderr] | [INFO] [stderr] 64 | writeln!(rs, "fn {}() {{", t); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | / writeln!( [INFO] [stderr] 66 | | rs, [INFO] [stderr] 67 | | "::onnx::run_one({:?}, {:?}, {:?})", [INFO] [stderr] 68 | | node_tests, t, optim [INFO] [stderr] 69 | | ); [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 70 | writeln!(rs, "}}"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | writeln!(rs, "}}"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> build.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | writeln!(rs, "}}"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `tract-onnx v0.1.1 (/opt/crater/workdir)` [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/tract-onnx-aa34198302ad0449/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { code: -1, klass: 12, message: "curl error: Could not resolve host: github.com\n" }', src/libcore/result.rs:1009:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5650e0328eb3 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h00d1e05a61bd440b [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 [INFO] [stderr] 1: 0x5650e0323828 - std::sys_common::backtrace::_print::hc0d53aca8da62f75 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x5650e0327f52 - std::panicking::default_hook::{{closure}}::h46d30bcc4bfff149 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 3: 0x5650e0327cbd - std::panicking::default_hook::h017696c2a8b7b16f [INFO] [stderr] at src/libstd/panicking.rs:227 [INFO] [stderr] 4: 0x5650e03285b0 - std::panicking::rust_panic_with_hook::h8cbdfe43764887be [INFO] [stderr] at src/libstd/panicking.rs:491 [INFO] [stderr] 5: 0x5650e0328131 - std::panicking::continue_panic_fmt::h3d3c5a833c00a5e1 [INFO] [stderr] at src/libstd/panicking.rs:398 [INFO] [stderr] 6: 0x5650e0328015 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:325 [INFO] [stderr] 7: 0x5650e03381ac - core::panicking::panic_fmt::h4d67173bc68f6d5a [INFO] [stderr] at src/libcore/panicking.rs:95 [INFO] [stderr] 8: 0x5650e01fef20 - core::result::unwrap_failed::h0b640e096d320fc7 [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libcore/macros.rs:26 [INFO] [stderr] 9: 0x5650e01d01a4 - >::unwrap::hb091927e7838e094 [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libcore/result.rs:808 [INFO] [stderr] 10: 0x5650e01d169f - build_script_build::ensure_onnx_git_checkout::{{closure}}::h98c4cd89835a0443 [INFO] [stderr] at /opt/crater/workdir/build.rs:23 [INFO] [stderr] 11: 0x5650e01d4e78 - std::sync::once::Once::call_once::{{closure}}::h8c8f4ca8b67fd51c [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libstd/sync/once.rs:230 [INFO] [stderr] 12: 0x5650e0322dc5 - std::sync::once::Once::call_inner::h47a8cdb68ca53bc5 [INFO] [stderr] at src/libstd/sync/once.rs:397 [INFO] [stderr] 13: 0x5650e01d4dff - std::sync::once::Once::call_once::h903a20f4de4acd8c [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libstd/sync/once.rs:230 [INFO] [stderr] 14: 0x5650e01d14cf - build_script_build::ensure_onnx_git_checkout::h05df43d91d3c93b3 [INFO] [stderr] at /opt/crater/workdir/build.rs:18 [INFO] [stderr] 15: 0x5650e01d2d95 - build_script_build::main::h8cf325a3b7726181 [INFO] [stderr] at /opt/crater/workdir/build.rs:78 [INFO] [stderr] 16: 0x5650e01cd2df - std::rt::lang_start::{{closure}}::hb6b814f677b7a283 [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libstd/rt.rs:74 [INFO] [stderr] 17: 0x5650e0328002 - std::panicking::try::do_call::h69790245ac2d03fe [INFO] [stderr] at src/libstd/rt.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:310 [INFO] [stderr] 18: 0x5650e0336c49 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:102 [INFO] [stderr] 19: 0x5650e0328983 - std::rt::lang_start_internal::h540c897fe52ba9c5 [INFO] [stderr] at src/libstd/panicking.rs:289 [INFO] [stderr] at src/libstd/panic.rs:398 [INFO] [stderr] at src/libstd/rt.rs:58 [INFO] [stderr] 20: 0x5650e01cd2b8 - std::rt::lang_start::hff1ab3a4f5ff06b0 [INFO] [stderr] at /rustc/9fda7c2237db910e41d6a712e9a2139b352e558b/src/libstd/rt.rs:74 [INFO] [stderr] 21: 0x5650e01d2e29 - main [INFO] [stderr] 22: 0x7f7beff342e0 - __libc_start_main [INFO] [stderr] 23: 0x5650e01c78e9 - _start [INFO] [stderr] 24: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "0f8451b7b3731702691320f0ce10189040407b1d4b08254dd21aa9396aea18c9"` [INFO] running `"docker" "rm" "-f" "0f8451b7b3731702691320f0ce10189040407b1d4b08254dd21aa9396aea18c9"` [INFO] [stdout] 0f8451b7b3731702691320f0ce10189040407b1d4b08254dd21aa9396aea18c9