[INFO] crate jellyschema 0.11.10 is already in cache
[INFO] testing jellyschema-0.11.10 against beta-2019-09-28 for beta-1.39-1
[INFO] extracting crate jellyschema 0.11.10 into work/builds/worker-0/source
[INFO] validating manifest of crates.io crate jellyschema 0.11.10 on toolchain beta-2019-09-28
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate jellyschema 0.11.10
[INFO] finished tweaking crates.io crate jellyschema 0.11.10
[INFO] tweaked toml for crates.io crate jellyschema 0.11.10 written to work/builds/worker-0/source/Cargo.toml
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"`
[INFO] [stdout] 61e9ce218e384f885b746ea6c5736ae91de10df814e133f745118e866bf1d6d8
[INFO] running `"docker" "start" "-a" "61e9ce218e384f885b746ea6c5736ae91de10df814e133f745118e866bf1d6d8"`
[INFO] [stderr]    Compiling strfmt v0.1.6
[INFO] [stderr]    Compiling rand v0.6.1
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling pest_generator v2.1.1
[INFO] [stderr]    Compiling jellyschema v0.11.10 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling balena-temen v0.5.7
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:176:22
[INFO] [stderr]     |
[INFO] [stderr] 176 |         self.formula.as_deref()
[INFO] [stderr]     |                      ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unstable_name_collisions)]` on by default
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:180:26
[INFO] [stderr]     |
[INFO] [stderr] 180 |         self.placeholder.as_deref()
[INFO] [stderr]     |                          ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:214:19
[INFO] [stderr]     |
[INFO] [stderr] 214 |         self.keys.as_deref()
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:218:21
[INFO] [stderr]     |
[INFO] [stderr] 218 |         self.values.as_deref()
[INFO] [stderr]     |                     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:231:24
[INFO] [stderr]     |
[INFO] [stderr] 231 |         self.separator.as_deref()
[INFO] [stderr]     |                        ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:240:20
[INFO] [stderr]     |
[INFO] [stderr] 240 |         self.title.as_deref()
[INFO] [stderr]     |                    ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:244:19
[INFO] [stderr]     |
[INFO] [stderr] 244 |         self.help.as_deref()
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:248:22
[INFO] [stderr]     |
[INFO] [stderr] 248 |         self.warning.as_deref()
[INFO] [stderr]     |                      ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:252:26
[INFO] [stderr]     |
[INFO] [stderr] 252 |         self.description.as_deref()
[INFO] [stderr]     |                          ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]   --> src/schema/mapping/mod.rs:54:19
[INFO] [stderr]    |
[INFO] [stderr] 54 |         self.path.as_deref()
[INFO] [stderr]    |                   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]    = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mapping/target.rs:155:19
[INFO] [stderr]     |
[INFO] [stderr] 155 |         self.glob.as_deref()
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 18.50s
[INFO] running `"docker" "inspect" "61e9ce218e384f885b746ea6c5736ae91de10df814e133f745118e866bf1d6d8"`
[INFO] running `"docker" "rm" "-f" "61e9ce218e384f885b746ea6c5736ae91de10df814e133f745118e866bf1d6d8"`
[INFO] [stdout] 61e9ce218e384f885b746ea6c5736ae91de10df814e133f745118e866bf1d6d8
[INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"`
[INFO] [stdout] 39be7e91b64c610b44d502f734a7db9a886625c04d167c79d5cac35d283146df
[INFO] running `"docker" "start" "-a" "39be7e91b64c610b44d502f734a7db9a886625c04d167c79d5cac35d283146df"`
[INFO] [stderr]    Compiling jellyschema v0.11.10 (/opt/rustwide/workdir)
[INFO] [stderr] error: expected one of `(`, `)`, `,`, `::`, or `=`, found `:`
[INFO] [stderr]  --> tests/tests.rs:1:15
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[allow(clippy:all)]
[INFO] [stderr]   |               ^ expected one of `(`, `)`, `,`, `::`, or `=` here
[INFO] [stderr] 
[INFO] [stderr] error: unexpected token: `all`
[INFO] [stderr]  --> tests/tests.rs:1:16
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[allow(clippy:all)]
[INFO] [stderr]   |                ^^^ unexpected token after this
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:176:22
[INFO] [stderr]     |
[INFO] [stderr] 176 |         self.formula.as_deref()
[INFO] [stderr]     |                      ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unstable_name_collisions)]` on by default
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:180:26
[INFO] [stderr]     |
[INFO] [stderr] 180 |         self.placeholder.as_deref()
[INFO] [stderr]     |                          ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:214:19
[INFO] [stderr]     |
[INFO] [stderr] 214 |         self.keys.as_deref()
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:218:21
[INFO] [stderr]     |
[INFO] [stderr] 218 |         self.values.as_deref()
[INFO] [stderr]     |                     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:231:24
[INFO] [stderr]     |
[INFO] [stderr] 231 |         self.separator.as_deref()
[INFO] [stderr]     |                        ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:240:20
[INFO] [stderr]     |
[INFO] [stderr] 240 |         self.title.as_deref()
[INFO] [stderr]     |                    ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:244:19
[INFO] [stderr]     |
[INFO] [stderr] 244 |         self.help.as_deref()
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:248:22
[INFO] [stderr]     |
[INFO] [stderr] 248 |         self.warning.as_deref()
[INFO] [stderr]     |                      ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mod.rs:252:26
[INFO] [stderr]     |
[INFO] [stderr] 252 |         self.description.as_deref()
[INFO] [stderr]     |                          ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]   --> src/schema/mapping/mod.rs:54:19
[INFO] [stderr]    |
[INFO] [stderr] 54 |         self.path.as_deref()
[INFO] [stderr]    |                   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]    = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] warning: a method with this name may be added to the standard library in the future
[INFO] [stderr]    --> src/schema/mapping/target.rs:155:19
[INFO] [stderr]     |
[INFO] [stderr] 155 |         self.glob.as_deref()
[INFO] [stderr]     |                   ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]     = help: call with fully qualified syntax `deref::OptionDeref::as_deref(...)` to keep using the current method
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `jellyschema`.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "39be7e91b64c610b44d502f734a7db9a886625c04d167c79d5cac35d283146df"`
[INFO] running `"docker" "rm" "-f" "39be7e91b64c610b44d502f734a7db9a886625c04d167c79d5cac35d283146df"`
[INFO] [stdout] 39be7e91b64c610b44d502f734a7db9a886625c04d167c79d5cac35d283146df