[INFO] cloning repository bloom42/sane-rs [INFO] running `"git" "clone" "--bare" "git://github.com/bloom42/sane-rs.git" "work/cache/sources/gh/bloom42/sane-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/bloom42/sane-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/bloom42/sane-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/bloom42/sane-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/bloom42/sane-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bloom42/sane-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bloom42/sane-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bloom42/sane-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 542f2705dc4249dff7a89bbe2fc58dc66b3412bc [INFO] sha for GitHub repo bloom42/sane-rs: 542f2705dc4249dff7a89bbe2fc58dc66b3412bc [INFO] validating manifest of bloom42/sane-rs on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bloom42/sane-rs on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bloom42/sane-rs [INFO] finished frobbing bloom42/sane-rs [INFO] frobbed toml for bloom42/sane-rs written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/bloom42/sane-rs/Cargo.toml [INFO] started frobbing bloom42/sane-rs [INFO] finished frobbing bloom42/sane-rs [INFO] frobbed toml for bloom42/sane-rs written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bloom42/sane-rs/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing bloom42/sane-rs against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bloom42/sane-rs:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 3d3b5fd8d6f7de4bb82b2ddba3485423eabc863a0a796f73e3cbaf28ab5b4e63 [INFO] running `"docker" "start" "-a" "3d3b5fd8d6f7de4bb82b2ddba3485423eabc863a0a796f73e3cbaf28ab5b4e63"` [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 6.01s [INFO] running `"docker" "inspect" "3d3b5fd8d6f7de4bb82b2ddba3485423eabc863a0a796f73e3cbaf28ab5b4e63"` [INFO] running `"docker" "rm" "-f" "3d3b5fd8d6f7de4bb82b2ddba3485423eabc863a0a796f73e3cbaf28ab5b4e63"` [INFO] [stdout] 3d3b5fd8d6f7de4bb82b2ddba3485423eabc863a0a796f73e3cbaf28ab5b4e63 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bloom42/sane-rs:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 99b0ad918d2a4ab4690923e2a7e41fd70a5acc003f19b8dc56d4b26e47e17d47 [INFO] running `"docker" "start" "-a" "99b0ad918d2a4ab4690923e2a7e41fd70a5acc003f19b8dc56d4b26e47e17d47"` [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 6.05s [INFO] running `"docker" "inspect" "99b0ad918d2a4ab4690923e2a7e41fd70a5acc003f19b8dc56d4b26e47e17d47"` [INFO] running `"docker" "rm" "-f" "99b0ad918d2a4ab4690923e2a7e41fd70a5acc003f19b8dc56d4b26e47e17d47"` [INFO] [stdout] 99b0ad918d2a4ab4690923e2a7e41fd70a5acc003f19b8dc56d4b26e47e17d47 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bloom42/sane-rs:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 35240203beaa101245c10e5d3554b643b4a198d73b50eecea864500bfab733b7 [INFO] running `"docker" "start" "-a" "35240203beaa101245c10e5d3554b643b4a198d73b50eecea864500bfab733b7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/sane-560130120593f8ed [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tokens::tests::all ... ok [INFO] [stdout] test tokens::tests::bare_cr_bad ... ok [INFO] [stdout] test tokens::tests::basic_strings ... ok [INFO] [stdout] test tokens::tests::literal_strings ... ok [INFO] [stdout] test tokens::tests::keylike ... ok [INFO] [stdout] test tokens::tests::bad_comment ... 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/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 (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/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>:100:12 [INFO] [stdout] | [INFO] [stdout] 100 | $ crate :: macros :: insert_sane ( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | $ crate :: macros :: insert_sane ( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:140:21 [INFO] [stdout] | [INFO] [stdout] 140 | let de = $ crate :: macros :: IntoDeserializer :: < $ crate :: de :: Error > [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:141:65 [INFO] [stdout] | [INFO] [stdout] 141 | :: into_deserializer ( $ v ) ; < $ crate :: Value as $ crate :: macros :: [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0603]: module `macros` is private [INFO] [stdout] --> <::sane::macros::sane_internal macros>:217:12 [INFO] [stdout] | [INFO] [stdout] 217 | $ 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" "35240203beaa101245c10e5d3554b643b4a198d73b50eecea864500bfab733b7"` [INFO] running `"docker" "rm" "-f" "35240203beaa101245c10e5d3554b643b4a198d73b50eecea864500bfab733b7"` [INFO] [stdout] 35240203beaa101245c10e5d3554b643b4a198d73b50eecea864500bfab733b7