[INFO] updating cached repository 887/httpsdns [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/887/httpsdns [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/887/httpsdns" "work/ex/beta-1.37-6/sources/1.36.0/gh/887/httpsdns"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/887/httpsdns'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/887/httpsdns" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/887/httpsdns"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/887/httpsdns'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ba640f1d25afa31e4c92dc15e478a5608c372d16 [INFO] sha for GitHub repo 887/httpsdns: ba640f1d25afa31e4c92dc15e478a5608c372d16 [INFO] validating manifest of 887/httpsdns on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of 887/httpsdns on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 887/httpsdns [INFO] finished frobbing 887/httpsdns [INFO] frobbed toml for 887/httpsdns written to work/ex/beta-1.37-6/sources/1.36.0/gh/887/httpsdns/Cargo.toml [INFO] started frobbing 887/httpsdns [INFO] finished frobbing 887/httpsdns [INFO] frobbed toml for 887/httpsdns written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/887/httpsdns/Cargo.toml [INFO] crate 887/httpsdns already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing 887/httpsdns against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/887/httpsdns:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 5e69083ec6cd9f973de9485ab1ace637a109534721ed680f40bd4e209ec5a547 [INFO] running `"docker" "start" "-a" "5e69083ec6cd9f973de9485ab1ace637a109534721ed680f40bd4e209ec5a547"` [INFO] [stderr] Compiling rustc-serialize v0.3.21 [INFO] [stderr] Compiling quote v0.3.5 [INFO] [stderr] Compiling openssl v0.8.3 [INFO] [stderr] Compiling gcc v0.3.38 [INFO] [stderr] Compiling serde v0.8.17 [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling futures v0.1.3 [INFO] [stderr] Compiling num_cpus v1.1.0 [INFO] [stderr] Compiling net2 v0.2.26 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling dns-parser v0.3.1 (https://github.com/david-cao/dns-parser#89797a92) [INFO] [stderr] Compiling syn v0.9.2 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling futures-cpupool v0.1.2 [INFO] [stderr] Compiling http-muncher v0.3.0 [INFO] [stderr] Compiling openssl-verify v0.2.0 [INFO] [stderr] Compiling serde_codegen_internals v0.10.0 [INFO] [stderr] Compiling post-expansion v0.1.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling serde_json v0.8.3 [INFO] [stderr] Compiling mio v0.6.1 [INFO] [stderr] Compiling syntex_pos v0.48.0 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling syntex_errors v0.48.0 [INFO] [stderr] Compiling tokio-core v0.1.0 [INFO] [stderr] Compiling syntex_syntax v0.48.0 [INFO] [stderr] Compiling tokio-tls v0.1.0 (https://github.com/tokio-rs/tokio-tls#3d49e52e) [INFO] [stderr] Compiling syntex v0.48.0 [INFO] [stderr] Compiling serde_codegen v0.8.17 [INFO] [stderr] Compiling httpsdns v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031" "/opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.4yxpi28xzvpoyz5s.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/http-muncher-8a70875b7a5c11c5/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-8ad3e9a76d573fc5.rlib" "/opt/crater/target/debug/deps/libregex-8e44176c15e1175c.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-02a9ee482eb041c6.rlib" "/opt/crater/target/debug/deps/libregex_syntax-a5eed8ba2f170ebb.rlib" "/opt/crater/target/debug/deps/libthread_local-d068130ebd76ebcc.rlib" "/opt/crater/target/debug/deps/libthread_id-2ebe44094f195106.rlib" "/opt/crater/target/debug/deps/libaho_corasick-26983b844d758bb2.rlib" "/opt/crater/target/debug/deps/libmemchr-f1c30f697aecc336.rlib" "/opt/crater/target/debug/deps/libtoml-49c72df0f908716d.rlib" "/opt/crater/target/debug/deps/libhttp_muncher-4fb58c4d14c4a88f.rlib" "/opt/crater/target/debug/deps/libtokio_tls-83f1ec2fb8342a08.rlib" "/opt/crater/target/debug/deps/libopenssl_verify-7dd826b81dec023a.rlib" "/opt/crater/target/debug/deps/libopenssl-f7abd7db5b13148f.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-c0ec4cd5a676cccc.rlib" "/opt/crater/target/debug/deps/liblazy_static-324b27031227093c.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libtokio_core-52e8632eeafd905d.rlib" "/opt/crater/target/debug/deps/libscoped_tls-1d820863bdd09a78.rlib" "/opt/crater/target/debug/deps/libmio-c5da8a58fb6281ae.rlib" "/opt/crater/target/debug/deps/libnix-19fa5658e6c9c737.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/libslab-9e7ba87ec006f403.rlib" "/opt/crater/target/debug/deps/libnet2-edf4cc67f05a5fcf.rlib" "/opt/crater/target/debug/deps/liblazycell-04a8110958242d4e.rlib" "/opt/crater/target/debug/deps/libcfg_if-e3a657be82e73c34.rlib" "/opt/crater/target/debug/deps/libserde_json-99aea4c017affce9.rlib" "/opt/crater/target/debug/deps/libdtoa-0f9ff90b75949e0c.rlib" "/opt/crater/target/debug/deps/libitoa-43a72e11134de036.rlib" "/opt/crater/target/debug/deps/libserde-1088adb0f776c685.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3916ccb822ec33f3.rlib" "/opt/crater/target/debug/deps/libnum_cpus-a73ce7c686c14f39.rlib" "/opt/crater/target/debug/deps/libcrossbeam-727cb0fddca831d2.rlib" "/opt/crater/target/debug/deps/libchrono-44692f5d283d08d6.rlib" "/opt/crater/target/debug/deps/libnum-a743746b2b7523db.rlib" "/opt/crater/target/debug/deps/libnum_iter-7d98a21e517a65d0.rlib" "/opt/crater/target/debug/deps/libnum_integer-8a09fe7937dd25b9.rlib" "/opt/crater/target/debug/deps/libnum_traits-45b07fd770ac50a5.rlib" "/opt/crater/target/debug/deps/libtime-467fe2772f2ca035.rlib" "/opt/crater/target/debug/deps/liblibc-ed59f4b459bd5167.rlib" "/opt/crater/target/debug/deps/libfutures-d2f973dcd74144f6.rlib" "/opt/crater/target/debug/deps/liblog-bc9d51df88434be4.rlib" "/opt/crater/target/debug/deps/libdns_parser-c7151df37cb4e856.rlib" "/opt/crater/target/debug/deps/libquick_error-f6559d1783458d03.rlib" "/opt/crater/target/debug/deps/libmatches-b41f009379eec519.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/httpsdns-0c7d3c140aee3031.httpsdns.5v0a18we-cgu.4.rcgu.o: In function `openssl::ssl::get_new_ssl_idx': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.8.3/src/ssl/mod.rs:220: undefined reference to `SSL_get_ex_new_index' [INFO] [stderr] /opt/crater/target/debug/deps/libopenssl-f7abd7db5b13148f.rlib(openssl-f7abd7db5b13148f.openssl.2m77tu9n-cgu.0.rcgu.o): In function `openssl::ssl::SslMethod::to_raw': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.8.3/src/ssl/mod.rs:110: undefined reference to `SSLv23_method' [INFO] [stderr] /opt/crater/target/debug/deps/libopenssl-f7abd7db5b13148f.rlib(openssl-f7abd7db5b13148f.openssl.2m77tu9n-cgu.3.rcgu.o): In function `::drop': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.8.3/src/x509/mod.rs:787: undefined reference to `sk_pop_free' [INFO] [stderr] /opt/crater/target/debug/deps/libopenssl_sys-c0ec4cd5a676cccc.rlib(openssl_sys-c0ec4cd5a676cccc.openssl_sys.986z7bh5-cgu.13.rcgu.o): In function `openssl_sys::init::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:517: undefined reference to `SSL_library_init' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:518: undefined reference to `SSL_load_error_strings' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:519: undefined reference to `OPENSSL_add_all_algorithms_noconf' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:521: undefined reference to `CRYPTO_num_locks' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:531: undefined reference to `CRYPTO_set_locking_callback' [INFO] [stderr] /opt/crater/target/debug/deps/libopenssl_sys-c0ec4cd5a676cccc.rlib(openssl_sys-c0ec4cd5a676cccc.openssl_sys.986z7bh5-cgu.13.rcgu.o): In function `openssl_sys::set_id_callback': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.7.17/src/lib.rs:544: undefined reference to `CRYPTO_set_id_callback' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `httpsdns`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5e69083ec6cd9f973de9485ab1ace637a109534721ed680f40bd4e209ec5a547"` [INFO] running `"docker" "rm" "-f" "5e69083ec6cd9f973de9485ab1ace637a109534721ed680f40bd4e209ec5a547"` [INFO] [stdout] 5e69083ec6cd9f973de9485ab1ace637a109534721ed680f40bd4e209ec5a547