[INFO] fetching crate ikki 0.2.1... [INFO] documenting ikki-0.2.1 against 1.64.0 for beta-1.65-rustdoc-1 [INFO] extracting crate ikki 0.2.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ikki 0.2.1 on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ikki 0.2.1 [INFO] finished tweaking crates.io crate ikki 0.2.1 [INFO] tweaked toml for crates.io crate ikki 0.2.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate ikki 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bollard v0.13.0 [INFO] [stderr] Downloaded hyperlocal v0.8.0 [INFO] [stderr] Downloaded bollard-stubs v1.42.0-rc.3 [INFO] [stderr] Downloaded is_ci v1.1.1 [INFO] [stderr] Downloaded miette v4.7.1 [INFO] [stderr] Downloaded crossterm v0.24.0 [INFO] [stderr] Downloaded knuffel-derive v2.0.0 [INFO] [stderr] Downloaded knuffel v2.0.0 [INFO] [stderr] Downloaded miette-derive v5.1.1 [INFO] [stderr] Downloaded miette-derive v4.7.1 [INFO] [stderr] Downloaded supports-color v1.3.0 [INFO] [stderr] Downloaded kdl v4.3.0 [INFO] [stderr] Downloaded miette v5.1.1 [INFO] [stderr] Downloaded chumsky v0.8.0 [INFO] [stderr] Downloaded supports-unicode v1.0.2 [INFO] [stderr] Downloaded supports-hyperlinks v1.2.0 [INFO] [stderr] Downloaded toposort v0.1.0 [INFO] [stderr] Downloaded ikki-config v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 613906d1f0aff4e2070b54ce2d9480de7dad38fe6e23c5bd72c9774b00ec9560 [INFO] running `Command { std: "docker" "start" "-a" "613906d1f0aff4e2070b54ce2d9480de7dad38fe6e23c5bd72c9774b00ec9560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "613906d1f0aff4e2070b54ce2d9480de7dad38fe6e23c5bd72c9774b00ec9560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "613906d1f0aff4e2070b54ce2d9480de7dad38fe6e23c5bd72c9774b00ec9560", kill_on_drop: false }` [INFO] [stdout] 613906d1f0aff4e2070b54ce2d9480de7dad38fe6e23c5bd72c9774b00ec9560 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "RUSTFLAGS=--cap-lints=warn" "-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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a46f1b76810d93a83720e232e37e853a731e67f3b4e716e510e94fd640dfefa5 [INFO] running `Command { std: "docker" "start" "-a" "a46f1b76810d93a83720e232e37e853a731e67f3b4e716e510e94fd640dfefa5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking smawk v0.3.1 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking is_ci v1.1.1 [INFO] [stderr] Checking owo-colors v3.4.0 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling camino v1.0.9 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Checking chumsky v0.8.0 [INFO] [stderr] Checking os_str_bytes v6.2.0 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking regex v1.6.0 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Checking tracing-core v0.1.29 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking parking_lot_core v0.9.3 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking terminal_size v0.1.17 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking filetime v0.2.17 [INFO] [stderr] Checking xattr v0.2.3 [INFO] [stderr] Checking supports-color v1.3.0 [INFO] [stderr] Checking supports-unicode v1.0.2 [INFO] [stderr] Checking supports-hyperlinks v1.2.0 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking console v0.15.1 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking tar v0.4.38 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking crossterm v0.24.0 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking notify v4.0.17 [INFO] [stderr] Compiling unicode-linebreak v0.1.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling miette-derive v4.7.1 [INFO] [stderr] Compiling pin-project-internal v1.0.11 [INFO] [stderr] Compiling miette-derive v5.1.1 [INFO] [stderr] Compiling knuffel-derive v2.0.0 [INFO] [stderr] Compiling clap_derive v3.2.15 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling darling_macro v0.13.4 [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.140/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=8c4e6ab7f3b24cb2 -C extra-filename=-8c4e6ab7f3b24cb2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-11e24753acf8ee2a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-c13211dfe558ce35.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-1461d1a48177aa90.rlib --extern proc_macro --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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.20.1/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=5f1437253b7072ac -C extra-filename=-5f1437253b7072ac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-402555cb9dddf049.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-3f2c14dab829079c.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-15acbf5cbe6bdbdc.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-1c592fdcc2434b25.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-8743084b31b0ea9a.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-949ba41e2d17c7a7.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-637cb16cb68835ff.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-a6a8db3c50a68696.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-e2eb33b9632ba4f7.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-7fce18592e7ea4fc.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-4ac8e61d9d48e980.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "a46f1b76810d93a83720e232e37e853a731e67f3b4e716e510e94fd640dfefa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a46f1b76810d93a83720e232e37e853a731e67f3b4e716e510e94fd640dfefa5", kill_on_drop: false }` [INFO] [stdout] a46f1b76810d93a83720e232e37e853a731e67f3b4e716e510e94fd640dfefa5