[INFO] crate wkhtmltopdf 0.3.0 is already in cache
[INFO] extracting crate wkhtmltopdf 0.3.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/wkhtmltopdf/0.3.0
[INFO] extracting crate wkhtmltopdf 0.3.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/wkhtmltopdf/0.3.0
[INFO] validating manifest of wkhtmltopdf-0.3.0 on toolchain 1.37.0
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of wkhtmltopdf-0.3.0 on toolchain beta-2019-08-13
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started frobbing wkhtmltopdf-0.3.0
[INFO] finished frobbing wkhtmltopdf-0.3.0
[INFO] frobbed toml for wkhtmltopdf-0.3.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/wkhtmltopdf/0.3.0/Cargo.toml
[INFO] started frobbing wkhtmltopdf-0.3.0
[INFO] finished frobbing wkhtmltopdf-0.3.0
[INFO] frobbed toml for wkhtmltopdf-0.3.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/wkhtmltopdf/0.3.0/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] testing wkhtmltopdf-0.3.0 against beta-2019-08-13 for beta-1.38-1
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/wkhtmltopdf/0.3.0:/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-08-13" "build" "--frozen"`
[INFO] [stdout] 0a76436cffc103eb057d3c2e2a5f652d6d9398c9bd27cfecbd024da89b340a24
[INFO] running `"docker" "start" "-a" "0a76436cffc103eb057d3c2e2a5f652d6d9398c9bd27cfecbd024da89b340a24"`
[INFO] [stderr] Compiling wkhtmltox-sys v0.1.2
[INFO] [stderr] Compiling wkhtmltopdf v0.3.0 (/opt/crater/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lowlevel.rs:38:61
[INFO] [stderr] |
[INFO] [stderr] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send`
[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/lowlevel.rs:38:61
[INFO] [stderr] |
[INFO] [stderr] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lowlevel.rs:39:58
[INFO] [stderr] |
[INFO] [stderr] 39 | static ref ERROR_CALLBACKS: Mutex>> = Mutex::new(HashMap::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(String) + 'static + Send`
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] = note: this warning 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 1.97s
[INFO] running `"docker" "inspect" "0a76436cffc103eb057d3c2e2a5f652d6d9398c9bd27cfecbd024da89b340a24"`
[INFO] running `"docker" "rm" "-f" "0a76436cffc103eb057d3c2e2a5f652d6d9398c9bd27cfecbd024da89b340a24"`
[INFO] [stdout] 0a76436cffc103eb057d3c2e2a5f652d6d9398c9bd27cfecbd024da89b340a24
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/wkhtmltopdf/0.3.0:/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-08-13" "test" "--frozen" "--no-run"`
[INFO] [stdout] 862bbd32982977ff6b8ef365b848f5b6791b05f1692ca6c26fe9475100a93f24
[INFO] running `"docker" "start" "-a" "862bbd32982977ff6b8ef365b848f5b6791b05f1692ca6c26fe9475100a93f24"`
[INFO] [stderr] Compiling wkhtmltopdf v0.3.0 (/opt/crater/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lowlevel.rs:38:61
[INFO] [stderr] |
[INFO] [stderr] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send`
[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/lowlevel.rs:38:61
[INFO] [stderr] |
[INFO] [stderr] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send`
[INFO] [stderr]
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr] --> src/lowlevel.rs:39:58
[INFO] [stderr] |
[INFO] [stderr] 39 | static ref ERROR_CALLBACKS: Mutex>> = Mutex::new(HashMap::new());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(String) + 'static + Send`
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] = note: this warning 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr] --> src/lowlevel.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | / lazy_static! {
[INFO] [stderr] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton
[INFO] [stderr] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New);
[INFO] [stderr] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get();
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | // TODO: 3 more callback types
[INFO] [stderr] 41 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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: 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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.basic.5783kwg1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/basic-96a8712668381ae0" "/opt/crater/target/debug/examples/basic-96a8712668381ae0.5fcoehoxhz0p3eye.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-8a0cfa46cae838c6.rlib" "/opt/crater/target/debug/deps/libregex-724bb6ad8f270642.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f03f24c2204694fb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e4e7cc24efed9736.rlib" "/opt/crater/target/debug/deps/libthread_local-5a0d1af56d7f907f.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b1db83247592f470.rlib" "/opt/crater/target/debug/deps/libmemchr-dc381cee0e3e05fb.rlib" "/opt/crater/target/debug/deps/libwkhtmltopdf-584603f38611b5e7.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/libthread_id-81fd47345e412869.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libwkhtmltox_sys-f84aba3c9067bd9b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lwkhtmltox" "-lwkhtmltox" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil"
[INFO] [stderr] = note: /usr/bin/ld: cannot find -lwkhtmltox
[INFO] [stderr] /usr/bin/ld: cannot find -lwkhtmltox
[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: 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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.lowlevel.b5s41tic-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4" "/opt/crater/target/debug/examples/lowlevel-c374b2a40a2528d4.w6idkowshsmzhlb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-8a0cfa46cae838c6.rlib" "/opt/crater/target/debug/deps/libregex-724bb6ad8f270642.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f03f24c2204694fb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e4e7cc24efed9736.rlib" "/opt/crater/target/debug/deps/libthread_local-5a0d1af56d7f907f.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b1db83247592f470.rlib" "/opt/crater/target/debug/deps/libmemchr-dc381cee0e3e05fb.rlib" "/opt/crater/target/debug/deps/libwkhtmltopdf-584603f38611b5e7.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/libthread_id-81fd47345e412869.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libwkhtmltox_sys-f84aba3c9067bd9b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lwkhtmltox" "-lwkhtmltox" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil"
[INFO] [stderr] = note: /usr/bin/ld: cannot find -lwkhtmltox
[INFO] [stderr] /usr/bin/ld: cannot find -lwkhtmltox
[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 `wkhtmltopdf`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: Could not compile `wkhtmltopdf`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.wkhtmltopdf.2ftwodh8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58" "/opt/crater/target/debug/deps/wkhtmltopdf-155562605b0a5e58.161anifeai40b19c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libenv_logger-8a0cfa46cae838c6.rlib" "/opt/crater/target/debug/deps/libregex-724bb6ad8f270642.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f03f24c2204694fb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e4e7cc24efed9736.rlib" "/opt/crater/target/debug/deps/libthread_local-5a0d1af56d7f907f.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b1db83247592f470.rlib" "/opt/crater/target/debug/deps/libmemchr-dc381cee0e3e05fb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/liblazy_static-8e8f275d3efea5b8.rlib" "/opt/crater/target/debug/deps/libthread_id-81fd47345e412869.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libwkhtmltox_sys-f84aba3c9067bd9b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lwkhtmltox" "-lwkhtmltox" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil"
[INFO] [stderr] = note: /usr/bin/ld: cannot find -lwkhtmltox
[INFO] [stderr] /usr/bin/ld: cannot find -lwkhtmltox
[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 `wkhtmltopdf`.
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "862bbd32982977ff6b8ef365b848f5b6791b05f1692ca6c26fe9475100a93f24"`
[INFO] running `"docker" "rm" "-f" "862bbd32982977ff6b8ef365b848f5b6791b05f1692ca6c26fe9475100a93f24"`
[INFO] [stdout] 862bbd32982977ff6b8ef365b848f5b6791b05f1692ca6c26fe9475100a93f24