Skip to content

Instantly share code, notes, and snippets.

@crazyboycjr
Created March 7, 2023 00:49
Show Gist options
  • Save crazyboycjr/215bb5434ecc38eb76394a751a1fc1f3 to your computer and use it in GitHub Desktop.
Save crazyboycjr/215bb5434ecc38eb76394a751a1fc1f3 to your computer and use it in GitHub Desktop.
phoenix example build-plan
{
"invocations": [
{
"package_name": "ansi_term",
"package_version": "0.12.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libansi_term-55b824894bafaf92.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libansi_term-55b824894bafaf92.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ansi_term",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=55b824894bafaf92",
"-C",
"extra-filename=-55b824894bafaf92",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ansi_term",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1",
"CARGO_PKG_AUTHORS": "[email protected]:Ryan Scheel (Havvy) <[email protected]>:Josh Triplett <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Library for ANSI terminal colours and styles (bold, underline)",
"CARGO_PKG_HOMEPAGE": "https://github.com/ogham/rust-ansi-term",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ansi_term",
"CARGO_PKG_REPOSITORY": "https://github.com/ogham/rust-ansi-term",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.12.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1"
},
{
"package_name": "anyhow",
"package_version": "1.0.66",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/anyhow-29f58b5325438378/build_script_build-29f58b5325438378"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/anyhow-29f58b5325438378/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/anyhow-29f58b5325438378/build_script_build-29f58b5325438378"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=29f58b5325438378",
"-C",
"extra-filename=-29f58b5325438378",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/anyhow-29f58b5325438378",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Flexible concrete Error type built on std::error::Error",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "anyhow",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/anyhow",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "1.0.66",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "66",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66"
},
{
"package_name": "anyhow",
"package_version": "1.0.66",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
1
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/anyhow-29f58b5325438378/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Flexible concrete Error type built on std::error::Error",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "anyhow",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/anyhow",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "1.0.66",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "66",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/anyhow-54e598091630d5e6/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66"
},
{
"package_name": "anyhow",
"package_version": "1.0.66",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
2
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libanyhow-86118f8d04c83a3e.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libanyhow-86118f8d04c83a3e.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"anyhow",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=86118f8d04c83a3e",
"-C",
"extra-filename=-86118f8d04c83a3e",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "anyhow",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Flexible concrete Error type built on std::error::Error",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "anyhow",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/anyhow",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "1.0.66",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "66",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/anyhow-54e598091630d5e6/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66"
},
{
"package_name": "serde",
"package_version": "1.0.149",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde-21920c3673b3b46b/build_script_build-21920c3673b3b46b"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde-21920c3673b3b46b/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde-21920c3673b3b46b/build_script_build-21920c3673b3b46b"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"derive\"",
"--cfg",
"feature=\"rc\"",
"--cfg",
"feature=\"serde_derive\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=21920c3673b3b46b",
"-C",
"extra-filename=-21920c3673b3b46b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde-21920c3673b3b46b",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A generic serialization/deserialization framework",
"CARGO_PKG_HOMEPAGE": "https://serde.rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/serde",
"CARGO_PKG_RUST_VERSION": "1.13",
"CARGO_PKG_VERSION": "1.0.149",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "149",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149"
},
{
"package_name": "serde",
"package_version": "1.0.149",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
4
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde-21920c3673b3b46b/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_DERIVE": "1",
"CARGO_FEATURE_RC": "1",
"CARGO_FEATURE_SERDE_DERIVE": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A generic serialization/deserialization framework",
"CARGO_PKG_HOMEPAGE": "https://serde.rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/serde",
"CARGO_PKG_RUST_VERSION": "1.13",
"CARGO_PKG_VERSION": "1.0.149",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "149",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde-912f78100469b7cf/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149"
},
{
"package_name": "proc-macro2",
"package_version": "1.0.47",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro2-6e2724d3603a85e6/build_script_build-6e2724d3603a85e6"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro2-6e2724d3603a85e6/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro2-6e2724d3603a85e6/build_script_build-6e2724d3603a85e6"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"proc-macro\"",
"--cfg",
"feature=\"span-locations\"",
"-C",
"metadata=6e2724d3603a85e6",
"-C",
"extra-filename=-6e2724d3603a85e6",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro2-6e2724d3603a85e6",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>:Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro2",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/proc-macro2",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.47",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "47",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47"
},
{
"package_name": "proc-macro2",
"package_version": "1.0.47",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
6
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro2-6e2724d3603a85e6/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_PROC_MACRO": "1",
"CARGO_FEATURE_SPAN_LOCATIONS": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>:Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro2",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/proc-macro2",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.47",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "47",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "0",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro2-9309e2c8a7a8c0c4/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47"
},
{
"package_name": "unicode-ident",
"package_version": "1.0.5",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunicode_ident-ccb8981524cffafd.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunicode_ident-ccb8981524cffafd.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"unicode_ident",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=ccb8981524cffafd",
"-C",
"extra-filename=-ccb8981524cffafd",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "unicode_ident",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "(MIT OR Apache-2.0) AND Unicode-DFS-2016",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "unicode-ident",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/unicode-ident",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.5",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5"
},
{
"package_name": "proc-macro2",
"package_version": "1.0.47",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
7,
8
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"proc_macro2",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"proc-macro\"",
"--cfg",
"feature=\"span-locations\"",
"-C",
"metadata=85ed36671b897f1f",
"-C",
"extra-filename=-85ed36671b897f1f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"unicode_ident=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunicode_ident-ccb8981524cffafd.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "proc_macro2",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>:Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro2",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/proc-macro2",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.47",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "47",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro2-9309e2c8a7a8c0c4/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47"
},
{
"package_name": "quote",
"package_version": "1.0.21",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/quote-66af0cfb8630d253/build_script_build-66af0cfb8630d253"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/quote-66af0cfb8630d253/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/quote-66af0cfb8630d253/build_script_build-66af0cfb8630d253"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"proc-macro\"",
"-C",
"metadata=66af0cfb8630d253",
"-C",
"extra-filename=-66af0cfb8630d253",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/quote-66af0cfb8630d253",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Quasi-quoting macro quote!(...)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "quote",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/quote",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.21",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "21",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21"
},
{
"package_name": "quote",
"package_version": "1.0.21",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
10
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/quote-66af0cfb8630d253/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_PROC_MACRO": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Quasi-quoting macro quote!(...)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "quote",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/quote",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.21",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "21",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "0",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/quote-1a6bd5c1f4e6baaf/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21"
},
{
"package_name": "quote",
"package_version": "1.0.21",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
11
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"quote",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"proc-macro\"",
"-C",
"metadata=b24b40941fa72e86",
"-C",
"extra-filename=-b24b40941fa72e86",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "quote",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Quasi-quoting macro quote!(...)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "quote",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/quote",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.21",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "21",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/quote-1a6bd5c1f4e6baaf/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21"
},
{
"package_name": "serde_derive",
"package_version": "1.0.149",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_derive-52bb3c8f7d4fe102/build_script_build-52bb3c8f7d4fe102"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_derive-52bb3c8f7d4fe102/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_derive-52bb3c8f7d4fe102/build_script_build-52bb3c8f7d4fe102"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=52bb3c8f7d4fe102",
"-C",
"extra-filename=-52bb3c8f7d4fe102",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_derive-52bb3c8f7d4fe102",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
"CARGO_PKG_HOMEPAGE": "https://serde.rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde_derive",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/serde",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.149",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "149",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149"
},
{
"package_name": "serde_derive",
"package_version": "1.0.149",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
13
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_derive-52bb3c8f7d4fe102/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
"CARGO_PKG_HOMEPAGE": "https://serde.rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde_derive",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/serde",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.149",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "149",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "0",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_derive-04289e9dac17dc9a/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149"
},
{
"package_name": "syn",
"package_version": "1.0.105",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/syn-dbbb6d06fc2f245a/build_script_build-dbbb6d06fc2f245a"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/syn-dbbb6d06fc2f245a/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/syn-dbbb6d06fc2f245a/build_script_build-dbbb6d06fc2f245a"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"clone-impls\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"derive\"",
"--cfg",
"feature=\"extra-traits\"",
"--cfg",
"feature=\"full\"",
"--cfg",
"feature=\"parsing\"",
"--cfg",
"feature=\"printing\"",
"--cfg",
"feature=\"proc-macro\"",
"--cfg",
"feature=\"quote\"",
"--cfg",
"feature=\"visit\"",
"--cfg",
"feature=\"visit-mut\"",
"-C",
"metadata=dbbb6d06fc2f245a",
"-C",
"extra-filename=-dbbb6d06fc2f245a",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/syn-dbbb6d06fc2f245a",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Parser for Rust source code",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "syn",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/syn",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.105",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "105",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105"
},
{
"package_name": "syn",
"package_version": "1.0.105",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
15
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/syn-dbbb6d06fc2f245a/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_CLONE_IMPLS": "1",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_DERIVE": "1",
"CARGO_FEATURE_EXTRA_TRAITS": "1",
"CARGO_FEATURE_FULL": "1",
"CARGO_FEATURE_PARSING": "1",
"CARGO_FEATURE_PRINTING": "1",
"CARGO_FEATURE_PROC_MACRO": "1",
"CARGO_FEATURE_QUOTE": "1",
"CARGO_FEATURE_VISIT": "1",
"CARGO_FEATURE_VISIT_MUT": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Parser for Rust source code",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "syn",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/syn",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.105",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "105",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "0",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/syn-bf3f02a65f107275/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105"
},
{
"package_name": "syn",
"package_version": "1.0.105",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
12,
16,
8
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"syn",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"clone-impls\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"derive\"",
"--cfg",
"feature=\"extra-traits\"",
"--cfg",
"feature=\"full\"",
"--cfg",
"feature=\"parsing\"",
"--cfg",
"feature=\"printing\"",
"--cfg",
"feature=\"proc-macro\"",
"--cfg",
"feature=\"quote\"",
"--cfg",
"feature=\"visit\"",
"--cfg",
"feature=\"visit-mut\"",
"-C",
"metadata=a6870e967b32f0bc",
"-C",
"extra-filename=-a6870e967b32f0bc",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rmeta",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rmeta",
"--extern",
"unicode_ident=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunicode_ident-ccb8981524cffafd.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "syn",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Parser for Rust source code",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "syn",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/syn",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.105",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "105",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/syn-bf3f02a65f107275/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105"
},
{
"package_name": "serde_derive",
"package_version": "1.0.149",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
12,
14,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde_derive-c6a36683be0c10f8.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"serde_derive",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=c6a36683be0c10f8",
"-C",
"extra-filename=-c6a36683be0c10f8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "serde_derive",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
"CARGO_PKG_HOMEPAGE": "https://serde.rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde_derive",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/serde",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.149",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "149",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_derive-04289e9dac17dc9a/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149"
},
{
"package_name": "serde",
"package_version": "1.0.149",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
5,
18
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"serde",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"derive\"",
"--cfg",
"feature=\"rc\"",
"--cfg",
"feature=\"serde_derive\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=eb8eddadc603ede6",
"-C",
"extra-filename=-eb8eddadc603ede6",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"serde_derive=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde_derive-c6a36683be0c10f8.so",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "serde",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A generic serialization/deserialization framework",
"CARGO_PKG_HOMEPAGE": "https://serde.rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/serde",
"CARGO_PKG_RUST_VERSION": "1.13",
"CARGO_PKG_VERSION": "1.0.149",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "149",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde-912f78100469b7cf/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149"
},
{
"package_name": "bincode",
"package_version": "1.3.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
19
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbincode-539c915a23fe0114.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbincode-539c915a23fe0114.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"bincode",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=539c915a23fe0114",
"-C",
"extra-filename=-539c915a23fe0114",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "bincode",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3",
"CARGO_PKG_AUTHORS": "Ty Overby <[email protected]>:Francesco Mazzoli <[email protected]>:David Tolnay <[email protected]>:Zoey Riordan <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "bincode",
"CARGO_PKG_REPOSITORY": "https://github.com/servo/bincode",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.3.3",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3"
},
{
"package_name": "iana-time-zone",
"package_version": "0.1.53",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libiana_time_zone-6ae06bc47f38da15.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libiana_time_zone-6ae06bc47f38da15.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"iana_time_zone",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.53/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"fallback\"",
"-C",
"metadata=6ae06bc47f38da15",
"-C",
"extra-filename=-6ae06bc47f38da15",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "iana_time_zone",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.53",
"CARGO_PKG_AUTHORS": "Andrew Straw <[email protected]>:René Kijewski <[email protected]>:Ryan Lopopolo <[email protected]>",
"CARGO_PKG_DESCRIPTION": "get the IANA time zone for the current system",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "iana-time-zone",
"CARGO_PKG_REPOSITORY": "https://github.com/strawlab/iana-time-zone",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.53",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "53",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.53"
},
{
"package_name": "autocfg",
"package_version": "1.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"autocfg",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=b08acbb9ce4f5d54",
"-C",
"extra-filename=-b08acbb9ce4f5d54",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "autocfg",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0",
"CARGO_PKG_AUTHORS": "Josh Stone <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Automatic cfg for Rust compiler features",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "autocfg",
"CARGO_PKG_REPOSITORY": "https://github.com/cuviper/autocfg",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.1.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0"
},
{
"package_name": "num-integer",
"package_version": "0.1.45",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-integer-6b95ef5ce7ca143d/build_script_build-6b95ef5ce7ca143d"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-integer-6b95ef5ce7ca143d/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-integer-6b95ef5ce7ca143d/build_script_build-6b95ef5ce7ca143d"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=6b95ef5ce7ca143d",
"-C",
"extra-filename=-6b95ef5ce7ca143d",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-integer-6b95ef5ce7ca143d",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Integer traits and functions",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-num/num-integer",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "num-integer",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-num/num-integer",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.45",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "45",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45"
},
{
"package_name": "num-integer",
"package_version": "0.1.45",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
23
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-integer-6b95ef5ce7ca143d/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Integer traits and functions",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-num/num-integer",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "num-integer",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-num/num-integer",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.45",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "45",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-integer-751ded1af0ca73ad/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45"
},
{
"package_name": "num-traits",
"package_version": "0.2.15",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-traits-872082f335578edf/build_script_build-872082f335578edf"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-traits-872082f335578edf/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-traits-872082f335578edf/build_script_build-872082f335578edf"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=872082f335578edf",
"-C",
"extra-filename=-872082f335578edf",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-traits-872082f335578edf",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Numeric traits for generic mathematics",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-num/num-traits",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "num-traits",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-num/num-traits",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.15",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "15",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15"
},
{
"package_name": "num-traits",
"package_version": "0.2.15",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
25
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-traits-872082f335578edf/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Numeric traits for generic mathematics",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-num/num-traits",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "num-traits",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-num/num-traits",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.15",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "15",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-traits-53bed5f8a60f7a77/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15"
},
{
"package_name": "num-traits",
"package_version": "0.2.15",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
26
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_traits-dad16ad60d2371b9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_traits-dad16ad60d2371b9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"num_traits",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=dad16ad60d2371b9",
"-C",
"extra-filename=-dad16ad60d2371b9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "num_traits",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Numeric traits for generic mathematics",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-num/num-traits",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "num-traits",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-num/num-traits",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.15",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "15",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-traits-53bed5f8a60f7a77/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15"
},
{
"package_name": "num-integer",
"package_version": "0.1.45",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
24,
27
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_integer-889ad73ea3da7bc4.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_integer-889ad73ea3da7bc4.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"num_integer",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=889ad73ea3da7bc4",
"-C",
"extra-filename=-889ad73ea3da7bc4",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"num_traits=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_traits-dad16ad60d2371b9.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "num_integer",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Integer traits and functions",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-num/num-integer",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "num-integer",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-num/num-integer",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.45",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "45",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/num-integer-751ded1af0ca73ad/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45"
},
{
"package_name": "libc",
"package_version": "0.2.138",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/libc-e9d3403e8be9d264/build_script_build-e9d3403e8be9d264"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/libc-e9d3403e8be9d264/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/libc-e9d3403e8be9d264/build_script_build-e9d3403e8be9d264"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"extra_traits\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=e9d3403e8be9d264",
"-C",
"extra-filename=-e9d3403e8be9d264",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/libc-e9d3403e8be9d264",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Raw FFI bindings to platform libraries like libc.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/libc",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "libc",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/libc",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.138",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "138",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138"
},
{
"package_name": "libc",
"package_version": "0.2.138",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
29
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/libc-e9d3403e8be9d264/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_EXTRA_TRAITS": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Raw FFI bindings to platform libraries like libc.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/libc",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "libc",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/libc",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.138",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "138",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/libc-dc0ca3e7be6ea863/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138"
},
{
"package_name": "libc",
"package_version": "0.2.138",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
30
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"libc",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"extra_traits\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=c485fcfca7949be2",
"-C",
"extra-filename=-c485fcfca7949be2",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "libc",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Raw FFI bindings to platform libraries like libc.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/libc",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "libc",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/libc",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.138",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "138",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/libc-dc0ca3e7be6ea863/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138"
},
{
"package_name": "time",
"package_version": "0.1.45",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime-88f35c4b51a3f69f.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime-88f35c4b51a3f69f.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"time",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.45/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=88f35c4b51a3f69f",
"-C",
"extra-filename=-88f35c4b51a3f69f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "time",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.45",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Utilities for working with time-related functions in Rust.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/time-rs/time",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "time",
"CARGO_PKG_REPOSITORY": "https://github.com/time-rs/time",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.45",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "45",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.45"
},
{
"package_name": "chrono",
"package_version": "0.4.23",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
21,
28,
27,
32
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libchrono-081f3ff8937ea01b.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libchrono-081f3ff8937ea01b.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"chrono",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.23/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"clock\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"iana-time-zone\"",
"--cfg",
"feature=\"js-sys\"",
"--cfg",
"feature=\"oldtime\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"time\"",
"--cfg",
"feature=\"wasm-bindgen\"",
"--cfg",
"feature=\"wasmbind\"",
"--cfg",
"feature=\"winapi\"",
"-C",
"metadata=081f3ff8937ea01b",
"-C",
"extra-filename=-081f3ff8937ea01b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"iana_time_zone=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libiana_time_zone-6ae06bc47f38da15.rmeta",
"--extern",
"num_integer=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_integer-889ad73ea3da7bc4.rmeta",
"--extern",
"num_traits=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_traits-dad16ad60d2371b9.rmeta",
"--extern",
"time=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime-88f35c4b51a3f69f.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "chrono",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.23",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Date and time library for Rust",
"CARGO_PKG_HOMEPAGE": "https://github.com/chronotope/chrono",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "chrono",
"CARGO_PKG_REPOSITORY": "https://github.com/chronotope/chrono",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.23",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "23",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.23"
},
{
"package_name": "bitflags",
"package_version": "1.3.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-506a858d08db7355.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-506a858d08db7355.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"bitflags",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=506a858d08db7355",
"-C",
"extra-filename=-506a858d08db7355",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "bitflags",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "A macro to generate structures which behave like bitflags.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/bitflags/bitflags",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "bitflags",
"CARGO_PKG_REPOSITORY": "https://github.com/bitflags/bitflags",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.3.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2"
},
{
"package_name": "heck",
"package_version": "0.4.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libheck-6e10a4892ba84b4f.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libheck-6e10a4892ba84b4f.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"heck",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.4.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=6e10a4892ba84b4f",
"-C",
"extra-filename=-6e10a4892ba84b4f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "heck",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.4.0",
"CARGO_PKG_AUTHORS": "Without Boats <[email protected]>",
"CARGO_PKG_DESCRIPTION": "heck is a case conversion library.",
"CARGO_PKG_HOMEPAGE": "https://github.com/withoutboats/heck",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "heck",
"CARGO_PKG_REPOSITORY": "https://github.com/withoutboats/heck",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.4.0"
},
{
"package_name": "version_check",
"package_version": "0.9.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libversion_check-594adba18a599ffd.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libversion_check-594adba18a599ffd.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"version_check",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=594adba18a599ffd",
"-C",
"extra-filename=-594adba18a599ffd",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "version_check",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4",
"CARGO_PKG_AUTHORS": "Sergio Benitez <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Tiny crate to check the version of the installed/running rustc.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "version_check",
"CARGO_PKG_REPOSITORY": "https://github.com/SergioBenitez/version_check",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.9.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4"
},
{
"package_name": "proc-macro-error",
"package_version": "1.0.4",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
36
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-ca5e2143b7d4399e/build_script_build-ca5e2143b7d4399e"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-ca5e2143b7d4399e/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-ca5e2143b7d4399e/build_script_build-ca5e2143b7d4399e"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"syn\"",
"--cfg",
"feature=\"syn-error\"",
"-C",
"metadata=ca5e2143b7d4399e",
"-C",
"extra-filename=-ca5e2143b7d4399e",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-ca5e2143b7d4399e",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"version_check=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libversion_check-594adba18a599ffd.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4",
"CARGO_PKG_AUTHORS": "CreepySkeleton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Almost drop-in replacement to panics in proc-macros",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro-error",
"CARGO_PKG_REPOSITORY": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4"
},
{
"package_name": "proc-macro-error",
"package_version": "1.0.4",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
37
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-ca5e2143b7d4399e/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_SYN": "1",
"CARGO_FEATURE_SYN_ERROR": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4",
"CARGO_PKG_AUTHORS": "CreepySkeleton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Almost drop-in replacement to panics in proc-macros",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro-error",
"CARGO_PKG_REPOSITORY": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "0",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-7fe146e4fa4486c8/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4"
},
{
"package_name": "proc-macro-error-attr",
"package_version": "1.0.4",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
36
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-attr-869774094b76fc2f/build_script_build-869774094b76fc2f"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-attr-869774094b76fc2f/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-attr-869774094b76fc2f/build_script_build-869774094b76fc2f"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=869774094b76fc2f",
"-C",
"extra-filename=-869774094b76fc2f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-attr-869774094b76fc2f",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"version_check=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libversion_check-594adba18a599ffd.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4",
"CARGO_PKG_AUTHORS": "CreepySkeleton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Attribute macro for proc-macro-error crate",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro-error-attr",
"CARGO_PKG_REPOSITORY": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4"
},
{
"package_name": "proc-macro-error-attr",
"package_version": "1.0.4",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
39
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-attr-869774094b76fc2f/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4",
"CARGO_PKG_AUTHORS": "CreepySkeleton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Attribute macro for proc-macro-error crate",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro-error-attr",
"CARGO_PKG_REPOSITORY": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "0",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-attr-e97b8a2039d3e54c/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4"
},
{
"package_name": "proc-macro-error-attr",
"package_version": "1.0.4",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
40,
9,
12
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro_error_attr-eb4e3b0dc31673c4.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"proc_macro_error_attr",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=eb4e3b0dc31673c4",
"-C",
"extra-filename=-eb4e3b0dc31673c4",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "proc_macro_error_attr",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4",
"CARGO_PKG_AUTHORS": "CreepySkeleton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Attribute macro for proc-macro-error crate",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro-error-attr",
"CARGO_PKG_REPOSITORY": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-attr-e97b8a2039d3e54c/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4"
},
{
"package_name": "proc-macro-error",
"package_version": "1.0.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
38,
41,
9,
12,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro_error-e60fa1f017e53311.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro_error-e60fa1f017e53311.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"proc_macro_error",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"syn\"",
"--cfg",
"feature=\"syn-error\"",
"-C",
"metadata=e60fa1f017e53311",
"-C",
"extra-filename=-e60fa1f017e53311",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro_error_attr=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro_error_attr-eb4e3b0dc31673c4.so",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rmeta",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rmeta",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "proc_macro_error",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4",
"CARGO_PKG_AUTHORS": "CreepySkeleton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Almost drop-in replacement to panics in proc-macros",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "proc-macro-error",
"CARGO_PKG_REPOSITORY": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/proc-macro-error-7fe146e4fa4486c8/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4"
},
{
"package_name": "clap_derive",
"package_version": "4.1.0",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
35,
42,
9,
12,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap_derive-b38e64577c2cb00b.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"clap_derive",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-4.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=b38e64577c2cb00b",
"-C",
"extra-filename=-b38e64577c2cb00b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"heck=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libheck-6e10a4892ba84b4f.rlib",
"--extern",
"proc_macro_error=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro_error-e60fa1f017e53311.rlib",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "clap_derive",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-4.1.0",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Parse command line argument by defining a struct, derive crate.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "clap_derive",
"CARGO_PKG_REPOSITORY": "https://github.com/clap-rs/clap/tree/master/clap_derive",
"CARGO_PKG_RUST_VERSION": "1.64.0",
"CARGO_PKG_VERSION": "4.1.0",
"CARGO_PKG_VERSION_MAJOR": "4",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-4.1.0"
},
{
"package_name": "os_str_bytes",
"package_version": "6.4.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libos_str_bytes-a2e7e49c956e61da.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libos_str_bytes-a2e7e49c956e61da.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"os_str_bytes",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.4.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"raw_os_str\"",
"-C",
"metadata=a2e7e49c956e61da",
"-C",
"extra-filename=-a2e7e49c956e61da",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "os_str_bytes",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.4.1",
"CARGO_PKG_AUTHORS": "dylni",
"CARGO_PKG_DESCRIPTION": "Convert between byte sequences and platform-native strings\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "os_str_bytes",
"CARGO_PKG_REPOSITORY": "https://github.com/dylni/os_str_bytes",
"CARGO_PKG_RUST_VERSION": "1.57.0",
"CARGO_PKG_VERSION": "6.4.1",
"CARGO_PKG_VERSION_MAJOR": "6",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.4.1"
},
{
"package_name": "clap_lex",
"package_version": "0.3.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
44
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap_lex-91ef32d8acea36f9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap_lex-91ef32d8acea36f9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"clap_lex",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=91ef32d8acea36f9",
"-C",
"extra-filename=-91ef32d8acea36f9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"os_str_bytes=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libos_str_bytes-a2e7e49c956e61da.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "clap_lex",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.0",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Minimal, flexible command line parser",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "clap_lex",
"CARGO_PKG_REPOSITORY": "https://github.com/clap-rs/clap/tree/master/clap_lex",
"CARGO_PKG_RUST_VERSION": "1.60.0",
"CARGO_PKG_VERSION": "0.3.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.0"
},
{
"package_name": "io-lifetimes",
"package_version": "1.0.3",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/io-lifetimes-620200de8b515ae3/build_script_build-620200de8b515ae3"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/io-lifetimes-620200de8b515ae3/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/io-lifetimes-620200de8b515ae3/build_script_build-620200de8b515ae3"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"close\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"libc\"",
"--cfg",
"feature=\"windows-sys\"",
"-C",
"metadata=620200de8b515ae3",
"-C",
"extra-filename=-620200de8b515ae3",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/io-lifetimes-620200de8b515ae3",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3",
"CARGO_PKG_AUTHORS": "Dan Gohman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A low-level I/O ownership and borrowing library",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "io-lifetimes",
"CARGO_PKG_REPOSITORY": "https://github.com/sunfishcode/io-lifetimes",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.3",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3"
},
{
"package_name": "io-lifetimes",
"package_version": "1.0.3",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
46
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/io-lifetimes-620200de8b515ae3/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_CLOSE": "1",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_LIBC": "1",
"CARGO_FEATURE_WINDOWS_SYS": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3",
"CARGO_PKG_AUTHORS": "Dan Gohman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A low-level I/O ownership and borrowing library",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "io-lifetimes",
"CARGO_PKG_REPOSITORY": "https://github.com/sunfishcode/io-lifetimes",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.3",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/io-lifetimes-fce7be185a16e71a/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3"
},
{
"package_name": "io-lifetimes",
"package_version": "1.0.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
47,
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libio_lifetimes-8761dff82200d514.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libio_lifetimes-8761dff82200d514.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"io_lifetimes",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"close\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"libc\"",
"--cfg",
"feature=\"windows-sys\"",
"-C",
"metadata=8761dff82200d514",
"-C",
"extra-filename=-8761dff82200d514",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "io_lifetimes",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3",
"CARGO_PKG_AUTHORS": "Dan Gohman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A low-level I/O ownership and borrowing library",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "io-lifetimes",
"CARGO_PKG_REPOSITORY": "https://github.com/sunfishcode/io-lifetimes",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.3",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/io-lifetimes-fce7be185a16e71a/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3"
},
{
"package_name": "linux-raw-sys",
"package_version": "0.1.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblinux_raw_sys-31450e542a41859c.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblinux_raw_sys-31450e542a41859c.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"linux_raw_sys",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.1.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"errno\"",
"--cfg",
"feature=\"general\"",
"--cfg",
"feature=\"ioctl\"",
"--cfg",
"feature=\"no_std\"",
"-C",
"metadata=31450e542a41859c",
"-C",
"extra-filename=-31450e542a41859c",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "linux_raw_sys",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.1.3",
"CARGO_PKG_AUTHORS": "Dan Gohman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Generated bindings for Linux's userspace API",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "linux-raw-sys",
"CARGO_PKG_REPOSITORY": "https://github.com/sunfishcode/linux-raw-sys",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.3",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.1.3"
},
{
"package_name": "rustix",
"package_version": "0.36.5",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/rustix-564ef0725ae20cbf/build_script_build-564ef0725ae20cbf"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/rustix-564ef0725ae20cbf/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/rustix-564ef0725ae20cbf/build_script_build-564ef0725ae20cbf"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"io-lifetimes\"",
"--cfg",
"feature=\"libc\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"termios\"",
"--cfg",
"feature=\"use-libc-auxv\"",
"-C",
"metadata=564ef0725ae20cbf",
"-C",
"extra-filename=-564ef0725ae20cbf",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/rustix-564ef0725ae20cbf",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5",
"CARGO_PKG_AUTHORS": "Dan Gohman <[email protected]>:Jakub Konka <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rustix",
"CARGO_PKG_REPOSITORY": "https://github.com/bytecodealliance/rustix",
"CARGO_PKG_RUST_VERSION": "1.48",
"CARGO_PKG_VERSION": "0.36.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "36",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5"
},
{
"package_name": "rustix",
"package_version": "0.36.5",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
50
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/rustix-564ef0725ae20cbf/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_IO_LIFETIMES": "1",
"CARGO_FEATURE_LIBC": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_FEATURE_TERMIOS": "1",
"CARGO_FEATURE_USE_LIBC_AUXV": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5",
"CARGO_PKG_AUTHORS": "Dan Gohman <[email protected]>:Jakub Konka <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rustix",
"CARGO_PKG_REPOSITORY": "https://github.com/bytecodealliance/rustix",
"CARGO_PKG_RUST_VERSION": "1.48",
"CARGO_PKG_VERSION": "0.36.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "36",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/rustix-0a35ac60c5308ea9/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5"
},
{
"package_name": "rustix",
"package_version": "0.36.5",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
34,
48,
31,
49,
51
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustix-cac6ad09dba1efaa.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustix-cac6ad09dba1efaa.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"rustix",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"io-lifetimes\"",
"--cfg",
"feature=\"libc\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"termios\"",
"--cfg",
"feature=\"use-libc-auxv\"",
"-C",
"metadata=cac6ad09dba1efaa",
"-C",
"extra-filename=-cac6ad09dba1efaa",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bitflags=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-506a858d08db7355.rmeta",
"--extern",
"io_lifetimes=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libio_lifetimes-8761dff82200d514.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"linux_raw_sys=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblinux_raw_sys-31450e542a41859c.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "rustix",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5",
"CARGO_PKG_AUTHORS": "Dan Gohman <[email protected]>:Jakub Konka <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rustix",
"CARGO_PKG_REPOSITORY": "https://github.com/bytecodealliance/rustix",
"CARGO_PKG_RUST_VERSION": "1.48",
"CARGO_PKG_VERSION": "0.36.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "36",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/rustix-0a35ac60c5308ea9/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5"
},
{
"package_name": "is-terminal",
"package_version": "0.4.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
48,
52
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libis_terminal-5b51c1f01fda42f0.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libis_terminal-5b51c1f01fda42f0.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"is_terminal",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=5b51c1f01fda42f0",
"-C",
"extra-filename=-5b51c1f01fda42f0",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"io_lifetimes=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libio_lifetimes-8761dff82200d514.rmeta",
"--extern",
"rustix=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustix-cac6ad09dba1efaa.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "is_terminal",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.1",
"CARGO_PKG_AUTHORS": "softprops <[email protected]>:Dan Gohman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Test whether a given stream is a terminal",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "is-terminal",
"CARGO_PKG_REPOSITORY": "https://github.com/sunfishcode/is-terminal",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.1"
},
{
"package_name": "once_cell",
"package_version": "1.17.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"once_cell",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"race\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"unstable\"",
"-C",
"metadata=cd9ecc75d7f85def",
"-C",
"extra-filename=-cd9ecc75d7f85def",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "once_cell",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1",
"CARGO_PKG_AUTHORS": "Aleksey Kladov <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Single assignment cells and lazy values.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "once_cell",
"CARGO_PKG_REPOSITORY": "https://github.com/matklad/once_cell",
"CARGO_PKG_RUST_VERSION": "1.56",
"CARGO_PKG_VERSION": "1.17.1",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "17",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1"
},
{
"package_name": "strsim",
"package_version": "0.10.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstrsim-cc09c4a8d064b6d1.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstrsim-cc09c4a8d064b6d1.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"strsim",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=cc09c4a8d064b6d1",
"-C",
"extra-filename=-cc09c4a8d064b6d1",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "strsim",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0",
"CARGO_PKG_AUTHORS": "Danny Guo <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/dguo/strsim-rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "strsim",
"CARGO_PKG_REPOSITORY": "https://github.com/dguo/strsim-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.10.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "10",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0"
},
{
"package_name": "termcolor",
"package_version": "1.1.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtermcolor-da3065eb54e85dfe.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtermcolor-da3065eb54e85dfe.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"termcolor",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=da3065eb54e85dfe",
"-C",
"extra-filename=-da3065eb54e85dfe",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "termcolor",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3",
"CARGO_PKG_AUTHORS": "Andrew Gallant <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A simple cross platform library for writing colored text to a terminal.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/BurntSushi/termcolor",
"CARGO_PKG_LICENSE": "Unlicense OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "termcolor",
"CARGO_PKG_REPOSITORY": "https://github.com/BurntSushi/termcolor",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.1.3",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3"
},
{
"package_name": "clap",
"package_version": "4.1.6",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
34,
43,
45,
53,
54,
55,
56
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap-3c987d7044694fbb.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap-3c987d7044694fbb.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"clap",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.1.6/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"color\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"derive\"",
"--cfg",
"feature=\"error-context\"",
"--cfg",
"feature=\"help\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"suggestions\"",
"--cfg",
"feature=\"usage\"",
"-C",
"metadata=3c987d7044694fbb",
"-C",
"extra-filename=-3c987d7044694fbb",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bitflags=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-506a858d08db7355.rmeta",
"--extern",
"clap_derive=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap_derive-b38e64577c2cb00b.so",
"--extern",
"clap_lex=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap_lex-91ef32d8acea36f9.rmeta",
"--extern",
"is_terminal=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libis_terminal-5b51c1f01fda42f0.rmeta",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--extern",
"strsim=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstrsim-cc09c4a8d064b6d1.rmeta",
"--extern",
"termcolor=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtermcolor-da3065eb54e85dfe.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "clap",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.1.6",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "A simple to use, efficient, and full-featured Command Line Argument Parser",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "clap",
"CARGO_PKG_REPOSITORY": "https://github.com/clap-rs/clap",
"CARGO_PKG_RUST_VERSION": "1.64.0",
"CARGO_PKG_VERSION": "4.1.6",
"CARGO_PKG_VERSION_MAJOR": "4",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "6",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.1.6"
},
{
"package_name": "cfg-if",
"package_version": "1.0.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"cfg_if",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=00c152809c83ebfd",
"-C",
"extra-filename=-00c152809c83ebfd",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "cfg_if",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/alexcrichton/cfg-if",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "cfg-if",
"CARGO_PKG_REPOSITORY": "https://github.com/alexcrichton/cfg-if",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0"
},
{
"package_name": "crc32fast",
"package_version": "1.3.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crc32fast-e84e1de8aa549648/build_script_build-e84e1de8aa549648"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crc32fast-e84e1de8aa549648/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crc32fast-e84e1de8aa549648/build_script_build-e84e1de8aa549648"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=e84e1de8aa549648",
"-C",
"extra-filename=-e84e1de8aa549648",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crc32fast-e84e1de8aa549648",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2",
"CARGO_PKG_AUTHORS": "Sam Rijs <[email protected]>:Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crc32fast",
"CARGO_PKG_REPOSITORY": "https://github.com/srijs/rust-crc32fast",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.3.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2"
},
{
"package_name": "crc32fast",
"package_version": "1.3.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
59
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crc32fast-e84e1de8aa549648/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2",
"CARGO_PKG_AUTHORS": "Sam Rijs <[email protected]>:Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crc32fast",
"CARGO_PKG_REPOSITORY": "https://github.com/srijs/rust-crc32fast",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.3.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crc32fast-482b1a6bc58ad4e9/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2"
},
{
"package_name": "crc32fast",
"package_version": "1.3.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
60
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrc32fast-6c228c2786277d0a.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrc32fast-6c228c2786277d0a.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crc32fast",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=6c228c2786277d0a",
"-C",
"extra-filename=-6c228c2786277d0a",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crc32fast",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2",
"CARGO_PKG_AUTHORS": "Sam Rijs <[email protected]>:Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crc32fast",
"CARGO_PKG_REPOSITORY": "https://github.com/srijs/rust-crc32fast",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.3.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crc32fast-482b1a6bc58ad4e9/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2"
},
{
"package_name": "ahash",
"package_version": "0.7.6",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
36
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-55201c9118f6aaa8/build_script_build-55201c9118f6aaa8"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-55201c9118f6aaa8/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-55201c9118f6aaa8/build_script_build-55201c9118f6aaa8"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/./build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=55201c9118f6aaa8",
"-C",
"extra-filename=-55201c9118f6aaa8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-55201c9118f6aaa8",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"version_check=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libversion_check-594adba18a599ffd.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6",
"CARGO_PKG_AUTHORS": "Tom Kaitchuck <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A non-cryptographic hash function using AES-NI for high performance",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ahash",
"CARGO_PKG_REPOSITORY": "https://github.com/tkaitchuck/ahash",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.7.6",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "6",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6"
},
{
"package_name": "ahash",
"package_version": "0.7.6",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
62
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-55201c9118f6aaa8/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6",
"CARGO_PKG_AUTHORS": "Tom Kaitchuck <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A non-cryptographic hash function using AES-NI for high performance",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ahash",
"CARGO_PKG_REPOSITORY": "https://github.com/tkaitchuck/ahash",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.7.6",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "6",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-7b831ba11a4f3131/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6"
},
{
"package_name": "getrandom",
"package_version": "0.2.8",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-2527176223d9def6.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-2527176223d9def6.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"getrandom",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"js\"",
"--cfg",
"feature=\"js-sys\"",
"--cfg",
"feature=\"rdrand\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"wasm-bindgen\"",
"-C",
"metadata=2527176223d9def6",
"-C",
"extra-filename=-2527176223d9def6",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "getrandom",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8",
"CARGO_PKG_AUTHORS": "The Rand Project Developers",
"CARGO_PKG_DESCRIPTION": "A small cross-platform library for retrieving random data from system source",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "getrandom",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-random/getrandom",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.8",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "8",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8"
},
{
"package_name": "ahash",
"package_version": "0.7.6",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
63,
64,
54
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libahash-056852c06c01bef8.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libahash-056852c06c01bef8.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ahash",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=056852c06c01bef8",
"-C",
"extra-filename=-056852c06c01bef8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"getrandom=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-2527176223d9def6.rmeta",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ahash",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6",
"CARGO_PKG_AUTHORS": "Tom Kaitchuck <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A non-cryptographic hash function using AES-NI for high performance",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ahash",
"CARGO_PKG_REPOSITORY": "https://github.com/tkaitchuck/ahash",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.7.6",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "6",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-7b831ba11a4f3131/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6"
},
{
"package_name": "hashbrown",
"package_version": "0.12.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
65
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-bc7d383197909203.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-bc7d383197909203.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"hashbrown",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"ahash\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"inline-more\"",
"--cfg",
"feature=\"raw\"",
"-C",
"metadata=bc7d383197909203",
"-C",
"extra-filename=-bc7d383197909203",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"ahash=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libahash-056852c06c01bef8.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "hashbrown",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A Rust port of Google's SwissTable hash map",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "hashbrown",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/hashbrown",
"CARGO_PKG_RUST_VERSION": "1.56.0",
"CARGO_PKG_VERSION": "0.12.3",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3"
},
{
"package_name": "lock_api",
"package_version": "0.4.9",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/lock_api-d287fb59aba30cae/build_script_build-d287fb59aba30cae"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/lock_api-d287fb59aba30cae/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/lock_api-d287fb59aba30cae/build_script_build-d287fb59aba30cae"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=d287fb59aba30cae",
"-C",
"extra-filename=-d287fb59aba30cae",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/lock_api-d287fb59aba30cae",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "lock_api",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/parking_lot",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.9",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "9",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9"
},
{
"package_name": "lock_api",
"package_version": "0.4.9",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
67
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/lock_api-d287fb59aba30cae/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "lock_api",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/parking_lot",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.9",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "9",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/lock_api-d2a3b88219367791/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9"
},
{
"package_name": "scopeguard",
"package_version": "1.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libscopeguard-25bf09c1dfef2947.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libscopeguard-25bf09c1dfef2947.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"scopeguard",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=25bf09c1dfef2947",
"-C",
"extra-filename=-25bf09c1dfef2947",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "scopeguard",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0",
"CARGO_PKG_AUTHORS": "bluss",
"CARGO_PKG_DESCRIPTION": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "scopeguard",
"CARGO_PKG_REPOSITORY": "https://github.com/bluss/scopeguard",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.1.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0"
},
{
"package_name": "lock_api",
"package_version": "0.4.9",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
68,
69
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblock_api-92e9bf20072e3aec.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblock_api-92e9bf20072e3aec.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"lock_api",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=92e9bf20072e3aec",
"-C",
"extra-filename=-92e9bf20072e3aec",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"scopeguard=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libscopeguard-25bf09c1dfef2947.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "lock_api",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "lock_api",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/parking_lot",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.9",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "9",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/lock_api-d2a3b88219367791/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9"
},
{
"package_name": "parking_lot_core",
"package_version": "0.9.5",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/parking_lot_core-b663a6f68af3cd5a/build_script_build-b663a6f68af3cd5a"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/parking_lot_core-b663a6f68af3cd5a/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/parking_lot_core-b663a6f68af3cd5a/build_script_build-b663a6f68af3cd5a"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=b663a6f68af3cd5a",
"-C",
"extra-filename=-b663a6f68af3cd5a",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/parking_lot_core-b663a6f68af3cd5a",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "An advanced API for creating custom synchronization primitives.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "parking_lot_core",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/parking_lot",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.9.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5"
},
{
"package_name": "parking_lot_core",
"package_version": "0.9.5",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
71
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/parking_lot_core-b663a6f68af3cd5a/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "An advanced API for creating custom synchronization primitives.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "parking_lot_core",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/parking_lot",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.9.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/parking_lot_core-13114aac3802ce8b/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5"
},
{
"package_name": "smallvec",
"package_version": "1.10.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsmallvec-7b36c5594efc9ce6.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsmallvec-7b36c5594efc9ce6.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"smallvec",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=7b36c5594efc9ce6",
"-C",
"extra-filename=-7b36c5594efc9ce6",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "smallvec",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0",
"CARGO_PKG_AUTHORS": "The Servo Project Developers",
"CARGO_PKG_DESCRIPTION": "'Small vector' optimization: store up to a small number of items on the stack",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "smallvec",
"CARGO_PKG_REPOSITORY": "https://github.com/servo/rust-smallvec",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.10.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "10",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0"
},
{
"package_name": "parking_lot_core",
"package_version": "0.9.5",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
31,
72,
73
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking_lot_core-8116c73f0bc84c3f.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking_lot_core-8116c73f0bc84c3f.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"parking_lot_core",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=8116c73f0bc84c3f",
"-C",
"extra-filename=-8116c73f0bc84c3f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"smallvec=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsmallvec-7b36c5594efc9ce6.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "parking_lot_core",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "An advanced API for creating custom synchronization primitives.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "parking_lot_core",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/parking_lot",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.9.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/parking_lot_core-13114aac3802ce8b/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5"
},
{
"package_name": "dashmap",
"package_version": "5.4.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
66,
70,
54,
74
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libdashmap-677261f40ae23caa.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libdashmap-677261f40ae23caa.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"dashmap",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/dashmap-5.4.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=677261f40ae23caa",
"-C",
"extra-filename=-677261f40ae23caa",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"hashbrown=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-bc7d383197909203.rmeta",
"--extern",
"lock_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblock_api-92e9bf20072e3aec.rmeta",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--extern",
"parking_lot_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking_lot_core-8116c73f0bc84c3f.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "dashmap",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/dashmap-5.4.0",
"CARGO_PKG_AUTHORS": "Acrimon <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Blazing fast concurrent HashMap for Rust.",
"CARGO_PKG_HOMEPAGE": "https://github.com/xacrimon/dashmap",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "dashmap",
"CARGO_PKG_REPOSITORY": "https://github.com/xacrimon/dashmap",
"CARGO_PKG_RUST_VERSION": "1.59",
"CARGO_PKG_VERSION": "5.4.0",
"CARGO_PKG_VERSION_MAJOR": "5",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/dashmap-5.4.0"
},
{
"package_name": "futures-channel",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-channel-7e84bb05b97c7778/build_script_build-7e84bb05b97c7778"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-channel-7e84bb05b97c7778/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-channel-7e84bb05b97c7778/build_script_build-7e84bb05b97c7778"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"futures-sink\"",
"--cfg",
"feature=\"sink\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=7e84bb05b97c7778",
"-C",
"extra-filename=-7e84bb05b97c7778",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-channel-7e84bb05b97c7778",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Channels for asynchronous communication using futures-rs.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-channel",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25"
},
{
"package_name": "futures-channel",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
76
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-channel-7e84bb05b97c7778/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_ALLOC": "1",
"CARGO_FEATURE_FUTURES_SINK": "1",
"CARGO_FEATURE_SINK": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Channels for asynchronous communication using futures-rs.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-channel",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-channel-6abf13f5eb82a0dc/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25"
},
{
"package_name": "futures-core",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-core-ecc40aa1fde5c7cf/build_script_build-ecc40aa1fde5c7cf"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-core-ecc40aa1fde5c7cf/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-core-ecc40aa1fde5c7cf/build_script_build-ecc40aa1fde5c7cf"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=ecc40aa1fde5c7cf",
"-C",
"extra-filename=-ecc40aa1fde5c7cf",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-core-ecc40aa1fde5c7cf",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "The core traits and types in for the `futures` library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-core",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25"
},
{
"package_name": "futures-core",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
78
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-core-ecc40aa1fde5c7cf/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_ALLOC": "1",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "The core traits and types in for the `futures` library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-core",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-core-5b31af2fd897aafd/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25"
},
{
"package_name": "futures-core",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
79
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_core",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=78052c0731a8f415",
"-C",
"extra-filename=-78052c0731a8f415",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_core",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "The core traits and types in for the `futures` library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-core",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-core-5b31af2fd897aafd/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25"
},
{
"package_name": "futures-sink",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_sink-3d49219bb9b0bcd6.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_sink-3d49219bb9b0bcd6.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_sink",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=3d49219bb9b0bcd6",
"-C",
"extra-filename=-3d49219bb9b0bcd6",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_sink",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "The asynchronous `Sink` trait for the futures-rs library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-sink",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.25"
},
{
"package_name": "futures-channel",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
77,
80,
81
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_channel-b950a74d18d62080.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_channel-b950a74d18d62080.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_channel",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"futures-sink\"",
"--cfg",
"feature=\"sink\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=b950a74d18d62080",
"-C",
"extra-filename=-b950a74d18d62080",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"futures_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rmeta",
"--extern",
"futures_sink=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_sink-3d49219bb9b0bcd6.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_channel",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Channels for asynchronous communication using futures-rs.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-channel",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-channel-6abf13f5eb82a0dc/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25"
},
{
"package_name": "futures-task",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-task-f5f36a7054411e31/build_script_build-f5f36a7054411e31"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-task-f5f36a7054411e31/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-task-f5f36a7054411e31/build_script_build-f5f36a7054411e31"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=f5f36a7054411e31",
"-C",
"extra-filename=-f5f36a7054411e31",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-task-f5f36a7054411e31",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Tools for working with tasks.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-task",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25"
},
{
"package_name": "futures-task",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
83
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-task-f5f36a7054411e31/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_ALLOC": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Tools for working with tasks.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-task",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-task-9c90900e8ce40167/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25"
},
{
"package_name": "futures-task",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
84
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_task-5244f68ac8d9b843.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_task-5244f68ac8d9b843.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_task",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=5244f68ac8d9b843",
"-C",
"extra-filename=-5244f68ac8d9b843",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_task",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Tools for working with tasks.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-task",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-task-9c90900e8ce40167/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25"
},
{
"package_name": "futures-io",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_io-ae7ab6c75fc3482c.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_io-ae7ab6c75fc3482c.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_io",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=ae7ab6c75fc3482c",
"-C",
"extra-filename=-ae7ab6c75fc3482c",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_io",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-io",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.25"
},
{
"package_name": "futures-macro",
"package_version": "0.3.25",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
12,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_macro-4dfb451bbac0f156.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_macro",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=4dfb451bbac0f156",
"-C",
"extra-filename=-4dfb451bbac0f156",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_macro",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "The futures-rs procedural macro implementations.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-macro",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.25"
},
{
"package_name": "futures-util",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-util-48e9b2457a57f64a/build_script_build-48e9b2457a57f64a"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-util-48e9b2457a57f64a/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-util-48e9b2457a57f64a/build_script_build-48e9b2457a57f64a"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"async-await\"",
"--cfg",
"feature=\"async-await-macro\"",
"--cfg",
"feature=\"channel\"",
"--cfg",
"feature=\"futures-channel\"",
"--cfg",
"feature=\"futures-io\"",
"--cfg",
"feature=\"futures-macro\"",
"--cfg",
"feature=\"futures-sink\"",
"--cfg",
"feature=\"io\"",
"--cfg",
"feature=\"memchr\"",
"--cfg",
"feature=\"sink\"",
"--cfg",
"feature=\"slab\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=48e9b2457a57f64a",
"-C",
"extra-filename=-48e9b2457a57f64a",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-util-48e9b2457a57f64a",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Common utilities and extension traits for the futures-rs library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-util",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25"
},
{
"package_name": "futures-util",
"package_version": "0.3.25",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
88
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-util-48e9b2457a57f64a/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_ALLOC": "1",
"CARGO_FEATURE_ASYNC_AWAIT": "1",
"CARGO_FEATURE_ASYNC_AWAIT_MACRO": "1",
"CARGO_FEATURE_CHANNEL": "1",
"CARGO_FEATURE_FUTURES_CHANNEL": "1",
"CARGO_FEATURE_FUTURES_IO": "1",
"CARGO_FEATURE_FUTURES_MACRO": "1",
"CARGO_FEATURE_FUTURES_SINK": "1",
"CARGO_FEATURE_IO": "1",
"CARGO_FEATURE_MEMCHR": "1",
"CARGO_FEATURE_SINK": "1",
"CARGO_FEATURE_SLAB": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Common utilities and extension traits for the futures-rs library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-util",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-util-b5192508687a6eef/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25"
},
{
"package_name": "memchr",
"package_version": "2.5.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memchr-8b0b983665dd4661/build_script_build-8b0b983665dd4661"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memchr-8b0b983665dd4661/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memchr-8b0b983665dd4661/build_script_build-8b0b983665dd4661"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=8b0b983665dd4661",
"-C",
"extra-filename=-8b0b983665dd4661",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memchr-8b0b983665dd4661",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0",
"CARGO_PKG_AUTHORS": "Andrew Gallant <[email protected]>:bluss",
"CARGO_PKG_DESCRIPTION": "Safe interface to memchr.",
"CARGO_PKG_HOMEPAGE": "https://github.com/BurntSushi/memchr",
"CARGO_PKG_LICENSE": "Unlicense/MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memchr",
"CARGO_PKG_REPOSITORY": "https://github.com/BurntSushi/memchr",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "2.5.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0"
},
{
"package_name": "memchr",
"package_version": "2.5.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
90
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memchr-8b0b983665dd4661/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0",
"CARGO_PKG_AUTHORS": "Andrew Gallant <[email protected]>:bluss",
"CARGO_PKG_DESCRIPTION": "Safe interface to memchr.",
"CARGO_PKG_HOMEPAGE": "https://github.com/BurntSushi/memchr",
"CARGO_PKG_LICENSE": "Unlicense/MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memchr",
"CARGO_PKG_REPOSITORY": "https://github.com/BurntSushi/memchr",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "2.5.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memchr-f7ccddce8a624285/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0"
},
{
"package_name": "memchr",
"package_version": "2.5.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
91
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemchr-e555ee1213385ab3.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemchr-e555ee1213385ab3.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"memchr",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=e555ee1213385ab3",
"-C",
"extra-filename=-e555ee1213385ab3",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "memchr",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0",
"CARGO_PKG_AUTHORS": "Andrew Gallant <[email protected]>:bluss",
"CARGO_PKG_DESCRIPTION": "Safe interface to memchr.",
"CARGO_PKG_HOMEPAGE": "https://github.com/BurntSushi/memchr",
"CARGO_PKG_LICENSE": "Unlicense/MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memchr",
"CARGO_PKG_REPOSITORY": "https://github.com/BurntSushi/memchr",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "2.5.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memchr-f7ccddce8a624285/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0"
},
{
"package_name": "pin-project-lite",
"package_version": "0.2.9",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_project_lite-2fdaaa6ce07134f2.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_project_lite-2fdaaa6ce07134f2.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"pin_project_lite",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=2fdaaa6ce07134f2",
"-C",
"extra-filename=-2fdaaa6ce07134f2",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "pin_project_lite",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "A lightweight version of pin-project written with declarative macros.\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "pin-project-lite",
"CARGO_PKG_REPOSITORY": "https://github.com/taiki-e/pin-project-lite",
"CARGO_PKG_RUST_VERSION": "1.37",
"CARGO_PKG_VERSION": "0.2.9",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "9",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9"
},
{
"package_name": "pin-utils",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_utils-cfda9a0acf1acb9f.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_utils-cfda9a0acf1acb9f.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"pin_utils",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=cfda9a0acf1acb9f",
"-C",
"extra-filename=-cfda9a0acf1acb9f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "pin_utils",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0",
"CARGO_PKG_AUTHORS": "Josef Brandl <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Utilities for pinning\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "pin-utils",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang-nursery/pin-utils",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0"
},
{
"package_name": "slab",
"package_version": "0.4.7",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/slab-8869cb23fa8ca092/build_script_build-8869cb23fa8ca092"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/slab-8869cb23fa8ca092/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/slab-8869cb23fa8ca092/build_script_build-8869cb23fa8ca092"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=8869cb23fa8ca092",
"-C",
"extra-filename=-8869cb23fa8ca092",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/slab-8869cb23fa8ca092",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7",
"CARGO_PKG_AUTHORS": "Carl Lerche <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Pre-allocated storage for a uniform data type",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "slab",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/slab",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "0.4.7",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "7",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7"
},
{
"package_name": "slab",
"package_version": "0.4.7",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
95
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/slab-8869cb23fa8ca092/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7",
"CARGO_PKG_AUTHORS": "Carl Lerche <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Pre-allocated storage for a uniform data type",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "slab",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/slab",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "0.4.7",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "7",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/slab-969dc37ea2349274/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7"
},
{
"package_name": "slab",
"package_version": "0.4.7",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
96
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libslab-4323286af831b4e1.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libslab-4323286af831b4e1.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"slab",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=4323286af831b4e1",
"-C",
"extra-filename=-4323286af831b4e1",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "slab",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7",
"CARGO_PKG_AUTHORS": "Carl Lerche <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Pre-allocated storage for a uniform data type",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "slab",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/slab",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "0.4.7",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "7",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/slab-969dc37ea2349274/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7"
},
{
"package_name": "futures-util",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
82,
80,
86,
87,
81,
85,
89,
92,
93,
94,
97
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_util-170b9616cfe903a4.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_util-170b9616cfe903a4.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_util",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"async-await\"",
"--cfg",
"feature=\"async-await-macro\"",
"--cfg",
"feature=\"channel\"",
"--cfg",
"feature=\"futures-channel\"",
"--cfg",
"feature=\"futures-io\"",
"--cfg",
"feature=\"futures-macro\"",
"--cfg",
"feature=\"futures-sink\"",
"--cfg",
"feature=\"io\"",
"--cfg",
"feature=\"memchr\"",
"--cfg",
"feature=\"sink\"",
"--cfg",
"feature=\"slab\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=170b9616cfe903a4",
"-C",
"extra-filename=-170b9616cfe903a4",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"futures_channel=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_channel-b950a74d18d62080.rmeta",
"--extern",
"futures_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rmeta",
"--extern",
"futures_io=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_io-ae7ab6c75fc3482c.rmeta",
"--extern",
"futures_macro=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_macro-4dfb451bbac0f156.so",
"--extern",
"futures_sink=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_sink-3d49219bb9b0bcd6.rmeta",
"--extern",
"futures_task=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_task-5244f68ac8d9b843.rmeta",
"--extern",
"memchr=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemchr-e555ee1213385ab3.rmeta",
"--extern",
"pin_project_lite=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_project_lite-2fdaaa6ce07134f2.rmeta",
"--extern",
"pin_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_utils-cfda9a0acf1acb9f.rmeta",
"--extern",
"slab=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libslab-4323286af831b4e1.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_util",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Common utilities and extension traits for the futures-rs library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-util",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/futures-util-b5192508687a6eef/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25"
},
{
"package_name": "num_cpus",
"package_version": "1.14.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_cpus-c51fd14c0598e413.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_cpus-c51fd14c0598e413.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"num_cpus",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.14.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=c51fd14c0598e413",
"-C",
"extra-filename=-c51fd14c0598e413",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "num_cpus",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.14.0",
"CARGO_PKG_AUTHORS": "Sean McArthur <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Get the number of CPUs on a machine.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "num_cpus",
"CARGO_PKG_REPOSITORY": "https://github.com/seanmonstar/num_cpus",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.14.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "14",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.14.0"
},
{
"package_name": "futures-executor",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
80,
85,
98,
99
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_executor-71acd9c18e92917a.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_executor-71acd9c18e92917a.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_executor",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"num_cpus\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"thread-pool\"",
"-C",
"metadata=71acd9c18e92917a",
"-C",
"extra-filename=-71acd9c18e92917a",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"futures_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rmeta",
"--extern",
"futures_task=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_task-5244f68ac8d9b843.rmeta",
"--extern",
"futures_util=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_util-170b9616cfe903a4.rmeta",
"--extern",
"num_cpus=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_cpus-c51fd14c0598e413.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_executor",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Executors for asynchronous tasks based on the futures-rs library.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-executor",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.25"
},
{
"package_name": "futures",
"package_version": "0.3.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
82,
80,
100,
86,
81,
85,
98
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures-b950ef5d96f6a148.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures-b950ef5d96f6a148.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"async-await\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"executor\"",
"--cfg",
"feature=\"futures-executor\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"thread-pool\"",
"-C",
"metadata=b950ef5d96f6a148",
"-C",
"extra-filename=-b950ef5d96f6a148",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"futures_channel=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_channel-b950a74d18d62080.rmeta",
"--extern",
"futures_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rmeta",
"--extern",
"futures_executor=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_executor-71acd9c18e92917a.rmeta",
"--extern",
"futures_io=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_io-ae7ab6c75fc3482c.rmeta",
"--extern",
"futures_sink=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_sink-3d49219bb9b0bcd6.rmeta",
"--extern",
"futures_task=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_task-5244f68ac8d9b843.rmeta",
"--extern",
"futures_util=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_util-170b9616cfe903a4.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.25",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n",
"CARGO_PKG_HOMEPAGE": "https://rust-lang.github.io/futures-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/futures-rs",
"CARGO_PKG_RUST_VERSION": "1.45",
"CARGO_PKG_VERSION": "0.3.25",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.25"
},
{
"package_name": "async-io",
"package_version": "1.12.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/async-io-135017e502aa3575/build_script_build-135017e502aa3575"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/async-io-135017e502aa3575/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/async-io-135017e502aa3575/build_script_build-135017e502aa3575"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=135017e502aa3575",
"-C",
"extra-filename=-135017e502aa3575",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/async-io-135017e502aa3575",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Async I/O and timers",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "async-io",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/async-io",
"CARGO_PKG_RUST_VERSION": "1.46",
"CARGO_PKG_VERSION": "1.12.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0"
},
{
"package_name": "async-io",
"package_version": "1.12.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
102
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/async-io-135017e502aa3575/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Async I/O and timers",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "async-io",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/async-io",
"CARGO_PKG_RUST_VERSION": "1.46",
"CARGO_PKG_VERSION": "1.12.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/async-io-5bc7465f3230e12f/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0"
},
{
"package_name": "event-listener",
"package_version": "2.5.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libevent_listener-340a25f38e51c34c.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libevent_listener-340a25f38e51c34c.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"event_listener",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=340a25f38e51c34c",
"-C",
"extra-filename=-340a25f38e51c34c",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "event_listener",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Notify async tasks or threads",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "event-listener",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/event-listener",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "2.5.3",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3"
},
{
"package_name": "fastrand",
"package_version": "1.8.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfastrand-2c028fbd510a4adb.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfastrand-2c028fbd510a4adb.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"fastrand",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=2c028fbd510a4adb",
"-C",
"extra-filename=-2c028fbd510a4adb",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "fastrand",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A simple and fast random number generator",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "fastrand",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/fastrand",
"CARGO_PKG_RUST_VERSION": "1.34",
"CARGO_PKG_VERSION": "1.8.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0"
},
{
"package_name": "parking",
"package_version": "2.0.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking-f1269ee45c439fa1.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking-f1269ee45c439fa1.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"parking",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=f1269ee45c439fa1",
"-C",
"extra-filename=-f1269ee45c439fa1",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "parking",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>:The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Thread parking and unparking",
"CARGO_PKG_HOMEPAGE": "https://github.com/stjepang/parking",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "parking",
"CARGO_PKG_REPOSITORY": "https://github.com/stjepang/parking",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "2.0.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0"
},
{
"package_name": "waker-fn",
"package_version": "1.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libwaker_fn-7767b1f9ec6e09d2.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libwaker_fn-7767b1f9ec6e09d2.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"waker_fn",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=7767b1f9ec6e09d2",
"-C",
"extra-filename=-7767b1f9ec6e09d2",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "waker_fn",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Convert closures into wakers",
"CARGO_PKG_HOMEPAGE": "https://github.com/stjepang/waker-fn",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "waker-fn",
"CARGO_PKG_REPOSITORY": "https://github.com/stjepang/waker-fn",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.1.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0"
},
{
"package_name": "futures-lite",
"package_version": "1.12.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
105,
80,
86,
92,
106,
93,
107
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_lite-a06654fc24ad3034.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_lite-a06654fc24ad3034.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"futures_lite",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"fastrand\"",
"--cfg",
"feature=\"futures-io\"",
"--cfg",
"feature=\"memchr\"",
"--cfg",
"feature=\"parking\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"waker-fn\"",
"-C",
"metadata=a06654fc24ad3034",
"-C",
"extra-filename=-a06654fc24ad3034",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"fastrand=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfastrand-2c028fbd510a4adb.rmeta",
"--extern",
"futures_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rmeta",
"--extern",
"futures_io=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_io-ae7ab6c75fc3482c.rmeta",
"--extern",
"memchr=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemchr-e555ee1213385ab3.rmeta",
"--extern",
"parking=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking-f1269ee45c439fa1.rmeta",
"--extern",
"pin_project_lite=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_project_lite-2fdaaa6ce07134f2.rmeta",
"--extern",
"waker_fn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libwaker_fn-7767b1f9ec6e09d2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "futures_lite",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>:Contributors to futures-rs",
"CARGO_PKG_DESCRIPTION": "Futures, streams, and async I/O combinators",
"CARGO_PKG_HOMEPAGE": "https://github.com/smol-rs/futures-lite",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "futures-lite",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/futures-lite",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.12.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0"
},
{
"package_name": "async-lock",
"package_version": "2.6.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
104,
108
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libasync_lock-ee075c5bf1b95eae.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libasync_lock-ee075c5bf1b95eae.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"async_lock",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.6.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=ee075c5bf1b95eae",
"-C",
"extra-filename=-ee075c5bf1b95eae",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"event_listener=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libevent_listener-340a25f38e51c34c.rmeta",
"--extern",
"futures_lite=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_lite-a06654fc24ad3034.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "async_lock",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.6.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Async synchronization primitives",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "async-lock",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/async-lock",
"CARGO_PKG_RUST_VERSION": "1.43",
"CARGO_PKG_VERSION": "2.6.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.6.0"
},
{
"package_name": "crossbeam-utils",
"package_version": "0.8.14",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-bcb4c0ee19a939c7/build_script_build-bcb4c0ee19a939c7"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-bcb4c0ee19a939c7/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-bcb4c0ee19a939c7/build_script_build-bcb4c0ee19a939c7"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=bcb4c0ee19a939c7",
"-C",
"extra-filename=-bcb4c0ee19a939c7",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-bcb4c0ee19a939c7",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Utilities for concurrent programming",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-utils",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.8.14",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14"
},
{
"package_name": "crossbeam-utils",
"package_version": "0.8.14",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
110
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-bcb4c0ee19a939c7/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Utilities for concurrent programming",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-utils",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.8.14",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-b35af19ad93b85f1/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14"
},
{
"package_name": "crossbeam-utils",
"package_version": "0.8.14",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
111
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam_utils",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=acff44b08c4dfacb",
"-C",
"extra-filename=-acff44b08c4dfacb",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam_utils",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Utilities for concurrent programming",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-utils",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.8.14",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-b35af19ad93b85f1/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14"
},
{
"package_name": "concurrent-queue",
"package_version": "2.0.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
112
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libconcurrent_queue-f116b9ada5ca9697.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libconcurrent_queue-f116b9ada5ca9697.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"concurrent_queue",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-2.0.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=f116b9ada5ca9697",
"-C",
"extra-filename=-f116b9ada5ca9697",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "concurrent_queue",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-2.0.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>:Taiki Endo <[email protected]>:John Nunley <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Concurrent multi-producer multi-consumer queue",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "concurrent-queue",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/concurrent-queue",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "2.0.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-2.0.0"
},
{
"package_name": "log",
"package_version": "0.4.17",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/log-fec1613f6a366950/build_script_build-fec1613f6a366950"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/log-fec1613f6a366950/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/log-fec1613f6a366950/build_script_build-fec1613f6a366950"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=fec1613f6a366950",
"-C",
"extra-filename=-fec1613f6a366950",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/log-fec1613f6a366950",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "A lightweight logging facade for Rust\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "log",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/log",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.17",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "17",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17"
},
{
"package_name": "log",
"package_version": "0.4.17",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
114
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/log-fec1613f6a366950/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "A lightweight logging facade for Rust\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "log",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/log",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.17",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "17",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/log-0c4b53c19081fcb4/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17"
},
{
"package_name": "log",
"package_version": "0.4.17",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
115
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"log",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=d9a91e07d7260ab5",
"-C",
"extra-filename=-d9a91e07d7260ab5",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "log",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "A lightweight logging facade for Rust\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "log",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/log",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.17",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "17",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/log-0c4b53c19081fcb4/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17"
},
{
"package_name": "polling",
"package_version": "2.5.1",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/polling-c6472493123ea883/build_script_build-c6472493123ea883"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/polling-c6472493123ea883/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/polling-c6472493123ea883/build_script_build-c6472493123ea883"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=c6472493123ea883",
"-C",
"extra-filename=-c6472493123ea883",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/polling-c6472493123ea883",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Portable interface to epoll, kqueue, event ports, and wepoll",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "polling",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/polling",
"CARGO_PKG_RUST_VERSION": "1.47",
"CARGO_PKG_VERSION": "2.5.1",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1"
},
{
"package_name": "polling",
"package_version": "2.5.1",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
117
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/polling-c6472493123ea883/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Portable interface to epoll, kqueue, event ports, and wepoll",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "polling",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/polling",
"CARGO_PKG_RUST_VERSION": "1.47",
"CARGO_PKG_VERSION": "2.5.1",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/polling-c8711b4dcbc18a29/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1"
},
{
"package_name": "polling",
"package_version": "2.5.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
31,
116,
118
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpolling-92af1c24446ceb7a.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpolling-92af1c24446ceb7a.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"polling",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=92af1c24446ceb7a",
"-C",
"extra-filename=-92af1c24446ceb7a",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"log=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "polling",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Portable interface to epoll, kqueue, event ports, and wepoll",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "polling",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/polling",
"CARGO_PKG_RUST_VERSION": "1.47",
"CARGO_PKG_VERSION": "2.5.1",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/polling-c8711b4dcbc18a29/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1"
},
{
"package_name": "socket2",
"package_version": "0.4.7",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsocket2-adbfb5ac8b69fa2e.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsocket2-adbfb5ac8b69fa2e.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"socket2",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.7/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"all\"",
"-C",
"metadata=adbfb5ac8b69fa2e",
"-C",
"extra-filename=-adbfb5ac8b69fa2e",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "socket2",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.7",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>:Thomas de Zeeuw <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/socket2",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "socket2",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/socket2",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.7",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "7",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.7"
},
{
"package_name": "async-io",
"package_version": "1.12.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
103,
109,
113,
108,
31,
116,
106,
119,
97,
120,
107
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libasync_io-e588d47055d18ef8.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libasync_io-e588d47055d18ef8.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"async_io",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=e588d47055d18ef8",
"-C",
"extra-filename=-e588d47055d18ef8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"async_lock=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libasync_lock-ee075c5bf1b95eae.rmeta",
"--extern",
"concurrent_queue=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libconcurrent_queue-f116b9ada5ca9697.rmeta",
"--extern",
"futures_lite=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_lite-a06654fc24ad3034.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"log=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rmeta",
"--extern",
"parking=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking-f1269ee45c439fa1.rmeta",
"--extern",
"polling=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpolling-92af1c24446ceb7a.rmeta",
"--extern",
"slab=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libslab-4323286af831b4e1.rmeta",
"--extern",
"socket2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsocket2-adbfb5ac8b69fa2e.rmeta",
"--extern",
"waker_fn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libwaker_fn-7767b1f9ec6e09d2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "async_io",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0",
"CARGO_PKG_AUTHORS": "Stjepan Glavina <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Async I/O and timers",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "async-io",
"CARGO_PKG_REPOSITORY": "https://github.com/smol-rs/async-io",
"CARGO_PKG_RUST_VERSION": "1.46",
"CARGO_PKG_VERSION": "1.12.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/async-io-5bc7465f3230e12f/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0"
},
{
"package_name": "thiserror",
"package_version": "1.0.37",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-71977e5996b8c9ed/build_script_build-71977e5996b8c9ed"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-71977e5996b8c9ed/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-71977e5996b8c9ed/build_script_build-71977e5996b8c9ed"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=71977e5996b8c9ed",
"-C",
"extra-filename=-71977e5996b8c9ed",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-71977e5996b8c9ed",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "derive(Error)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "thiserror",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/thiserror",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.37",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "37",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37"
},
{
"package_name": "thiserror",
"package_version": "1.0.37",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
122
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-71977e5996b8c9ed/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "derive(Error)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "thiserror",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/thiserror",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.37",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "37",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "0",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-354c6b05b8d8f26a/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37"
},
{
"package_name": "thiserror-impl",
"package_version": "1.0.37",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
12,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror_impl-a61eefac73c6da26.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"thiserror_impl",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=a61eefac73c6da26",
"-C",
"extra-filename=-a61eefac73c6da26",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "thiserror_impl",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Implementation detail of the `thiserror` crate",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "thiserror-impl",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/thiserror",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.37",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "37",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37"
},
{
"package_name": "thiserror",
"package_version": "1.0.37",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
123,
124
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-54db3bfd6cca9277.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-54db3bfd6cca9277.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"thiserror",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=54db3bfd6cca9277",
"-C",
"extra-filename=-54db3bfd6cca9277",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"thiserror_impl=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror_impl-a61eefac73c6da26.so",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "thiserror",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "derive(Error)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "thiserror",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/thiserror",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.37",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "37",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-354c6b05b8d8f26a/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37"
},
{
"package_name": "ucd-trie",
"package_version": "0.1.5",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libucd_trie-1e7cc25ad21f1fc0.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libucd_trie-1e7cc25ad21f1fc0.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ucd_trie",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.5/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=1e7cc25ad21f1fc0",
"-C",
"extra-filename=-1e7cc25ad21f1fc0",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ucd_trie",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.5",
"CARGO_PKG_AUTHORS": "Andrew Gallant <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A trie for storing Unicode codepoint sets and maps.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/BurntSushi/ucd-generate",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ucd-trie",
"CARGO_PKG_REPOSITORY": "https://github.com/BurntSushi/ucd-generate",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.5"
},
{
"package_name": "pest",
"package_version": "2.5.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
125,
126
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpest-507cbf60fc434eec.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpest-507cbf60fc434eec.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"pest",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.5.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"thiserror\"",
"-C",
"metadata=507cbf60fc434eec",
"-C",
"extra-filename=-507cbf60fc434eec",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"thiserror=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-54db3bfd6cca9277.rmeta",
"--extern",
"ucd_trie=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libucd_trie-1e7cc25ad21f1fc0.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "pest",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.5.1",
"CARGO_PKG_AUTHORS": "Dragoș Tiselice <[email protected]>",
"CARGO_PKG_DESCRIPTION": "The Elegant Parser",
"CARGO_PKG_HOMEPAGE": "https://pest.rs/",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "pest",
"CARGO_PKG_REPOSITORY": "https://github.com/pest-parser/pest",
"CARGO_PKG_RUST_VERSION": "1.56",
"CARGO_PKG_VERSION": "2.5.1",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.5.1"
},
{
"package_name": "semver-parser",
"package_version": "0.10.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
127
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver_parser-22f5c6cb33720160.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver_parser-22f5c6cb33720160.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"semver_parser",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=22f5c6cb33720160",
"-C",
"extra-filename=-22f5c6cb33720160",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"pest=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpest-507cbf60fc434eec.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "semver_parser",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2",
"CARGO_PKG_AUTHORS": "Steve Klabnik <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Parsing of the semver spec.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/steveklabnik/semver-parser",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "semver-parser",
"CARGO_PKG_REPOSITORY": "https://github.com/steveklabnik/semver-parser",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.10.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "10",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2"
},
{
"package_name": "semver",
"package_version": "0.11.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
128
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver-a0c0cbdeddf672ab.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver-a0c0cbdeddf672ab.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"semver",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=a0c0cbdeddf672ab",
"-C",
"extra-filename=-a0c0cbdeddf672ab",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"semver_parser=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver_parser-22f5c6cb33720160.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "semver",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0",
"CARGO_PKG_AUTHORS": "Steve Klabnik <[email protected]>:The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Semantic version parsing and comparison.\n",
"CARGO_PKG_HOMEPAGE": "https://docs.rs/crate/semver/",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "semver",
"CARGO_PKG_REPOSITORY": "https://github.com/steveklabnik/semver",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.11.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "11",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0"
},
{
"package_name": "rustc_version",
"package_version": "0.3.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
129
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustc_version-fad5c38dfd68b38c.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustc_version-fad5c38dfd68b38c.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"rustc_version",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.3.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=fad5c38dfd68b38c",
"-C",
"extra-filename=-fad5c38dfd68b38c",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"semver=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver-a0c0cbdeddf672ab.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "rustc_version",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.3.3",
"CARGO_PKG_AUTHORS": "Marvin Löbel <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A library for querying the version of a installed rustc compiler",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rustc_version",
"CARGO_PKG_REPOSITORY": "https://github.com/Kimundi/rustc-version-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.3.3",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.3.3"
},
{
"package_name": "atomic-traits",
"package_version": "0.3.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
130
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/atomic-traits-28d5888e54072b7b/build_script_build-28d5888e54072b7b"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/atomic-traits-28d5888e54072b7b/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/atomic-traits-28d5888e54072b7b/build_script_build-28d5888e54072b7b"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=28d5888e54072b7b",
"-C",
"extra-filename=-28d5888e54072b7b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/atomic-traits-28d5888e54072b7b",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"rustc_version=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustc_version-fad5c38dfd68b38c.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0",
"CARGO_PKG_AUTHORS": "Flier Lu <[email protected]>",
"CARGO_PKG_DESCRIPTION": "The traits for generic atomic operations",
"CARGO_PKG_HOMEPAGE": "https://github.com/flier/rust-atomic-traits",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "atomic-traits",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.3.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0"
},
{
"package_name": "atomic-traits",
"package_version": "0.3.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
131
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/atomic-traits-28d5888e54072b7b/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0",
"CARGO_PKG_AUTHORS": "Flier Lu <[email protected]>",
"CARGO_PKG_DESCRIPTION": "The traits for generic atomic operations",
"CARGO_PKG_HOMEPAGE": "https://github.com/flier/rust-atomic-traits",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "atomic-traits",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.3.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/atomic-traits-84651623bb8be7b4/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0"
},
{
"package_name": "atomic-traits",
"package_version": "0.3.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
132,
58
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libatomic_traits-0dfc8a1b2ad76882.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libatomic_traits-0dfc8a1b2ad76882.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"atomic_traits",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=0dfc8a1b2ad76882",
"-C",
"extra-filename=-0dfc8a1b2ad76882",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "atomic_traits",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0",
"CARGO_PKG_AUTHORS": "Flier Lu <[email protected]>",
"CARGO_PKG_DESCRIPTION": "The traits for generic atomic operations",
"CARGO_PKG_HOMEPAGE": "https://github.com/flier/rust-atomic-traits",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "atomic-traits",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.3.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/atomic-traits-84651623bb8be7b4/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0"
},
{
"package_name": "crossbeam-channel",
"package_version": "0.5.6",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
112
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-e3f28524d7b1b824.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-e3f28524d7b1b824.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam_channel",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"crossbeam-utils\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=e3f28524d7b1b824",
"-C",
"extra-filename=-e3f28524d7b1b824",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam_channel",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Multi-producer multi-consumer channels for message passing",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-channel",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.5.6",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "6",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6"
},
{
"package_name": "crossbeam-epoch",
"package_version": "0.9.14",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-epoch-9d88e6af7b121a0d/build_script_build-9d88e6af7b121a0d"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-epoch-9d88e6af7b121a0d/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-epoch-9d88e6af7b121a0d/build_script_build-9d88e6af7b121a0d"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=9d88e6af7b121a0d",
"-C",
"extra-filename=-9d88e6af7b121a0d",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-epoch-9d88e6af7b121a0d",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Epoch-based garbage collection",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-epoch",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.9.14",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14"
},
{
"package_name": "crossbeam-epoch",
"package_version": "0.9.14",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
135
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-epoch-9d88e6af7b121a0d/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_ALLOC": "1",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Epoch-based garbage collection",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-epoch",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.9.14",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-epoch-36df42d5203d0fab/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14"
},
{
"package_name": "memoffset",
"package_version": "0.8.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-ffc81b33b55c8510/build_script_build-ffc81b33b55c8510"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-ffc81b33b55c8510/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-ffc81b33b55c8510/build_script_build-ffc81b33b55c8510"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=ffc81b33b55c8510",
"-C",
"extra-filename=-ffc81b33b55c8510",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-ffc81b33b55c8510",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0",
"CARGO_PKG_AUTHORS": "Gilad Naaman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "offset_of functionality for Rust structs.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memoffset",
"CARGO_PKG_REPOSITORY": "https://github.com/Gilnaa/memoffset",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0"
},
{
"package_name": "memoffset",
"package_version": "0.8.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
137
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-ffc81b33b55c8510/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0",
"CARGO_PKG_AUTHORS": "Gilad Naaman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "offset_of functionality for Rust structs.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memoffset",
"CARGO_PKG_REPOSITORY": "https://github.com/Gilnaa/memoffset",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-b628d256ed415c91/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0"
},
{
"package_name": "memoffset",
"package_version": "0.8.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
138
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemoffset-04cd0248e3b34fc2.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemoffset-04cd0248e3b34fc2.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"memoffset",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=04cd0248e3b34fc2",
"-C",
"extra-filename=-04cd0248e3b34fc2",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "memoffset",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0",
"CARGO_PKG_AUTHORS": "Gilad Naaman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "offset_of functionality for Rust structs.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memoffset",
"CARGO_PKG_REPOSITORY": "https://github.com/Gilnaa/memoffset",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-b628d256ed415c91/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0"
},
{
"package_name": "crossbeam-epoch",
"package_version": "0.9.14",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
136,
112,
139,
69
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_epoch-2868d2efb3157d28.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_epoch-2868d2efb3157d28.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam_epoch",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=2868d2efb3157d28",
"-C",
"extra-filename=-2868d2efb3157d28",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta",
"--extern",
"memoffset=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemoffset-04cd0248e3b34fc2.rmeta",
"--extern",
"scopeguard=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libscopeguard-25bf09c1dfef2947.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam_epoch",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Epoch-based garbage collection",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-epoch",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.9.14",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-epoch-36df42d5203d0fab/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14"
},
{
"package_name": "crossbeam-deque",
"package_version": "0.8.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
140,
112
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_deque-b54de644fe4eb22a.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_deque-b54de644fe4eb22a.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam_deque",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"crossbeam-epoch\"",
"--cfg",
"feature=\"crossbeam-utils\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=b54de644fe4eb22a",
"-C",
"extra-filename=-b54de644fe4eb22a",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"crossbeam_epoch=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_epoch-2868d2efb3157d28.rmeta",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam_deque",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.2",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Concurrent work-stealing deque",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-deque",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.8.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.2"
},
{
"package_name": "crossbeam-queue",
"package_version": "0.3.8",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-queue-5175925296787e8f/build_script_build-5175925296787e8f"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-queue-5175925296787e8f/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-queue-5175925296787e8f/build_script_build-5175925296787e8f"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=5175925296787e8f",
"-C",
"extra-filename=-5175925296787e8f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-queue-5175925296787e8f",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Concurrent queues",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-queue",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.3.8",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "8",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8"
},
{
"package_name": "crossbeam-queue",
"package_version": "0.3.8",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
142
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-queue-5175925296787e8f/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_ALLOC": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Concurrent queues",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-queue",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.3.8",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "8",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-queue-32954d98872e6269/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8"
},
{
"package_name": "crossbeam-queue",
"package_version": "0.3.8",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
143,
112
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_queue-e162d57d55f3bfe5.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_queue-e162d57d55f3bfe5.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam_queue",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=e162d57d55f3bfe5",
"-C",
"extra-filename=-e162d57d55f3bfe5",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam_queue",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Concurrent queues",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-queue",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.3.8",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "8",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-queue-32954d98872e6269/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8"
},
{
"package_name": "crossbeam",
"package_version": "0.8.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
134,
141,
140,
144,
112
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam-ed346e529a8dfca2.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam-ed346e529a8dfca2.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.8.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"crossbeam-channel\"",
"--cfg",
"feature=\"crossbeam-deque\"",
"--cfg",
"feature=\"crossbeam-epoch\"",
"--cfg",
"feature=\"crossbeam-queue\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=ed346e529a8dfca2",
"-C",
"extra-filename=-ed346e529a8dfca2",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"crossbeam_channel=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-e3f28524d7b1b824.rmeta",
"--extern",
"crossbeam_deque=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_deque-b54de644fe4eb22a.rmeta",
"--extern",
"crossbeam_epoch=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_epoch-2868d2efb3157d28.rmeta",
"--extern",
"crossbeam_queue=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_queue-e162d57d55f3bfe5.rmeta",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.8.2",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "Tools for concurrent programming",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "1.38",
"CARGO_PKG_VERSION": "0.8.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.8.2"
},
{
"package_name": "cfg-if",
"package_version": "0.1.10",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-dc0aa9dcb57fb827.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-dc0aa9dcb57fb827.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"cfg_if",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=dc0aa9dcb57fb827",
"-C",
"extra-filename=-dc0aa9dcb57fb827",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "cfg_if",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/alexcrichton/cfg-if",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "cfg-if",
"CARGO_PKG_REPOSITORY": "https://github.com/alexcrichton/cfg-if",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.10",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "10",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10"
},
{
"package_name": "crossbeam-utils",
"package_version": "0.7.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-e9379b715cf2bc88/build_script_build-e9379b715cf2bc88"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-e9379b715cf2bc88/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-e9379b715cf2bc88/build_script_build-e9379b715cf2bc88"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"lazy_static\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=e9379b715cf2bc88",
"-C",
"extra-filename=-e9379b715cf2bc88",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-e9379b715cf2bc88",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2",
"CARGO_PKG_AUTHORS": "The Crossbeam Project Developers",
"CARGO_PKG_DESCRIPTION": "Utilities for concurrent programming",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-utils",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.7.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2"
},
{
"package_name": "crossbeam-utils",
"package_version": "0.7.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
147
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-e9379b715cf2bc88/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_LAZY_STATIC": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2",
"CARGO_PKG_AUTHORS": "The Crossbeam Project Developers",
"CARGO_PKG_DESCRIPTION": "Utilities for concurrent programming",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-utils",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.7.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-5127e607ec32da30/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2"
},
{
"package_name": "lazy_static",
"package_version": "1.4.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblazy_static-1fabe01c0e89ef30.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblazy_static-1fabe01c0e89ef30.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"lazy_static",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=1fabe01c0e89ef30",
"-C",
"extra-filename=-1fabe01c0e89ef30",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "lazy_static",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0",
"CARGO_PKG_AUTHORS": "Marvin Löbel <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A macro for declaring lazily evaluated statics in Rust.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "lazy_static",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang-nursery/lazy-static.rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.4.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0"
},
{
"package_name": "crossbeam-utils",
"package_version": "0.7.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
146,
148,
149
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-dafd578ee050ac63.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-dafd578ee050ac63.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam_utils",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"lazy_static\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=dafd578ee050ac63",
"-C",
"extra-filename=-dafd578ee050ac63",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-dc0aa9dcb57fb827.rmeta",
"--extern",
"lazy_static=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblazy_static-1fabe01c0e89ef30.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam_utils",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2",
"CARGO_PKG_AUTHORS": "The Crossbeam Project Developers",
"CARGO_PKG_DESCRIPTION": "Utilities for concurrent programming",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-utils",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.7.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/crossbeam-utils-5127e607ec32da30/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2"
},
{
"package_name": "maybe-uninit",
"package_version": "2.0.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/maybe-uninit-115b3b92ea1c7e89/build_script_build-115b3b92ea1c7e89"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/maybe-uninit-115b3b92ea1c7e89/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/maybe-uninit-115b3b92ea1c7e89/build_script_build-115b3b92ea1c7e89"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=115b3b92ea1c7e89",
"-C",
"extra-filename=-115b3b92ea1c7e89",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/maybe-uninit-115b3b92ea1c7e89",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0",
"CARGO_PKG_AUTHORS": "est31 <[email protected]>:The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "MaybeUninit for friends of backwards compatibility",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "maybe-uninit",
"CARGO_PKG_REPOSITORY": "https://github.com/est31/maybe-uninit",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "2.0.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
},
{
"package_name": "maybe-uninit",
"package_version": "2.0.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
151
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/maybe-uninit-115b3b92ea1c7e89/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0",
"CARGO_PKG_AUTHORS": "est31 <[email protected]>:The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "MaybeUninit for friends of backwards compatibility",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "maybe-uninit",
"CARGO_PKG_REPOSITORY": "https://github.com/est31/maybe-uninit",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "2.0.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/maybe-uninit-eb3bd261b7e7c705/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
},
{
"package_name": "maybe-uninit",
"package_version": "2.0.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
152
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmaybe_uninit-401d0a929a0c541f.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmaybe_uninit-401d0a929a0c541f.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"maybe_uninit",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=401d0a929a0c541f",
"-C",
"extra-filename=-401d0a929a0c541f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "maybe_uninit",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0",
"CARGO_PKG_AUTHORS": "est31 <[email protected]>:The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "MaybeUninit for friends of backwards compatibility",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "maybe-uninit",
"CARGO_PKG_REPOSITORY": "https://github.com/est31/maybe-uninit",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "2.0.0",
"CARGO_PKG_VERSION_MAJOR": "2",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/maybe-uninit-eb3bd261b7e7c705/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0"
},
{
"package_name": "crossbeam-channel",
"package_version": "0.4.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
150,
153
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-0e5a119397395978.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-0e5a119397395978.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"crossbeam_channel",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=0e5a119397395978",
"-C",
"extra-filename=-0e5a119397395978",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-dafd578ee050ac63.rmeta",
"--extern",
"maybe_uninit=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmaybe_uninit-401d0a929a0c541f.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "crossbeam_channel",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4",
"CARGO_PKG_AUTHORS": "The Crossbeam Project Developers",
"CARGO_PKG_DESCRIPTION": "Multi-producer multi-consumer channels for message passing",
"CARGO_PKG_HOMEPAGE": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "crossbeam-channel",
"CARGO_PKG_REPOSITORY": "https://github.com/crossbeam-rs/crossbeam",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4"
},
{
"package_name": "fnv",
"package_version": "1.0.7",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfnv-cc6e7fcf902686a4.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfnv-cc6e7fcf902686a4.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"fnv",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=cc6e7fcf902686a4",
"-C",
"extra-filename=-cc6e7fcf902686a4",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "fnv",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Fowler–Noll–Vo hash function",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 / MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "fnv",
"CARGO_PKG_REPOSITORY": "https://github.com/servo/rust-fnv",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.7",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "7",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7"
},
{
"package_name": "iovec",
"package_version": "0.1.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libiovec-59c3181731272578.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libiovec-59c3181731272578.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"iovec",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=59c3181731272578",
"-C",
"extra-filename=-59c3181731272578",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "iovec",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.4",
"CARGO_PKG_AUTHORS": "Carl Lerche <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Portable buffer type for scatter/gather I/O operations\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/carllerche/iovec",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "iovec",
"CARGO_PKG_REPOSITORY": "https://github.com/carllerche/iovec",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.4"
},
{
"package_name": "net2",
"package_version": "0.2.38",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
146,
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnet2-94906628ef303054.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnet2-94906628ef303054.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"net2",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.38/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"duration\"",
"-C",
"metadata=94906628ef303054",
"-C",
"extra-filename=-94906628ef303054",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-dc0aa9dcb57fb827.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "net2",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.38",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Extensions to the standard library's networking types as proposed in RFC 1158.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/deprecrated/net2-rs",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "net2",
"CARGO_PKG_REPOSITORY": "https://github.com/deprecrated/net2-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.38",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "38",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.38"
},
{
"package_name": "mio",
"package_version": "0.6.23",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
146,
156,
31,
116,
157,
97
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-d973d07717d7f4e9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-d973d07717d7f4e9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"mio",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.23/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"with-deprecated\"",
"-C",
"metadata=d973d07717d7f4e9",
"-C",
"extra-filename=-d973d07717d7f4e9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-dc0aa9dcb57fb827.rmeta",
"--extern",
"iovec=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libiovec-59c3181731272578.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"log=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rmeta",
"--extern",
"net2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnet2-94906628ef303054.rmeta",
"--extern",
"slab=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libslab-4323286af831b4e1.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "mio",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.23",
"CARGO_PKG_AUTHORS": "Carl Lerche <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Lightweight non-blocking IO",
"CARGO_PKG_HOMEPAGE": "https://github.com/tokio-rs/mio",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "mio",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/mio",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.23",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "23",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.23"
},
{
"package_name": "getrandom",
"package_version": "0.1.16",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/getrandom-8e79578299d81582/build_script_build-8e79578299d81582"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/getrandom-8e79578299d81582/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/getrandom-8e79578299d81582/build_script_build-8e79578299d81582"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=8e79578299d81582",
"-C",
"extra-filename=-8e79578299d81582",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/getrandom-8e79578299d81582",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16",
"CARGO_PKG_AUTHORS": "The Rand Project Developers",
"CARGO_PKG_DESCRIPTION": "A small cross-platform library for retrieving random data from system source",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "getrandom",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-random/getrandom",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.16",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "16",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16"
},
{
"package_name": "getrandom",
"package_version": "0.1.16",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
159
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/getrandom-8e79578299d81582/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16",
"CARGO_PKG_AUTHORS": "The Rand Project Developers",
"CARGO_PKG_DESCRIPTION": "A small cross-platform library for retrieving random data from system source",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "getrandom",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-random/getrandom",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.16",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "16",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/getrandom-2d6c30ad190b23b3/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16"
},
{
"package_name": "getrandom",
"package_version": "0.1.16",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
160,
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-64f09fdf4af8dbc7.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-64f09fdf4af8dbc7.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"getrandom",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=64f09fdf4af8dbc7",
"-C",
"extra-filename=-64f09fdf4af8dbc7",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "getrandom",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16",
"CARGO_PKG_AUTHORS": "The Rand Project Developers",
"CARGO_PKG_DESCRIPTION": "A small cross-platform library for retrieving random data from system source",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "getrandom",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-random/getrandom",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.16",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "16",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/getrandom-2d6c30ad190b23b3/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16"
},
{
"package_name": "ppv-lite86",
"package_version": "0.2.17",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libppv_lite86-28b08a89eb966e92.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libppv_lite86-28b08a89eb966e92.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ppv_lite86",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"simd\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=28b08a89eb966e92",
"-C",
"extra-filename=-28b08a89eb966e92",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ppv_lite86",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17",
"CARGO_PKG_AUTHORS": "The CryptoCorrosion Contributors",
"CARGO_PKG_DESCRIPTION": "Implementation of the crypto-simd API for x86",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ppv-lite86",
"CARGO_PKG_REPOSITORY": "https://github.com/cryptocorrosion/cryptocorrosion",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.17",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "17",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17"
},
{
"package_name": "rand_core",
"package_version": "0.5.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
161
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand_core-4b1836f233c216c9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand_core-4b1836f233c216c9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"rand_core",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"getrandom\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=4b1836f233c216c9",
"-C",
"extra-filename=-4b1836f233c216c9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"getrandom=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-64f09fdf4af8dbc7.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "rand_core",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1",
"CARGO_PKG_AUTHORS": "The Rand Project Developers:The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Core random number generator traits and tools for implementation.\n",
"CARGO_PKG_HOMEPAGE": "https://crates.io/crates/rand_core",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rand_core",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-random/rand",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.5.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1"
},
{
"package_name": "rand_chacha",
"package_version": "0.2.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
162,
163
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand_chacha-a86d95b776972fe5.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand_chacha-a86d95b776972fe5.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"rand_chacha",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=a86d95b776972fe5",
"-C",
"extra-filename=-a86d95b776972fe5",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"ppv_lite86=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libppv_lite86-28b08a89eb966e92.rmeta",
"--extern",
"rand_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand_core-4b1836f233c216c9.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "rand_chacha",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.2",
"CARGO_PKG_AUTHORS": "The Rand Project Developers:The Rust Project Developers:The CryptoCorrosion Contributors",
"CARGO_PKG_DESCRIPTION": "ChaCha random number generator\n",
"CARGO_PKG_HOMEPAGE": "https://crates.io/crates/rand_chacha",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rand_chacha",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-random/rand",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.2"
},
{
"package_name": "rand",
"package_version": "0.7.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
161,
31,
164,
163
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand-5e1adf9394e10c71.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand-5e1adf9394e10c71.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"rand",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"getrandom\"",
"--cfg",
"feature=\"getrandom_package\"",
"--cfg",
"feature=\"libc\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=5e1adf9394e10c71",
"-C",
"extra-filename=-5e1adf9394e10c71",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"getrandom_package=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-64f09fdf4af8dbc7.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"rand_chacha=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand_chacha-a86d95b776972fe5.rmeta",
"--extern",
"rand_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand_core-4b1836f233c216c9.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "rand",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.3",
"CARGO_PKG_AUTHORS": "The Rand Project Developers:The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Random number generators and other randomness functionality.\n",
"CARGO_PKG_HOMEPAGE": "https://crates.io/crates/rand",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rand",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-random/rand",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.7.3",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.3"
},
{
"package_name": "remove_dir_all",
"package_version": "0.5.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libremove_dir_all-33ea7f0085d9a486.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libremove_dir_all-33ea7f0085d9a486.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"remove_dir_all",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=33ea7f0085d9a486",
"-C",
"extra-filename=-33ea7f0085d9a486",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "remove_dir_all",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3",
"CARGO_PKG_AUTHORS": "Aaronepower <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A safe, reliable implementation of remove_dir_all for Windows",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "remove_dir_all",
"CARGO_PKG_REPOSITORY": "https://github.com/XAMPPRocky/remove_dir_all.git",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.5.3",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3"
},
{
"package_name": "tempfile",
"package_version": "3.3.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
105,
31,
166
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtempfile-d433634c549af3fe.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtempfile-d433634c549af3fe.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tempfile",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=d433634c549af3fe",
"-C",
"extra-filename=-d433634c549af3fe",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"fastrand=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfastrand-2c028fbd510a4adb.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"remove_dir_all=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libremove_dir_all-33ea7f0085d9a486.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tempfile",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0",
"CARGO_PKG_AUTHORS": "Steven Allen <[email protected]>:The Rust Project Developers:Ashley Mannix <[email protected]>:Jason White <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A library for managing temporary files and directories.",
"CARGO_PKG_HOMEPAGE": "http://stebalien.com/projects/tempfile-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tempfile",
"CARGO_PKG_REPOSITORY": "https://github.com/Stebalien/tempfile",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "3.3.0",
"CARGO_PKG_VERSION_MAJOR": "3",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0"
},
{
"package_name": "uuid",
"package_version": "0.8.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
64
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libuuid-0380f86e3ac4f598.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libuuid-0380f86e3ac4f598.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"uuid",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"getrandom\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"v4\"",
"-C",
"metadata=0380f86e3ac4f598",
"-C",
"extra-filename=-0380f86e3ac4f598",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"getrandom=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-2527176223d9def6.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "uuid",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2",
"CARGO_PKG_AUTHORS": "Ashley Mannix<[email protected]>:Christopher Armstrong:Dylan DPC<[email protected]>:Hunar Roop Kahlon<[email protected]>",
"CARGO_PKG_DESCRIPTION": "A library to generate and parse UUIDs.",
"CARGO_PKG_HOMEPAGE": "https://github.com/uuid-rs/uuid",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "uuid",
"CARGO_PKG_REPOSITORY": "https://github.com/uuid-rs/uuid",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2"
},
{
"package_name": "ipc-channel",
"package_version": "0.15.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
20,
154,
155,
149,
31,
158,
165,
19,
167,
168
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc_channel-e01df7885eeede4c.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc_channel-e01df7885eeede4c.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ipc_channel",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.15.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=e01df7885eeede4c",
"-C",
"extra-filename=-e01df7885eeede4c",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bincode=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbincode-539c915a23fe0114.rmeta",
"--extern",
"crossbeam_channel=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-0e5a119397395978.rmeta",
"--extern",
"fnv=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfnv-cc6e7fcf902686a4.rmeta",
"--extern",
"lazy_static=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblazy_static-1fabe01c0e89ef30.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"mio=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-d973d07717d7f4e9.rmeta",
"--extern",
"rand=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librand-5e1adf9394e10c71.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--extern",
"tempfile=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtempfile-d433634c549af3fe.rmeta",
"--extern",
"uuid=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libuuid-0380f86e3ac4f598.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ipc_channel",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.15.0",
"CARGO_PKG_AUTHORS": "The Servo Project Developers",
"CARGO_PKG_DESCRIPTION": "A multiprocess drop-in replacement for Rust channels",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ipc-channel",
"CARGO_PKG_REPOSITORY": "https://github.com/servo/ipc-channel",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.15.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "15",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.15.0"
},
{
"package_name": "memfd",
"package_version": "0.4.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemfd-80029bdc9bd01d63.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemfd-80029bdc9bd01d63.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"memfd",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memfd-0.4.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=80029bdc9bd01d63",
"-C",
"extra-filename=-80029bdc9bd01d63",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "memfd",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memfd-0.4.1",
"CARGO_PKG_AUTHORS": "Luca Bruno <[email protected]>:Simonas Kazlauskas <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A pure-Rust library to work with Linux memfd and sealing",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memfd",
"CARGO_PKG_REPOSITORY": "https://github.com/lucab/memfd-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memfd-0.4.1"
},
{
"package_name": "memmap2",
"package_version": "0.5.8",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemmap2-43b1e0132e5ba004.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemmap2-43b1e0132e5ba004.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"memmap2",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.5.8/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=43b1e0132e5ba004",
"-C",
"extra-filename=-43b1e0132e5ba004",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "memmap2",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.5.8",
"CARGO_PKG_AUTHORS": "Dan Burkert <[email protected]>:Yevhenii Reizner <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Cross-platform Rust API for memory-mapped file IO",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memmap2",
"CARGO_PKG_REPOSITORY": "https://github.com/RazrFalcon/memmap2-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.5.8",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "8",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.5.8"
},
{
"package_name": "ctor",
"package_version": "0.1.26",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
12,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libctor-3b78b31cb4ed9929.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ctor",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.26/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=3b78b31cb4ed9929",
"-C",
"extra-filename=-3b78b31cb4ed9929",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ctor",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.26",
"CARGO_PKG_AUTHORS": "Matt Mastracci <[email protected]>",
"CARGO_PKG_DESCRIPTION": "__attribute__((constructor)) for Rust",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ctor",
"CARGO_PKG_REPOSITORY": "https://github.com/mmastrac/rust-ctor",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.26",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "26",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.26"
},
{
"package_name": "minstant",
"package_version": "0.1.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
172,
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libminstant-2e14cb12629e55b0.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libminstant-2e14cb12629e55b0.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"minstant",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/minstant-0.1.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=2e14cb12629e55b0",
"-C",
"extra-filename=-2e14cb12629e55b0",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"ctor=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libctor-3b78b31cb4ed9929.so",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "minstant",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/minstant-0.1.2",
"CARGO_PKG_AUTHORS": "The TiKV Authors",
"CARGO_PKG_DESCRIPTION": "A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by TSC",
"CARGO_PKG_HOMEPAGE": "https://github.com/tikv/minstant",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "minstant",
"CARGO_PKG_REPOSITORY": "https://github.com/tikv/minstant",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/minstant-0.1.2"
},
{
"package_name": "mio",
"package_version": "0.8.6",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31,
116
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-84c8127e54f260f9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-84c8127e54f260f9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"mio",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"net\"",
"--cfg",
"feature=\"os-ext\"",
"--cfg",
"feature=\"os-poll\"",
"-C",
"metadata=84c8127e54f260f9",
"-C",
"extra-filename=-84c8127e54f260f9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"log=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "mio",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6",
"CARGO_PKG_AUTHORS": "Carl Lerche <[email protected]>:Thomas de Zeeuw <[email protected]>:Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Lightweight non-blocking I/O.",
"CARGO_PKG_HOMEPAGE": "https://github.com/tokio-rs/mio",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "mio",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/mio",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.6",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "6",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6"
},
{
"package_name": "memoffset",
"package_version": "0.6.5",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-468e22cedd9443b0/build_script_build-468e22cedd9443b0"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-468e22cedd9443b0/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-468e22cedd9443b0/build_script_build-468e22cedd9443b0"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=468e22cedd9443b0",
"-C",
"extra-filename=-468e22cedd9443b0",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-468e22cedd9443b0",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5",
"CARGO_PKG_AUTHORS": "Gilad Naaman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "offset_of functionality for Rust structs.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memoffset",
"CARGO_PKG_REPOSITORY": "https://github.com/Gilnaa/memoffset",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5"
},
{
"package_name": "memoffset",
"package_version": "0.6.5",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
175
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-468e22cedd9443b0/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5",
"CARGO_PKG_AUTHORS": "Gilad Naaman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "offset_of functionality for Rust structs.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memoffset",
"CARGO_PKG_REPOSITORY": "https://github.com/Gilnaa/memoffset",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-5dbaa8a54e101094/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5"
},
{
"package_name": "memoffset",
"package_version": "0.6.5",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
176
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemoffset-0969127553ec993d.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemoffset-0969127553ec993d.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"memoffset",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=0969127553ec993d",
"-C",
"extra-filename=-0969127553ec993d",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "memoffset",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5",
"CARGO_PKG_AUTHORS": "Gilad Naaman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "offset_of functionality for Rust structs.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memoffset",
"CARGO_PKG_REPOSITORY": "https://github.com/Gilnaa/memoffset",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/memoffset-5dbaa8a54e101094/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5"
},
{
"package_name": "nix",
"package_version": "0.25.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
34,
58,
31,
177,
94
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnix-1ca71b02fc118ba4.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnix-1ca71b02fc118ba4.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"nix",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.25.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"acct\"",
"--cfg",
"feature=\"aio\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"dir\"",
"--cfg",
"feature=\"env\"",
"--cfg",
"feature=\"event\"",
"--cfg",
"feature=\"feature\"",
"--cfg",
"feature=\"fs\"",
"--cfg",
"feature=\"hostname\"",
"--cfg",
"feature=\"inotify\"",
"--cfg",
"feature=\"ioctl\"",
"--cfg",
"feature=\"kmod\"",
"--cfg",
"feature=\"memoffset\"",
"--cfg",
"feature=\"mman\"",
"--cfg",
"feature=\"mount\"",
"--cfg",
"feature=\"mqueue\"",
"--cfg",
"feature=\"net\"",
"--cfg",
"feature=\"personality\"",
"--cfg",
"feature=\"pin-utils\"",
"--cfg",
"feature=\"poll\"",
"--cfg",
"feature=\"process\"",
"--cfg",
"feature=\"pthread\"",
"--cfg",
"feature=\"ptrace\"",
"--cfg",
"feature=\"quota\"",
"--cfg",
"feature=\"reboot\"",
"--cfg",
"feature=\"resource\"",
"--cfg",
"feature=\"sched\"",
"--cfg",
"feature=\"signal\"",
"--cfg",
"feature=\"socket\"",
"--cfg",
"feature=\"term\"",
"--cfg",
"feature=\"time\"",
"--cfg",
"feature=\"ucontext\"",
"--cfg",
"feature=\"uio\"",
"--cfg",
"feature=\"user\"",
"--cfg",
"feature=\"zerocopy\"",
"-C",
"metadata=1ca71b02fc118ba4",
"-C",
"extra-filename=-1ca71b02fc118ba4",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bitflags=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-506a858d08db7355.rmeta",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"memoffset=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemoffset-0969127553ec993d.rmeta",
"--extern",
"pin_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_utils-cfda9a0acf1acb9f.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "nix",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.25.1",
"CARGO_PKG_AUTHORS": "The nix-rust Project Developers",
"CARGO_PKG_DESCRIPTION": "Rust friendly bindings to *nix APIs",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "nix",
"CARGO_PKG_REPOSITORY": "https://github.com/nix-rust/nix",
"CARGO_PKG_RUST_VERSION": "1.46",
"CARGO_PKG_VERSION": "0.25.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "25",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.25.1"
},
{
"package_name": "static_assertions",
"package_version": "1.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstatic_assertions-272e688e1aa9b7d1.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstatic_assertions-272e688e1aa9b7d1.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"static_assertions",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=272e688e1aa9b7d1",
"-C",
"extra-filename=-272e688e1aa9b7d1",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "static_assertions",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0",
"CARGO_PKG_AUTHORS": "Nikolai Vazquez",
"CARGO_PKG_DESCRIPTION": "Compile-time assertions to ensure that invariants are met.",
"CARGO_PKG_HOMEPAGE": "https://github.com/nvzqz/static-assertions-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "static_assertions",
"CARGO_PKG_REPOSITORY": "https://github.com/nvzqz/static-assertions-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.1.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0"
},
{
"package_name": "thiserror",
"package_version": "1.0.37",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
122
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-71977e5996b8c9ed/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "derive(Error)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "thiserror",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/thiserror",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.37",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "37",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-7effa57163c501f0/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37"
},
{
"package_name": "thiserror",
"package_version": "1.0.37",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
180,
124
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-94cd97d229a81de3.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-94cd97d229a81de3.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"thiserror",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=94cd97d229a81de3",
"-C",
"extra-filename=-94cd97d229a81de3",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"thiserror_impl=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror_impl-a61eefac73c6da26.so",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "thiserror",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "derive(Error)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "thiserror",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/thiserror",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.37",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "37",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/thiserror-7effa57163c501f0/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37"
},
{
"package_name": "byteorder",
"package_version": "1.4.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbyteorder-d2fd6a13871d8b07.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbyteorder-d2fd6a13871d8b07.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"byteorder",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=d2fd6a13871d8b07",
"-C",
"extra-filename=-d2fd6a13871d8b07",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "byteorder",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3",
"CARGO_PKG_AUTHORS": "Andrew Gallant <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Library for reading/writing numbers in big-endian and little-endian.",
"CARGO_PKG_HOMEPAGE": "https://github.com/BurntSushi/byteorder",
"CARGO_PKG_LICENSE": "Unlicense OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "byteorder",
"CARGO_PKG_REPOSITORY": "https://github.com/BurntSushi/byteorder",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.4.3",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3"
},
{
"package_name": "unicode-xid",
"package_version": "0.2.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunicode_xid-2988f5c9a582be09.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunicode_xid-2988f5c9a582be09.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"unicode_xid",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=2988f5c9a582be09",
"-C",
"extra-filename=-2988f5c9a582be09",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "unicode_xid",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4",
"CARGO_PKG_AUTHORS": "erick.tryzelaar <[email protected]>:kwantam <[email protected]>:Manish Goregaokar <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/unicode-rs/unicode-xid",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "unicode-xid",
"CARGO_PKG_REPOSITORY": "https://github.com/unicode-rs/unicode-xid",
"CARGO_PKG_RUST_VERSION": "1.17",
"CARGO_PKG_VERSION": "0.2.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4"
},
{
"package_name": "synstructure",
"package_version": "0.12.6",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
12,
17,
183
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsynstructure-1588d2f93f4670c6.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsynstructure-1588d2f93f4670c6.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"synstructure",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.6/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"proc-macro\"",
"-C",
"metadata=1588d2f93f4670c6",
"-C",
"extra-filename=-1588d2f93f4670c6",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rmeta",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rmeta",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rmeta",
"--extern",
"unicode_xid=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunicode_xid-2988f5c9a582be09.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "synstructure",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.6",
"CARGO_PKG_AUTHORS": "Nika Layzell <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Helper methods and macros for custom derives",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "synstructure",
"CARGO_PKG_REPOSITORY": "https://github.com/mystor/synstructure",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.12.6",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "6",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.6"
},
{
"package_name": "zerocopy-derive",
"package_version": "0.2.0",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
17,
184
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libzerocopy_derive-6957f4a8da452a12.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"zerocopy_derive",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-derive-0.2.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=6957f4a8da452a12",
"-C",
"extra-filename=-6957f4a8da452a12",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"synstructure=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsynstructure-1588d2f93f4670c6.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "zerocopy_derive",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-derive-0.2.0",
"CARGO_PKG_AUTHORS": "Joshua Liebow-Feeser <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Custom derive for traits from the zerocopy crate",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "BSD-3-Clause",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "zerocopy-derive",
"CARGO_PKG_REPOSITORY": "https://fuchsia.googlesource.com/fuchsia/+/master/src/lib/zerocopy/zerocopy-derive",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-derive-0.2.0"
},
{
"package_name": "zerocopy",
"package_version": "0.3.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
182,
185
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libzerocopy-85d24d3e2d85f304.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libzerocopy-85d24d3e2d85f304.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"zerocopy",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-0.3.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=85d24d3e2d85f304",
"-C",
"extra-filename=-85d24d3e2d85f304",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"byteorder=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbyteorder-d2fd6a13871d8b07.rmeta",
"--extern",
"zerocopy_derive=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libzerocopy_derive-6957f4a8da452a12.so",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "zerocopy",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-0.3.0",
"CARGO_PKG_AUTHORS": "Joshua Liebow-Feeser <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Utilities for zero-copy parsing and serialization",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "BSD-3-Clause",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "zerocopy",
"CARGO_PKG_REPOSITORY": "https://fuchsia.googlesource.com/fuchsia/+/master/src/lib/zerocopy",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.3.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-0.3.0"
},
{
"package_name": "phoenix-api-core",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
34,
31,
19,
179,
181,
186
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_core-8126b4ec477cb80c.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_core-8126b4ec477cb80c.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"phoenix_api_core",
"--edition=2021",
"src/phoenix-api/core/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"mrpc\"",
"-C",
"metadata=8126b4ec477cb80c",
"-C",
"extra-filename=-8126b4ec477cb80c",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bitflags=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-506a858d08db7355.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--extern",
"static_assertions=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstatic_assertions-272e688e1aa9b7d1.rmeta",
"--extern",
"thiserror=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-94cd97d229a81de3.rmeta",
"--extern",
"zerocopy=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libzerocopy-85d24d3e2d85f304.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "phoenix_api_core",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/phoenix-api/core",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenix-api-core",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "phoenix-api-salloc",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
187,
19,
179
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_salloc-695fbadc7bcd7195.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_salloc-695fbadc7bcd7195.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"phoenix_api_salloc",
"--edition=2021",
"src/phoenix-api/salloc/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=695fbadc7bcd7195",
"-C",
"extra-filename=-695fbadc7bcd7195",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"phoenix_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_core-8126b4ec477cb80c.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--extern",
"static_assertions=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstatic_assertions-272e688e1aa9b7d1.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "phoenix_api_salloc",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/phoenix-api/salloc",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenix-api-salloc",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "phoenix-api-transport",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
187,
19,
179
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_transport-d0a6070c16758883.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_transport-d0a6070c16758883.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"phoenix_api_transport",
"--edition=2021",
"src/phoenix-api/transport/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=d0a6070c16758883",
"-C",
"extra-filename=-d0a6070c16758883",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"phoenix_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_core-8126b4ec477cb80c.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--extern",
"static_assertions=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstatic_assertions-272e688e1aa9b7d1.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "phoenix_api_transport",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/phoenix-api/transport",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenix-api-transport",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "phoenix-api",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
187,
188,
189
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api-53f59ac4a0c05bdc.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api-53f59ac4a0c05bdc.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"phoenix_api",
"--edition=2021",
"src/phoenix-api/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"mrpc\"",
"--cfg",
"feature=\"salloc\"",
"--cfg",
"feature=\"transport\"",
"-C",
"metadata=53f59ac4a0c05bdc",
"-C",
"extra-filename=-53f59ac4a0c05bdc",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_core-8126b4ec477cb80c.rmeta",
"--extern",
"salloc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_salloc-695fbadc7bcd7195.rmeta",
"--extern",
"transport=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_transport-d0a6070c16758883.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "phoenix_api",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/phoenix-api",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenix-api",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "memmap2",
"package_version": "0.2.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemmap2-e1186151a7ef9ad4.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemmap2-e1186151a7ef9ad4.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"memmap2",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=e1186151a7ef9ad4",
"-C",
"extra-filename=-e1186151a7ef9ad4",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "memmap2",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3",
"CARGO_PKG_AUTHORS": "Dan Burkert <[email protected]>:Evgeniy Reizner <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Cross-platform Rust API for memory-mapped file IO",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "memmap2",
"CARGO_PKG_REPOSITORY": "https://github.com/RazrFalcon/memmap2-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.3",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3"
},
{
"package_name": "shmem-ipc",
"package_version": "0.2.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
182,
31,
170,
191,
181,
186
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libshmem_ipc-a4c1b6c16b122e2b.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libshmem_ipc-a4c1b6c16b122e2b.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"shmem_ipc",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/shmem-ipc-0.2.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=a4c1b6c16b122e2b",
"-C",
"extra-filename=-a4c1b6c16b122e2b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"byteorder=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbyteorder-d2fd6a13871d8b07.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"memfd=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemfd-80029bdc9bd01d63.rmeta",
"--extern",
"memmap2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemmap2-e1186151a7ef9ad4.rmeta",
"--extern",
"thiserror=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-94cd97d229a81de3.rmeta",
"--extern",
"zerocopy=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libzerocopy-85d24d3e2d85f304.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "shmem_ipc",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/shmem-ipc-0.2.0",
"CARGO_PKG_AUTHORS": "David Henningsson <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Untrusted IPC with maximum performance and minimum latency on Linux",
"CARGO_PKG_HOMEPAGE": "https://github.com/diwic/shmem-ipc/",
"CARGO_PKG_LICENSE": "Apache-2.0/MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "shmem-ipc",
"CARGO_PKG_REPOSITORY": "https://github.com/diwic/shmem-ipc/",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.2.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/shmem-ipc-0.2.0"
},
{
"package_name": "unique",
"package_version": "0.9.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunique-63ea050d5eeba34e.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunique-63ea050d5eeba34e.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"unique",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unique-0.9.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=63ea050d5eeba34e",
"-C",
"extra-filename=-63ea050d5eeba34e",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "unique",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unique-0.9.1",
"CARGO_PKG_AUTHORS": "fee1-dead <[email protected]>",
"CARGO_PKG_DESCRIPTION": "ptr::Unique for stable Rust",
"CARGO_PKG_HOMEPAGE": "https://gitlab.com/fee1-dead/unique",
"CARGO_PKG_LICENSE": "MPL-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "unique",
"CARGO_PKG_REPOSITORY": "https://gitlab.com/fee1-dead/unique",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.9.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unique-0.9.1"
},
{
"package_name": "ipc",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
121,
133,
20,
145,
169,
31,
170,
171,
173,
174,
178,
190,
19,
192,
181,
193,
168,
186
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc-9458cd2e8bbf12b8.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc-9458cd2e8bbf12b8.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ipc",
"--edition=2021",
"src/ipc/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"all\"",
"--cfg",
"feature=\"customer\"",
"-C",
"metadata=9458cd2e8bbf12b8",
"-C",
"extra-filename=-9458cd2e8bbf12b8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"async_io=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libasync_io-e588d47055d18ef8.rmeta",
"--extern",
"atomic_traits=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libatomic_traits-0dfc8a1b2ad76882.rmeta",
"--extern",
"bincode=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbincode-539c915a23fe0114.rmeta",
"--extern",
"crossbeam=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam-ed346e529a8dfca2.rmeta",
"--extern",
"ipc_channel=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc_channel-e01df7885eeede4c.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"memfd=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemfd-80029bdc9bd01d63.rmeta",
"--extern",
"memmap2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemmap2-43b1e0132e5ba004.rmeta",
"--extern",
"minstant=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libminstant-2e14cb12629e55b0.rmeta",
"--extern",
"mio=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-84c8127e54f260f9.rmeta",
"--extern",
"nix=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnix-1ca71b02fc118ba4.rmeta",
"--extern",
"phoenix_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api-53f59ac4a0c05bdc.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--extern",
"shmem_ipc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libshmem_ipc-a4c1b6c16b122e2b.rmeta",
"--extern",
"thiserror=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-94cd97d229a81de3.rmeta",
"--extern",
"unique=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libunique-63ea050d5eeba34e.rmeta",
"--extern",
"uuid=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libuuid-0380f86e3ac4f598.rmeta",
"--extern",
"zerocopy=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libzerocopy-85d24d3e2d85f304.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ipc",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/ipc",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ipc",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "either",
"package_version": "1.8.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libeither-99ffc512b04cb254.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libeither-99ffc512b04cb254.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"either",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"use_std\"",
"-C",
"metadata=99ffc512b04cb254",
"-C",
"extra-filename=-99ffc512b04cb254",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "either",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.1",
"CARGO_PKG_AUTHORS": "bluss",
"CARGO_PKG_DESCRIPTION": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "either",
"CARGO_PKG_REPOSITORY": "https://github.com/bluss/either",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "1.8.1",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.1"
},
{
"package_name": "itertools",
"package_version": "0.10.5",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
195
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libitertools-356dc8f6a0bef5dd.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libitertools-356dc8f6a0bef5dd.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"itertools",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.5/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"use_alloc\"",
"--cfg",
"feature=\"use_std\"",
"-C",
"metadata=356dc8f6a0bef5dd",
"-C",
"extra-filename=-356dc8f6a0bef5dd",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"either=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libeither-99ffc512b04cb254.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "itertools",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.5",
"CARGO_PKG_AUTHORS": "bluss",
"CARGO_PKG_DESCRIPTION": "Extra iterator adaptors, iterator methods, free functions, and macros.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "itertools",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-itertools/itertools",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.10.5",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "10",
"CARGO_PKG_VERSION_PATCH": "5",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.5"
},
{
"package_name": "bitflags",
"package_version": "0.6.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-96a34b175802735c.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-96a34b175802735c.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"bitflags",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.6.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=96a34b175802735c",
"-C",
"extra-filename=-96a34b175802735c",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "bitflags",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.6.0",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "A macro to generate structures which behave like bitflags.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/bitflags",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "bitflags",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/bitflags",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.6.0"
},
{
"package_name": "errno",
"package_version": "0.1.8",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liberrno-444fefa7e1aba258.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liberrno-444fefa7e1aba258.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"errno",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.1.8/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=444fefa7e1aba258",
"-C",
"extra-filename=-444fefa7e1aba258",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "errno",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.1.8",
"CARGO_PKG_AUTHORS": "Chris Wong <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Cross-platform interface to the `errno` variable.\n",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "errno",
"CARGO_PKG_REPOSITORY": "https://github.com/lfairy/rust-errno",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.8",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "8",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.1.8"
},
{
"package_name": "libnuma-sys",
"package_version": "0.0.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
197,
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma_sys-ca0575feaa66ccc8.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma_sys-ca0575feaa66ccc8.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"libnuma_sys",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-sys-0.0.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=ca0575feaa66ccc8",
"-C",
"extra-filename=-ca0575feaa66ccc8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bitflags=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-96a34b175802735c.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "libnuma_sys",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-sys-0.0.4",
"CARGO_PKG_AUTHORS": "Raphael Cohn <[email protected]>",
"CARGO_PKG_DESCRIPTION": "An binding that wraps libnuma",
"CARGO_PKG_HOMEPAGE": "https://github.com/lemonrock/libnuma",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "libnuma-sys",
"CARGO_PKG_REPOSITORY": "https://github.com/lemonrock/libnuma.git",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.0.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-sys-0.0.4"
},
{
"package_name": "libnuma",
"package_version": "0.0.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
197,
198,
31,
199
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma-8af65f5ba32ce736.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma-8af65f5ba32ce736.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"libnuma",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-0.0.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=8af65f5ba32ce736",
"-C",
"extra-filename=-8af65f5ba32ce736",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bitflags=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbitflags-96a34b175802735c.rmeta",
"--extern",
"errno=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liberrno-444fefa7e1aba258.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"libnuma_sys=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma_sys-ca0575feaa66ccc8.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "libnuma",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-0.0.4",
"CARGO_PKG_AUTHORS": "Raphael Cohn <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A mid-level binding to libnuma that provides Linux NUMA operations",
"CARGO_PKG_HOMEPAGE": "https://github.com/lemonrock/libnuma",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "libnuma",
"CARGO_PKG_REPOSITORY": "https://github.com/lemonrock/libnuma.git",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.0.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-0.0.4"
},
{
"package_name": "page_size",
"package_version": "0.4.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpage_size-dc8461f1b4c83a5b.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpage_size-dc8461f1b4c83a5b.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"page_size",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/page_size-0.4.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=dc8461f1b4c83a5b",
"-C",
"extra-filename=-dc8461f1b4c83a5b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "page_size",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/page_size-0.4.2",
"CARGO_PKG_AUTHORS": "Philip Woods <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Provides an easy, fast, cross-platform way to retrieve the memory page size",
"CARGO_PKG_HOMEPAGE": "https://github.com/Elzair/page_size_rs",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "page_size",
"CARGO_PKG_REPOSITORY": "https://github.com/Elzair/page_size_rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/page_size-0.4.2"
},
{
"package_name": "mmap",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31,
178,
201
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmmap-57d84190f6026dbf.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmmap-57d84190f6026dbf.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"mmap",
"--edition=2021",
"src/mmap/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=57d84190f6026dbf",
"-C",
"extra-filename=-57d84190f6026dbf",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"nix=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnix-1ca71b02fc118ba4.rmeta",
"--extern",
"page_size=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpage_size-dc8461f1b4c83a5b.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "mmap",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/mmap",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "mmap",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "adler",
"package_version": "1.0.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libadler-8763de8c5e352f8b.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libadler-8763de8c5e352f8b.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"adler",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=8763de8c5e352f8b",
"-C",
"extra-filename=-8763de8c5e352f8b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "adler",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2",
"CARGO_PKG_AUTHORS": "Jonas Schievink <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A simple clean-room implementation of the Adler-32 checksum",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "0BSD OR MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "adler",
"CARGO_PKG_REPOSITORY": "https://github.com/jonas-schievink/adler.git",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2"
},
{
"package_name": "miniz_oxide",
"package_version": "0.6.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
203
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libminiz_oxide-e8b7d7ffce950325.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libminiz_oxide-e8b7d7ffce950325.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"miniz_oxide",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.6.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"with-alloc\"",
"-C",
"metadata=e8b7d7ffce950325",
"-C",
"extra-filename=-e8b7d7ffce950325",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"adler=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libadler-8763de8c5e352f8b.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "miniz_oxide",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.6.2",
"CARGO_PKG_AUTHORS": "Frommi <[email protected]>:oyvindln <[email protected]>",
"CARGO_PKG_DESCRIPTION": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
"CARGO_PKG_HOMEPAGE": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
"CARGO_PKG_LICENSE": "MIT OR Zlib OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "miniz_oxide",
"CARGO_PKG_REPOSITORY": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.6.2"
},
{
"package_name": "flate2",
"package_version": "1.0.25",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
61,
204
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libflate2-46e179d50b935af8.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libflate2-46e179d50b935af8.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"flate2",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.25/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"miniz_oxide\"",
"--cfg",
"feature=\"rust_backend\"",
"-C",
"metadata=46e179d50b935af8",
"-C",
"extra-filename=-46e179d50b935af8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"crc32fast=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrc32fast-6c228c2786277d0a.rmeta",
"--extern",
"miniz_oxide=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libminiz_oxide-e8b7d7ffce950325.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "flate2",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.25",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>:Josh Triplett <[email protected]>",
"CARGO_PKG_DESCRIPTION": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/flate2-rs",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "flate2",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/flate2-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.0.25",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "25",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.25"
},
{
"package_name": "ahash",
"package_version": "0.8.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
36
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-491d7c374ab0abe2/build_script_build-491d7c374ab0abe2"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-491d7c374ab0abe2/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-491d7c374ab0abe2/build_script_build-491d7c374ab0abe2"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2/./build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=491d7c374ab0abe2",
"-C",
"extra-filename=-491d7c374ab0abe2",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-491d7c374ab0abe2",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"version_check=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libversion_check-594adba18a599ffd.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2",
"CARGO_PKG_AUTHORS": "Tom Kaitchuck <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A non-cryptographic hash function using AES-NI for high performance",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ahash",
"CARGO_PKG_REPOSITORY": "https://github.com/tkaitchuck/ahash",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2"
},
{
"package_name": "ahash",
"package_version": "0.8.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
206
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-491d7c374ab0abe2/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2",
"CARGO_PKG_AUTHORS": "Tom Kaitchuck <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A non-cryptographic hash function using AES-NI for high performance",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ahash",
"CARGO_PKG_REPOSITORY": "https://github.com/tkaitchuck/ahash",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-dc8a18a46f0be566/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2"
},
{
"package_name": "ahash",
"package_version": "0.8.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
207,
58,
54
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libahash-0d17834e65321d50.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libahash-0d17834e65321d50.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ahash",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=0d17834e65321d50",
"-C",
"extra-filename=-0d17834e65321d50",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ahash",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2",
"CARGO_PKG_AUTHORS": "Tom Kaitchuck <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A non-cryptographic hash function using AES-NI for high performance",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ahash",
"CARGO_PKG_REPOSITORY": "https://github.com/tkaitchuck/ahash",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.8.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/ahash-dc8a18a46f0be566/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2"
},
{
"package_name": "hashbrown",
"package_version": "0.13.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
208
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-1f089c098c5f747f.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-1f089c098c5f747f.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"hashbrown",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.13.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"ahash\"",
"-C",
"metadata=1f089c098c5f747f",
"-C",
"extra-filename=-1f089c098c5f747f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"ahash=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libahash-0d17834e65321d50.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "hashbrown",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.13.1",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A Rust port of Google's SwissTable hash map",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "hashbrown",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/hashbrown",
"CARGO_PKG_RUST_VERSION": "1.61.0",
"CARGO_PKG_VERSION": "0.13.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "13",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.13.1"
},
{
"package_name": "indexmap",
"package_version": "1.9.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/indexmap-722b1acf4d247252/build_script_build-722b1acf4d247252"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/indexmap-722b1acf4d247252/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/indexmap-722b1acf4d247252/build_script_build-722b1acf4d247252"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=722b1acf4d247252",
"-C",
"extra-filename=-722b1acf4d247252",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/indexmap-722b1acf4d247252",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "A hash table with consistent order and fast iteration.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "indexmap",
"CARGO_PKG_REPOSITORY": "https://github.com/bluss/indexmap",
"CARGO_PKG_RUST_VERSION": "1.56",
"CARGO_PKG_VERSION": "1.9.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2"
},
{
"package_name": "indexmap",
"package_version": "1.9.2",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
210
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/indexmap-722b1acf4d247252/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "A hash table with consistent order and fast iteration.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "indexmap",
"CARGO_PKG_REPOSITORY": "https://github.com/bluss/indexmap",
"CARGO_PKG_RUST_VERSION": "1.56",
"CARGO_PKG_VERSION": "1.9.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/indexmap-278d3cc90454a87e/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2"
},
{
"package_name": "indexmap",
"package_version": "1.9.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
66,
211
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libindexmap-8e44dee154fcb653.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libindexmap-8e44dee154fcb653.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"indexmap",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=8e44dee154fcb653",
"-C",
"extra-filename=-8e44dee154fcb653",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"hashbrown=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-bc7d383197909203.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "indexmap",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "A hash table with consistent order and fast iteration.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "indexmap",
"CARGO_PKG_REPOSITORY": "https://github.com/bluss/indexmap",
"CARGO_PKG_RUST_VERSION": "1.56",
"CARGO_PKG_VERSION": "1.9.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/indexmap-278d3cc90454a87e/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2"
},
{
"package_name": "object",
"package_version": "0.30.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
61,
205,
209,
212,
92
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libobject-39c408307c39e47e.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libobject-39c408307c39e47e.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"object",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"archive\"",
"--cfg",
"feature=\"coff\"",
"--cfg",
"feature=\"compression\"",
"--cfg",
"feature=\"crc32fast\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"elf\"",
"--cfg",
"feature=\"flate2\"",
"--cfg",
"feature=\"hashbrown\"",
"--cfg",
"feature=\"indexmap\"",
"--cfg",
"feature=\"macho\"",
"--cfg",
"feature=\"pe\"",
"--cfg",
"feature=\"read\"",
"--cfg",
"feature=\"read_core\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"unaligned\"",
"--cfg",
"feature=\"write\"",
"--cfg",
"feature=\"write_core\"",
"--cfg",
"feature=\"write_std\"",
"-C",
"metadata=39c408307c39e47e",
"-C",
"extra-filename=-39c408307c39e47e",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"crc32fast=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrc32fast-6c228c2786277d0a.rmeta",
"--extern",
"flate2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libflate2-46e179d50b935af8.rmeta",
"--extern",
"hashbrown=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-1f089c098c5f747f.rmeta",
"--extern",
"indexmap=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libindexmap-8e44dee154fcb653.rmeta",
"--extern",
"memchr=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemchr-e555ee1213385ab3.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "object",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.1",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "A unified interface for reading and writing object file formats.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "object",
"CARGO_PKG_REPOSITORY": "https://github.com/gimli-rs/object",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.30.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "30",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.1"
},
{
"package_name": "fixedbitset",
"package_version": "0.4.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfixedbitset-23b88a8c2792edc7.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfixedbitset-23b88a8c2792edc7.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"fixedbitset",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=23b88a8c2792edc7",
"-C",
"extra-filename=-23b88a8c2792edc7",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "fixedbitset",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2",
"CARGO_PKG_AUTHORS": "bluss",
"CARGO_PKG_DESCRIPTION": "FixedBitSet is a simple bitset collection",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "fixedbitset",
"CARGO_PKG_REPOSITORY": "https://github.com/petgraph/fixedbitset",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.4.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2"
},
{
"package_name": "petgraph",
"package_version": "0.6.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
214,
212
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpetgraph-a4fafdd064550942.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpetgraph-a4fafdd064550942.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"petgraph",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.6.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"graphmap\"",
"--cfg",
"feature=\"matrix_graph\"",
"--cfg",
"feature=\"stable_graph\"",
"-C",
"metadata=a4fafdd064550942",
"-C",
"extra-filename=-a4fafdd064550942",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"fixedbitset=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfixedbitset-23b88a8c2792edc7.rmeta",
"--extern",
"indexmap=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libindexmap-8e44dee154fcb653.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "petgraph",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.6.2",
"CARGO_PKG_AUTHORS": "bluss:mitchmindtree",
"CARGO_PKG_DESCRIPTION": "Graph data structure library. Provides graph types and graph algorithms.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "petgraph",
"CARGO_PKG_REPOSITORY": "https://github.com/petgraph/petgraph",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.6.2"
},
{
"package_name": "phoenix-api-mrpc",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
190,
19,
179
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_mrpc-328d6e2d291166b5.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_mrpc-328d6e2d291166b5.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"phoenix_api_mrpc",
"--edition=2021",
"experimental/mrpc/phoenix-api/mrpc/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=328d6e2d291166b5",
"-C",
"extra-filename=-328d6e2d291166b5",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"phoenix_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api-53f59ac4a0c05bdc.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--extern",
"static_assertions=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstatic_assertions-272e688e1aa9b7d1.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "phoenix_api_mrpc",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/experimental/mrpc/phoenix-api/mrpc",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenix-api-mrpc",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "bytes",
"package_version": "1.3.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbytes-4b6407e9cd7391c9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbytes-4b6407e9cd7391c9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"bytes",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.3.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=4b6407e9cd7391c9",
"-C",
"extra-filename=-4b6407e9cd7391c9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "bytes",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.3.0",
"CARGO_PKG_AUTHORS": "Carl Lerche <[email protected]>:Sean McArthur <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Types and traits for working with bytes",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "bytes",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/bytes",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.3.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.3.0"
},
{
"package_name": "parking_lot",
"package_version": "0.12.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
70,
74
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking_lot-b64d1a2691d017c9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking_lot-b64d1a2691d017c9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"parking_lot",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"-C",
"metadata=b64d1a2691d017c9",
"-C",
"extra-filename=-b64d1a2691d017c9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"lock_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblock_api-92e9bf20072e3aec.rmeta",
"--extern",
"parking_lot_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking_lot_core-8116c73f0bc84c3f.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "parking_lot",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "More compact and efficient implementations of the standard synchronization primitives.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "parking_lot",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/parking_lot",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.12.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1"
},
{
"package_name": "signal-hook-registry",
"package_version": "1.4.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
31
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsignal_hook_registry-d2b5021a7c3d05b9.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsignal_hook_registry-d2b5021a7c3d05b9.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"signal_hook_registry",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=d2b5021a7c3d05b9",
"-C",
"extra-filename=-d2b5021a7c3d05b9",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "signal_hook_registry",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0",
"CARGO_PKG_AUTHORS": "Michal 'vorner' Vaner <[email protected]>:Masaki Hara <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Backend crate for signal-hook",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0/MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "signal-hook-registry",
"CARGO_PKG_REPOSITORY": "https://github.com/vorner/signal-hook",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.4.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "4",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0"
},
{
"package_name": "tokio",
"package_version": "1.22.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [
22
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/tokio-b9c711b902fa8121/build_script_build-b9c711b902fa8121"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/tokio-b9c711b902fa8121/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/tokio-b9c711b902fa8121/build_script_build-b9c711b902fa8121"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"bytes\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"fs\"",
"--cfg",
"feature=\"full\"",
"--cfg",
"feature=\"io-std\"",
"--cfg",
"feature=\"io-util\"",
"--cfg",
"feature=\"libc\"",
"--cfg",
"feature=\"macros\"",
"--cfg",
"feature=\"memchr\"",
"--cfg",
"feature=\"mio\"",
"--cfg",
"feature=\"net\"",
"--cfg",
"feature=\"num_cpus\"",
"--cfg",
"feature=\"parking_lot\"",
"--cfg",
"feature=\"process\"",
"--cfg",
"feature=\"rt\"",
"--cfg",
"feature=\"rt-multi-thread\"",
"--cfg",
"feature=\"signal\"",
"--cfg",
"feature=\"signal-hook-registry\"",
"--cfg",
"feature=\"socket2\"",
"--cfg",
"feature=\"sync\"",
"--cfg",
"feature=\"time\"",
"--cfg",
"feature=\"tokio-macros\"",
"--cfg",
"feature=\"winapi\"",
"-C",
"metadata=b9c711b902fa8121",
"-C",
"extra-filename=-b9c711b902fa8121",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/tokio-b9c711b902fa8121",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"autocfg=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libautocfg-b08acbb9ce4f5d54.rlib",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0",
"CARGO_PKG_AUTHORS": "Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tokio",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tokio",
"CARGO_PKG_RUST_VERSION": "1.49",
"CARGO_PKG_VERSION": "1.22.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "22",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0"
},
{
"package_name": "tokio",
"package_version": "1.22.0",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
220
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/tokio-b9c711b902fa8121/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_BYTES": "1",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_FS": "1",
"CARGO_FEATURE_FULL": "1",
"CARGO_FEATURE_IO_STD": "1",
"CARGO_FEATURE_IO_UTIL": "1",
"CARGO_FEATURE_LIBC": "1",
"CARGO_FEATURE_MACROS": "1",
"CARGO_FEATURE_MEMCHR": "1",
"CARGO_FEATURE_MIO": "1",
"CARGO_FEATURE_NET": "1",
"CARGO_FEATURE_NUM_CPUS": "1",
"CARGO_FEATURE_PARKING_LOT": "1",
"CARGO_FEATURE_PROCESS": "1",
"CARGO_FEATURE_RT": "1",
"CARGO_FEATURE_RT_MULTI_THREAD": "1",
"CARGO_FEATURE_SIGNAL": "1",
"CARGO_FEATURE_SIGNAL_HOOK_REGISTRY": "1",
"CARGO_FEATURE_SOCKET2": "1",
"CARGO_FEATURE_SYNC": "1",
"CARGO_FEATURE_TIME": "1",
"CARGO_FEATURE_TOKIO_MACROS": "1",
"CARGO_FEATURE_WINAPI": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0",
"CARGO_PKG_AUTHORS": "Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tokio",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tokio",
"CARGO_PKG_RUST_VERSION": "1.49",
"CARGO_PKG_VERSION": "1.22.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "22",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/tokio-d91fefab13c62a52/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0"
},
{
"package_name": "tokio-macros",
"package_version": "1.8.2",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
12,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtokio_macros-3f9cfc3b3fd9889f.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tokio_macros",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.8.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=3f9cfc3b3fd9889f",
"-C",
"extra-filename=-3f9cfc3b3fd9889f",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tokio_macros",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.8.2",
"CARGO_PKG_AUTHORS": "Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Tokio's proc macros.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tokio-macros",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tokio",
"CARGO_PKG_RUST_VERSION": "1.49",
"CARGO_PKG_VERSION": "1.8.2",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "8",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.8.2"
},
{
"package_name": "tokio",
"package_version": "1.22.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
217,
31,
92,
174,
99,
218,
93,
219,
120,
221,
222
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtokio-eb64647ab13f96fe.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtokio-eb64647ab13f96fe.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tokio",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"bytes\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"fs\"",
"--cfg",
"feature=\"full\"",
"--cfg",
"feature=\"io-std\"",
"--cfg",
"feature=\"io-util\"",
"--cfg",
"feature=\"libc\"",
"--cfg",
"feature=\"macros\"",
"--cfg",
"feature=\"memchr\"",
"--cfg",
"feature=\"mio\"",
"--cfg",
"feature=\"net\"",
"--cfg",
"feature=\"num_cpus\"",
"--cfg",
"feature=\"parking_lot\"",
"--cfg",
"feature=\"process\"",
"--cfg",
"feature=\"rt\"",
"--cfg",
"feature=\"rt-multi-thread\"",
"--cfg",
"feature=\"signal\"",
"--cfg",
"feature=\"signal-hook-registry\"",
"--cfg",
"feature=\"socket2\"",
"--cfg",
"feature=\"sync\"",
"--cfg",
"feature=\"time\"",
"--cfg",
"feature=\"tokio-macros\"",
"--cfg",
"feature=\"winapi\"",
"-C",
"metadata=eb64647ab13f96fe",
"-C",
"extra-filename=-eb64647ab13f96fe",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"bytes=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbytes-4b6407e9cd7391c9.rmeta",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rmeta",
"--extern",
"memchr=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmemchr-e555ee1213385ab3.rmeta",
"--extern",
"mio=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-84c8127e54f260f9.rmeta",
"--extern",
"num_cpus=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_cpus-c51fd14c0598e413.rmeta",
"--extern",
"parking_lot=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libparking_lot-b64d1a2691d017c9.rmeta",
"--extern",
"pin_project_lite=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_project_lite-2fdaaa6ce07134f2.rmeta",
"--extern",
"signal_hook_registry=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsignal_hook_registry-d2b5021a7c3d05b9.rmeta",
"--extern",
"socket2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsocket2-adbfb5ac8b69fa2e.rmeta",
"--extern",
"tokio_macros=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtokio_macros-3f9cfc3b3fd9889f.so",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tokio",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0",
"CARGO_PKG_AUTHORS": "Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tokio",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tokio",
"CARGO_PKG_RUST_VERSION": "1.49",
"CARGO_PKG_VERSION": "1.22.0",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "22",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/tokio-d91fefab13c62a52/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0"
},
{
"package_name": "tracing-core",
"package_version": "0.1.30",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
54
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_core-35795c073e6d16a3.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_core-35795c073e6d16a3.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tracing_core",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"once_cell\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"valuable\"",
"-C",
"metadata=35795c073e6d16a3",
"-C",
"extra-filename=-35795c073e6d16a3",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tracing_core",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30",
"CARGO_PKG_AUTHORS": "Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Core primitives for application-level tracing.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tracing-core",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tracing",
"CARGO_PKG_RUST_VERSION": "1.49.0",
"CARGO_PKG_VERSION": "0.1.30",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "30",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30"
},
{
"package_name": "phoenix-common-workspace",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
65,
134,
140,
112,
80,
64,
66,
194,
116,
174,
54,
190,
223,
224
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_common_workspace-42043cb7c1c7e899.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_common_workspace-42043cb7c1c7e899.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"phoenix_common_workspace",
"--edition=2021",
"src/phoenix-common-workspace/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=42043cb7c1c7e899",
"-C",
"extra-filename=-42043cb7c1c7e899",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"ahash=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libahash-056852c06c01bef8.rmeta",
"--extern",
"crossbeam_channel=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-e3f28524d7b1b824.rmeta",
"--extern",
"crossbeam_epoch=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_epoch-2868d2efb3157d28.rmeta",
"--extern",
"crossbeam_utils=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_utils-acff44b08c4dfacb.rmeta",
"--extern",
"futures_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures_core-78052c0731a8f415.rmeta",
"--extern",
"getrandom=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libgetrandom-2527176223d9def6.rmeta",
"--extern",
"hashbrown=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libhashbrown-bc7d383197909203.rmeta",
"--extern",
"ipc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc-9458cd2e8bbf12b8.rmeta",
"--extern",
"log=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rmeta",
"--extern",
"mio=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmio-84c8127e54f260f9.rmeta",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--extern",
"phoenix_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api-53f59ac4a0c05bdc.rmeta",
"--extern",
"tokio=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtokio-eb64647ab13f96fe.rmeta",
"--extern",
"tracing_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_core-35795c073e6d16a3.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "phoenix_common_workspace",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/phoenix-common-workspace",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenix-common-workspace",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "semver",
"package_version": "1.0.14",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/semver-98c830507b8256ca/build_script_build-98c830507b8256ca"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/semver-98c830507b8256ca/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/semver-98c830507b8256ca/build_script_build-98c830507b8256ca"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=98c830507b8256ca",
"-C",
"extra-filename=-98c830507b8256ca",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/semver-98c830507b8256ca",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Parser and evaluator for Cargo's flavor of Semantic Versioning",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "semver",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/semver",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.14",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14"
},
{
"package_name": "semver",
"package_version": "1.0.14",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
226
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/semver-98c830507b8256ca/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Parser and evaluator for Cargo's flavor of Semantic Versioning",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "semver",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/semver",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.14",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/semver-7cbbb60321b401f8/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14"
},
{
"package_name": "semver",
"package_version": "1.0.14",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
227
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver-15dfda2330c7bd16.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver-15dfda2330c7bd16.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"semver",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=15dfda2330c7bd16",
"-C",
"extra-filename=-15dfda2330c7bd16",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "semver",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Parser and evaluator for Cargo's flavor of Semantic Versioning",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "semver",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/semver",
"CARGO_PKG_RUST_VERSION": "1.31",
"CARGO_PKG_VERSION": "1.0.14",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "14",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/semver-7cbbb60321b401f8/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14"
},
{
"package_name": "sharded-slab",
"package_version": "0.1.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
149
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsharded_slab-6733ed32df82eff8.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsharded_slab-6733ed32df82eff8.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"sharded_slab",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=6733ed32df82eff8",
"-C",
"extra-filename=-6733ed32df82eff8",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"lazy_static=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblazy_static-1fabe01c0e89ef30.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "sharded_slab",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4",
"CARGO_PKG_AUTHORS": "Eliza Weisman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A lock-free concurrent slab.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/hawkw/sharded-slab",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "sharded-slab",
"CARGO_PKG_REPOSITORY": "https://github.com/hawkw/sharded-slab",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4"
},
{
"package_name": "tracing-attributes",
"package_version": "0.1.23",
"target_kind": [
"proc-macro"
],
"kind": null,
"compile_mode": "build",
"deps": [
9,
12,
17
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_attributes-6d899d7a03d62040.so"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tracing_attributes",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"proc-macro",
"--emit=dep-info,link",
"-C",
"prefer-dynamic",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"-C",
"metadata=6d899d7a03d62040",
"-C",
"extra-filename=-6d899d7a03d62040",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"proc_macro2=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libproc_macro2-85ed36671b897f1f.rlib",
"--extern",
"quote=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libquote-b24b40941fa72e86.rlib",
"--extern",
"syn=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsyn-a6870e967b32f0bc.rlib",
"--extern",
"proc_macro",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tracing_attributes",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23",
"CARGO_PKG_AUTHORS": "Tokio Contributors <[email protected]>:Eliza Weisman <[email protected]>:David Barsky <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Procedural macro attributes for automatically instrumenting functions.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tracing-attributes",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tracing",
"CARGO_PKG_RUST_VERSION": "1.49.0",
"CARGO_PKG_VERSION": "0.1.23",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "23",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23"
},
{
"package_name": "tracing",
"package_version": "0.1.37",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
58,
93,
230,
224
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing-aad4aa3fd0a8e878.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing-aad4aa3fd0a8e878.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tracing",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"attributes\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"tracing-attributes\"",
"-C",
"metadata=aad4aa3fd0a8e878",
"-C",
"extra-filename=-aad4aa3fd0a8e878",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"cfg_if=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcfg_if-00c152809c83ebfd.rmeta",
"--extern",
"pin_project_lite=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpin_project_lite-2fdaaa6ce07134f2.rmeta",
"--extern",
"tracing_attributes=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_attributes-6d899d7a03d62040.so",
"--extern",
"tracing_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_core-35795c073e6d16a3.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tracing",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37",
"CARGO_PKG_AUTHORS": "Eliza Weisman <[email protected]>:Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Application-level tracing for Rust.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tracing",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tracing",
"CARGO_PKG_RUST_VERSION": "1.49.0",
"CARGO_PKG_VERSION": "0.1.37",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "37",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37"
},
{
"package_name": "phoenix_common",
"package_version": "0.1.0",
"target_kind": [
"rlib"
],
"kind": null,
"compile_mode": "build",
"deps": [
3,
145,
75,
155,
101,
194,
200,
199,
178,
190,
216,
225,
228,
229,
179,
181,
223,
231
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_common-398f11f6b4f47921.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_common-398f11f6b4f47921.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"phoenix_common",
"--edition=2021",
"src/phoenix_common/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"rlib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=398f11f6b4f47921",
"-C",
"extra-filename=-398f11f6b4f47921",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"anyhow=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libanyhow-86118f8d04c83a3e.rmeta",
"--extern",
"crossbeam=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam-ed346e529a8dfca2.rmeta",
"--extern",
"dashmap=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libdashmap-677261f40ae23caa.rmeta",
"--extern",
"fnv=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfnv-cc6e7fcf902686a4.rmeta",
"--extern",
"futures=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures-b950ef5d96f6a148.rmeta",
"--extern",
"ipc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc-9458cd2e8bbf12b8.rmeta",
"--extern",
"libnuma=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma-8af65f5ba32ce736.rmeta",
"--extern",
"libnuma_sys=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma_sys-ca0575feaa66ccc8.rmeta",
"--extern",
"nix=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnix-1ca71b02fc118ba4.rmeta",
"--extern",
"phoenix_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api-53f59ac4a0c05bdc.rmeta",
"--extern",
"phoenix_api_mrpc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_mrpc-328d6e2d291166b5.rmeta",
"--extern",
"phoenix_common_workspace=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_common_workspace-42043cb7c1c7e899.rmeta",
"--extern",
"semver=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver-15dfda2330c7bd16.rmeta",
"--extern",
"sharded_slab=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsharded_slab-6733ed32df82eff8.rmeta",
"--extern",
"static_assertions=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libstatic_assertions-272e688e1aa9b7d1.rmeta",
"--extern",
"thiserror=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-94cd97d229a81de3.rmeta",
"--extern",
"tokio=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtokio-eb64647ab13f96fe.rmeta",
"--extern",
"tracing=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing-aad4aa3fd0a8e878.rmeta",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "phoenix_common",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/phoenix_common",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenix_common",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
},
{
"package_name": "rustc-demangle",
"package_version": "0.1.21",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustc_demangle-e4adb9102ca41ff0.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustc_demangle-e4adb9102ca41ff0.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"rustc_demangle",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=e4adb9102ca41ff0",
"-C",
"extra-filename=-e4adb9102ca41ff0",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "rustc_demangle",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Rust compiler symbol demangling.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/alexcrichton/rustc-demangle",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "rustc-demangle",
"CARGO_PKG_REPOSITORY": "https://github.com/alexcrichton/rustc-demangle",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.21",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "21",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21"
},
{
"package_name": "itoa",
"package_version": "1.0.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libitoa-3ed7e6ec373f09fe.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libitoa-3ed7e6ec373f09fe.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"itoa",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=3ed7e6ec373f09fe",
"-C",
"extra-filename=-3ed7e6ec373f09fe",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "itoa",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.4",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Fast integer primitive to string conversion",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "itoa",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/itoa",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "1.0.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.4"
},
{
"package_name": "ryu",
"package_version": "1.0.11",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libryu-13f062c6db955bde.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libryu-13f062c6db955bde.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"ryu",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=13f062c6db955bde",
"-C",
"extra-filename=-13f062c6db955bde",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "ryu",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11",
"CARGO_PKG_AUTHORS": "David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Fast floating point to string conversion",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0 OR BSL-1.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "ryu",
"CARGO_PKG_REPOSITORY": "https://github.com/dtolnay/ryu",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "1.0.11",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "11",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11"
},
{
"package_name": "serde_json",
"package_version": "1.0.89",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_json-299ea1703bc35936/build_script_build-299ea1703bc35936"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_json-299ea1703bc35936/build-script-build": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_json-299ea1703bc35936/build_script_build-299ea1703bc35936"
},
"program": "rustc",
"args": [
"--crate-name",
"build_script_build",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89/build.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"debug-assertions=off",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=299ea1703bc35936",
"-C",
"extra-filename=-299ea1703bc35936",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_json-299ea1703bc35936",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "build_script_build",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A JSON serialization file format",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde_json",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/json",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "1.0.89",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "89",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89"
},
{
"package_name": "serde_json",
"package_version": "1.0.89",
"target_kind": [
"custom-build"
],
"kind": null,
"compile_mode": "run-custom-build",
"deps": [
236
],
"outputs": [],
"links": {},
"program": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_json-299ea1703bc35936/build-script-build",
"args": [],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CFG_PANIC": "unwind",
"CARGO_CFG_TARGET_ABI": "",
"CARGO_CFG_TARGET_ARCH": "x86_64",
"CARGO_CFG_TARGET_ENDIAN": "little",
"CARGO_CFG_TARGET_ENV": "gnu",
"CARGO_CFG_TARGET_FAMILY": "unix",
"CARGO_CFG_TARGET_FEATURE": "fxsr,llvm14-builtins-abi,sse,sse2",
"CARGO_CFG_TARGET_HAS_ATOMIC": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE": "16,32,64,8,ptr",
"CARGO_CFG_TARGET_OS": "linux",
"CARGO_CFG_TARGET_POINTER_WIDTH": "64",
"CARGO_CFG_TARGET_THREAD_LOCAL": "",
"CARGO_CFG_TARGET_VENDOR": "unknown",
"CARGO_CFG_UNIX": "",
"CARGO_ENCODED_RUSTFLAGS": "-C\u001flink-dead-code\u001f-C\u001fcode-model=large",
"CARGO_FEATURE_DEFAULT": "1",
"CARGO_FEATURE_STD": "1",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A JSON serialization file format",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde_json",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/json",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "1.0.89",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "89",
"CARGO_PKG_VERSION_PRE": "",
"DEBUG": "true",
"HOST": "x86_64-unknown-linux-gnu",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/nfs/cjr/Developing/phoenix/target/phoenix/release:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"NUM_JOBS": "40",
"OPT_LEVEL": "3",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_json-44f708e2bdf80bde/out",
"PROFILE": "release",
"RUSTC": "rustc",
"RUSTDOC": "rustdoc",
"RUST_BACKTRACE": "1",
"TARGET": "x86_64-unknown-linux-gnu"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89"
},
{
"package_name": "serde_json",
"package_version": "1.0.89",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
234,
235,
19,
237
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde_json-c3c694ec0af9a9ad.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde_json-c3c694ec0af9a9ad.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"serde_json",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=c3c694ec0af9a9ad",
"-C",
"extra-filename=-c3c694ec0af9a9ad",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"itoa=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libitoa-3ed7e6ec373f09fe.rmeta",
"--extern",
"ryu=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libryu-13f062c6db955bde.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "serde_json",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89",
"CARGO_PKG_AUTHORS": "Erick Tryzelaar <[email protected]>:David Tolnay <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A JSON serialization file format",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "serde_json",
"CARGO_PKG_REPOSITORY": "https://github.com/serde-rs/json",
"CARGO_PKG_RUST_VERSION": "1.36",
"CARGO_PKG_VERSION": "1.0.89",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "0",
"CARGO_PKG_VERSION_PATCH": "89",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"OUT_DIR": "/nfs/cjr/Developing/phoenix/target/phoenix/release/build/serde_json-44f708e2bdf80bde/out",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89"
},
{
"package_name": "spin",
"package_version": "0.9.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
70
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libspin-f9a5438f61cd0ce2.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libspin-f9a5438f61cd0ce2.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"spin",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.9.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"barrier\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"lazy\"",
"--cfg",
"feature=\"lock_api\"",
"--cfg",
"feature=\"lock_api_crate\"",
"--cfg",
"feature=\"mutex\"",
"--cfg",
"feature=\"once\"",
"--cfg",
"feature=\"rwlock\"",
"--cfg",
"feature=\"spin_mutex\"",
"-C",
"metadata=f9a5438f61cd0ce2",
"-C",
"extra-filename=-f9a5438f61cd0ce2",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"lock_api_crate=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblock_api-92e9bf20072e3aec.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "spin",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.9.4",
"CARGO_PKG_AUTHORS": "Mathijs van de Nes <[email protected]>:John Ericson <[email protected]>:Joshua Barretto <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Spin-based synchronization primitives",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "spin",
"CARGO_PKG_REPOSITORY": "https://github.com/mvdnes/spin-rs.git",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.9.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "9",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.9.4"
},
{
"package_name": "toml",
"package_version": "0.5.9",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
212,
19
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtoml-489473a550565488.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtoml-489473a550565488.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"toml",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.9/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"indexmap\"",
"--cfg",
"feature=\"preserve_order\"",
"-C",
"metadata=489473a550565488",
"-C",
"extra-filename=-489473a550565488",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"indexmap=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libindexmap-8e44dee154fcb653.rmeta",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "toml",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.9",
"CARGO_PKG_AUTHORS": "Alex Crichton <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/alexcrichton/toml-rs",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "toml",
"CARGO_PKG_REPOSITORY": "https://github.com/alexcrichton/toml-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.5.9",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "5",
"CARGO_PKG_VERSION_PATCH": "9",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.9"
},
{
"package_name": "time-core",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime_core-e3bd3a9eb993e3ed.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime_core-e3bd3a9eb993e3ed.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"time_core",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-0.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=e3bd3a9eb993e3ed",
"-C",
"extra-filename=-e3bd3a9eb993e3ed",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "time_core",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-0.1.0",
"CARGO_PKG_AUTHORS": "Jacob Pratt <[email protected]>:Time contributors",
"CARGO_PKG_DESCRIPTION": "This crate is an implementation detail and should not be relied upon directly.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "time-core",
"CARGO_PKG_REPOSITORY": "https://github.com/time-rs/time",
"CARGO_PKG_RUST_VERSION": "1.60.0",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-0.1.0"
},
{
"package_name": "time",
"package_version": "0.3.17",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
234,
241
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime-e7497169f970cc25.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime-e7497169f970cc25.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"time",
"--edition=2021",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.17/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"formatting\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=e7497169f970cc25",
"-C",
"extra-filename=-e7497169f970cc25",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"itoa=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libitoa-3ed7e6ec373f09fe.rmeta",
"--extern",
"time_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime_core-e3bd3a9eb993e3ed.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "time",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.17",
"CARGO_PKG_AUTHORS": "Jacob Pratt <[email protected]>:Time contributors",
"CARGO_PKG_DESCRIPTION": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].",
"CARGO_PKG_HOMEPAGE": "https://time-rs.github.io",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "time",
"CARGO_PKG_REPOSITORY": "https://github.com/time-rs/time",
"CARGO_PKG_RUST_VERSION": "1.60.0",
"CARGO_PKG_VERSION": "0.3.17",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "17",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.17"
},
{
"package_name": "regex-syntax",
"package_version": "0.6.28",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex_syntax-835f90ff79339cc5.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex_syntax-835f90ff79339cc5.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"regex_syntax",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"unicode\"",
"--cfg",
"feature=\"unicode-age\"",
"--cfg",
"feature=\"unicode-bool\"",
"--cfg",
"feature=\"unicode-case\"",
"--cfg",
"feature=\"unicode-gencat\"",
"--cfg",
"feature=\"unicode-perl\"",
"--cfg",
"feature=\"unicode-script\"",
"--cfg",
"feature=\"unicode-segment\"",
"-C",
"metadata=835f90ff79339cc5",
"-C",
"extra-filename=-835f90ff79339cc5",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "regex_syntax",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "A regular expression parser.",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/regex",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "regex-syntax",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/regex",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.28",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "28",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28"
},
{
"package_name": "regex-automata",
"package_version": "0.1.10",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
243
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex_automata-69aeade53da53783.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex_automata-69aeade53da53783.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"regex_automata",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-automata-0.1.10/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"regex-syntax\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=69aeade53da53783",
"-C",
"extra-filename=-69aeade53da53783",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"regex_syntax=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex_syntax-835f90ff79339cc5.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "regex_automata",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-automata-0.1.10",
"CARGO_PKG_AUTHORS": "Andrew Gallant <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Automata construction and matching using regular expressions.",
"CARGO_PKG_HOMEPAGE": "https://github.com/BurntSushi/regex-automata",
"CARGO_PKG_LICENSE": "Unlicense/MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "regex-automata",
"CARGO_PKG_REPOSITORY": "https://github.com/BurntSushi/regex-automata",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.10",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "10",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-automata-0.1.10"
},
{
"package_name": "matchers",
"package_version": "0.1.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
244
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmatchers-aae148dc467881cd.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmatchers-aae148dc467881cd.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"matchers",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/matchers-0.1.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=aae148dc467881cd",
"-C",
"extra-filename=-aae148dc467881cd",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"regex_automata=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex_automata-69aeade53da53783.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "matchers",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/matchers-0.1.0",
"CARGO_PKG_AUTHORS": "Eliza Weisman <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Regex matching on character and byte streams.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/hawkw/matchers",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "matchers",
"CARGO_PKG_REPOSITORY": "https://github.com/hawkw/matchers",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/matchers-0.1.0"
},
{
"package_name": "overload",
"package_version": "0.1.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liboverload-b397bb81eb66eb2b.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liboverload-b397bb81eb66eb2b.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"overload",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/overload-0.1.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=b397bb81eb66eb2b",
"-C",
"extra-filename=-b397bb81eb66eb2b",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "overload",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/overload-0.1.1",
"CARGO_PKG_AUTHORS": "Daniel Salvadori <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Provides a macro to simplify operator overloading.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "overload",
"CARGO_PKG_REPOSITORY": "https://github.com/danaugrs/overload",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.1",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/overload-0.1.1"
},
{
"package_name": "nu-ansi-term",
"package_version": "0.46.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
246
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnu_ansi_term-9d5c323acc81bc42.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnu_ansi_term-9d5c323acc81bc42.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"nu_ansi_term",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nu-ansi-term-0.46.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=9d5c323acc81bc42",
"-C",
"extra-filename=-9d5c323acc81bc42",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"overload=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liboverload-b397bb81eb66eb2b.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "nu_ansi_term",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nu-ansi-term-0.46.0",
"CARGO_PKG_AUTHORS": "[email protected]:Ryan Scheel (Havvy) <[email protected]>:Josh Triplett <[email protected]>:The Nushell Project Developers",
"CARGO_PKG_DESCRIPTION": "Library for ANSI terminal colors and styles (bold, underline)",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "nu-ansi-term",
"CARGO_PKG_REPOSITORY": "https://github.com/nushell/nu-ansi-term",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.46.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "46",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nu-ansi-term-0.46.0"
},
{
"package_name": "regex",
"package_version": "1.7.1",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
243
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex-441e9d7ffe3ef3e3.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex-441e9d7ffe3ef3e3.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"regex",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=441e9d7ffe3ef3e3",
"-C",
"extra-filename=-441e9d7ffe3ef3e3",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"regex_syntax=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex_syntax-835f90ff79339cc5.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "regex",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1",
"CARGO_PKG_AUTHORS": "The Rust Project Developers",
"CARGO_PKG_DESCRIPTION": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n",
"CARGO_PKG_HOMEPAGE": "https://github.com/rust-lang/regex",
"CARGO_PKG_LICENSE": "MIT OR Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "regex",
"CARGO_PKG_REPOSITORY": "https://github.com/rust-lang/regex",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.7.1",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "7",
"CARGO_PKG_VERSION_PATCH": "1",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1"
},
{
"package_name": "thread_local",
"package_version": "1.1.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
54
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthread_local-07ef056ad828ac02.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthread_local-07ef056ad828ac02.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"thread_local",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=07ef056ad828ac02",
"-C",
"extra-filename=-07ef056ad828ac02",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "thread_local",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4",
"CARGO_PKG_AUTHORS": "Amanieu d'Antras <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Per-object thread-local storage",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "Apache-2.0/MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "thread_local",
"CARGO_PKG_REPOSITORY": "https://github.com/Amanieu/thread_local-rs",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "1.1.4",
"CARGO_PKG_VERSION_MAJOR": "1",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4"
},
{
"package_name": "tracing-log",
"package_version": "0.1.3",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
149,
116,
224
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_log-5fbf2dd6b4873d13.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_log-5fbf2dd6b4873d13.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tracing_log",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-log-0.1.3/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"log-tracer\"",
"--cfg",
"feature=\"std\"",
"-C",
"metadata=5fbf2dd6b4873d13",
"-C",
"extra-filename=-5fbf2dd6b4873d13",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"lazy_static=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblazy_static-1fabe01c0e89ef30.rmeta",
"--extern",
"log=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblog-d9a91e07d7260ab5.rmeta",
"--extern",
"tracing_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_core-35795c073e6d16a3.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tracing_log",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-log-0.1.3",
"CARGO_PKG_AUTHORS": "Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Provides compatibility between `tracing` and the `log` crate.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tracing-log",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tracing",
"CARGO_PKG_RUST_VERSION": "1.49.0",
"CARGO_PKG_VERSION": "0.1.3",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "3",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-log-0.1.3"
},
{
"package_name": "tracing-subscriber",
"package_version": "0.3.16",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
245,
247,
54,
248,
229,
73,
249,
231,
224,
250
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_subscriber-be0cbff95f760350.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_subscriber-be0cbff95f760350.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tracing_subscriber",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.16/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"--cfg",
"feature=\"alloc\"",
"--cfg",
"feature=\"ansi\"",
"--cfg",
"feature=\"default\"",
"--cfg",
"feature=\"env-filter\"",
"--cfg",
"feature=\"fmt\"",
"--cfg",
"feature=\"matchers\"",
"--cfg",
"feature=\"nu-ansi-term\"",
"--cfg",
"feature=\"once_cell\"",
"--cfg",
"feature=\"regex\"",
"--cfg",
"feature=\"registry\"",
"--cfg",
"feature=\"sharded-slab\"",
"--cfg",
"feature=\"smallvec\"",
"--cfg",
"feature=\"std\"",
"--cfg",
"feature=\"thread_local\"",
"--cfg",
"feature=\"tracing\"",
"--cfg",
"feature=\"tracing-log\"",
"-C",
"metadata=be0cbff95f760350",
"-C",
"extra-filename=-be0cbff95f760350",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"matchers=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmatchers-aae148dc467881cd.rmeta",
"--extern",
"nu_ansi_term=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnu_ansi_term-9d5c323acc81bc42.rmeta",
"--extern",
"once_cell=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libonce_cell-cd9ecc75d7f85def.rmeta",
"--extern",
"regex=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libregex-441e9d7ffe3ef3e3.rmeta",
"--extern",
"sharded_slab=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsharded_slab-6733ed32df82eff8.rmeta",
"--extern",
"smallvec=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsmallvec-7b36c5594efc9ce6.rmeta",
"--extern",
"thread_local=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthread_local-07ef056ad828ac02.rmeta",
"--extern",
"tracing=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing-aad4aa3fd0a8e878.rmeta",
"--extern",
"tracing_core=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_core-35795c073e6d16a3.rmeta",
"--extern",
"tracing_log=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_log-5fbf2dd6b4873d13.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tracing_subscriber",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.16",
"CARGO_PKG_AUTHORS": "Eliza Weisman <[email protected]>:David Barsky <[email protected]>:Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Utilities for implementing and composing `tracing` subscribers.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tracing-subscriber",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tracing",
"CARGO_PKG_RUST_VERSION": "1.50.0",
"CARGO_PKG_VERSION": "0.3.16",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "3",
"CARGO_PKG_VERSION_PATCH": "16",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.16"
},
{
"package_name": "tracing-appender",
"package_version": "0.2.2",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
134,
242,
251
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_appender-89dda41a64cd3be0.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_appender-89dda41a64cd3be0.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tracing_appender",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-appender-0.2.2/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=89dda41a64cd3be0",
"-C",
"extra-filename=-89dda41a64cd3be0",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"crossbeam_channel=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam_channel-e3f28524d7b1b824.rmeta",
"--extern",
"time=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtime-e7497169f970cc25.rmeta",
"--extern",
"tracing_subscriber=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_subscriber-be0cbff95f760350.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tracing_appender",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-appender-0.2.2",
"CARGO_PKG_AUTHORS": "Zeki Sherif <[email protected]>:Tokio Contributors <[email protected]>",
"CARGO_PKG_DESCRIPTION": "Provides utilities for file appenders and making non-blocking writers.\n",
"CARGO_PKG_HOMEPAGE": "https://tokio.rs",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tracing-appender",
"CARGO_PKG_REPOSITORY": "https://github.com/tokio-rs/tracing",
"CARGO_PKG_RUST_VERSION": "1.53.0",
"CARGO_PKG_VERSION": "0.2.2",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "2",
"CARGO_PKG_VERSION_PATCH": "2",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-appender-0.2.2"
},
{
"package_name": "json",
"package_version": "0.12.4",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libjson-157835b93d8c1421.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libjson-157835b93d8c1421.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"json",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=157835b93d8c1421",
"-C",
"extra-filename=-157835b93d8c1421",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "json",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4",
"CARGO_PKG_AUTHORS": "Maciej Hirsz <[email protected]>",
"CARGO_PKG_DESCRIPTION": "JSON implementation in Rust",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT/Apache-2.0",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "json",
"CARGO_PKG_REPOSITORY": "https://github.com/maciejhirsz/json-rust",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.12.4",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "12",
"CARGO_PKG_VERSION_PATCH": "4",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4"
},
{
"package_name": "tracing-chrome",
"package_version": "0.6.0",
"target_kind": [
"lib"
],
"kind": null,
"compile_mode": "build",
"deps": [
145,
253,
231,
251
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_chrome-6019ed19fa426268.rlib",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_chrome-6019ed19fa426268.rmeta"
],
"links": {},
"program": "rustc",
"args": [
"--crate-name",
"tracing_chrome",
"--edition=2018",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-chrome-0.6.0/src/lib.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"lib",
"--emit=dep-info,metadata,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=6019ed19fa426268",
"-C",
"extra-filename=-6019ed19fa426268",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"crossbeam=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrossbeam-ed346e529a8dfca2.rmeta",
"--extern",
"json=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libjson-157835b93d8c1421.rmeta",
"--extern",
"tracing=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing-aad4aa3fd0a8e878.rmeta",
"--extern",
"tracing_subscriber=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_subscriber-be0cbff95f760350.rmeta",
"--cap-lints",
"warn",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_CRATE_NAME": "tracing_chrome",
"CARGO_MANIFEST_DIR": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-chrome-0.6.0",
"CARGO_PKG_AUTHORS": "Thoren Paulson <[email protected]>",
"CARGO_PKG_DESCRIPTION": "A Layer for tracing-subscriber that outputs Chrome-style traces.",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "MIT",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "tracing-chrome",
"CARGO_PKG_REPOSITORY": "https://github.com/thoren-d/tracing-chrome",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.6.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "6",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-chrome-0.6.0"
},
{
"package_name": "phoenixos",
"package_version": "0.1.0",
"target_kind": [
"bin"
],
"kind": null,
"compile_mode": "build",
"deps": [
0,
3,
20,
33,
57,
61,
75,
101,
194,
196,
149,
31,
200,
199,
173,
202,
178,
99,
213,
201,
215,
190,
216,
232,
233,
228,
19,
238,
239,
181,
240,
252,
254,
251
],
"outputs": [
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/phoenixos-0e1926c16eb947ce"
],
"links": {
"/nfs/cjr/Developing/phoenix/target/phoenix/release/phoenixos": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/phoenixos-0e1926c16eb947ce"
},
"program": "rustc",
"args": [
"--crate-name",
"phoenixos",
"--edition=2021",
"src/phoenixos/src/main.rs",
"--error-format=json",
"--json=diagnostic-rendered-ansi,artifacts,future-incompat",
"--crate-type",
"bin",
"--emit=dep-info,link",
"-C",
"opt-level=3",
"-C",
"embed-bitcode=no",
"-C",
"debuginfo=2",
"-C",
"metadata=0e1926c16eb947ce",
"-C",
"extra-filename=-0e1926c16eb947ce",
"--out-dir",
"/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"-L",
"dependency=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps",
"--extern",
"ansi_term=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libansi_term-55b824894bafaf92.rlib",
"--extern",
"anyhow=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libanyhow-86118f8d04c83a3e.rlib",
"--extern",
"bincode=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libbincode-539c915a23fe0114.rlib",
"--extern",
"chrono=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libchrono-081f3ff8937ea01b.rlib",
"--extern",
"clap=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libclap-3c987d7044694fbb.rlib",
"--extern",
"crc32fast=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libcrc32fast-6c228c2786277d0a.rlib",
"--extern",
"dashmap=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libdashmap-677261f40ae23caa.rlib",
"--extern",
"futures=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libfutures-b950ef5d96f6a148.rlib",
"--extern",
"ipc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libipc-9458cd2e8bbf12b8.rlib",
"--extern",
"itertools=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libitertools-356dc8f6a0bef5dd.rlib",
"--extern",
"lazy_static=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblazy_static-1fabe01c0e89ef30.rlib",
"--extern",
"libc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibc-c485fcfca7949be2.rlib",
"--extern",
"libnuma=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma-8af65f5ba32ce736.rlib",
"--extern",
"libnuma_sys=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/liblibnuma_sys-ca0575feaa66ccc8.rlib",
"--extern",
"minstant=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libminstant-2e14cb12629e55b0.rlib",
"--extern",
"mmap=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libmmap-57d84190f6026dbf.rlib",
"--extern",
"nix=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnix-1ca71b02fc118ba4.rlib",
"--extern",
"num_cpus=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libnum_cpus-c51fd14c0598e413.rlib",
"--extern",
"object=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libobject-39c408307c39e47e.rlib",
"--extern",
"page_size=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpage_size-dc8461f1b4c83a5b.rlib",
"--extern",
"petgraph=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libpetgraph-a4fafdd064550942.rlib",
"--extern",
"phoenix_api=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api-53f59ac4a0c05bdc.rlib",
"--extern",
"phoenix_api_mrpc=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_api_mrpc-328d6e2d291166b5.rlib",
"--extern",
"phoenix_common=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libphoenix_common-398f11f6b4f47921.rlib",
"--extern",
"rustc_demangle=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/librustc_demangle-e4adb9102ca41ff0.rlib",
"--extern",
"semver=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libsemver-15dfda2330c7bd16.rlib",
"--extern",
"serde=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde-eb8eddadc603ede6.rlib",
"--extern",
"serde_json=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libserde_json-c3c694ec0af9a9ad.rlib",
"--extern",
"spin=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libspin-f9a5438f61cd0ce2.rlib",
"--extern",
"thiserror=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libthiserror-94cd97d229a81de3.rlib",
"--extern",
"toml=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtoml-489473a550565488.rlib",
"--extern",
"tracing_appender=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_appender-89dda41a64cd3be0.rlib",
"--extern",
"tracing_chrome=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_chrome-6019ed19fa426268.rlib",
"--extern",
"tracing_subscriber=/nfs/cjr/Developing/phoenix/target/phoenix/release/deps/libtracing_subscriber-be0cbff95f760350.rlib",
"-C",
"link-dead-code",
"-C",
"code-model=large",
"-Z",
"binary-dep-depinfo"
],
"env": {
"CARGO": "/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/bin/cargo",
"CARGO_BIN_NAME": "phoenixos",
"CARGO_CRATE_NAME": "phoenixos",
"CARGO_MANIFEST_DIR": "/nfs/cjr/Developing/phoenix/src/phoenixos",
"CARGO_PKG_AUTHORS": "",
"CARGO_PKG_DESCRIPTION": "",
"CARGO_PKG_HOMEPAGE": "",
"CARGO_PKG_LICENSE": "",
"CARGO_PKG_LICENSE_FILE": "",
"CARGO_PKG_NAME": "phoenixos",
"CARGO_PKG_REPOSITORY": "",
"CARGO_PKG_RUST_VERSION": "",
"CARGO_PKG_VERSION": "0.1.0",
"CARGO_PKG_VERSION_MAJOR": "0",
"CARGO_PKG_VERSION_MINOR": "1",
"CARGO_PKG_VERSION_PATCH": "0",
"CARGO_PKG_VERSION_PRE": "",
"CARGO_PRIMARY_PACKAGE": "1",
"LD_LIBRARY_PATH": "/nfs/cjr/Developing/phoenix/target/phoenix/release/deps:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/home/cjr/.rustup/toolchains/nightly-2022-10-01-x86_64-unknown-linux-gnu/lib:/nix/store/vh5k4xa2zk5l5yrbppa4xjilqmb79ncp-zlib-1.2.11/lib",
"RUST_BACKTRACE": "1"
},
"cwd": "/nfs/cjr/Developing/phoenix"
}
],
"inputs": [
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.7.6/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.8.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi_term-0.12.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.66/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.12.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.6.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/atomic-traits-0.3.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bincode-1.3.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.6.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.3.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.23/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.1.6/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_derive-4.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/clap_lex-0.3.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/concurrent-queue-2.0.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.8.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.4.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.6/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.8.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.14/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-queue-0.3.8/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.7.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.14/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ctor-0.1.26/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/dashmap-5.4.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.8.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.1.8/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/event-listener-2.5.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fastrand-1.8.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fixedbitset-0.4.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-macro-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.25/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.2.8/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.13.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/heck-0.4.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iana-time-zone-0.1.53/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.9.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/io-lifetimes-1.0.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.15.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/is-terminal-0.4.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.10.5/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/json-0.12.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.138/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-0.0.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/libnuma-sys-0.0.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/linux-raw-sys-0.1.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.9/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.17/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/matchers-0.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.5.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memfd-0.4.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.5.8/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.6.5/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/memoffset-0.8.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/miniz_oxide-0.6.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/minstant-0.1.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.23/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.6/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.38/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.25.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/nu-ansi-term-0.46.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.45/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.15/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.14.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/object-0.30.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/once_cell-1.17.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/os_str_bytes-6.4.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/overload-0.1.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/page_size-0.4.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking-2.0.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.12.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.9.5/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.5.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/petgraph-0.6.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.9/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/polling-2.5.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.17/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-1.0.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.47/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.21/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.7.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.2.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_core-0.5.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.7.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-automata-0.1.10/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.28/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/remove_dir_all-0.5.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc_version-0.3.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.11/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.11.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-1.0.14/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.10.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.149/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.149/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.89/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/shmem-ipc-0.2.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/signal-hook-registry-1.4.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.7/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.10.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.4.7/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/spin-0.9.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.105/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.6/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tempfile-3.3.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/termcolor-1.1.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.37/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-1.1.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.45/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.17/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/time-core-0.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.22.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-macros-1.8.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/toml-0.5.9/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-0.1.37/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-appender-0.2.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-attributes-0.1.23/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-chrome-0.6.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-core-0.1.30/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-log-0.1.3/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.3.16/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-trie-0.1.5/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-ident-1.0.5/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/unique-0.9.1/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/uuid-0.8.2/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.4/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/waker-fn-1.1.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-0.3.0/Cargo.toml",
"/home/cjr/.cargo/registry/src/github.com-1ecc6299db9ec823/zerocopy-derive-0.2.0/Cargo.toml",
"/nfs/cjr/Developing/phoenix/experimental/mrpc/phoenix-api/mrpc/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/ipc/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/mmap/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/phoenix-api/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/phoenix-api/core/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/phoenix-api/salloc/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/phoenix-api/transport/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/phoenix-common-workspace/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/phoenix_common/Cargo.toml",
"/nfs/cjr/Developing/phoenix/src/phoenixos/Cargo.toml"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment