querying info about missing paths querying info about '/nix/store/ldd6wnpxbdfcqsvnyha9ls6ylmdrahaz-vendor' on 'https://cache.nixos.org' downloading 'https://cache.nixos.org/ldd6wnpxbdfcqsvnyha9ls6ylmdrahaz.narinfo' querying info about '/nix/store/ldd6wnpxbdfcqsvnyha9ls6ylmdrahaz-vendor' on 'https://nix-community.cachix.org' downloading 'https://nix-community.cachix.org/ldd6wnpxbdfcqsvnyha9ls6ylmdrahaz.narinfo' querying info about '/nix/store/ldd6wnpxbdfcqsvnyha9ls6ylmdrahaz-vendor' on 'https://cache.nixos.org' downloading 'https://cache.nixos.org/ldd6wnpxbdfcqsvnyha9ls6ylmdrahaz.narinfo' copying path '/nix/store/ldd6wnpxbdfcqsvnyha9ls6ylmdrahaz-vendor' from 'https://nix-community.cachix.org' downloading 'https://nix-community.cachix.org/nar/2213722f74b2c8c51cbac327e056d6bf45aef3281fc5e8e7d5d8674751eaefb2.nar.xz' querying info about missing paths querying info about '/nix/store/2fvkmsi5gip92ivdny3dkr9vmjwhl546-proc-macro-error-deps-1.0.4' on 'https://cache.nixos.org' downloading 'https://cache.nixos.org/2fvkmsi5gip92ivdny3dkr9vmjwhl546.narinfo' querying info about '/nix/store/2fvkmsi5gip92ivdny3dkr9vmjwhl546-proc-macro-error-deps-1.0.4' on 'https://nix-community.cachix.org' downloading 'https://nix-community.cachix.org/2fvkmsi5gip92ivdny3dkr9vmjwhl546.narinfo' querying info about '/nix/store/2fvkmsi5gip92ivdny3dkr9vmjwhl546-proc-macro-error-deps-1.0.4' on 'https://cache.nixos.org' downloading 'https://cache.nixos.org/2fvkmsi5gip92ivdny3dkr9vmjwhl546.narinfo' querying info about '/nix/store/2fvkmsi5gip92ivdny3dkr9vmjwhl546-proc-macro-error-deps-1.0.4' on 'https://nix-community.cachix.org' downloading 'https://nix-community.cachix.org/2fvkmsi5gip92ivdny3dkr9vmjwhl546.narinfo' building '/nix/store/z9q1gg6b46bihcwdsg3kh4c3ai03s83x-proc-macro-error-deps-1.0.4.drv' cargoArtifacts not set, will not reuse any cargo artifacts unpacking sources unpacking source archive /nix/store/9pkkvnf6z5cx4w718nvnvhz9nqfixgp2-unpack-proc-macro-error-1.0.4 source root is unpack-proc-macro-error-1.0.4 patching sources Executing configureCargoCommonVars configuring Writing git vendor entries to /build/.cargo_home/config.toml setting source replacement config in /build/.cargo_home/config.toml using vendored directory /build/nix-vendor default configurePhase, nothing to do building ++ command cargo --version cargo 1.64.0 ++ command cargo check --profile release --package proc-macro-error --all-targets  Compiling proc-macro2 v1.0.63  Compiling quote v1.0.29  Compiling syn v1.0.109  Compiling unicode-ident v1.0.10  Compiling version_check v0.9.4  Compiling serde v1.0.166  Compiling serde_json v1.0.100  Checking itoa v1.0.8  Compiling trybuild v1.0.64  Checking ryu v1.0.14  Checking termcolor v1.2.0  Checking once_cell v1.18.0  Checking dissimilar v1.0.6  Checking glob v0.3.1  Compiling proc-macro-error-attr v1.0.4  Compiling proc-macro-error v1.0.4 (/build/unpack-proc-macro-error-1.0.4)  Compiling serde_derive v1.0.107  Checking toml v0.5.2 error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/cargo.rs:11:10  | 11 | #[derive(Deserialize)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/cargo.rs:13:5  | 13 |  pub target_directory: Directory,  |  ^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/cargo.rs:14:5  | 14 |  pub workspace_root: Directory,  |  ^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/cargo.rs:15:5  | 15 |  pub packages: Vec,  |  ^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/cargo.rs:18:10  | 18 | #[derive(Deserialize)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/cargo.rs:20:5  | 20 |  pub name: String,  |  ^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:72:10  | 72 | #[derive(Deserialize, Default, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:74:5  | 74 |  #[serde(default)]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:76:5  | 76 |  #[serde(default)]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:80:10  | 80 | #[derive(Deserialize, Default, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:82:5  | 82 |  #[serde(default)]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:84:5  | 84 |  #[serde(default)]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:86:5  | 86 |  #[serde(default)]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:88:5  | 88 |  #[serde(default, alias = "dev-dependencies")]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:90:5  | 90 |  #[serde(default)]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:94:10  | 94 | #[derive(Deserialize, Default, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:96:5  | 96 |  pub name: String,  |  ^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:97:5  | 97 |  #[serde(default)]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:99:5  | 99 |  pub resolver: Option,  |  ^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:102:10  | 102 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:102:21  | 102 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:105:5  | 105 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:107:5  | 107 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:115:5  | 115 |  #[serde(default, skip_serializing_if = "Vec::is_empty")]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:117:5  | 117 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:119:5  | 119 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:121:5  | 121 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:123:5  | 123 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:129:10  | 129 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:129:21  | 129 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:131:5  | 131 |  #[serde(default, skip_serializing_if = "Map::is_empty")]  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:133:5  | 133 |  #[serde(  |  ^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:141:10  | 141 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:141:21  | 141 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:147:10  | 147 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:147:21  | 147 | #[derive(Serialize, Deserialize, Clone, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:149:5  | 149 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:151:5  | 151 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:153:5  | 153 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:155:5  | 155 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/dependencies.rs:157:5  | 157 |  #[serde(skip_serializing_if = "Option::is_none")]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/directory.rs:9:24  | 9 | #[derive(Clone, Debug, Serialize)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/features.rs:21:10  | 21 | #[derive(Deserialize)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:7:10  | 7 | #[derive(Serialize, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:25:10  | 25 | #[derive(Serialize, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:35:10  | 35 | #[derive(Serialize, Deserialize, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:35:21  | 35 | #[derive(Serialize, Deserialize, Debug)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:45:10  | 45 | #[derive(Serialize, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:51:10  | 51 | #[derive(Serialize, Clone, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:54:10  | 54 | #[derive(Serialize, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:59:10  | 59 | #[derive(Serialize, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/manifest.rs:64:10  | 64 | #[derive(Serialize, Debug)]  |  ^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:522:10  | 522 | #[derive(Deserialize)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:524:5  | 524 |  #[allow(dead_code)]  |  ^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:526:5  | 526 |  target: RustcTarget,  |  ^^^^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:527:5  | 527 |  message: RustcMessage,  |  ^^^^^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:530:10  | 530 | #[derive(Deserialize)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:536:10  | 536 | #[derive(Deserialize)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:538:5  | 538 |  src_path: PathBuf,  |  ^^^^^^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `export` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:541:10  | 541 | #[derive(Deserialize)]  |  ^^^^^^^^^^^ private module  | note: the module `export` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:322:5  | 322 | use self::__private as export;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:543:5  | 543 |  rendered: String,  |  ^^^^^^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0603]: module `private` is private  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:544:5  | 544 |  level: String,  |  ^^^^^ private module  | note: the module `private` is defined here  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5  | 324 | use self::__private as private;  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0603`. error: could not compile `trybuild` due to 62 previous errors builder for '/nix/store/z9q1gg6b46bihcwdsg3kh4c3ai03s83x-proc-macro-error-deps-1.0.4.drv' failed with exit code 101; last 25 log lines: >  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:543:5 >  | > 543 |  rendered: String, >  |  ^^^^^^^^ private module >  | > note: the module `private` is defined here >  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5 >  | > 324 | use self::__private as private; >  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ > > error[E0603]: module `private` is private >  --> /build/nix-vendor/trybuild-1.0.64/src/run.rs:544:5 >  | > 544 |  level: String, >  |  ^^^^^ private module >  | > note: the module `private` is defined here >  --> /build/nix-vendor/serde-1.0.166/src/lib.rs:324:5 >  | > 324 | use self::__private as private; >  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^ > > For more information about this error, try `rustc --explain E0603`. > error: could not compile `trybuild` due to 62 previous errors For full logs, run 'nix log /nix/store/z9q1gg6b46bihcwdsg3kh4c3ai03s83x-proc-macro-error-deps-1.0.4.drv'.