[INFO] cloning repository https://github.com/ThePuzzlemaker/Calypso [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ThePuzzlemaker/Calypso" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThePuzzlemaker%2FCalypso", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThePuzzlemaker%2FCalypso'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d6585a8a867f8d4a05e9acf6d474ceb0586ab147 [INFO] documenting ThePuzzlemaker/Calypso 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%2FThePuzzlemaker%2FCalypso" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ThePuzzlemaker/Calypso 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/ThePuzzlemaker/Calypso [INFO] finished tweaking git repo https://github.com/ThePuzzlemaker/Calypso [INFO] tweaked toml for git repo https://github.com/ThePuzzlemaker/Calypso written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/ThePuzzlemaker/Calypso 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 6958d86f7046f59acb746f7152eccb9a8941c26497883ab9fa93d70efabde96e [INFO] running `Command { std: "docker" "start" "-a" "6958d86f7046f59acb746f7152eccb9a8941c26497883ab9fa93d70efabde96e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6958d86f7046f59acb746f7152eccb9a8941c26497883ab9fa93d70efabde96e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6958d86f7046f59acb746f7152eccb9a8941c26497883ab9fa93d70efabde96e", kill_on_drop: false }` [INFO] [stdout] 6958d86f7046f59acb746f7152eccb9a8941c26497883ab9fa93d70efabde96e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 54ef7453dd4a915843ddddb05cd53ce4b3e329259a1a019ca85f67dc07458950 [INFO] running `Command { std: "docker" "start" "-a" "54ef7453dd4a915843ddddb05cd53ce4b3e329259a1a019ca85f67dc07458950", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling eyre v0.6.7 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling io-lifetimes v0.5.3 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling semver v1.0.6 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling siphasher v0.3.9 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling rustix v0.33.3 [INFO] [stderr] Checking linux-raw-sys v0.0.42 [INFO] [stderr] Compiling pico-args v0.4.2 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Compiling beef v0.5.1 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking concolor-query v0.0.5 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking utf8parse v0.2.0 [INFO] [stderr] Checking dunce v1.0.2 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking unicode-segmentation v1.9.0 [INFO] [stderr] Checking similar v2.1.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking snapbox-macros v0.2.1 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking yansi v0.5.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking lalrpop-util v0.19.8 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking shlex v1.1.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking tracing-core v0.1.22 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking nibble_vec v0.1.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking radix_trie v0.2.1 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling rayon v1.5.1 [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.26/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=6ecb43c4cd01e725 -C extra-filename=-6ecb43c4cd01e725 --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 `linux-raw-sys` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name linux_raw_sys --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.0.42/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="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --cfg 'feature="std"' -C metadata=8862f3532424dd7d -C extra-filename=-8862f3532424dd7d --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 `libc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name libc /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.119/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="extra_traits"' --cfg 'feature="std"' -C metadata=c76ec63eef0e38c4 -C extra-filename=-c76ec63eef0e38c4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `itertools` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name itertools --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.3/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="use_alloc"' --cfg 'feature="use_std"' -C metadata=ad329b06afa1e0af -C extra-filename=-ad329b06afa1e0af --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern either=/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `sharded-slab` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name sharded_slab --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4/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 -C metadata=76cd0992c73d5bd6 -C extra-filename=-76cd0992c73d5bd6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-701e134f05ff346a.rmeta --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.26/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="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=f083e499a9477ef4 -C extra-filename=-f083e499a9477ef4 --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 `itertools` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name itertools --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.3/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_alloc"' --cfg 'feature="use_std"' -C metadata=e10dc731f9ac719c -C extra-filename=-e10dc731f9ac719c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern either=/opt/rustwide/target/debug/deps/libeither-e8d611ec52aab0b8.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "54ef7453dd4a915843ddddb05cd53ce4b3e329259a1a019ca85f67dc07458950", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54ef7453dd4a915843ddddb05cd53ce4b3e329259a1a019ca85f67dc07458950", kill_on_drop: false }` [INFO] [stdout] 54ef7453dd4a915843ddddb05cd53ce4b3e329259a1a019ca85f67dc07458950