[INFO] crate sane 0.2.1 is already in cache [INFO] extracting crate sane 0.2.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/sane/0.2.1 [INFO] extracting crate sane 0.2.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/sane/0.2.1 [INFO] validating manifest of sane-0.2.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sane-0.2.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sane-0.2.1 [INFO] finished frobbing sane-0.2.1 [INFO] frobbed toml for sane-0.2.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/sane/0.2.1/Cargo.toml [INFO] started frobbing sane-0.2.1 [INFO] finished frobbing sane-0.2.1 [INFO] frobbed toml for sane-0.2.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/sane/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sane-0.2.1 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/sane/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 748a103869d9b361451157b3b98e9760312f3eba90326e7c879bd0eb643b157c [INFO] running `"docker" "start" "-a" "748a103869d9b361451157b3b98e9760312f3eba90326e7c879bd0eb643b157c"` [INFO] [stderr] Compiling sane v0.2.1 (/opt/crater/workdir) [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] Finished dev [unoptimized + debuginfo] target(s) in 4.69s [INFO] running `"docker" "inspect" "748a103869d9b361451157b3b98e9760312f3eba90326e7c879bd0eb643b157c"` [INFO] running `"docker" "rm" "-f" "748a103869d9b361451157b3b98e9760312f3eba90326e7c879bd0eb643b157c"` [INFO] [stdout] 748a103869d9b361451157b3b98e9760312f3eba90326e7c879bd0eb643b157c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/sane/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 3e7eed8736c93da01d2329a8eb009f05331867fd7a300fa7b7ae090172a63d58 [INFO] running `"docker" "start" "-a" "3e7eed8736c93da01d2329a8eb009f05331867fd7a300fa7b7ae090172a63d58"` [INFO] [stderr] Compiling sane v0.2.1 (/opt/crater/workdir) [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] Finished dev [unoptimized + debuginfo] target(s) in 4.63s [INFO] running `"docker" "inspect" "3e7eed8736c93da01d2329a8eb009f05331867fd7a300fa7b7ae090172a63d58"` [INFO] running `"docker" "rm" "-f" "3e7eed8736c93da01d2329a8eb009f05331867fd7a300fa7b7ae090172a63d58"` [INFO] [stdout] 3e7eed8736c93da01d2329a8eb009f05331867fd7a300fa7b7ae090172a63d58 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/sane/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] de0eee590691aa5e95db1d0410c937830fc9f7fddfdbc081dd7805ff2cd708c4 [INFO] running `"docker" "start" "-a" "de0eee590691aa5e95db1d0410c937830fc9f7fddfdbc081dd7805ff2cd708c4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/sane-9b801c334eb6e6e7 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tokens::tests::all ... ok [INFO] [stdout] test tokens::tests::basic_strings ... ok [INFO] [stdout] test tokens::tests::bad_comment ... ok [INFO] [stdout] test tokens::tests::literal_strings ... ok [INFO] [stdout] test tokens::tests::bare_cr_bad ... ok [INFO] [stdout] test tokens::tests::keylike ... 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::to_string (line 58) ... FAILED [INFO] [stdout] test src/ser.rs - ser::tables_last (line 1586) ... FAILED [INFO] [stdout] test src/ser.rs - ser (line 14) ... FAILED [INFO] [stdout] test src/spanned.rs - spanned (line 1) ... FAILED [INFO] [stdout] test src/lib.rs - (line 97) ... FAILED [INFO] [stdout] test src/de.rs - de::from_str (line 43) ... FAILED [INFO] [stdout] test src/lib.rs - (line 61) ... FAILED [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] test src/macros.rs - sane (line 9) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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/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 (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/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/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/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] ---- 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/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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:129:16 [INFO] [stdout] | [INFO] [stdout] 129 | $ crate :: macros :: insert_sane [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | $ crate :: macros :: insert_sane [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:173:29 [INFO] [stdout] | [INFO] [stdout] 173 | let de = $ crate :: macros :: IntoDeserializer :: < $ crate :: de :: [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | macros :: Deserialize > :: deserialize (de) . unwrap () [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:278:16 [INFO] [stdout] | [INFO] [stdout] 278 | $ crate :: macros :: insert_sane [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] [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 `"docker" "inspect" "de0eee590691aa5e95db1d0410c937830fc9f7fddfdbc081dd7805ff2cd708c4"` [INFO] running `"docker" "rm" "-f" "de0eee590691aa5e95db1d0410c937830fc9f7fddfdbc081dd7805ff2cd708c4"` [INFO] [stdout] de0eee590691aa5e95db1d0410c937830fc9f7fddfdbc081dd7805ff2cd708c4