[INFO] cloning repository https://github.com/Officeyutong/Countdown-Bot3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Officeyutong/Countdown-Bot3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOfficeyutong%2FCountdown-Bot3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOfficeyutong%2FCountdown-Bot3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e4809d7cbd2f7f044bee0da37588c6d3bf14bfd [INFO] documenting Officeyutong/Countdown-Bot3 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOfficeyutong%2FCountdown-Bot3" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Officeyutong/Countdown-Bot3 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Officeyutong/Countdown-Bot3 [INFO] finished tweaking git repo https://github.com/Officeyutong/Countdown-Bot3 [INFO] tweaked toml for git repo https://github.com/Officeyutong/Countdown-Bot3 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/Officeyutong/Countdown-Bot3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] caa47b6d57d25925f7bab165cab7370eade8e896276862c24bc6c78040a463d9 [INFO] running `Command { std: "docker" "start" "-a" "caa47b6d57d25925f7bab165cab7370eade8e896276862c24bc6c78040a463d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "caa47b6d57d25925f7bab165cab7370eade8e896276862c24bc6c78040a463d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caa47b6d57d25925f7bab165cab7370eade8e896276862c24bc6c78040a463d9", kill_on_drop: false }` [INFO] [stdout] caa47b6d57d25925f7bab165cab7370eade8e896276862c24bc6c78040a463d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fec0d32ff1bebac30f2ed8588ba18f0b53740d176c152240ee97db31dccdf689 [INFO] running `Command { std: "docker" "start" "-a" "fec0d32ff1bebac30f2ed8588ba18f0b53740d176c152240ee97db31dccdf689", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v1.7.0 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking ppv-lite86 v0.2.15 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Checking cpufeatures v0.2.1 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Checking alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling time-macros v0.2.3 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Checking fastrand v1.6.0 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Checking utf8-width v0.1.5 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking sink v0.1.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Checking psl-types v2.0.10 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling pico-args v0.4.2 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling volatile v0.3.0 [INFO] [stderr] Compiling ascii v1.0.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling io-lifetimes v0.4.4 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling rustix v0.32.1 [INFO] [stderr] Compiling unicode_names2 v0.4.0 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Checking linux-raw-sys v0.0.37 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling rustpython-pylib v0.1.0 (https://github.com/RustPython/RustPython?rev=bd295e0f#bd295e0f) [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking thin-slice v0.1.1 [INFO] [stderr] Checking unicode-segmentation v1.8.0 [INFO] [stderr] Checking optional v0.5.0 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking strum v0.21.0 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking unicode-casing v0.1.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking data-encoding v2.3.2 [INFO] [stderr] Checking ego-tree v0.6.2 [INFO] [stderr] Checking bytemuck v1.7.3 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Checking timsort v0.1.2 [INFO] [stderr] Compiling rustpython-stdlib v0.1.2 (https://github.com/RustPython/RustPython?rev=bd295e0f#bd295e0f) [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking exitcode v1.1.2 [INFO] [stderr] Checking riff v1.0.1 [INFO] [stderr] Checking qrcodegen v1.7.0 [INFO] [stderr] Checking xml-rs v0.8.4 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Checking puruspe v0.1.5 [INFO] [stderr] Checking urlencoding v2.1.0 [INFO] [stderr] Checking dot-writer v0.1.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking tracing-core v0.1.21 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] error: could not compile `cc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.72/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=0d6737698536d9f3 -C extra-filename=-0d6737698536d9f3 --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 `paste` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name paste --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paste-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=3439cfa4a2da8d7a -C extra-filename=-3439cfa4a2da8d7a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `ascii` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ascii /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ascii-1.0.0/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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=728a50e77d9f53c4 -C extra-filename=-728a50e77d9f53c4 --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 `typenum` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_main --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.14.0/build/main.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=79c909cc2094bae2 -C extra-filename=-79c909cc2094bae2 --out-dir /opt/rustwide/target/debug/build/typenum-79c909cc2094bae2 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `strsim` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name strsim /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/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=be6ba759f95a5238 -C extra-filename=-be6ba759f95a5238 --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 `pkg-config` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name pkg_config /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.24/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=03bd39e624009f6b -C extra-filename=-03bd39e624009f6b --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 `convert_case` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name convert_case --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0/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=2c8387b43605e0d5 -C extra-filename=-2c8387b43605e0d5 --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 `vcpkg` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name vcpkg /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/vcpkg-0.2.15/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=2bd791e0b36d7408 -C extra-filename=-2bd791e0b36d7408 --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 `time-macros` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name time_macros --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/time-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=1dcd5893edb7637d -C extra-filename=-1dcd5893edb7637d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `regex-syntax` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex_syntax --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/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 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=fd0c3ba7c22fa1f4 -C extra-filename=-fd0c3ba7c22fa1f4 --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" "fec0d32ff1bebac30f2ed8588ba18f0b53740d176c152240ee97db31dccdf689", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fec0d32ff1bebac30f2ed8588ba18f0b53740d176c152240ee97db31dccdf689", kill_on_drop: false }` [INFO] [stdout] fec0d32ff1bebac30f2ed8588ba18f0b53740d176c152240ee97db31dccdf689