[INFO] cloning repository https://github.com/tsauvajon/libreads [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tsauvajon/libreads" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftsauvajon%2Flibreads", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftsauvajon%2Flibreads'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f3233bebfd58eca20249991ea3fa8608d58271d6 [INFO] documenting tsauvajon/libreads 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%2Ftsauvajon%2Flibreads" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tsauvajon/libreads 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/tsauvajon/libreads [INFO] finished tweaking git repo https://github.com/tsauvajon/libreads [INFO] tweaked toml for git repo https://github.com/tsauvajon/libreads written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/tsauvajon/libreads 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] Downloading crates ... [INFO] [stderr] Downloaded downcast v0.11.0 [INFO] [stderr] Downloaded isahc v1.7.0 [INFO] [stderr] Downloaded mockall_derive v0.11.0 [INFO] [stderr] Downloaded mockall v0.11.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fb871894ec63760b6c872b624a6c721d476d9bb22b90772b6952743457138a78 [INFO] running `Command { std: "docker" "start" "-a" "fb871894ec63760b6c872b624a6c721d476d9bb22b90772b6952743457138a78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb871894ec63760b6c872b624a6c721d476d9bb22b90772b6952743457138a78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb871894ec63760b6c872b624a6c721d476d9bb22b90772b6952743457138a78", kill_on_drop: false }` [INFO] [stdout] fb871894ec63760b6c872b624a6c721d476d9bb22b90772b6952743457138a78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 60d06aeb949c1f186b557385df02aeb7dcc45ca17358f07f264c92e15b37a123 [INFO] running `Command { std: "docker" "start" "-a" "60d06aeb949c1f186b557385df02aeb7dcc45ca17358f07f264c92e15b37a123", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.122 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling httparse v1.7.0 [INFO] [stderr] Compiling zstd-safe v4.1.4+zstd.1.5.2 [INFO] [stderr] Checking local-waker v0.1.2 [INFO] [stderr] Checking alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling firestorm v0.5.0 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Checking num_threads v0.1.5 [INFO] [stderr] Checking predicates-core v1.0.3 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Checking termtree v0.2.4 [INFO] [stderr] Checking ego-tree v0.6.2 [INFO] [stderr] Checking http-range v0.1.5 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking fragile v1.2.0 [INFO] [stderr] Checking downcast v0.11.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Checking tracing-core v0.1.24 [INFO] [stderr] Checking bytestring v1.0.0 [INFO] [stderr] Checking http v0.2.6 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Checking actix-utils v3.0.0 [INFO] [stderr] Checking dtoa-short v0.3.3 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Checking phf_shared v0.10.0 [INFO] [stderr] Checking alloc-stdlib v0.2.1 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Checking predicates-tree v1.0.5 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Checking unicase v2.6.0 [INFO] [stderr] Checking brotli-decompressor v2.3.2 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking mio v0.8.2 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking flate2 v1.0.23 [INFO] [stderr] Checking time v0.3.9 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Checking crypto-common v0.1.3 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking brotli v3.3.4 [INFO] [stderr] Checking predicates v2.1.1 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling actix-router v0.5.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking sha-1 v0.10.0 [INFO] [stderr] Checking local-channel v0.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling zstd-sys v1.6.3+zstd.1.5.2 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling markup5ever v0.10.1 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling html5ever v0.25.2 [INFO] [stderr] Compiling actix-web-codegen v4.0.0 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling mockall_derive v0.11.0 [INFO] [stderr] Checking tokio v1.17.0 [INFO] [stderr] error: could not compile `html5ever` [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/html5ever-0.25.2/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=7072b2220ddf7c3d -C extra-filename=-7072b2220ddf7c3d --out-dir /opt/rustwide/target/debug/build/html5ever-7072b2220ddf7c3d -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0bde51d334372518.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-fd8670d14b2f18f6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-882cc980962af3d7.rlib --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `derive_more` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name derive_more --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.17/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="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=61ccba0f1313f967 -C extra-filename=-61ccba0f1313f967 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern convert_case=/opt/rustwide/target/debug/deps/libconvert_case-eafa7e0ee60e7899.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0bde51d334372518.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-fd8670d14b2f18f6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-882cc980962af3d7.rlib --extern proc_macro --cap-lints allow` (signal: 9, SIGKILL: kill) [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.17.0/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="fs"' --cfg 'feature="full"' --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="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=f4b56d9bcd0d6474 -C extra-filename=-f4b56d9bcd0d6474 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-57de1f6d7c9c6f6c.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-ef529884c2699020.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-eb1c79f797f36e54.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-4f8d41c9187629a4.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-8deb3a93f209d36e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-e14ab7d5dc83d37b.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-d8310d0595ca651b.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-87b5598a0c369627.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-1188b39164a8c942.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-02c3d46307ef2789.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-a1eb89bf667b329e.so --cap-lints allow` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "60d06aeb949c1f186b557385df02aeb7dcc45ca17358f07f264c92e15b37a123", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60d06aeb949c1f186b557385df02aeb7dcc45ca17358f07f264c92e15b37a123", kill_on_drop: false }` [INFO] [stdout] 60d06aeb949c1f186b557385df02aeb7dcc45ca17358f07f264c92e15b37a123