[INFO] cloning repository https://github.com/jarivm/dogger [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jarivm/dogger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarivm%2Fdogger", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarivm%2Fdogger'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 672a7903b518e030b54843941598514c8b1f793d [INFO] testing jarivm/dogger against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjarivm%2Fdogger" "/workspace/builds/worker-58/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-58/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jarivm/dogger on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jarivm/dogger [INFO] finished tweaking git repo https://github.com/jarivm/dogger [INFO] tweaked toml for git repo https://github.com/jarivm/dogger written to /workspace/builds/worker-58/source/Cargo.toml [INFO] crate git repo https://github.com/jarivm/dogger already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wkhtmltopdf v0.4.0 [INFO] [stderr] Downloaded tera v1.10.0 [INFO] [stderr] Downloaded wkhtmltox-sys v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 425b64cd83299b51cb74a6df5094e92e07f72a13ae392ef059112cb99b0976af [INFO] running `Command { std: "docker" "start" "-a" "425b64cd83299b51cb74a6df5094e92e07f72a13ae392ef059112cb99b0976af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "425b64cd83299b51cb74a6df5094e92e07f72a13ae392ef059112cb99b0976af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "425b64cd83299b51cb74a6df5094e92e07f72a13ae392ef059112cb99b0976af", kill_on_drop: false }` [INFO] [stdout] 425b64cd83299b51cb74a6df5094e92e07f72a13ae392ef059112cb99b0976af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 552720be751743d27b0b8ffe670bc7063820c6b82b3920a703d57dc24fd7a324 [INFO] running `Command { std: "docker" "start" "-a" "552720be751743d27b0b8ffe670bc7063820c6b82b3920a703d57dc24fd7a324", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling wkhtmltox-sys v0.1.2 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling rust-embed-utils v5.1.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling ignore v0.4.17 [INFO] [stderr] Compiling wkhtmltopdf v0.4.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling rust-embed-impl v5.9.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling rust-embed v5.9.0 [INFO] [stderr] Compiling tera v1.10.0 [INFO] [stderr] Compiling dogger v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.dogger.f4f118bb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21.2ekikb13ogmlstw6.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbase64-6f58e0ee187256d5.rlib" "/opt/rustwide/target/debug/deps/librust_embed-12fa535d8f86f5f2.rlib" "/opt/rustwide/target/debug/deps/librust_embed_utils-f92b66d698191ade.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltopdf-651108bf9c3ae91a.rlib" "/opt/rustwide/target/debug/deps/libthread_id-0fcf089acbedf6e0.rlib" "/opt/rustwide/target/debug/deps/liburl-b51f11ba19c393f1.rlib" "/opt/rustwide/target/debug/deps/libidna-529c6702193d93b8.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-d3f68e0347e40936.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-7be39ecae3625c4b.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-8102c6c5d37b89f3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-857e07ade33a6908.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-e1bff9f8f15d7419.rlib" "/opt/rustwide/target/debug/deps/libmatches-201b4dfb49094b2f.rlib" "/opt/rustwide/target/debug/deps/libwkhtmltox_sys-002610a9985461cb.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libtera-8f4e28d1e61658e3.rlib" "/opt/rustwide/target/debug/deps/libslug-219864a9a423d84f.rlib" "/opt/rustwide/target/debug/deps/libdeunicode-3a1a0cdc85508f7d.rlib" "/opt/rustwide/target/debug/deps/libglobwalk-2c84bf9f881a4d03.rlib" "/opt/rustwide/target/debug/deps/libbitflags-117d41ac256572da.rlib" "/opt/rustwide/target/debug/deps/libignore-207ad2900283925b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ef5856d484d5b1e2.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-5e165100e176414b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-0d13df45328e73a9.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-c75b5e85f253ab30.rlib" "/opt/rustwide/target/debug/deps/libsame_file-36dfff0ef8311abf.rlib" "/opt/rustwide/target/debug/deps/libglobset-747cd24307793958.rlib" "/opt/rustwide/target/debug/deps/liblog-5adcf922eb1fa2ac.rlib" "/opt/rustwide/target/debug/deps/libfnv-d1dc8bedb5ffcb44.rlib" "/opt/rustwide/target/debug/deps/libbstr-94dd0d47b16546c7.rlib" "/opt/rustwide/target/debug/deps/libpest-637f526392de7828.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-27ef4007e04b7a56.rlib" "/opt/rustwide/target/debug/deps/librand-f6d0a5a2793244d9.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-76b9bbbc21b094c1.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-069634687179693a.rlib" "/opt/rustwide/target/debug/deps/librand_core-f4b4fbfbd0199aae.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-97fc84c692e982a5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/libunic_segment-945437877ebf495f.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_segment-0a4dadfc1ad3b17b.rlib" "/opt/rustwide/target/debug/deps/libunic_ucd_version-72788185c1989842.rlib" "/opt/rustwide/target/debug/deps/libunic_common-b9d0c431f257e7ec.rlib" "/opt/rustwide/target/debug/deps/libunic_char_property-e67fa5da559871b7.rlib" "/opt/rustwide/target/debug/deps/libunic_char_range-3550a7a668414b9c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-e457123dded25aba.rlib" "/opt/rustwide/target/debug/deps/libregex-ba47a52faac36a33.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5250b30090105b38.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e3068e1c9377047f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-b77be10fdde4f88a.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libhumansize-a6025e19fd82228d.rlib" "/opt/rustwide/target/debug/deps/libchrono_tz-4053b6490d34ab52.rlib" "/opt/rustwide/target/debug/deps/libchrono-4611d22c29740e21.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-57190017cbe175ef.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-36550ce66ce5d1f4.rlib" "/opt/rustwide/target/debug/deps/libtime-0e58277fb4d6d783.rlib" "/opt/rustwide/target/debug/deps/liblibc-6fb6615b9d00daf8.rlib" "/opt/rustwide/target/debug/deps/libserde_json-afe42ca44f5bc209.rlib" "/opt/rustwide/target/debug/deps/libryu-739207766fb1644f.rlib" "/opt/rustwide/target/debug/deps/libitoa-13ead38c9c534969.rlib" "/opt/rustwide/target/debug/deps/libserde-07c2d3ead1d8aaa2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lwkhtmltox" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dogger-8a7cf520be432b21" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /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 `dogger` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "552720be751743d27b0b8ffe670bc7063820c6b82b3920a703d57dc24fd7a324", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "552720be751743d27b0b8ffe670bc7063820c6b82b3920a703d57dc24fd7a324", kill_on_drop: false }` [INFO] [stdout] 552720be751743d27b0b8ffe670bc7063820c6b82b3920a703d57dc24fd7a324