[INFO] cloning repository https://github.com/Someguy123/svalue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Someguy123/svalue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSomeguy123%2Fsvalue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSomeguy123%2Fsvalue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be82e935e35d83f2513c940fce9c9203e0c2a230 [INFO] documenting Someguy123/svalue against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSomeguy123%2Fsvalue" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Someguy123/svalue on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Someguy123/svalue [INFO] finished tweaking git repo https://github.com/Someguy123/svalue [INFO] tweaked toml for git repo https://github.com/Someguy123/svalue written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/Someguy123/svalue already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded futures-executor v0.3.12 [INFO] [stderr] Downloaded serde_derive v1.0.122 [INFO] [stderr] Downloaded pear v0.1.4 [INFO] [stderr] Downloaded aead v0.2.0 [INFO] [stderr] Downloaded pear_codegen v0.1.4 [INFO] [stderr] Downloaded ghash v0.2.3 [INFO] [stderr] Downloaded rocket_http v0.4.6 [INFO] [stderr] Downloaded tokio-util v0.6.2 [INFO] [stderr] Downloaded rocket_codegen v0.4.6 [INFO] [stderr] Downloaded async-stream-impl v0.3.0 [INFO] [stderr] Downloaded universal-hash v0.3.0 [INFO] [stderr] Downloaded async-stream v0.3.0 [INFO] [stderr] Downloaded bumpalo v3.5.0 [INFO] [stderr] Downloaded reqwest v0.11.0 [INFO] [stderr] Downloaded aes v0.3.2 [INFO] [stderr] Downloaded serde v1.0.122 [INFO] [stderr] Downloaded cookie v0.11.3 [INFO] [stderr] Downloaded hkdf v0.8.0 [INFO] [stderr] Downloaded aes-gcm v0.5.0 [INFO] [stderr] Downloaded polyval v0.3.3 [INFO] [stderr] Downloaded tokio v1.1.0 [INFO] [stderr] Downloaded rocket v0.4.6 [INFO] [stderr] Downloaded rust_decimal v1.10.1 [INFO] [stderr] Downloaded tokio-macros v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31d61894ef2d5b08ec0e741414145475d6aa91d41f78496d0b88aebd5748e17f [INFO] running `Command { std: "docker" "start" "-a" "31d61894ef2d5b08ec0e741414145475d6aa91d41f78496d0b88aebd5748e17f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31d61894ef2d5b08ec0e741414145475d6aa91d41f78496d0b88aebd5748e17f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31d61894ef2d5b08ec0e741414145475d6aa91d41f78496d0b88aebd5748e17f", kill_on_drop: false }` [INFO] [stdout] 31d61894ef2d5b08ec0e741414145475d6aa91d41f78496d0b88aebd5748e17f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e01135258cf39bad18eb0c6d6ffad443c9ab2b0f1b06cdacb1325f67246c7840 [INFO] running `Command { std: "docker" "start" "-a" "e01135258cf39bad18eb0c6d6ffad443c9ab2b0f1b06cdacb1325f67246c7840", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.4 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Checking futures-core v0.3.12 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling serde_derive v1.0.122 [INFO] [stderr] Checking futures-sink v0.3.12 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling serde v1.0.122 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Checking futures-io v0.3.12 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling zeroize v1.2.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling encoding_rs v0.8.26 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Checking httpdate v0.3.2 [INFO] [stderr] Compiling state v0.4.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Checking scoped-tls v0.1.2 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling tokio v1.1.0 [INFO] [stderr] Checking tinyvec v1.1.0 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking smallvec v0.6.14 [INFO] [stderr] Checking futures-task v0.3.12 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Compiling pear_codegen v0.1.4 [INFO] [stderr] Compiling rocket_codegen v0.4.6 [INFO] [stderr] Compiling rocket v0.4.6 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] error: could not compile `futures` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name futures /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.30/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 --cfg 'feature="default"' --cfg 'feature="use_std"' --cfg 'feature="with-deprecated"' -C metadata=8c1446d8ad1d17e8 -C extra-filename=-8c1446d8ad1d17e8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `language-tags` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name language_tags /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/language-tags-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=38dd5e2d7acb034f -C extra-filename=-38dd5e2d7acb034f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `percent-encoding` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name percent_encoding /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0eb7f09e6c0f83e3 -C extra-filename=-0eb7f09e6c0f83e3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `ryu` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=fce0b3c60f2d1bdb -C extra-filename=-fce0b3c60f2d1bdb --out-dir /opt/rustwide/target/debug/build/ryu-fce0b3c60f2d1bdb -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `percent-encoding` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name percent_encoding /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/percent-encoding-1.0.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=252ccc02c25ea55d -C extra-filename=-252ccc02c25ea55d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "e01135258cf39bad18eb0c6d6ffad443c9ab2b0f1b06cdacb1325f67246c7840", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e01135258cf39bad18eb0c6d6ffad443c9ab2b0f1b06cdacb1325f67246c7840", kill_on_drop: false }` [INFO] [stdout] e01135258cf39bad18eb0c6d6ffad443c9ab2b0f1b06cdacb1325f67246c7840