[INFO] fetching crate stm32f30x-hal 0.2.0... [INFO] documenting stm32f30x-hal-0.2.0 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate stm32f30x-hal 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate stm32f30x-hal 0.2.0 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate stm32f30x-hal 0.2.0 [INFO] finished tweaking crates.io crate stm32f30x-hal 0.2.0 [INFO] tweaked toml for crates.io crate stm32f30x-hal 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be3ae6f850cca2776c8ef5bc5d2c254e18e85c2d1b595911d26408b1e6ea6bb9 [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" "be3ae6f850cca2776c8ef5bc5d2c254e18e85c2d1b595911d26408b1e6ea6bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be3ae6f850cca2776c8ef5bc5d2c254e18e85c2d1b595911d26408b1e6ea6bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be3ae6f850cca2776c8ef5bc5d2c254e18e85c2d1b595911d26408b1e6ea6bb9", kill_on_drop: false }` [INFO] [stdout] be3ae6f850cca2776c8ef5bc5d2c254e18e85c2d1b595911d26408b1e6ea6bb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2020-08-29" "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] c4d258ae19e18be591f5c51be965f1290758b166c073e1ca0a28c20040d5e5c3 [INFO] running `Command { std: "docker" "start" "-a" "c4d258ae19e18be591f5c51be965f1290758b166c073e1ca0a28c20040d5e5c3", kill_on_drop: false }` [INFO] [stderr] Compiling stm32f30x v0.7.1 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Documenting stm32f30x-hal v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | 3...5 => 0b1001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:163:18 [INFO] [stdout] | [INFO] [stdout] 163 | 6...11 => 0b1010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:164:19 [INFO] [stdout] | [INFO] [stdout] 164 | 12...39 => 0b1011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:165:19 [INFO] [stdout] | [INFO] [stdout] 165 | 40...95 => 0b1100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | 96...191 => 0b1101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | 192...383 => 0b1110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:181:18 [INFO] [stdout] | [INFO] [stdout] 181 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:182:18 [INFO] [stdout] | [INFO] [stdout] 182 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:198:18 [INFO] [stdout] | [INFO] [stdout] 198 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:104:26 [INFO] [stdout] | [INFO] [stdout] 104 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 205 | / hal! { [INFO] [stdout] 206 | | SPI1: (spi1, APB2, spi1en, spi1rst, pclk2), [INFO] [stdout] 207 | | SPI2: (spi2, APB1, spi2en, spi2rst, pclk1), [INFO] [stdout] 208 | | SPI3: (spi3, APB1, spi3en, spi3rst, pclk1), [INFO] [stdout] 209 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 205 | / hal! { [INFO] [stdout] 206 | | SPI1: (spi1, APB2, spi1en, spi1rst, pclk2), [INFO] [stdout] 207 | | SPI2: (spi2, APB1, spi2en, spi2rst, pclk1), [INFO] [stdout] 208 | | SPI3: (spi3, APB1, spi3en, spi3rst, pclk1), [INFO] [stdout] 209 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 205 | / hal! { [INFO] [stdout] 206 | | SPI1: (spi1, APB2, spi1en, spi1rst, pclk2), [INFO] [stdout] 207 | | SPI2: (spi2, APB1, spi2en, spi2rst, pclk1), [INFO] [stdout] 208 | | SPI3: (spi3, APB1, spi3en, spi3rst, pclk1), [INFO] [stdout] 209 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:107:27 [INFO] [stdout] | [INFO] [stdout] 107 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 205 | / hal! { [INFO] [stdout] 206 | | SPI1: (spi1, APB2, spi1en, spi1rst, pclk2), [INFO] [stdout] 207 | | SPI2: (spi2, APB1, spi2en, spi2rst, pclk1), [INFO] [stdout] 208 | | SPI3: (spi3, APB1, spi3en, spi3rst, pclk1), [INFO] [stdout] 209 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | 24...39 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 205 | / hal! { [INFO] [stdout] 206 | | SPI1: (spi1, APB2, spi1en, spi1rst, pclk2), [INFO] [stdout] 207 | | SPI2: (spi2, APB1, spi2en, spi2rst, pclk1), [INFO] [stdout] 208 | | SPI3: (spi3, APB1, spi3en, spi3rst, pclk1), [INFO] [stdout] 209 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:109:27 [INFO] [stdout] | [INFO] [stdout] 109 | 40...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 205 | / hal! { [INFO] [stdout] 206 | | SPI1: (spi1, APB2, spi1en, spi1rst, pclk2), [INFO] [stdout] 207 | | SPI2: (spi2, APB1, spi2en, spi2rst, pclk1), [INFO] [stdout] 208 | | SPI3: (spi3, APB1, spi3en, spi3rst, pclk1), [INFO] [stdout] 209 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:110:27 [INFO] [stdout] | [INFO] [stdout] 110 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 205 | / hal! { [INFO] [stdout] 206 | | SPI1: (spi1, APB2, spi1en, spi1rst, pclk2), [INFO] [stdout] 207 | | SPI2: (spi2, APB1, spi2en, spi2rst, pclk1), [INFO] [stdout] 208 | | SPI3: (spi3, APB1, spi3en, spi3rst, pclk1), [INFO] [stdout] 209 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.56s [INFO] running `Command { std: "docker" "inspect" "c4d258ae19e18be591f5c51be965f1290758b166c073e1ca0a28c20040d5e5c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4d258ae19e18be591f5c51be965f1290758b166c073e1ca0a28c20040d5e5c3", kill_on_drop: false }` [INFO] [stdout] c4d258ae19e18be591f5c51be965f1290758b166c073e1ca0a28c20040d5e5c3