[INFO] updating cached repository https://github.com/fschutt/printpdf [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c334a62b145c1d802cd3c7bd5745bdacee139a12 [INFO] testing fschutt/printpdf against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffschutt%2Fprintpdf" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fschutt/printpdf on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fschutt/printpdf [INFO] finished tweaking git repo https://github.com/fschutt/printpdf [INFO] tweaked toml for git repo https://github.com/fschutt/printpdf written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/fschutt/printpdf already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stdout] 2d52f0cb4cf5fee36a39e9aaa15e1f725e8acfa73d4a0f5d6777a24ae54f6bd5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "2d52f0cb4cf5fee36a39e9aaa15e1f725e8acfa73d4a0f5d6777a24ae54f6bd5"` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling pom v3.0.3 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [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 inflate v0.4.5 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rayon v1.3.0 [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 1m 00s [INFO] running `"docker" "inspect" "2d52f0cb4cf5fee36a39e9aaa15e1f725e8acfa73d4a0f5d6777a24ae54f6bd5"` [INFO] running `"docker" "rm" "-f" "2d52f0cb4cf5fee36a39e9aaa15e1f725e8acfa73d4a0f5d6777a24ae54f6bd5"` [INFO] [stdout] 2d52f0cb4cf5fee36a39e9aaa15e1f725e8acfa73d4a0f5d6777a24ae54f6bd5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] ce6fefd16a7d3aefc87bdf5cdef8855d0363d93b40c96e66f4dec17ab9cf682b [INFO] running `"docker" "start" "-a" "ce6fefd16a7d3aefc87bdf5cdef8855d0363d93b40c96e66f4dec17ab9cf682b"` [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 graphics examples/graphics.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=b5117a94b6dbd9c3 -C extra-filename=-b5117a94b6dbd9c3 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern image=/opt/rustwide/target/debug/deps/libimage-1da3337cb5784966.rlib --extern lopdf=/opt/rustwide/target/debug/deps/liblopdf-c6337e2524dfe794.rlib --extern printpdf=/opt/rustwide/target/debug/deps/libprintpdf-9f9d292d4ecb38b7.rlib --extern rusttype=/opt/rustwide/target/debug/deps/librusttype-d8246c2819ac2e76.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-b36cbe59e472c478.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.pages.bol7wgl5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1" "/opt/rustwide/target/debug/examples/pages-3e0e9b5cb97d42f1.1k1u62mfj1h4524t.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libprintpdf-9f9d292d4ecb38b7.rlib" "/opt/rustwide/target/debug/deps/libimage-1da3337cb5784966.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-43c9026f5e80e2b0.rlib" "/opt/rustwide/target/debug/deps/libpng-c093b9031af83c34.rlib" "/opt/rustwide/target/debug/deps/libdeflate-0441a4d1d089ee72.rlib" "/opt/rustwide/target/debug/deps/libinflate-b767d6e1ef2b6cca.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f9594eebdf15f76b.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-660ebf55a5a57a70.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-fae8c9998bd89c36.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ad50470e3db86ac4.rlib" "/opt/rustwide/target/debug/deps/libgif-86b2f05c788656eb.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-bddca3167f05293c.rlib" "/opt/rustwide/target/debug/deps/libtiff-07934a8c823de2e9.rlib" "/opt/rustwide/target/debug/deps/libtime-b36cbe59e472c478.rlib" "/opt/rustwide/target/debug/deps/librusttype-d8246c2819ac2e76.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-d5af4a6e409c40d3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2cdd9ae034878c52.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-bcb5bc6020c23168.rlib" "/opt/rustwide/target/debug/deps/libordered_float-4ed07c9b6f60918c.rlib" "/opt/rustwide/target/debug/deps/libapprox-6312547a49750887.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-5f13adbeb4a0a460.rlib" "/opt/rustwide/target/debug/deps/liblopdf-c6337e2524dfe794.rlib" "/opt/rustwide/target/debug/deps/libdtoa-fa11a0289f12bd50.rlib" "/opt/rustwide/target/debug/deps/libitoa-cb56783f765e6b0b.rlib" "/opt/rustwide/target/debug/deps/libpom-d58720c63b2a5fa1.rlib" "/opt/rustwide/target/debug/deps/librayon-9ee76fba577c6eb3.rlib" "/opt/rustwide/target/debug/deps/librayon_core-9c30c15fd69f6548.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-dc70bad8c0fe0ad3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-8f03061a5aac6e97.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-01d8b09b472c1aae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-8f7ce6c131e61fe8.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-68a78b59e929aafd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-dd6548adc85d4233.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f33130f66302ba30.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libeither-f74d019d6d596424.rlib" "/opt/rustwide/target/debug/deps/libencoding-2d50cb5a450554bc.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-de770788b704e96e.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-f89fb30ed38ec14d.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-783ea0096f065f9f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-60977da23db9d568.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-cac51a2b5a08362e.rlib" "/opt/rustwide/target/debug/deps/libtime-46bae1e61d3d1ddc.rlib" "/opt/rustwide/target/debug/deps/liblibc-2b3577f6a779d165.rlib" "/opt/rustwide/target/debug/deps/liblzw-136c93306fc01c9c.rlib" "/opt/rustwide/target/debug/deps/libflate2-dbddc05f81d7a847.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-dcb4c1c24072f14e.rlib" "/opt/rustwide/target/debug/deps/libadler32-f0be7fc42b62f0a5.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-fcd520c127a579f7.rlib" "/opt/rustwide/target/debug/deps/liblog-dd0cc9f7ce37032a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-b4a90b6d3c5808cb.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: [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] error: build failed [INFO] running `"docker" "inspect" "ce6fefd16a7d3aefc87bdf5cdef8855d0363d93b40c96e66f4dec17ab9cf682b"` [INFO] running `"docker" "rm" "-f" "ce6fefd16a7d3aefc87bdf5cdef8855d0363d93b40c96e66f4dec17ab9cf682b"` [INFO] [stdout] ce6fefd16a7d3aefc87bdf5cdef8855d0363d93b40c96e66f4dec17ab9cf682b