[INFO] crate sane 0.2.1 is already in cache [INFO] testing sane-0.2.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate sane 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate sane 0.2.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sane 0.2.1 [INFO] finished tweaking crates.io crate sane 0.2.1 [INFO] tweaked toml for crates.io crate sane 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "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] 72d62c45f051ea9dea04cb59cddb301efad341f259be1cd5de628a423a9c4cb1 [INFO] running `Command { std: "docker" "start" "-a" "72d62c45f051ea9dea04cb59cddb301efad341f259be1cd5de628a423a9c4cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72d62c45f051ea9dea04cb59cddb301efad341f259be1cd5de628a423a9c4cb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72d62c45f051ea9dea04cb59cddb301efad341f259be1cd5de628a423a9c4cb1", kill_on_drop: false }` [INFO] [stdout] 72d62c45f051ea9dea04cb59cddb301efad341f259be1cd5de628a423a9c4cb1 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29f85f3818bd94ee08cfd36292299d26e577252a5b3b32da4e12578fe6136dd9 [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" "29f85f3818bd94ee08cfd36292299d26e577252a5b3b32da4e12578fe6136dd9", kill_on_drop: false }` [INFO] [stderr] Compiling sane v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/datetime.rs:210:29 [INFO] [stdout] | [INFO] [stdout] 210 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:482:20 [INFO] [stdout] | [INFO] [stdout] 482 | (Some(0...1), _) | (_, &None) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:16 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:28 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:40 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:1000:24 [INFO] [stdout] | [INFO] [stdout] 1000 | (Some(0...1), _) | (_, &None) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tokens.rs:297:22 [INFO] [stdout] | [INFO] [stdout] 297 | new_ch: &mut FnMut( [INFO] [stdout] | ______________________^ [INFO] [stdout] 298 | | &mut Tokenizer, [INFO] [stdout] 299 | | &mut MaybeString, [INFO] [stdout] 300 | | bool, [INFO] [stdout] 301 | | usize, [INFO] [stdout] 302 | | char, [INFO] [stdout] 303 | | ) -> Result<(), Error>, [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 297 | new_ch: &mut dyn FnMut( [INFO] [stdout] 298 | &mut Tokenizer, [INFO] [stdout] 299 | &mut MaybeString, [INFO] [stdout] 300 | bool, [INFO] [stdout] 301 | usize, [INFO] [stdout] 302 | char, [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.98s [INFO] running `Command { std: "docker" "inspect" "29f85f3818bd94ee08cfd36292299d26e577252a5b3b32da4e12578fe6136dd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29f85f3818bd94ee08cfd36292299d26e577252a5b3b32da4e12578fe6136dd9", kill_on_drop: false }` [INFO] [stdout] 29f85f3818bd94ee08cfd36292299d26e577252a5b3b32da4e12578fe6136dd9 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5cd181be4799212d14f05576851f00cc9d9fd33cfe772e486c8bd5033c15d1e [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" "f5cd181be4799212d14f05576851f00cc9d9fd33cfe772e486c8bd5033c15d1e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sane v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/datetime.rs:210:29 [INFO] [stdout] | [INFO] [stdout] 210 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:482:20 [INFO] [stdout] | [INFO] [stdout] 482 | (Some(0...1), _) | (_, &None) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:16 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:28 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:40 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:1000:24 [INFO] [stdout] | [INFO] [stdout] 1000 | (Some(0...1), _) | (_, &None) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tokens.rs:297:22 [INFO] [stdout] | [INFO] [stdout] 297 | new_ch: &mut FnMut( [INFO] [stdout] | ______________________^ [INFO] [stdout] 298 | | &mut Tokenizer, [INFO] [stdout] 299 | | &mut MaybeString, [INFO] [stdout] 300 | | bool, [INFO] [stdout] 301 | | usize, [INFO] [stdout] 302 | | char, [INFO] [stdout] 303 | | ) -> Result<(), Error>, [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 297 | new_ch: &mut dyn FnMut( [INFO] [stdout] 298 | &mut Tokenizer, [INFO] [stdout] 299 | &mut MaybeString, [INFO] [stdout] 300 | bool, [INFO] [stdout] 301 | usize, [INFO] [stdout] 302 | char, [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/datetime.rs:210:29 [INFO] [stdout] | [INFO] [stdout] 210 | b'0'...b'9' => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:482:20 [INFO] [stdout] | [INFO] [stdout] 482 | (Some(0...1), _) | (_, &None) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:16 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:28 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:520:40 [INFO] [stdout] | [INFO] [stdout] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/ser.rs:1000:24 [INFO] [stdout] | [INFO] [stdout] 1000 | (Some(0...1), _) | (_, &None) => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tokens.rs:297:22 [INFO] [stdout] | [INFO] [stdout] 297 | new_ch: &mut FnMut( [INFO] [stdout] | ______________________^ [INFO] [stdout] 298 | | &mut Tokenizer, [INFO] [stdout] 299 | | &mut MaybeString, [INFO] [stdout] 300 | | bool, [INFO] [stdout] 301 | | usize, [INFO] [stdout] 302 | | char, [INFO] [stdout] 303 | | ) -> Result<(), Error>, [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 297 | new_ch: &mut dyn FnMut( [INFO] [stdout] 298 | &mut Tokenizer, [INFO] [stdout] 299 | &mut MaybeString, [INFO] [stdout] 300 | bool, [INFO] [stdout] 301 | usize, [INFO] [stdout] 302 | char, [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.65s [INFO] running `Command { std: "docker" "inspect" "f5cd181be4799212d14f05576851f00cc9d9fd33cfe772e486c8bd5033c15d1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5cd181be4799212d14f05576851f00cc9d9fd33cfe772e486c8bd5033c15d1e", kill_on_drop: false }` [INFO] [stdout] f5cd181be4799212d14f05576851f00cc9d9fd33cfe772e486c8bd5033c15d1e [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 37371a444623415629c4ee4ca9f8c4906392f78487f7654abdd6d3f305e1653a [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" "37371a444623415629c4ee4ca9f8c4906392f78487f7654abdd6d3f305e1653a", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/datetime.rs:210:29 [INFO] [stderr] | [INFO] [stderr] 210 | b'0'...b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:482:20 [INFO] [stderr] | [INFO] [stderr] 482 | (Some(0...1), _) | (_, &None) => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:520:16 [INFO] [stderr] | [INFO] [stderr] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:520:28 [INFO] [stderr] | [INFO] [stderr] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:520:40 [INFO] [stderr] | [INFO] [stderr] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:1000:24 [INFO] [stderr] | [INFO] [stderr] 1000 | (Some(0...1), _) | (_, &None) => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tokens.rs:297:22 [INFO] [stderr] | [INFO] [stderr] 297 | new_ch: &mut FnMut( [INFO] [stderr] | ______________________^ [INFO] [stderr] 298 | | &mut Tokenizer, [INFO] [stderr] 299 | | &mut MaybeString, [INFO] [stderr] 300 | | bool, [INFO] [stderr] 301 | | usize, [INFO] [stderr] 302 | | char, [INFO] [stderr] 303 | | ) -> Result<(), Error>, [INFO] [stderr] | |______________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 297 | new_ch: &mut dyn FnMut( [INFO] [stderr] 298 | &mut Tokenizer, [INFO] [stderr] 299 | &mut MaybeString, [INFO] [stderr] 300 | bool, [INFO] [stderr] 301 | usize, [INFO] [stderr] 302 | char, [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/datetime.rs:210:29 [INFO] [stderr] | [INFO] [stderr] 210 | b'0'...b'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:482:20 [INFO] [stderr] | [INFO] [stderr] 482 | (Some(0...1), _) | (_, &None) => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:520:16 [INFO] [stderr] | [INFO] [stderr] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:520:28 [INFO] [stderr] | [INFO] [stderr] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:520:40 [INFO] [stderr] | [INFO] [stderr] 520 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/ser.rs:1000:24 [INFO] [stderr] | [INFO] [stderr] 1000 | (Some(0...1), _) | (_, &None) => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tokens.rs:297:22 [INFO] [stderr] | [INFO] [stderr] 297 | new_ch: &mut FnMut( [INFO] [stderr] | ______________________^ [INFO] [stderr] 298 | | &mut Tokenizer, [INFO] [stderr] 299 | | &mut MaybeString, [INFO] [stderr] 300 | | bool, [INFO] [stderr] 301 | | usize, [INFO] [stderr] 302 | | char, [INFO] [stderr] 303 | | ) -> Result<(), Error>, [INFO] [stderr] | |______________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 297 | new_ch: &mut dyn FnMut( [INFO] [stderr] 298 | &mut Tokenizer, [INFO] [stderr] 299 | &mut MaybeString, [INFO] [stderr] 300 | bool, [INFO] [stderr] 301 | usize, [INFO] [stderr] 302 | char, [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sane-d2b8bdaf62c76db1 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tokens::tests::all ... ok [INFO] [stdout] test tokens::tests::bad_comment ... ok [INFO] [stdout] test tokens::tests::bare_cr_bad ... ok [INFO] [stdout] test tokens::tests::keylike ... ok [INFO] [stdout] test tokens::tests::literal_strings ... ok [INFO] [stdout] test tokens::tests::basic_strings ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests sane [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lib.rs - (line 13) ... ignored [INFO] [stdout] test src/ser.rs - ser (line 14) ... FAILED [INFO] [stdout] test src/ser.rs - ser::tables_last (line 1586) ... FAILED [INFO] [stdout] test src/ser.rs - ser::to_string (line 58) ... FAILED [INFO] [stdout] test src/spanned.rs - spanned (line 1) ... FAILED [INFO] [stdout] test src/macros.rs - sane (line 9) ... FAILED [INFO] [stdout] test src/lib.rs - (line 97) ... FAILED [INFO] [stdout] test src/lib.rs - (line 61) ... FAILED [INFO] [stdout] test src/de.rs - de::from_str (line 43) ... FAILED [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/ser.rs - ser (line 14) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `serde_derive` [INFO] [stdout] --> src/ser.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate serde_derive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ser.rs - ser::tables_last (line 1586) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `serde_derive` [INFO] [stdout] --> src/ser.rs:1587:14 [INFO] [stdout] | [INFO] [stdout] 2 | #[macro_use] extern crate serde_derive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ser.rs - ser::to_string (line 58) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `serde_derive` [INFO] [stdout] --> src/ser.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate serde_derive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/spanned.rs - spanned (line 1) stdout ---- [INFO] [stdout] error[E0463]: can't find crate for `serde_derive` [INFO] [stdout] --> src/spanned.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate serde_derive; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/macros.rs - sane (line 9) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `insert_sane` in `$crate::macros` [INFO] [stdout] --> src/macros.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 6 | let cargo_sane = sane! { [INFO] [stdout] | ______________________^ [INFO] [stdout] 7 | | [package] [INFO] [stdout] 8 | | name = "sane" [INFO] [stdout] 9 | | version = "0.4.5" [INFO] [stdout] ... | [INFO] [stdout] 20 | | serde_json = "1.0" [INFO] [stdout] 21 | | }; [INFO] [stdout] | |_____^ not found in `$crate::macros` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> /opt/rustwide/workdir/src/macros.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | $crate::macros::insert_sane( [INFO] [stdout] | ^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `macros` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | mod macros; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> /opt/rustwide/workdir/src/macros.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | $crate::macros::insert_sane( [INFO] [stdout] | ^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `macros` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | mod macros; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> /opt/rustwide/workdir/src/macros.rs:231:26 [INFO] [stdout] | [INFO] [stdout] 231 | let de = $crate::macros::IntoDeserializer::<$crate::de::Error>::into_deserializer($v); [INFO] [stdout] | ^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `macros` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | mod macros; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> /opt/rustwide/workdir/src/macros.rs:232:35 [INFO] [stdout] | [INFO] [stdout] 232 | <$crate::Value as $crate::macros::Deserialize>::deserialize(de).unwrap() [INFO] [stdout] | ^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `macros` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | mod macros; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> /opt/rustwide/workdir/src/macros.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | $crate::macros::insert_sane( [INFO] [stdout] | ^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `macros` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | mod macros; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0603. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 97) stdout ---- [INFO] [stdout] error[E0254]: the name `sane` is defined multiple times [INFO] [stdout] --> src/lib.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate sane; [INFO] [stdout] | ------------------ previous import of the extern crate `sane` here [INFO] [stdout] 3 | use serde::{Serialize}; [INFO] [stdout] 4 | use sane; [INFO] [stdout] | ^^^^ `sane` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `sane` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0254`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 61) stdout ---- [INFO] [stdout] error[E0254]: the name `sane` is defined multiple times [INFO] [stdout] --> src/lib.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate sane; [INFO] [stdout] | ------------------ previous import of the extern crate `sane` here [INFO] [stdout] 3 | use serde::{Deserialize} ; [INFO] [stdout] 4 | use sane; [INFO] [stdout] | ^^^^ `sane` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `sane` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0254`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/de.rs - de::from_str (line 43) stdout ---- [INFO] [stdout] error[E0254]: the name `sane` is defined multiple times [INFO] [stdout] --> src/de.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate sane; [INFO] [stdout] | ------------------ previous import of the extern crate `sane` here [INFO] [stdout] 3 | use serde::{Deserialize}; [INFO] [stdout] 4 | use sane; [INFO] [stdout] | ^^^^ `sane` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `sane` must be defined only once in the type namespace of this module [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0254`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/de.rs - de::from_str (line 43) [INFO] [stdout] src/lib.rs - (line 61) [INFO] [stdout] src/lib.rs - (line 97) [INFO] [stdout] src/macros.rs - sane (line 9) [INFO] [stdout] src/ser.rs - ser (line 14) [INFO] [stdout] src/ser.rs - ser::tables_last (line 1586) [INFO] [stdout] src/ser.rs - ser::to_string (line 58) [INFO] [stdout] src/spanned.rs - spanned (line 1) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 8 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "37371a444623415629c4ee4ca9f8c4906392f78487f7654abdd6d3f305e1653a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37371a444623415629c4ee4ca9f8c4906392f78487f7654abdd6d3f305e1653a", kill_on_drop: false }` [INFO] [stdout] 37371a444623415629c4ee4ca9f8c4906392f78487f7654abdd6d3f305e1653a