[INFO] crate wkhtmltopdf 0.3.0 is already in cache [INFO] testing wkhtmltopdf-0.3.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate wkhtmltopdf 0.3.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate wkhtmltopdf 0.3.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate wkhtmltopdf 0.3.0 [INFO] finished tweaking crates.io crate wkhtmltopdf 0.3.0 [INFO] tweaked toml for crates.io crate wkhtmltopdf 0.3.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae81d515e70e65f6eb12f84e10cb7971e508a7b3a2884ae868b93133a9cfcc5f [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" "ae81d515e70e65f6eb12f84e10cb7971e508a7b3a2884ae868b93133a9cfcc5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae81d515e70e65f6eb12f84e10cb7971e508a7b3a2884ae868b93133a9cfcc5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae81d515e70e65f6eb12f84e10cb7971e508a7b3a2884ae868b93133a9cfcc5f", kill_on_drop: false }` [INFO] [stdout] ae81d515e70e65f6eb12f84e10cb7971e508a7b3a2884ae868b93133a9cfcc5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aa10076ef857c74bbd5c1ffba55cde77909f39f085b943bcbdeeab919d76d409 [INFO] running `Command { std: "docker" "start" "-a" "aa10076ef857c74bbd5c1ffba55cde77909f39f085b943bcbdeeab919d76d409", kill_on_drop: false }` [INFO] [stderr] Compiling wkhtmltox-sys v0.1.2 [INFO] [stderr] Compiling wkhtmltopdf v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:291:22 [INFO] [stdout] | [INFO] [stdout] 291 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:292:22 [INFO] [stdout] | [INFO] [stdout] 292 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:313:22 [INFO] [stdout] | [INFO] [stdout] 313 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:334:22 [INFO] [stdout] | [INFO] [stdout] 334 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:335:22 [INFO] [stdout] | [INFO] [stdout] 335 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:343:26 [INFO] [stdout] | [INFO] [stdout] 343 | let mut global = try!(PdfGlobalSettings::new()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:345:13 [INFO] [stdout] | [INFO] [stdout] 345 | try!( unsafe { global.set(name, &val) } ); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | try!( unsafe { object.set(name, &val) } ); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:363:24 [INFO] [stdout] | [INFO] [stdout] 363 | let mut file = try!(File::create(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:364:17 [INFO] [stdout] | [INFO] [stdout] 364 | let _ = try!(io::copy(self, &mut file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:39:58 [INFO] [stdout] | [INFO] [stdout] 39 | static ref ERROR_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(String) + 'static + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.98s [INFO] running `Command { std: "docker" "inspect" "aa10076ef857c74bbd5c1ffba55cde77909f39f085b943bcbdeeab919d76d409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa10076ef857c74bbd5c1ffba55cde77909f39f085b943bcbdeeab919d76d409", kill_on_drop: false }` [INFO] [stdout] aa10076ef857c74bbd5c1ffba55cde77909f39f085b943bcbdeeab919d76d409 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6a076a1d5e2945124727907b6e383ae8deb01dafb8db94db5faeb7e7b0c61f7 [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" "e6a076a1d5e2945124727907b6e383ae8deb01dafb8db94db5faeb7e7b0c61f7", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:291:22 [INFO] [stdout] | [INFO] [stdout] 291 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:292:22 [INFO] [stdout] | [INFO] [stdout] 292 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:313:22 [INFO] [stdout] | [INFO] [stdout] 313 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:334:22 [INFO] [stdout] | [INFO] [stdout] 334 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:335:22 [INFO] [stdout] | [INFO] [stdout] 335 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:343:26 [INFO] [stdout] | [INFO] [stdout] 343 | let mut global = try!(PdfGlobalSettings::new()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:345:13 [INFO] [stdout] | [INFO] [stdout] 345 | try!( unsafe { global.set(name, &val) } ); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | try!( unsafe { object.set(name, &val) } ); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:363:24 [INFO] [stdout] | [INFO] [stdout] 363 | let mut file = try!(File::create(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:364:17 [INFO] [stdout] | [INFO] [stdout] 364 | let _ = try!(io::copy(self, &mut file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:39:58 [INFO] [stdout] | [INFO] [stdout] 39 | static ref ERROR_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(String) + 'static + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wkhtmltopdf v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:291:22 [INFO] [stdout] | [INFO] [stdout] 291 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:292:22 [INFO] [stdout] | [INFO] [stdout] 292 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:313:22 [INFO] [stdout] | [INFO] [stdout] 313 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:334:22 [INFO] [stdout] | [INFO] [stdout] 334 | let global = try!(self.global_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:335:22 [INFO] [stdout] | [INFO] [stdout] 335 | let object = try!(self.object_settings()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:343:26 [INFO] [stdout] | [INFO] [stdout] 343 | let mut global = try!(PdfGlobalSettings::new()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:345:13 [INFO] [stdout] | [INFO] [stdout] 345 | try!( unsafe { global.set(name, &val) } ); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | try!( unsafe { object.set(name, &val) } ); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:363:24 [INFO] [stdout] | [INFO] [stdout] 363 | let mut file = try!(File::create(path)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/lib.rs:364:17 [INFO] [stdout] | [INFO] [stdout] 364 | let _ = try!(io::copy(self, &mut file)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | static ref FINISHED_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(i32) + 'static + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lowlevel.rs:39:58 [INFO] [stdout] | [INFO] [stdout] 39 | static ref ERROR_CALLBACKS: Mutex>> = Mutex::new(HashMap::new()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(String) + 'static + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> src/lowlevel.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | / lazy_static! { [INFO] [stdout] 32 | | // Globally count wkhtmltopdf handles so we can safely init/deinit the underlying wkhtmltopdf singleton [INFO] [stdout] 33 | | static ref WKHTMLTOPDF_STATE: Mutex = Mutex::new(WkhtmltopdfState::New); [INFO] [stdout] 34 | | static ref WKHTMLTOPDF_INIT_THREAD: usize = thread_id::get(); [INFO] [stdout] ... | [INFO] [stdout] 40 | | // TODO: 3 more callback types [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.lowlevel.279l5x7l-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba" "/opt/rustwide/target/debug/examples/lowlevel-5803f266292f0bba.39vhyyhxx2hik8s8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-915911be90338e92.rlib" "/opt/rustwide/target/debug/deps/libregex-92d0788eab6f33b8.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-1b3b285a776af71f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-58f920edbab8102e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-49135755fb2ee46e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9eb5114f13f979cd.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9c4a80fd4cd147e9.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltopdf-03b87217c4b44291.rlib" "/opt/rustwide/target/debug/deps/libquick_error-c22e30eaeceace11.rlib" "/opt/rustwide/target/debug/deps/liblog-8d6deb05e4a450a5.rlib" "/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/libthread_id-69d0e19930de4305.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/liburl-33bbacdddff76213.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a4b5f53972b66b35.rlib" "/opt/rustwide/target/debug/deps/libidna-b8d4ad66d49965ce.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-32d152a46851e25f.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6b37295460e5f9d5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a35d543dc62ca9dc.rlib" "/opt/rustwide/target/debug/deps/libmatches-2e3ca713d4d6e5d2.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltox_sys-d46f18f140c903b0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lwkhtmltox" "-lwkhtmltox" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lwkhtmltox [INFO] [stdout] /usr/bin/ld: cannot find -lwkhtmltox [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wkhtmltopdf`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.wkhtmltopdf.dpfctfv4-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813" "/opt/rustwide/target/debug/deps/wkhtmltopdf-8185f52c01847813.hc61zdy36tu65kf.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-915911be90338e92.rlib" "/opt/rustwide/target/debug/deps/libregex-92d0788eab6f33b8.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-1b3b285a776af71f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-58f920edbab8102e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-49135755fb2ee46e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9eb5114f13f979cd.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9c4a80fd4cd147e9.rlib" "/opt/rustwide/target/debug/deps/libquick_error-c22e30eaeceace11.rlib" "/opt/rustwide/target/debug/deps/liblog-8d6deb05e4a450a5.rlib" "/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/libthread_id-69d0e19930de4305.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/liburl-33bbacdddff76213.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a4b5f53972b66b35.rlib" "/opt/rustwide/target/debug/deps/libidna-b8d4ad66d49965ce.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-32d152a46851e25f.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6b37295460e5f9d5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a35d543dc62ca9dc.rlib" "/opt/rustwide/target/debug/deps/libmatches-2e3ca713d4d6e5d2.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltox_sys-d46f18f140c903b0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lwkhtmltox" "-lwkhtmltox" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lwkhtmltox [INFO] [stdout] /usr/bin/ld: cannot find -lwkhtmltox [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.basic.24l6xtvr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5" "/opt/rustwide/target/debug/examples/basic-e7bb0231e253aec5.52tw7d07fer3os1z.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-915911be90338e92.rlib" "/opt/rustwide/target/debug/deps/libregex-92d0788eab6f33b8.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-1b3b285a776af71f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-58f920edbab8102e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-49135755fb2ee46e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9eb5114f13f979cd.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9c4a80fd4cd147e9.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltopdf-03b87217c4b44291.rlib" "/opt/rustwide/target/debug/deps/libquick_error-c22e30eaeceace11.rlib" "/opt/rustwide/target/debug/deps/liblog-8d6deb05e4a450a5.rlib" "/opt/rustwide/target/debug/deps/liblog-f4faf1fa578e34f7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab1bd98be96b57b3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cbf4e74d25b393ff.rlib" "/opt/rustwide/target/debug/deps/libthread_id-69d0e19930de4305.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/liburl-33bbacdddff76213.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a4b5f53972b66b35.rlib" "/opt/rustwide/target/debug/deps/libidna-b8d4ad66d49965ce.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-32d152a46851e25f.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-6b37295460e5f9d5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a35d543dc62ca9dc.rlib" "/opt/rustwide/target/debug/deps/libmatches-2e3ca713d4d6e5d2.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltox_sys-d46f18f140c903b0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lwkhtmltox" "-lwkhtmltox" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lwkhtmltox [INFO] [stdout] /usr/bin/ld: cannot find -lwkhtmltox [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e6a076a1d5e2945124727907b6e383ae8deb01dafb8db94db5faeb7e7b0c61f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6a076a1d5e2945124727907b6e383ae8deb01dafb8db94db5faeb7e7b0c61f7", kill_on_drop: false }` [INFO] [stdout] e6a076a1d5e2945124727907b6e383ae8deb01dafb8db94db5faeb7e7b0c61f7