[INFO] cloning repository https://github.com/th0rex/zydis-interactive [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/th0rex/zydis-interactive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fth0rex%2Fzydis-interactive", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fth0rex%2Fzydis-interactive'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 48544723f24186196b23d7e3b3a81646a54b4bf0 [INFO] testing th0rex/zydis-interactive against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fth0rex%2Fzydis-interactive" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/th0rex/zydis-interactive on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/th0rex/zydis-interactive [INFO] finished tweaking git repo https://github.com/th0rex/zydis-interactive [INFO] tweaked toml for git repo https://github.com/th0rex/zydis-interactive written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/th0rex/zydis-interactive already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: /workspace/builds/worker-12/source/shared/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: /workspace/builds/worker-12/source/repl/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: /workspace/builds/worker-12/source/zycord_serenity/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16b2726ce5c63ad8982b3cc00f9853d5172247fb632ae909963a91231fe1d60e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "16b2726ce5c63ad8982b3cc00f9853d5172247fb632ae909963a91231fe1d60e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16b2726ce5c63ad8982b3cc00f9853d5172247fb632ae909963a91231fe1d60e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16b2726ce5c63ad8982b3cc00f9853d5172247fb632ae909963a91231fe1d60e", kill_on_drop: false }` [INFO] [stdout] 16b2726ce5c63ad8982b3cc00f9853d5172247fb632ae909963a91231fe1d60e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6250f509ba464ec79257b8d14d6fdb1bbbd385779a7800d673672bb4840b1c0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a6250f509ba464ec79257b8d14d6fdb1bbbd385779a7800d673672bb4840b1c0", kill_on_drop: false }` [INFO] [stderr] warning: /opt/rustwide/workdir/repl/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: /opt/rustwide/workdir/shared/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] warning: /opt/rustwide/workdir/zycord_serenity/Cargo.toml: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling pkg-config v0.3.12 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling byteorder v1.2.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling termcolor v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling bindgen v0.37.4 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling stable_deref_trait v1.1.0 [INFO] [stderr] Compiling sha1 v0.2.0 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.3.5 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling base64 v0.9.2 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling smallvec v0.6.3 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling clang-sys v0.23.0 [INFO] [stderr] Compiling quote v0.6.4 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling openssl-sys v0.9.33 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling syn v0.14.5 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling flate2 v1.0.1 [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-332fb5e00f55d2f1/build-script-build` (exit status: 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: 0x55e4cb9e1acc - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x55e4cb9e1acc - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55e4cb9e1acc - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55e4cb9e1acc - ::fmt::hf439e5ed84c74abd [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x55e4cb9fbbfc - core::fmt::write::h72801a82c94e6ff1 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stderr] 5: 0x55e4cb9df3b5 - std::io::Write::write_fmt::h5562a8b6da0f0339 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stderr] 6: 0x55e4cb9e30d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55e4cb9e30d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55e4cb9e30d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stderr] 9: 0x55e4cb9e2c7b - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:228:9 [INFO] [stderr] 10: 0x55e4cb9e3784 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stderr] 11: 0x55e4cb9cb18e - std::panicking::begin_panic::{{closure}}::hc6945ff32667fd81 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:526:9 [INFO] [stderr] 12: 0x55e4cb9caf68 - std::sys_common::backtrace::__rust_end_short_backtrace::h6c0c19b2ca2d6820 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stderr] 13: 0x55e4cb9cb0cf - std::panicking::begin_panic::hcee2c05b5d5a137e [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:525:12 [INFO] [stderr] 14: 0x55e4cb9cc006 - build_script_build::main::hd5a20a020ee5b1f3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] 15: 0x55e4cb9c99db - core::ops::function::FnOnce::call_once::h4074f155260f7d6f [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 16: 0x55e4cb9cafae - std::sys_common::backtrace::__rust_begin_short_backtrace::hebde1193ac9e69dd [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stderr] 17: 0x55e4cb9ca001 - std::rt::lang_start::{{closure}}::h685c5362bcd44e19 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/rt.rs:145:18 [INFO] [stderr] 18: 0x55e4cb9e1311 - core::ops::function::impls:: for &F>::call_once::h42d3791e66d196c0 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 19: 0x55e4cb9e1311 - std::panicking::try::do_call::hc3bcb188e535517f [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stderr] 20: 0x55e4cb9e1311 - std::panicking::try::hb1edf04d4a7097ab [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stderr] 21: 0x55e4cb9e1311 - std::panic::catch_unwind::h75ed941ac0d36d57 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stderr] 22: 0x55e4cb9e1311 - std::rt::lang_start_internal::{{closure}}::hc702b3389af4cbea [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/rt.rs:128:48 [INFO] [stderr] 23: 0x55e4cb9e1311 - std::panicking::try::do_call::h53276a03c7fe2ebc [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stderr] 24: 0x55e4cb9e1311 - std::panicking::try::ha9e37f45dc542517 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stderr] 25: 0x55e4cb9e1311 - std::panic::catch_unwind::h182647595766fee7 [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stderr] 26: 0x55e4cb9e1311 - std::rt::lang_start_internal::h571831ebdba142de [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/rt.rs:128:20 [INFO] [stderr] 27: 0x55e4cb9c9fd0 - std::rt::lang_start::h0cb4595b41c1157c [INFO] [stderr] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/rt.rs:144:17 [INFO] [stderr] 28: 0x55e4cb9cc6ec - main [INFO] [stderr] 29: 0x7f3da0f1d0b3 - __libc_start_main [INFO] [stderr] 30: 0x55e4cb9c757e - _start [INFO] [stderr] 31: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a6250f509ba464ec79257b8d14d6fdb1bbbd385779a7800d673672bb4840b1c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6250f509ba464ec79257b8d14d6fdb1bbbd385779a7800d673672bb4840b1c0", kill_on_drop: false }` [INFO] [stdout] a6250f509ba464ec79257b8d14d6fdb1bbbd385779a7800d673672bb4840b1c0