[INFO] crate nats-types 0.1.8 is already in cache [INFO] testing nats-types-0.1.8 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate nats-types 0.1.8 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate nats-types 0.1.8 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8a68c11cd6266c8e7b800e86b954d609c6721543615f7e30bfa237fba02a36c [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" "b8a68c11cd6266c8e7b800e86b954d609c6721543615f7e30bfa237fba02a36c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8a68c11cd6266c8e7b800e86b954d609c6721543615f7e30bfa237fba02a36c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8a68c11cd6266c8e7b800e86b954d609c6721543615f7e30bfa237fba02a36c", kill_on_drop: false }` [INFO] [stdout] b8a68c11cd6266c8e7b800e86b954d609c6721543615f7e30bfa237fba02a36c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88a1841d122f355147103e36abbdadb1187af80687597fe472753a44af2e53d7 [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" "88a1841d122f355147103e36abbdadb1187af80687597fe472753a44af2e53d7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling nats-types v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.36s [INFO] running `Command { std: "docker" "inspect" "88a1841d122f355147103e36abbdadb1187af80687597fe472753a44af2e53d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88a1841d122f355147103e36abbdadb1187af80687597fe472753a44af2e53d7", kill_on_drop: false }` [INFO] [stdout] 88a1841d122f355147103e36abbdadb1187af80687597fe472753a44af2e53d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5513166c57b2fe2dde161b7c38f350026f02ea218505092ba646156e1101a66f [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" "5513166c57b2fe2dde161b7c38f350026f02ea218505092ba646156e1101a66f", kill_on_drop: false }` [INFO] [stderr] Compiling nats-types v0.1.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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: use of deprecated item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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 item '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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.52s [INFO] running `Command { std: "docker" "inspect" "5513166c57b2fe2dde161b7c38f350026f02ea218505092ba646156e1101a66f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5513166c57b2fe2dde161b7c38f350026f02ea218505092ba646156e1101a66f", kill_on_drop: false }` [INFO] [stdout] 5513166c57b2fe2dde161b7c38f350026f02ea218505092ba646156e1101a66f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ec2118aa21edef10137711fa730ce6def66f129548d7ddb22cc4755b80c3a57c [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" "ec2118aa21edef10137711fa730ce6def66f129548d7ddb22cc4755b80c3a57c", kill_on_drop: false }` [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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stdout] running 23 tests [INFO] [stderr] --> src/parser.rs:144:1 [INFO] [stdout] test parser::test::error_header ... ok [INFO] [stderr] | [INFO] [stdout] test parser::test::msg_no_reply ... ok [INFO] [stderr] 144 | / named!(unsub_header, [INFO] [stdout] test parser::test::unsub_no_max ... ok [INFO] [stderr] 145 | | do_parse!( [INFO] [stdout] test tests::enum_round ... ok [INFO] [stderr] 146 | | tag_s!("UNSUB") >> [INFO] [stdout] test tests::msg_roundtrip ... ok [INFO] [stderr] 147 | | is_a!(" \t") >> [INFO] [stdout] test parser::test::sub_qg ... ok [INFO] [stderr] ... | [INFO] [stdout] test tests::sub_roundtrip ... ok [INFO] [stderr] 153 | | ) [INFO] [stdout] test parser::test::sub_no_qg ... ok [INFO] [stderr] 154 | | ); [INFO] [stdout] test parser::test::pub_reply ... ok [INFO] [stderr] | |__^ [INFO] [stdout] test tests::submessage_bytes_roundtrip ... ok [INFO] [stderr] | [INFO] [stdout] test parser::test::msg_irreg_whitespace ... ok [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test parser::test::unsub_max ... ok [INFO] [stderr] [INFO] [stdout] test tests::connect_roundtrip ... ok [INFO] [stderr] warning: use of deprecated item 'tag_s': Please use `tag` instead [INFO] [stdout] test tests::sub_roundtrip_irreg_whitespace ... ok [INFO] [stderr] --> src/parser.rs:159:1 [INFO] [stdout] test tests::pub_roundtrip_irreg_whitespace ... ok [INFO] [stderr] | [INFO] [stdout] test parser::test::msg_reply_to ... ok [INFO] [stderr] 159 | / named!(err_header, [INFO] [stdout] test parser::test::pub_no_reply ... ok [INFO] [stderr] 160 | | do_parse!( [INFO] [stdout] test tests::serverinfo_roundtrip ... ok [INFO] [stderr] 161 | | tag_s!("-ERR '") >> [INFO] [stdout] test tests::unsub_roundtrip ... ok [INFO] [stderr] 162 | | message: parse_alpha >> [INFO] [stdout] test tests::msg_roundtrip_irreg_whitespace ... ok [INFO] [stderr] ... | [INFO] [stdout] test tests::unsubmessage_bytes_roundtrip ... ok [INFO] [stderr] 166 | | ) [INFO] [stdout] test tests::pub_roundtrip ... ok [INFO] [stderr] 167 | | ); [INFO] [stdout] test tests::pubmessage_bytes_roundtrip ... ok [INFO] [stderr] | |__^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/nats_types-769dfa4dd142d84b [INFO] [stderr] Doc-tests nats-types [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] test src/lib.rs - (line 28) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ec2118aa21edef10137711fa730ce6def66f129548d7ddb22cc4755b80c3a57c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec2118aa21edef10137711fa730ce6def66f129548d7ddb22cc4755b80c3a57c", kill_on_drop: false }` [INFO] [stdout] ec2118aa21edef10137711fa730ce6def66f129548d7ddb22cc4755b80c3a57c