[INFO] cloning repository https://github.com/ayourtch/cov-retrieve-vpp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ayourtch/cov-retrieve-vpp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch%2Fcov-retrieve-vpp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch%2Fcov-retrieve-vpp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61ac16038225202a63323d211061d5ecee1630e8
[INFO] documenting ayourtch/cov-retrieve-vpp against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayourtch%2Fcov-retrieve-vpp" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ayourtch/cov-retrieve-vpp
[INFO] finished tweaking git repo https://github.com/ayourtch/cov-retrieve-vpp
[INFO] tweaked toml for git repo https://github.com/ayourtch/cov-retrieve-vpp written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ayourtch/cov-retrieve-vpp on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ayourtch/cov-retrieve-vpp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660
[INFO] running `Command { std: "docker" "start" "df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking futures-io v0.3.17
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.71
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]     Checking concurrent-queue v1.2.2
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.8
[INFO] [stderr]     Checking parking v2.0.0
[INFO] [stderr]     Checking fastrand v1.5.0
[INFO] [stderr]     Checking event-listener v2.5.1
[INFO] [stderr]     Checking waker-fn v1.1.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]     Checking futures-lite v1.12.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking socket2 v0.4.2
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling signal-hook v0.3.10
[INFO] [stderr]     Checking async-task v4.0.3
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking async-channel v1.6.1
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking atomic-waker v1.0.0
[INFO] [stderr]     Checking blocking v1.1.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking async-executor v1.4.1
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking async-mutex v1.4.0
[INFO] [stderr]     Checking cpufeatures v0.2.1
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking sha-1 v0.9.8
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking http v0.2.5
[INFO] [stderr]     Checking async-lock v2.4.0
[INFO] [stderr]     Checking which v4.2.2
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling ctor v0.1.21
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]     Checking polling v2.2.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking async-io v1.6.0
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking tungstenite v0.15.0
[INFO] [stderr]     Checking async-process v1.3.0
[INFO] [stderr]     Checking async-global-executor v2.0.2
[INFO] [stderr]     Checking async-std v1.10.0
[INFO] [stderr]     Checking futures-executor v0.3.17
[INFO] [stderr]     Checking futures v0.3.17
[INFO] [stderr]     Checking async-tungstenite v0.15.0
[INFO] [stderr]     Checking chromiumoxide_types v0.3.1 (https://github.com/mattsse/chromiumoxide?branch=main#85c58cd8)
[INFO] [stderr]     Checking chromiumoxide_pdl v0.3.1 (https://github.com/mattsse/chromiumoxide?branch=main#85c58cd8)
[INFO] [stderr]    Compiling chromiumoxide_cdp v0.3.1 (https://github.com/mattsse/chromiumoxide?branch=main#85c58cd8)
[INFO] [stderr] error: could not compile `chromiumoxide_cdp` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name chromiumoxide_cdp --edition=2018 /opt/rustwide/cargo-home/git/checkouts/chromiumoxide-36908f3032b6b14b/85c58cd/chromiumoxide_cdp/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=640a46063fac37de -C extra-filename=-1c32440b3773c91c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chromiumoxide_pdl=/opt/rustwide/target/debug/deps/libchromiumoxide_pdl-e036c66a82328a66.rmeta --extern chromiumoxide_types=/opt/rustwide/target/debug/deps/libchromiumoxide_types-6a7c91d0d7e792d0.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-606864c1e58da271.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-74a5f0dc22199a48.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660", kill_on_drop: false }`
[INFO] [stdout] df16b2b0c2e2c15833d76d1a36ac81448873cbf1287234e3f696b5a6c5ff8660
