[INFO] fetching crate lpc11xx-async-hal 0.1.3... [INFO] documenting lpc11xx-async-hal-0.1.3 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate lpc11xx-async-hal 0.1.3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate lpc11xx-async-hal 0.1.3 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lpc11xx-async-hal 0.1.3 [INFO] finished tweaking crates.io crate lpc11xx-async-hal 0.1.3 [INFO] tweaked toml for crates.io crate lpc11xx-async-hal 0.1.3 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cb54bf9ec12ac5522cc73686997ef81133cdc3281cc4701f71f59ed32e921fe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7cb54bf9ec12ac5522cc73686997ef81133cdc3281cc4701f71f59ed32e921fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cb54bf9ec12ac5522cc73686997ef81133cdc3281cc4701f71f59ed32e921fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cb54bf9ec12ac5522cc73686997ef81133cdc3281cc4701f71f59ed32e921fe", kill_on_drop: false }` [INFO] [stdout] 7cb54bf9ec12ac5522cc73686997ef81133cdc3281cc4701f71f59ed32e921fe [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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 940c1feabf4c4ebb274fa4de6c1b0051d7231fd7daf6efc92138ffb045788923 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "940c1feabf4c4ebb274fa4de6c1b0051d7231fd7daf6efc92138ffb045788923", 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] [stderr] Compiling lpc11xx v0.1.4 [INFO] [stderr] Checking core-futures-stateless v0.1.0 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-futures-stateless-0.1.0/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generator_trait, optin_builtin_traits)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-futures-stateless-0.1.0/src/future.rs:15:32 [INFO] [stdout] | [INFO] [stdout] 15 | impl> !Unpin for GenFuture {} [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #68318 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/core-futures-stateless-0.1.0/src/future.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | set_task_context(cx, || match gen.resume() { [INFO] [stdout] | ^^^^^^- supplied 0 arguments [INFO] [stdout] | [INFO] [stdout] help: expected the unit value `()`; create it with empty parentheses [INFO] [stdout] | [INFO] [stdout] 22 | set_task_context(cx, || match gen.resume(()) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `core-futures-stateless`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "940c1feabf4c4ebb274fa4de6c1b0051d7231fd7daf6efc92138ffb045788923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "940c1feabf4c4ebb274fa4de6c1b0051d7231fd7daf6efc92138ffb045788923", kill_on_drop: false }` [INFO] [stdout] 940c1feabf4c4ebb274fa4de6c1b0051d7231fd7daf6efc92138ffb045788923