[INFO] updating cached repository https://github.com/rust-lang/crates.io [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/rust-lang/crates.io [INFO] [stderr] 8f56f5f6..3e5dd281 auto -> auto [INFO] [stderr] 8f56f5f6..3e5dd281 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3e5dd28127284e64ff8e4b106ca5dc3472398e5a [INFO] checking rust-lang/crates.io against try#e922e6444795ab795fab1943288aee3d543699b8 for pr-66852 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang%2Fcrates.io" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rust-lang/crates.io on toolchain e922e6444795ab795fab1943288aee3d543699b8 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rust-lang/crates.io [INFO] removed 0 missing tests [INFO] removed workspace from git repo https://github.com/rust-lang/crates.io [INFO] removed path dependency cargo-registry-s3 from git repo https://github.com/rust-lang/crates.io [INFO] finished tweaking git repo https://github.com/rust-lang/crates.io [INFO] tweaked toml for git repo https://github.com/rust-lang/crates.io written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/rust-lang/crates.io already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-13/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/steveklabnik/semver.git` [INFO] [stderr] Updating git repository `https://github.com/sgrif/swirl.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e922e6444795ab795fab1943288aee3d543699b8" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57c7d0c77c84f0bdf9052e47c34882d00ea6954366b7d565bd23f1f716c80c82 [INFO] running `"docker" "start" "-a" "57c7d0c77c84f0bdf9052e47c34882d00ea6954366b7d565bd23f1f716c80c82"` [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Checking ascii_utils v0.9.3 [INFO] [stderr] Compiling civet-sys v0.1.4 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Checking typed-arena v1.7.0 [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking license-exprs v1.5.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Compiling libssh2-sys v0.2.13 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Compiling jemalloc-sys v0.1.8 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From<()>` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From<()>` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `char::TryFromIntToCharError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/try_from-0.3.2/src/char.rs:56:39 [INFO] [stderr] | [INFO] [stderr] 56 | match u32::try_from(n)? { [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `char::TryFromIntToCharError` [INFO] [stderr] ... [INFO] [stderr] 68 | impl_int_to_char!(i8, i16, i32, i64, isize, u16, u32, u64, usize); [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `openssl v0.9.24` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-1a66b43e1b72edb3/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Unable to detect OpenSSL version', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x558536adecf4 - backtrace::backtrace::libunwind::trace::h9f1d8738cf6f142e [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x558536adecf4 - backtrace::backtrace::trace_unsynchronized::h36d929b1b2ff5781 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x558536adecf4 - std::sys_common::backtrace::_print_fmt::hacbc333e6aeece5a [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:84 [INFO] [stderr] 3: 0x558536adecf4 - ::fmt::hdf9238626066ab75 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x558536af704c - core::fmt::write::h5e029752b22165fa [INFO] [stderr] at src/libcore/fmt/mod.rs:1024 [INFO] [stderr] 5: 0x558536add347 - std::io::Write::write_fmt::hf6191160ed350e3f [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x558536ae0c4e - std::sys_common::backtrace::_print::h6a8189d6f64e43ee [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x558536ae0c4e - std::sys_common::backtrace::print::h8fb1dcbcd98a6ec2 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x558536ae0c4e - std::panicking::default_hook::{{closure}}::h85d7bb172edc868f [INFO] [stderr] at src/libstd/panicking.rs:193 [INFO] [stderr] 9: 0x558536ae0941 - std::panicking::default_hook::h4c7e437cd4a16e76 [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x558536ae127b - std::panicking::rust_panic_with_hook::h8647154d80cbed98 [INFO] [stderr] at src/libstd/panicking.rs:471 [INFO] [stderr] 11: 0x558536ad5b03 - std::panicking::begin_panic::hbc6555850fe8edf3 [INFO] [stderr] at /rustc/e922e6444795ab795fab1943288aee3d543699b8/src/libstd/panicking.rs:404 [INFO] [stderr] 12: 0x558536ad70d1 - build_script_build::main::h4712b68b6b21dfe3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16 [INFO] [stderr] 13: 0x558536ad55a0 - std::rt::lang_start::{{closure}}::hd100fb98ab51e81f [INFO] [stderr] at /rustc/e922e6444795ab795fab1943288aee3d543699b8/src/libstd/rt.rs:67 [INFO] [stderr] 14: 0x558536ae0d13 - std::rt::lang_start_internal::{{closure}}::h537a2d77f0f9eb2b [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 15: 0x558536ae0d13 - std::panicking::try::do_call::hac85bb9436248e0f [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 16: 0x558536ae24ba - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:78 [INFO] [stderr] 17: 0x558536ae1710 - std::panicking::try::hfda737be6bc9b3a3 [INFO] [stderr] at src/libstd/panicking.rs:270 [INFO] [stderr] 18: 0x558536ae1710 - std::panic::catch_unwind::hb168c94334b21b4b [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x558536ae1710 - std::rt::lang_start_internal::h76b1fe1020874f18 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 20: 0x558536ad5579 - std::rt::lang_start::h5e4cb83d5bafa108 [INFO] [stderr] at /rustc/e922e6444795ab795fab1943288aee3d543699b8/src/libstd/rt.rs:67 [INFO] [stderr] 21: 0x558536ad786a - main [INFO] [stderr] 22: 0x7fd606c15b97 - __libc_start_main [INFO] [stderr] 23: 0x558536ad30da - _start [INFO] [stderr] 24: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `try_from`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "57c7d0c77c84f0bdf9052e47c34882d00ea6954366b7d565bd23f1f716c80c82"` [INFO] running `"docker" "rm" "-f" "57c7d0c77c84f0bdf9052e47c34882d00ea6954366b7d565bd23f1f716c80c82"` [INFO] [stdout] 57c7d0c77c84f0bdf9052e47c34882d00ea6954366b7d565bd23f1f716c80c82