[INFO] fetching crate rustls 0.20.2... [INFO] checking rustls-0.20.2 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate rustls 0.20.2 into /workspace/builds/worker-33/source [INFO] validating manifest of crates.io crate rustls 0.20.2 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustls 0.20.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rustls 0.20.2 [INFO] tweaked toml for crates.io crate rustls 0.20.2 written to /workspace/builds/worker-33/source/Cargo.toml [INFO] crate crates.io crate rustls 0.20.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: file found to be present in multiple build targets: /workspace/builds/worker-33/source/tests/benchmarks.rs [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b9f2504f890faadba6654715815abcd8df7a78761bf952a6dc79a1a4396cb42 [INFO] running `Command { std: "docker" "start" "-a" "3b9f2504f890faadba6654715815abcd8df7a78761bf952a6dc79a1a4396cb42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b9f2504f890faadba6654715815abcd8df7a78761bf952a6dc79a1a4396cb42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b9f2504f890faadba6654715815abcd8df7a78761bf952a6dc79a1a4396cb42", kill_on_drop: false }` [INFO] [stdout] 3b9f2504f890faadba6654715815abcd8df7a78761bf952a6dc79a1a4396cb42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07f4a79307fa3ba233be40b2b3e9129bb553599cae90af57bf1296eea2263476 [INFO] running `Command { std: "docker" "start" "-a" "07f4a79307fa3ba233be40b2b3e9129bb553599cae90af57bf1296eea2263476", kill_on_drop: false }` [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/tests/benchmarks.rs [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_json v1.0.71 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Checking plotters-backend v0.3.2 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking crossbeam-utils v0.8.5 [INFO] [stderr] Checking plotters-svg v0.3.1 [INFO] [stderr] Checking rustls-pemfile v0.2.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking plotters v0.3.1 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking criterion-plot v0.4.4 [INFO] [stderr] Checking env_logger v0.9.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking webpki-roots v0.22.1 [INFO] [stderr] Checking rustls v0.20.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking criterion v0.3.5 [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/nistp256.pem: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/nistp384.pem: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.rsa: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.rsa: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/nistp256.pem: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/nistp384.pem: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/nistp256.pem: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/ecdsa/nistp384.pem: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/eddsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.der: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/ca.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.rsa: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/client.rsa: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.chain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.fullchain: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.rsa: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/end.rsa: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.cert: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.key: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/common/../../../test-ca/rsa/inter.req: No such file or directory (os error 2) [INFO] [stdout] --> tests/common/mod.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const $name: &'static [u8] = include_bytes!( [INFO] [stdout] | __________________________________________^ [INFO] [stdout] 37 | | concat!("../../../test-ca/", $keytype, "/", $path)); [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 51 | / embed_files! { [INFO] [stdout] 52 | | (ECDSA_CA_CERT, "ecdsa", "ca.cert"); [INFO] [stdout] 53 | | (ECDSA_CA_DER, "ecdsa", "ca.der"); [INFO] [stdout] 54 | | (ECDSA_CA_KEY, "ecdsa", "ca.key"); [INFO] [stdout] ... | [INFO] [stdout] 105 | | (RSA_INTER_REQ, "rsa", "inter.req"); [INFO] [stdout] 106 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 52 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 52 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustls` due to 53 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 52 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "07f4a79307fa3ba233be40b2b3e9129bb553599cae90af57bf1296eea2263476", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f4a79307fa3ba233be40b2b3e9129bb553599cae90af57bf1296eea2263476", kill_on_drop: false }` [INFO] [stdout] 07f4a79307fa3ba233be40b2b3e9129bb553599cae90af57bf1296eea2263476