[INFO] cloning repository https://github.com/awto-rs/awto-es [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/awto-rs/awto-es" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawto-rs%2Fawto-es", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawto-rs%2Fawto-es'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d4add8f19811a3670a7d955f554cebe86ad40242 [INFO] documenting awto-rs/awto-es 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%2Fawto-rs%2Fawto-es" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/awto-rs/awto-es 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/awto-rs/awto-es [INFO] finished tweaking git repo https://github.com/awto-rs/awto-es [INFO] tweaked toml for git repo https://github.com/awto-rs/awto-es written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate git repo https://github.com/awto-rs/awto-es 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] 0322941dbbf03a1423028801cd041db9b57c1c581e3d2a6db1f604f0acecb29a [INFO] running `Command { std: "docker" "start" "-a" "0322941dbbf03a1423028801cd041db9b57c1c581e3d2a6db1f604f0acecb29a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0322941dbbf03a1423028801cd041db9b57c1c581e3d2a6db1f604f0acecb29a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0322941dbbf03a1423028801cd041db9b57c1c581e3d2a6db1f604f0acecb29a", kill_on_drop: false }` [INFO] [stdout] 0322941dbbf03a1423028801cd041db9b57c1c581e3d2a6db1f604f0acecb29a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] 89f3ae445f37cd191b13a555e6c8c3cc3589cf415dab1834994c37c93b7f940a [INFO] running `Command { std: "docker" "start" "-a" "89f3ae445f37cd191b13a555e6c8c3cc3589cf415dab1834994c37c93b7f940a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling syn v1.0.93 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Checking http-range-header v0.3.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking matchit v0.5.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Compiling fixedbitset v0.4.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Checking encode_unicode v0.3.6 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking siphasher v0.3.10 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Checking ipnet v2.3.1 [INFO] [stderr] Checking text_io v0.1.10 [INFO] [stderr] Checking urlencoding v2.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Checking http v0.2.7 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling libz-sys v1.1.6 [INFO] [stderr] Compiling rdkafka-sys v4.2.0+1.8.2 [INFO] [stderr] Compiling encoding_rs v0.8.30 [INFO] [stderr] Checking rustls-pemfile v0.2.1 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking phf_shared v0.10.0 [INFO] [stderr] Compiling brownstone v1.1.0 [INFO] [stderr] Checking rustls-native-certs v0.6.1 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Compiling prost-build v0.10.3 [INFO] [stderr] Compiling prost-build v0.9.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Checking md-5 v0.10.1 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking crossterm v0.23.2 [INFO] [stderr] Compiling nom-supreme v0.6.0 [INFO] [stderr] Checking postgres-protocol v0.6.4 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Compiling prettyplease v0.1.10 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Checking rustls v0.20.2 [INFO] [stderr] Checking webpki-roots v0.22.3 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling prost-derive v0.10.1 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling better-bae-macros v0.1.9 [INFO] [stderr] Compiling prost-derive v0.9.0 [INFO] [stderr] Checking rustls-native-certs v0.5.0 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Compiling better-bae v0.1.9 [INFO] [stderr] Checking async-stream v0.3.3 [INFO] [stderr] Compiling thalo-macros v0.5.0 (/opt/rustwide/workdir/thalo-macros) [INFO] [stderr] Documenting thalo-macros v0.5.0 (/opt/rustwide/workdir/thalo-macros) [INFO] [stderr] Checking pin-project v1.0.10 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] error: could not compile `tokio` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.18.2/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="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="winapi"' -C metadata=359a8df234af5397 -C extra-filename=-359a8df234af5397 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-3ff2dcaec82f87b7.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-69192b4c62c9f38e.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-111d5813d4405e5d.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-02d8c70fcdf945e8.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-20e4bc99ff4570f1.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-d5c1de0f4ebdfb66.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-eaae0d4b61a83390.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-b06fb62b00d511df.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-bc7d44c7ab086a83.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-ff5ff1b65312853b.so --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `serde_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serde_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.137/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 --cfg 'feature="default"' -C metadata=085f8e1cec5e5b6f -C extra-filename=-085f8e1cec5e5b6f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f17c8d68702ac8b8.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-9a281042af34a373.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-09cc0f342acd34f1.rlib --extern proc_macro --cap-lints allow --cfg underscore_consts --cfg ptr_addr_of` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `futures-util` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.21/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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=58c3a9f32a279615 -C extra-filename=-58c3a9f32a279615 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-4ea5abd30a40c78a.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-d1e957824af4b204.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-47d520e791a7808d.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-b8866bdc754753a8.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-7e2b9b79c2d113ab.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-cb131e7d469c61ee.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-111d5813d4405e5d.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-b06fb62b00d511df.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-c17bf529103421a9.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-bd7e9b3c8799cd93.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `prost-derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name prost_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-derive-0.10.1/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=b3cacacc5fcb1a38 -C extra-filename=-b3cacacc5fcb1a38 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-d9b35333e1b61598.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-64e2d545513fb000.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f17c8d68702ac8b8.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-9a281042af34a373.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-09cc0f342acd34f1.rlib --extern proc_macro --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "89f3ae445f37cd191b13a555e6c8c3cc3589cf415dab1834994c37c93b7f940a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89f3ae445f37cd191b13a555e6c8c3cc3589cf415dab1834994c37c93b7f940a", kill_on_drop: false }` [INFO] [stdout] 89f3ae445f37cd191b13a555e6c8c3cc3589cf415dab1834994c37c93b7f940a