[INFO] fetching crate wkhtmltopdf 0.3.0...
[INFO] testing wkhtmltopdf-0.3.0 against beta-2021-01-01 for beta-1.50-1
[INFO] extracting crate wkhtmltopdf 0.3.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate wkhtmltopdf 0.3.0 on toolchain beta-2021-01-01
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "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-7/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded wkhtmltox-sys v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c0ece6f38a5bc907edce784c2d4929e2892ebdbf389d7fab876de4de4b87a551
[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" "c0ece6f38a5bc907edce784c2d4929e2892ebdbf389d7fab876de4de4b87a551", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0ece6f38a5bc907edce784c2d4929e2892ebdbf389d7fab876de4de4b87a551", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0ece6f38a5bc907edce784c2d4929e2892ebdbf389d7fab876de4de4b87a551", kill_on_drop: false }`
[INFO] [stdout] c0ece6f38a5bc907edce784c2d4929e2892ebdbf389d7fab876de4de4b87a551
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7fe994329ce1922227415724966add1bb288dd5af1e3ef380220c4e9af2f98a7
[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" "7fe994329ce1922227415724966add1bb288dd5af1e3ef380220c4e9af2f98a7", kill_on_drop: false }`
[INFO] [stderr] Compiling winapi-build v0.1.1
[INFO] [stderr] Compiling winapi v0.2.8
[INFO] [stderr] Compiling lazy_static v0.2.11
[INFO] [stderr] Compiling wkhtmltox-sys v0.1.2
[INFO] [stderr] Compiling kernel32-sys v0.2.2
[INFO] [stderr] Compiling thread-id v2.0.0
[INFO] [stderr] Compiling wkhtmltopdf v0.3.0 (/opt/rustwide/workdir)
[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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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: use of deprecated constant `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 constant `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 constant `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 constant `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 3.90s
[INFO] running `Command { std: "docker" "inspect" "7fe994329ce1922227415724966add1bb288dd5af1e3ef380220c4e9af2f98a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fe994329ce1922227415724966add1bb288dd5af1e3ef380220c4e9af2f98a7", kill_on_drop: false }`
[INFO] [stdout] 7fe994329ce1922227415724966add1bb288dd5af1e3ef380220c4e9af2f98a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--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] 55c524a6bdea341f1014ad21ec2dc0919c7b1f4d8cfa39f0b4680d3720f9f159
[INFO] running `Command { std: "docker" "start" "-a" "55c524a6bdea341f1014ad21ec2dc0919c7b1f4d8cfa39f0b4680d3720f9f159", kill_on_drop: false }`
[INFO] [stderr] Compiling utf8-ranges v0.1.3
[INFO] [stderr] Compiling regex-syntax v0.3.9
[INFO] [stderr] Compiling memchr v0.1.11
[INFO] [stderr] Compiling thread_local v0.2.7
[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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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: use of deprecated constant `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 constant `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 constant `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 constant `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] Compiling aho-corasick v0.5.3
[INFO] [stderr] Compiling regex v0.1.80
[INFO] [stderr] Compiling env_logger v0.3.5
[INFO] [stderr] Compiling wkhtmltopdf v0.3.0 (/opt/rustwide/workdir)
[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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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 macro `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: use of deprecated constant `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 constant `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 constant `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 constant `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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.lowlevel.8plcvien-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795" "/opt/rustwide/target/debug/examples/lowlevel-101d38520350c795.15set8rzdbufxm5f.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-2732eaa37f5d4bae.rlib" "/opt/rustwide/target/debug/deps/libregex-90d4f0cc749607a0.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d1a635b7c3059b5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-733e611f959c7336.rlib" "/opt/rustwide/target/debug/deps/libthread_local-d04043b2b65dcb2e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e74f2c5f4631a63f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ef3101724c21d1d1.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltopdf-9580e961de434b1a.rlib" "/opt/rustwide/target/debug/deps/libquick_error-671ab0df75bdceb5.rlib" "/opt/rustwide/target/debug/deps/liblog-2151a70b73779053.rlib" "/opt/rustwide/target/debug/deps/liblog-93afe3d9087c158b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-721ddb5cf32cc140.rlib" "/opt/rustwide/target/debug/deps/libthread_id-726cb55593568514.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/liburl-c133a665db6f3586.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a1c8d337a4da41fd.rlib" "/opt/rustwide/target/debug/deps/libidna-05ee6e9e5693c264.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-7468a419cdf9d732.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-9737c6d444d5d4fb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-fd04830c7eee2552.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-2a3427138786ef48.rlib" "/opt/rustwide/target/debug/deps/libmatches-48febceb3dcc9296.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltox_sys-b0e35a197de1f5f5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lwkhtmltox" "-lwkhtmltox" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc"
[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" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.basic.66qnzxwu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2" "/opt/rustwide/target/debug/examples/basic-558c7a48f9bdb0e2.afgipkqp65jbkw2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-2732eaa37f5d4bae.rlib" "/opt/rustwide/target/debug/deps/libregex-90d4f0cc749607a0.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d1a635b7c3059b5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-733e611f959c7336.rlib" "/opt/rustwide/target/debug/deps/libthread_local-d04043b2b65dcb2e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e74f2c5f4631a63f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ef3101724c21d1d1.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltopdf-9580e961de434b1a.rlib" "/opt/rustwide/target/debug/deps/libquick_error-671ab0df75bdceb5.rlib" "/opt/rustwide/target/debug/deps/liblog-2151a70b73779053.rlib" "/opt/rustwide/target/debug/deps/liblog-93afe3d9087c158b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-721ddb5cf32cc140.rlib" "/opt/rustwide/target/debug/deps/libthread_id-726cb55593568514.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/liburl-c133a665db6f3586.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a1c8d337a4da41fd.rlib" "/opt/rustwide/target/debug/deps/libidna-05ee6e9e5693c264.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-7468a419cdf9d732.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-9737c6d444d5d4fb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-fd04830c7eee2552.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-2a3427138786ef48.rlib" "/opt/rustwide/target/debug/deps/libmatches-48febceb3dcc9296.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltox_sys-b0e35a197de1f5f5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lwkhtmltox" "-lwkhtmltox" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc"
[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] [stdout] error: linking with `cc` failed: exit code: 1
[INFO] [stdout] |
[INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.wkhtmltopdf.78ldsp1i-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce" "/opt/rustwide/target/debug/deps/wkhtmltopdf-86b40e2eb7b1ffce.42s1b5efq6mciqtv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-c99ebba9851136ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-190ecd0479955c2e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-10cf7eacb763a707.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5f0069e1a0595222.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-176a753cf8833059.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-2732eaa37f5d4bae.rlib" "/opt/rustwide/target/debug/deps/libregex-90d4f0cc749607a0.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d1a635b7c3059b5b.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-733e611f959c7336.rlib" "/opt/rustwide/target/debug/deps/libthread_local-d04043b2b65dcb2e.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e74f2c5f4631a63f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ef3101724c21d1d1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-671ab0df75bdceb5.rlib" "/opt/rustwide/target/debug/deps/liblog-2151a70b73779053.rlib" "/opt/rustwide/target/debug/deps/liblog-93afe3d9087c158b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-721ddb5cf32cc140.rlib" "/opt/rustwide/target/debug/deps/libthread_id-726cb55593568514.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/liburl-c133a665db6f3586.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a1c8d337a4da41fd.rlib" "/opt/rustwide/target/debug/deps/libidna-05ee6e9e5693c264.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-7468a419cdf9d732.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-9737c6d444d5d4fb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-fd04830c7eee2552.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-2a3427138786ef48.rlib" "/opt/rustwide/target/debug/deps/libmatches-48febceb3dcc9296.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltox_sys-b0e35a197de1f5f5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lwkhtmltox" "-lwkhtmltox" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc"
[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] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "55c524a6bdea341f1014ad21ec2dc0919c7b1f4d8cfa39f0b4680d3720f9f159", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55c524a6bdea341f1014ad21ec2dc0919c7b1f4d8cfa39f0b4680d3720f9f159", kill_on_drop: false }`
[INFO] [stdout] 55c524a6bdea341f1014ad21ec2dc0919c7b1f4d8cfa39f0b4680d3720f9f159