[INFO] fetching crate sendgrid-api 0.2.3... [INFO] testing sendgrid-api-0.2.3 against master#c5842b0be783dffa5a49693541acb79115c7eeef for pr-102570 [INFO] extracting crate sendgrid-api 0.2.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sendgrid-api 0.2.3 on toolchain c5842b0be783dffa5a49693541acb79115c7eeef [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sendgrid-api 0.2.3 [INFO] finished tweaking crates.io crate sendgrid-api 0.2.3 [INFO] tweaked toml for crates.io crate sendgrid-api 0.2.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded retry-policies v0.1.2 [INFO] [stderr] Downloaded nom_pem v4.0.0 [INFO] [stderr] Downloaded reqwest-retry v0.1.5 [INFO] [stderr] Downloaded hyperx v1.2.0 [INFO] [stderr] Downloaded tracing-opentelemetry v0.17.4 [INFO] [stderr] Downloaded reqwest-tracing v0.2.3 [INFO] [stderr] Downloaded opentelemetry v0.17.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9af586a3eddd5e1d22faca601490fee9026bd6a38f39b93f6a47751a368bd07 [INFO] running `Command { std: "docker" "start" "-a" "b9af586a3eddd5e1d22faca601490fee9026bd6a38f39b93f6a47751a368bd07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9af586a3eddd5e1d22faca601490fee9026bd6a38f39b93f6a47751a368bd07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9af586a3eddd5e1d22faca601490fee9026bd6a38f39b93f6a47751a368bd07", kill_on_drop: false }` [INFO] [stdout] b9af586a3eddd5e1d22faca601490fee9026bd6a38f39b93f6a47751a368bd07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9164d4cc949da985a02f45947d7f7115c024fec13e17255cf257d872392bfa91 [INFO] running `Command { std: "docker" "start" "-a" "9164d4cc949da985a02f45947d7f7115c024fec13e17255cf257d872392bfa91", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling cc v1.0.76 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling httparse v1.3.6 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rustls-pemfile v0.3.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ipnet v2.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling schemars v0.8.11 [INFO] [stderr] Compiling hyperx v1.2.0 [INFO] [stderr] Compiling dyn-clone v1.0.9 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling urlencoding v1.3.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.5 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling schemars_derive v0.8.11 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling futures-executor v0.3.25 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling opentelemetry v0.17.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling url v2.3.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling tracing-opentelemetry v0.17.4 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling retry-policies v0.1.2 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling task-local-extensions v0.1.3 [INFO] [stderr] Compiling h2 v0.3.15 [INFO] [stderr] Compiling hyper v0.14.5 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling reqwest-middleware v0.1.6 [INFO] [stderr] Compiling reqwest-tracing v0.2.3 [INFO] [stderr] Compiling reqwest-retry v0.1.5 [INFO] [stderr] Compiling sendgrid-api v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `Command { std: "docker" "inspect" "9164d4cc949da985a02f45947d7f7115c024fec13e17255cf257d872392bfa91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9164d4cc949da985a02f45947d7f7115c024fec13e17255cf257d872392bfa91", kill_on_drop: false }` [INFO] [stdout] 9164d4cc949da985a02f45947d7f7115c024fec13e17255cf257d872392bfa91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f5eef3f8793266fb966542be5df401078e53e109df6a3d85540f5462956d2f1 [INFO] running `Command { std: "docker" "start" "-a" "3f5eef3f8793266fb966542be5df401078e53e109df6a3d85540f5462956d2f1", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling dirs v3.0.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling nom_pem v4.0.0 [INFO] [stderr] Compiling sendgrid-api v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 30.04s [INFO] running `Command { std: "docker" "inspect" "3f5eef3f8793266fb966542be5df401078e53e109df6a3d85540f5462956d2f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f5eef3f8793266fb966542be5df401078e53e109df6a3d85540f5462956d2f1", kill_on_drop: false }` [INFO] [stdout] 3f5eef3f8793266fb966542be5df401078e53e109df6a3d85540f5462956d2f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7b802de8c1b86dad38a1e641724afa8f97cec645d2c76f8ad51a913360d62a90 [INFO] running `Command { std: "docker" "start" "-a" "7b802de8c1b86dad38a1e641724afa8f97cec645d2c76f8ad51a913360d62a90", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sendgrid_api-46e1e5e204671506) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests sendgrid-api [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/settings_mail.rs - settings_mail::SettingsMail::patch_mail_settings_forward_spam (line 174) ... FAILED [INFO] [stdout] test src/mail_send.rs - mail_send::MailSend::post (line 39) ... FAILED [INFO] [stdout] test src/designs_api.rs - designs_api::DesignsApi::put_design (line 92) ... FAILED [INFO] [stdout] test src/lib.rs - (line 38) ... ok [INFO] [stdout] test src/lib.rs - (line 53) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/settings_mail.rs - settings_mail::SettingsMail::patch_mail_settings_forward_spam (line 174) stdout ---- [INFO] [stdout] error: expected type, found `"address1@example.com, address2@exapmle.com"` [INFO] [stdout] --> src/settings_mail.rs:176:12 [INFO] [stdout] | [INFO] [stdout] 4 | "email": "address1@example.com, address2@exapmle.com", [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mail_send.rs - mail_send::MailSend::post (line 39) stdout ---- [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 4 |      "guest": "Jane Doe", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:41:2 [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:41:3 [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:41:4 [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 4 |       "guest": "Jane Doe", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 5 |      "partysize": "4", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:42:2 [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:42:3 [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:42:4 [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:42:6 [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 5 |       "partysize": "4", [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 6 |      "english": true, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:43:2 [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:43:3 [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:43:6 [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 6 |       "english": true, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 7 |      "date": "April 1st, 2021" [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:44:2 [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:44:4 [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:44:6 [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 7 |       "date": "April 1st, 2021" [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 8 |     } [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 8 |    } [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:45:2 [INFO] [stdout] | [INFO] [stdout] 8 |     } [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 8 |     } [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:45:3 [INFO] [stdout] | [INFO] [stdout] 8 |     } [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 8 |     } [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: unknown start of token: \u{2002} [INFO] [stdout] --> src/mail_send.rs:45:4 [INFO] [stdout] | [INFO] [stdout] 8 |     } [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: Unicode character ' ' (En Space) looks like ' ' (Space), but it is not [INFO] [stdout] | [INFO] [stdout] 8 |     } [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: expected type, found `{` [INFO] [stdout] --> src/mail_send.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 3 | "dynamic_template_data": { [INFO] [stdout] | - ^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] [INFO] [stdout] error: aborting due to 29 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/designs_api.rs - designs_api::DesignsApi::put_design (line 92) stdout ---- [INFO] [stdout] error: expected type, found `""` [INFO] [stdout] --> src/designs_api.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 4 | "name": "" [INFO] [stdout] | - ^^^^^^^^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 53) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'must set SENDGRID_API_KEY: NotPresent', src/lib.rs:216:50 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564fe51e0b50 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x564fe51e0b50 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564fe51e0b50 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x564fe51e0b50 - ::fmt::hcd25e852ea89b4f5 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x564fe520052e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stdout] 5: 0x564fe51dc165 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x564fe51e0915 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x564fe51e0915 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x564fe51e217f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x564fe51e1eba - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stdout] 10: 0x564fe51e287c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stdout] 11: 0x564fe51e2617 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stdout] 12: 0x564fe51e0ffc - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 13: 0x564fe51e2332 - rust_begin_unwind [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stdout] 14: 0x564fe4bdf873 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stdout] 15: 0x564fe4bdfb33 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stdout] 16: 0x564fe4be44e6 - core::result::Result::expect::hf5c03e6b647c696b [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stdout] 17: 0x564fe4be0848 - sendgrid_api::Client::new_from_env::h512767581f2e1238 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:216:21 [INFO] [stdout] 18: 0x564fe4bdffad - rust_out::main::_doctest_main_src_lib_rs_53_0::h6ad4ef021984df10 [INFO] [stdout] 19: 0x564fe4bdff96 - rust_out::main::hcf14d05ffc5d79a6 [INFO] [stdout] 20: 0x564fe4bdfec3 - core::ops::function::FnOnce::call_once::h509b142bb43ebe33 [INFO] [stdout] 21: 0x564fe4bdfde9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h1e0bd1d27de682c4 [INFO] [stdout] 22: 0x564fe4bdfe39 - std::rt::lang_start::{{closure}}::h979cbb42b68071a4 [INFO] [stdout] 23: 0x564fe51d8d2b - core::ops::function::impls:: for &F>::call_once::h2622fd903136e58d [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:606:13 [INFO] [stdout] 24: 0x564fe51d8d2b - std::panicking::try::do_call::h133848df1efb4eb8 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stdout] 25: 0x564fe51d8d2b - std::panicking::try::hc98e1b58459d48ab [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stdout] 26: 0x564fe51d8d2b - std::panic::catch_unwind::hc77076b761776acf [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x564fe51d8d2b - std::rt::lang_start_internal::{{closure}}::hc61fc51e6a6870ae [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/rt.rs:148:48 [INFO] [stdout] 28: 0x564fe51d8d2b - std::panicking::try::do_call::hf682061429c5358a [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stdout] 29: 0x564fe51d8d2b - std::panicking::try::he34c45a5b2cfac05 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stdout] 30: 0x564fe51d8d2b - std::panic::catch_unwind::hb1938a2a6a1324a3 [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stdout] 31: 0x564fe51d8d2b - std::rt::lang_start_internal::hbfccc0a55f3208fe [INFO] [stdout] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/rt.rs:148:20 [INFO] [stdout] 32: 0x564fe4bdfe17 - std::rt::lang_start::h8c7e1e40fb363db4 [INFO] [stdout] 33: 0x564fe4bdffd5 - main [INFO] [stdout] 34: 0x7f9434d29083 - __libc_start_main [INFO] [stdout] 35: 0x564fe4bdfd1e - _start [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/designs_api.rs - designs_api::DesignsApi::put_design (line 92) [INFO] [stdout] src/lib.rs - (line 53) [INFO] [stdout] src/mail_send.rs - mail_send::MailSend::post (line 39) [INFO] [stdout] src/settings_mail.rs - settings_mail::SettingsMail::patch_mail_settings_forward_spam (line 174) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.37s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "7b802de8c1b86dad38a1e641724afa8f97cec645d2c76f8ad51a913360d62a90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b802de8c1b86dad38a1e641724afa8f97cec645d2c76f8ad51a913360d62a90", kill_on_drop: false }` [INFO] [stdout] 7b802de8c1b86dad38a1e641724afa8f97cec645d2c76f8ad51a913360d62a90