[INFO] fetching crate nats-types 0.1.8... [INFO] checking nats-types-0.1.8 against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] extracting crate nats-types 0.1.8 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate nats-types 0.1.8 on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", 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-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a42ddb4bfc94b7585b5db2766d5879cfe5cb303295454ad070b626e911f5b292 [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" "a42ddb4bfc94b7585b5db2766d5879cfe5cb303295454ad070b626e911f5b292", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a42ddb4bfc94b7585b5db2766d5879cfe5cb303295454ad070b626e911f5b292", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a42ddb4bfc94b7585b5db2766d5879cfe5cb303295454ad070b626e911f5b292", kill_on_drop: false }` [INFO] [stdout] a42ddb4bfc94b7585b5db2766d5879cfe5cb303295454ad070b626e911f5b292 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ec8239d8381855b98b63d7109e94746cc039f5052b440b38ad19e2e1c298038 [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" "8ec8239d8381855b98b63d7109e94746cc039f5052b440b38ad19e2e1c298038", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling nom v4.2.3 [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 `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: 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 `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 7.13s [INFO] running `Command { std: "docker" "inspect" "8ec8239d8381855b98b63d7109e94746cc039f5052b440b38ad19e2e1c298038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ec8239d8381855b98b63d7109e94746cc039f5052b440b38ad19e2e1c298038", kill_on_drop: false }` [INFO] [stdout] 8ec8239d8381855b98b63d7109e94746cc039f5052b440b38ad19e2e1c298038