[INFO] crate nats-types 0.1.8 is already in cache [INFO] extracting crate nats-types 0.1.8 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/nats-types/0.1.8 [INFO] extracting crate nats-types 0.1.8 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/nats-types/0.1.8 [INFO] validating manifest of nats-types-0.1.8 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nats-types-0.1.8 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nats-types-0.1.8 [INFO] finished frobbing nats-types-0.1.8 [INFO] frobbed toml for nats-types-0.1.8 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/nats-types/0.1.8/Cargo.toml [INFO] started frobbing nats-types-0.1.8 [INFO] finished frobbing nats-types-0.1.8 [INFO] frobbed toml for nats-types-0.1.8 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/nats-types/0.1.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking nats-types-0.1.8 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/nats-types/0.1.8:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 98e8b2dfcb7ba41da62b94ca404ce69d8a30cfa986320616e9985f5ef96b4d9f [INFO] running `"docker" "start" "-a" "98e8b2dfcb7ba41da62b94ca404ce69d8a30cfa986320616e9985f5ef96b4d9f"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking nats-types v0.1.8 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stderr] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stderr] 79 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stderr] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stderr] 79 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stderr] 82 | | take_while1_s!(is_not_space), [INFO] [stderr] 83 | | |r|r.to_string() [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stderr] 82 | | take_while1_s!(is_not_space), [INFO] [stderr] 83 | | |r|r.to_string() [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / named!(parse_alpha, map!( [INFO] [stderr] 87 | | take_while1_s!(is_not_tick), [INFO] [stderr] 88 | | |r|r.to_string() [INFO] [stderr] 89 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / named!(parse_alpha, map!( [INFO] [stderr] 87 | | take_while1_s!(is_not_tick), [INFO] [stderr] 88 | | |r|r.to_string() [INFO] [stderr] 89 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / named!(msg_header<::nom::types::CompleteStr, MessageHeader>, [INFO] [stderr] 94 | | do_parse!( [INFO] [stderr] 95 | | tag_s!("MSG") >> [INFO] [stderr] 96 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 105 | | ) [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / named!(pub_header, [INFO] [stderr] 112 | | do_parse!( [INFO] [stderr] 113 | | tag_s!("PUB") >> [INFO] [stderr] 114 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 121 | | ) [INFO] [stderr] 122 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | / named!(sub_header, [INFO] [stderr] 128 | | do_parse!( [INFO] [stderr] 129 | | tag_s!("SUB") >> [INFO] [stderr] 130 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 137 | | ) [INFO] [stderr] 138 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:144:1 [INFO] [stderr] | [INFO] [stderr] 144 | / named!(unsub_header, [INFO] [stderr] 145 | | do_parse!( [INFO] [stderr] 146 | | tag_s!("UNSUB") >> [INFO] [stderr] 147 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 153 | | ) [INFO] [stderr] 154 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:159:1 [INFO] [stderr] | [INFO] [stderr] 159 | / named!(err_header, [INFO] [stderr] 160 | | do_parse!( [INFO] [stderr] 161 | | tag_s!("-ERR '") >> [INFO] [stderr] 162 | | message: parse_alpha >> [INFO] [stderr] ... | [INFO] [stderr] 166 | | ) [INFO] [stderr] 167 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stderr] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stderr] 79 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stderr] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stderr] 79 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stderr] 82 | | take_while1_s!(is_not_space), [INFO] [stderr] 83 | | |r|r.to_string() [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stderr] 82 | | take_while1_s!(is_not_space), [INFO] [stderr] 83 | | |r|r.to_string() [INFO] [stderr] 84 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / named!(parse_alpha, map!( [INFO] [stderr] 87 | | take_while1_s!(is_not_tick), [INFO] [stderr] 88 | | |r|r.to_string() [INFO] [stderr] 89 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/parser.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | / named!(parse_alpha, map!( [INFO] [stderr] 87 | | take_while1_s!(is_not_tick), [INFO] [stderr] 88 | | |r|r.to_string() [INFO] [stderr] 89 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / named!(msg_header<::nom::types::CompleteStr, MessageHeader>, [INFO] [stderr] 94 | | do_parse!( [INFO] [stderr] 95 | | tag_s!("MSG") >> [INFO] [stderr] 96 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 105 | | ) [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:111:1 [INFO] [stderr] | [INFO] [stderr] 111 | / named!(pub_header, [INFO] [stderr] 112 | | do_parse!( [INFO] [stderr] 113 | | tag_s!("PUB") >> [INFO] [stderr] 114 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 121 | | ) [INFO] [stderr] 122 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | / named!(sub_header, [INFO] [stderr] 128 | | do_parse!( [INFO] [stderr] 129 | | tag_s!("SUB") >> [INFO] [stderr] 130 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 137 | | ) [INFO] [stderr] 138 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:144:1 [INFO] [stderr] | [INFO] [stderr] 144 | / named!(unsub_header, [INFO] [stderr] 145 | | do_parse!( [INFO] [stderr] 146 | | tag_s!("UNSUB") >> [INFO] [stderr] 147 | | is_a!(" \t") >> [INFO] [stderr] ... | [INFO] [stderr] 153 | | ) [INFO] [stderr] 154 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stderr] --> src/parser.rs:159:1 [INFO] [stderr] | [INFO] [stderr] 159 | / named!(err_header, [INFO] [stderr] 160 | | do_parse!( [INFO] [stderr] 161 | | tag_s!("-ERR '") >> [INFO] [stderr] 162 | | message: parse_alpha >> [INFO] [stderr] ... | [INFO] [stderr] 166 | | ) [INFO] [stderr] 167 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.54s [INFO] running `"docker" "inspect" "98e8b2dfcb7ba41da62b94ca404ce69d8a30cfa986320616e9985f5ef96b4d9f"` [INFO] running `"docker" "rm" "-f" "98e8b2dfcb7ba41da62b94ca404ce69d8a30cfa986320616e9985f5ef96b4d9f"` [INFO] [stdout] 98e8b2dfcb7ba41da62b94ca404ce69d8a30cfa986320616e9985f5ef96b4d9f