[INFO] fetching crate nats-types 0.1.8... [INFO] checking nats-types-0.1.8 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate nats-types 0.1.8 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate nats-types 0.1.8 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nats-types 0.1.8 [INFO] finished tweaking crates.io crate nats-types 0.1.8 [INFO] tweaked toml for crates.io crate nats-types 0.1.8 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 738a47efeb736d720779093a1cd43c8ff729fce9c442d904492cbc06795a8846 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "738a47efeb736d720779093a1cd43c8ff729fce9c442d904492cbc06795a8846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "738a47efeb736d720779093a1cd43c8ff729fce9c442d904492cbc06795a8846", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "738a47efeb736d720779093a1cd43c8ff729fce9c442d904492cbc06795a8846", kill_on_drop: false }` [INFO] [stdout] 738a47efeb736d720779093a1cd43c8ff729fce9c442d904492cbc06795a8846 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33f31e6a5d7975e26f817c5e2b25fac36b0dee39408b556446f12e748862199c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "33f31e6a5d7975e26f817c5e2b25fac36b0dee39408b556446f12e748862199c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking nats-types v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stdout] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stdout] 79 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stdout] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stdout] 79 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stdout] 82 | | take_while1_s!(is_not_space), [INFO] [stdout] 83 | | |r|r.to_string() [INFO] [stdout] 84 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stdout] 82 | | take_while1_s!(is_not_space), [INFO] [stdout] 83 | | |r|r.to_string() [INFO] [stdout] 84 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / named!(parse_alpha, map!( [INFO] [stdout] 87 | | take_while1_s!(is_not_tick), [INFO] [stdout] 88 | | |r|r.to_string() [INFO] [stdout] 89 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / named!(parse_alpha, map!( [INFO] [stdout] 87 | | take_while1_s!(is_not_tick), [INFO] [stdout] 88 | | |r|r.to_string() [INFO] [stdout] 89 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(msg_header<::nom::types::CompleteStr, MessageHeader>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("MSG") >> [INFO] [stdout] 96 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 105 | | ) [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(pub_header, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("PUB") >> [INFO] [stdout] 114 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 121 | | ) [INFO] [stdout] 122 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / named!(sub_header, [INFO] [stdout] 128 | | do_parse!( [INFO] [stdout] 129 | | tag_s!("SUB") >> [INFO] [stdout] 130 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 137 | | ) [INFO] [stdout] 138 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stdout] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stdout] 79 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / named!(unsub_header, [INFO] [stdout] 145 | | do_parse!( [INFO] [stdout] 146 | | tag_s!("UNSUB") >> [INFO] [stdout] 147 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 153 | | ) [INFO] [stdout] 154 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | / named!(parse_u64<::nom::types::CompleteStr, u64>, [INFO] [stdout] 78 | | flat_map!(take_while1_s!(is_digit), parse_to!(u64)) [INFO] [stdout] 79 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | / named!(err_header, [INFO] [stdout] 160 | | do_parse!( [INFO] [stdout] 161 | | tag_s!("-ERR '") >> [INFO] [stdout] 162 | | message: parse_alpha >> [INFO] [stdout] ... | [INFO] [stdout] 166 | | ) [INFO] [stdout] 167 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stdout] 82 | | take_while1_s!(is_not_space), [INFO] [stdout] 83 | | |r|r.to_string() [INFO] [stdout] 84 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / named!(parse_completestr<::nom::types::CompleteStr, String >, map!( [INFO] [stdout] 82 | | take_while1_s!(is_not_space), [INFO] [stdout] 83 | | |r|r.to_string() [INFO] [stdout] 84 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / named!(parse_alpha, map!( [INFO] [stdout] 87 | | take_while1_s!(is_not_tick), [INFO] [stdout] 88 | | |r|r.to_string() [INFO] [stdout] 89 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `take_while1_s`: Please use `take_while1` instead [INFO] [stdout] --> src/parser.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / named!(parse_alpha, map!( [INFO] [stdout] 87 | | take_while1_s!(is_not_tick), [INFO] [stdout] 88 | | |r|r.to_string() [INFO] [stdout] 89 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / named!(msg_header<::nom::types::CompleteStr, MessageHeader>, [INFO] [stdout] 94 | | do_parse!( [INFO] [stdout] 95 | | tag_s!("MSG") >> [INFO] [stdout] 96 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 105 | | ) [INFO] [stdout] 106 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / named!(pub_header, [INFO] [stdout] 112 | | do_parse!( [INFO] [stdout] 113 | | tag_s!("PUB") >> [INFO] [stdout] 114 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 121 | | ) [INFO] [stdout] 122 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 127 | / named!(sub_header, [INFO] [stdout] 128 | | do_parse!( [INFO] [stdout] 129 | | tag_s!("SUB") >> [INFO] [stdout] 130 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 137 | | ) [INFO] [stdout] 138 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / named!(unsub_header, [INFO] [stdout] 145 | | do_parse!( [INFO] [stdout] 146 | | tag_s!("UNSUB") >> [INFO] [stdout] 147 | | is_a!(" \t") >> [INFO] [stdout] ... | [INFO] [stdout] 153 | | ) [INFO] [stdout] 154 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `tag_s`: Please use `tag` instead [INFO] [stdout] --> src/parser.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | / named!(err_header, [INFO] [stdout] 160 | | do_parse!( [INFO] [stdout] 161 | | tag_s!("-ERR '") >> [INFO] [stdout] 162 | | message: parse_alpha >> [INFO] [stdout] ... | [INFO] [stdout] 166 | | ) [INFO] [stdout] 167 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.05s [INFO] running `Command { std: "docker" "inspect" "33f31e6a5d7975e26f817c5e2b25fac36b0dee39408b556446f12e748862199c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33f31e6a5d7975e26f817c5e2b25fac36b0dee39408b556446f12e748862199c", kill_on_drop: false }` [INFO] [stdout] 33f31e6a5d7975e26f817c5e2b25fac36b0dee39408b556446f12e748862199c