[INFO] fetching crate printpdf 0.3.2... [INFO] testing printpdf-0.3.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate printpdf 0.3.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate printpdf 0.3.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate printpdf 0.3.2 [INFO] finished tweaking crates.io crate printpdf 0.3.2 [INFO] tweaked toml for crates.io crate printpdf 0.3.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate printpdf 0.3.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 10c0506035aca7806018c055ebe610e99563af89c35599781f27848f4f32c22e [INFO] running `"docker" "start" "-a" "10c0506035aca7806018c055ebe610e99563af89c35599781f27848f4f32c22e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling pom v3.0.3 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling time v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling image v0.23.0 [INFO] [stderr] Compiling lopdf v0.24.0 [INFO] [stderr] Compiling printpdf v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:104:28 [INFO] [stderr] | [INFO] [stderr] 104 | Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | Rusttype(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | Pdf(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | Index(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.44s [INFO] running `"docker" "inspect" "10c0506035aca7806018c055ebe610e99563af89c35599781f27848f4f32c22e"` [INFO] running `"docker" "rm" "-f" "10c0506035aca7806018c055ebe610e99563af89c35599781f27848f4f32c22e"` [INFO] [stdout] 10c0506035aca7806018c055ebe610e99563af89c35599781f27848f4f32c22e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5597c4709468473bc777eba8d17753475eef3dd45afe0a1c53133ac7501a9f7c [INFO] running `"docker" "start" "-a" "5597c4709468473bc777eba8d17753475eef3dd45afe0a1c53133ac7501a9f7c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling printpdf v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:104:28 [INFO] [stderr] | [INFO] [stderr] 104 | Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | Rusttype(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | Pdf(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | Index(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:104:28 [INFO] [stderr] | [INFO] [stderr] 104 | Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:105:34 [INFO] [stderr] | [INFO] [stderr] 105 | Rusttype(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | Pdf(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors/mod.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | Index(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: could not compile `printpdf`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name images examples/images.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="embedded_images"' --cfg 'feature="image"' -C metadata=821205db6382aa65 -C extra-filename=-821205db6382aa65 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern image=/opt/rustwide/target/debug/deps/libimage-753df046f2314ea4.rlib --extern lopdf=/opt/rustwide/target/debug/deps/liblopdf-18a449e1f1cb51c0.rlib --extern printpdf=/opt/rustwide/target/debug/deps/libprintpdf-24ef43ec63cb7580.rlib --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-e562d09c0993e3bb.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-aa47eba3c25277e7.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `printpdf`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name builtin_fonts examples/builtin_fonts.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="embedded_images"' --cfg 'feature="image"' -C metadata=aed63837fe369fd4 -C extra-filename=-aed63837fe369fd4 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern image=/opt/rustwide/target/debug/deps/libimage-753df046f2314ea4.rlib --extern lopdf=/opt/rustwide/target/debug/deps/liblopdf-18a449e1f1cb51c0.rlib --extern printpdf=/opt/rustwide/target/debug/deps/libprintpdf-24ef43ec63cb7580.rlib --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-e562d09c0993e3bb.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-aa47eba3c25277e7.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.graphics.5fny0izp-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a" "/opt/rustwide/target/debug/examples/graphics-62432b509cd3348a.5fo5ovgyffrntpyu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libprintpdf-24ef43ec63cb7580.rlib" "/opt/rustwide/target/debug/deps/libimage-753df046f2314ea4.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-5a95f81c1fadac94.rlib" "/opt/rustwide/target/debug/deps/libpng-e46f7163f792a13f.rlib" "/opt/rustwide/target/debug/deps/libdeflate-57321aa9b0fa1d97.rlib" "/opt/rustwide/target/debug/deps/libinflate-acf2a0e9b3891205.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-79adf9cdfdd8af9d.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-96a84f0e9187f581.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-18e28aa897045e65.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-5a1fbe90adcdcd0f.rlib" "/opt/rustwide/target/debug/deps/libgif-ab40da4779180ae5.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-fc6ee7c20d132f45.rlib" "/opt/rustwide/target/debug/deps/libtiff-f13da05210499f9c.rlib" "/opt/rustwide/target/debug/deps/libtime-aa47eba3c25277e7.rlib" "/opt/rustwide/target/debug/deps/librusttype-e562d09c0993e3bb.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-eb0b1fa73ea801c4.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-ff03fdf460222979.rlib" "/opt/rustwide/target/debug/deps/libordered_float-5279db7039331998.rlib" "/opt/rustwide/target/debug/deps/libapprox-aab7d3ed429a9a37.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-f717087f2d43c6e8.rlib" "/opt/rustwide/target/debug/deps/liblopdf-18a449e1f1cb51c0.rlib" "/opt/rustwide/target/debug/deps/libdtoa-c1d47cf5404f8f1c.rlib" "/opt/rustwide/target/debug/deps/libitoa-8d30cc0fd4b83325.rlib" "/opt/rustwide/target/debug/deps/libpom-2ad5944fc93ab429.rlib" "/opt/rustwide/target/debug/deps/librayon-a93a3826e1da96c2.rlib" "/opt/rustwide/target/debug/deps/librayon_core-bc2f2a9c696e7db0.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-8e3cc27f3ffe5d98.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libeither-61fbb0a110e3d219.rlib" "/opt/rustwide/target/debug/deps/libencoding-9ddaa7bda194a1bb.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-3cf01616d7524ea7.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-5ff98fb124498ac1.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-4c98d7ec391b493b.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-e2140ecfc3a54dbf.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-85ea66b2d3064a85.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/liblzw-c5b09777a31838f7.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-efe70a824ee920a8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `printpdf`. [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] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5597c4709468473bc777eba8d17753475eef3dd45afe0a1c53133ac7501a9f7c"` [INFO] running `"docker" "rm" "-f" "5597c4709468473bc777eba8d17753475eef3dd45afe0a1c53133ac7501a9f7c"` [INFO] [stdout] 5597c4709468473bc777eba8d17753475eef3dd45afe0a1c53133ac7501a9f7c