[INFO] fetching crate nss-certdata-parser 0.6.2... [INFO] checking nss-certdata-parser-0.6.2 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate nss-certdata-parser 0.6.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate nss-certdata-parser 0.6.2 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nss-certdata-parser 0.6.2 [INFO] finished tweaking crates.io crate nss-certdata-parser 0.6.2 [INFO] tweaked toml for crates.io crate nss-certdata-parser 0.6.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a593ef1f5c5cc14d767aa3160338982bf01ff1580dbcc410413a178951020ad [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" "5a593ef1f5c5cc14d767aa3160338982bf01ff1580dbcc410413a178951020ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a593ef1f5c5cc14d767aa3160338982bf01ff1580dbcc410413a178951020ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a593ef1f5c5cc14d767aa3160338982bf01ff1580dbcc410413a178951020ad", kill_on_drop: false }` [INFO] [stdout] 5a593ef1f5c5cc14d767aa3160338982bf01ff1580dbcc410413a178951020ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ef75b3087f781f38dc59cdd8a4eefd8d0a032e5e5c542f84dc7173750d0018f8 [INFO] running `Command { std: "docker" "start" "-a" "ef75b3087f781f38dc59cdd8a4eefd8d0a032e5e5c542f84dc7173750d0018f8", kill_on_drop: false }` [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking nom v1.2.4 [INFO] [stderr] Checking nss-certdata-parser v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/collect.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | match try!(thing) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | let buf = try!(src.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | match try!(f(buf)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let buf = try!(src.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:71:15 [INFO] [stdout] | [INFO] [stdout] 71 | match try!(f(&big_buf)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:97:32 [INFO] [stdout] | [INFO] [stdout] 97 | if let Some((used, res)) = try!(bufferize(src, |buf| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | try!(take_tok(obj, "CKA_CERTIFICATE_TYPE", "CK_CERTIFICATE_TYPE", |cert_type| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | cert: try!(take_bin(obj, "CKA_VALUE")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:206:20 [INFO] [stdout] | [INFO] [stdout] 206 | label: try!(take_str(obj, "CKA_LABEL")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | issuer: try!(take_bin(obj, "CKA_ISSUER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | serial: try!(take_bin(obj, "CKA_SERIAL_NUMBER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:209:22 [INFO] [stdout] | [INFO] [stdout] 209 | subject: try!(take_bin(obj, "CKA_SUBJECT")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | label: try!(take_str(obj, "CKA_LABEL")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:223:21 [INFO] [stdout] | [INFO] [stdout] 223 | issuer: try!(take_bin(obj, "CKA_ISSUER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:224:21 [INFO] [stdout] | [INFO] [stdout] 224 | serial: try!(take_bin(obj, "CKA_SERIAL_NUMBER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:225:31 [INFO] [stdout] | [INFO] [stdout] 225 | tls_server_trust: try!(take_trust_level(obj, "CKA_TRUST_SERVER_AUTH")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | email_trust: try!(take_trust_level(obj, "CKA_TRUST_EMAIL_PROTECTION")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:227:33 [INFO] [stdout] | [INFO] [stdout] 227 | code_signing_trust: try!(take_trust_level(obj, "CKA_TRUST_CODE_SIGNING")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:228:18 [INFO] [stdout] | [INFO] [stdout] 228 | md5: try!(optionalize(take_bin(obj, "CKA_CERT_MD5_HASH"))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | sha1: try!(optionalize(take_bin(obj, "CKA_CERT_SHA1_HASH"))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 250 | match try!(take_class(&mut obj)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:252:45 [INFO] [stdout] | [INFO] [stdout] 252 | Ok(Some(Object::Certificate(try!(Certificate::from_raw(obj))))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:254:39 [INFO] [stdout] | [INFO] [stdout] 254 | Ok(Some(Object::Trust(try!(Trust::from_raw(obj))))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/syntax.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | '0' ... '9' => b as u8 - b'0', [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/syntax.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | 'a' ... 'f' => b as u8 - b'a' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/syntax.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | 'A' ... 'F' => b as u8 - b'A' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/collect.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | match try!(thing) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | let buf = try!(src.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | match try!(f(buf)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | let buf = try!(src.fill_buf()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:71:15 [INFO] [stdout] | [INFO] [stdout] 71 | match try!(f(&big_buf)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/reader.rs:97:32 [INFO] [stdout] | [INFO] [stdout] 97 | if let Some((used, res)) = try!(bufferize(src, |buf| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:201:9 [INFO] [stdout] | [INFO] [stdout] 201 | try!(take_tok(obj, "CKA_CERTIFICATE_TYPE", "CK_CERTIFICATE_TYPE", |cert_type| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | cert: try!(take_bin(obj, "CKA_VALUE")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:206:20 [INFO] [stdout] | [INFO] [stdout] 206 | label: try!(take_str(obj, "CKA_LABEL")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:207:21 [INFO] [stdout] | [INFO] [stdout] 207 | issuer: try!(take_bin(obj, "CKA_ISSUER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | serial: try!(take_bin(obj, "CKA_SERIAL_NUMBER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:209:22 [INFO] [stdout] | [INFO] [stdout] 209 | subject: try!(take_bin(obj, "CKA_SUBJECT")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | label: try!(take_str(obj, "CKA_LABEL")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:223:21 [INFO] [stdout] | [INFO] [stdout] 223 | issuer: try!(take_bin(obj, "CKA_ISSUER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:224:21 [INFO] [stdout] | [INFO] [stdout] 224 | serial: try!(take_bin(obj, "CKA_SERIAL_NUMBER")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:225:31 [INFO] [stdout] | [INFO] [stdout] 225 | tls_server_trust: try!(take_trust_level(obj, "CKA_TRUST_SERVER_AUTH")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:226:26 [INFO] [stdout] | [INFO] [stdout] 226 | email_trust: try!(take_trust_level(obj, "CKA_TRUST_EMAIL_PROTECTION")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:227:33 [INFO] [stdout] | [INFO] [stdout] 227 | code_signing_trust: try!(take_trust_level(obj, "CKA_TRUST_CODE_SIGNING")), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:228:18 [INFO] [stdout] | [INFO] [stdout] 228 | md5: try!(optionalize(take_bin(obj, "CKA_CERT_MD5_HASH"))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | sha1: try!(optionalize(take_bin(obj, "CKA_CERT_SHA1_HASH"))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:250:15 [INFO] [stdout] | [INFO] [stdout] 250 | match try!(take_class(&mut obj)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:252:45 [INFO] [stdout] | [INFO] [stdout] 252 | Ok(Some(Object::Certificate(try!(Certificate::from_raw(obj))))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/structured.rs:254:39 [INFO] [stdout] | [INFO] [stdout] 254 | Ok(Some(Object::Trust(try!(Trust::from_raw(obj))))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/syntax.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | '0' ... '9' => b as u8 - b'0', [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/syntax.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | 'a' ... 'f' => b as u8 - b'a' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/syntax.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | 'A' ... 'F' => b as u8 - b'A' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.88s [INFO] running `Command { std: "docker" "inspect" "ef75b3087f781f38dc59cdd8a4eefd8d0a032e5e5c542f84dc7173750d0018f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef75b3087f781f38dc59cdd8a4eefd8d0a032e5e5c542f84dc7173750d0018f8", kill_on_drop: false }` [INFO] [stdout] ef75b3087f781f38dc59cdd8a4eefd8d0a032e5e5c542f84dc7173750d0018f8