01H5A15VAK2FJD2XP7J0H9FZAM: falcon

BasicConfig {
    output_rules: [
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01H5A16326GACAJ7HJV83XFTZT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-07-14T11:05:36.023Zjob assigned to worker 01H5A16C01PAPEMW9Q4C17JHKK (queued for 54 s)
 
22023-07-14T11:05:36.041Zstarting task 0: "setup"
32023-07-14T11:05:36.101Z++ uname -s
42023-07-14T11:05:36.104Z+ kern=SunOS
52023-07-14T11:05:36.107Z+ case "$kern" in
62023-07-14T11:05:36.110Z+ groupadd -g 12345 build
72023-07-14T11:05:36.113Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-07-14T11:05:38.118Z+ zfs create -o mountpoint=/work rpool/work
92023-07-14T11:05:38.220Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-07-14T11:05:38.223Z+ home_fs=zfs
112023-07-14T11:05:38.226Z+ [[ zfs == autofs ]]
122023-07-14T11:05:38.228Z+ mkdir -p /home/build
132023-07-14T11:05:38.231Z+ chown build:build /home/build /work
142023-07-14T11:05:40.230Z+ chmod 0700 /home/build /work
152023-07-14T11:05:40.235Zprocess exited: duration 4187 ms, exit code 0
 
162023-07-14T11:05:40.242Zstarting task 1: "rust-toolchain"
172023-07-14T11:05:40.254Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-07-14T11:05:40.257Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192023-07-14T11:05:41.026Zinfo: downloading installer
202023-07-14T11:05:42.694Zwarning: it looks like you have an existing installation of Rust at:
212023-07-14T11:05:42.710Zwarning: /opt/ooce/bin
222023-07-14T11:05:42.712Zwarning: It is recommended that rustup be the primary Rust installation.
232023-07-14T11:05:42.715Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-07-14T11:05:42.718Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-07-14T11:05:42.721Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-07-14T11:05:42.723Zwarning: or pass `-y' to ignore all ignorable checks.
272023-07-14T11:05:42.726Zerror: cannot install while Rust is installed
282023-07-14T11:05:42.729Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-07-14T11:05:42.732Zinfo: profile set to 'default'
302023-07-14T11:05:42.734Zinfo: default host triple is x86_64-unknown-illumos
312023-07-14T11:05:42.737Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322023-07-14T11:05:42.870Zinfo: latest update on 2023-07-13, rust version 1.71.0 (8ede3aae2 2023-07-12)
332023-07-14T11:05:42.873Zinfo: downloading component 'cargo'
342023-07-14T11:05:43.568Zinfo: downloading component 'clippy'
352023-07-14T11:05:44.380Zinfo: downloading component 'rust-docs'
362023-07-14T11:05:44.842Zinfo: downloading component 'rust-std'
372023-07-14T11:05:46.516Zinfo: downloading component 'rustc'
382023-07-14T11:05:51.093Zinfo: downloading component 'rustfmt'
392023-07-14T11:05:51.130Zinfo: installing component 'cargo'
402023-07-14T11:05:52.744Zinfo: installing component 'clippy'
412023-07-14T11:05:52.924Zinfo: installing component 'rust-docs'
422023-07-14T11:05:56.117Zinfo: installing component 'rust-std'
432023-07-14T11:05:58.629Zinfo: installing component 'rustc'
442023-07-14T11:06:05.082Zinfo: installing component 'rustfmt'
452023-07-14T11:06:05.502Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462023-07-14T11:06:05.505Z
472023-07-14T11:06:05.635Z stable-x86_64-unknown-illumos installed - rustc 1.71.0 (8ede3aae2 2023-07-12)
482023-07-14T11:06:05.637Z
492023-07-14T11:06:05.640Z
502023-07-14T11:06:05.643ZRust is installed now. Great!
512023-07-14T11:06:05.646Z
522023-07-14T11:06:05.648ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-07-14T11:06:05.651Zenvironment variable. This has not been done automatically.
542023-07-14T11:06:05.654Z
552023-07-14T11:06:05.656ZTo configure your current shell, run:
562023-07-14T11:06:05.659Zsource "$HOME/.cargo/env"
572023-07-14T11:06:05.725Z+ rustc --version
582023-07-14T11:06:05.844Zrustc 1.71.0 (8ede3aae2 2023-07-12)
592023-07-14T11:06:05.849Zprocess exited: duration 25605 ms, exit code 0
 
602023-07-14T11:06:05.856Zstarting task 2: "authentication"
612023-07-14T11:06:05.891Zprocess exited: duration 31 ms, exit code 0
 
622023-07-14T11:06:05.896Zstarting task 3: "clone repository"
632023-07-14T11:06:05.906Z+ mkdir -p /work/oxidecomputer/propolis
642023-07-14T11:06:05.909Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
652023-07-14T11:06:06.616ZCloning into '/work/oxidecomputer/propolis'...
662023-07-14T11:06:06.938Z+ cd /work/oxidecomputer/propolis
672023-07-14T11:06:06.941Z+ [[ -n helios2 ]]
682023-07-14T11:06:06.944Z+ git fetch origin helios2
692023-07-14T11:06:07.340ZFrom https://github.com/oxidecomputer/propolis
702023-07-14T11:06:07.343Z * branch helios2 -> FETCH_HEAD
712023-07-14T11:06:07.351Z+ git checkout -B helios2 remotes/origin/helios2
722023-07-14T11:06:07.371ZSwitched to a new branch 'helios2'
732023-07-14T11:06:07.373Zbranch 'helios2' set up to track 'origin/helios2'.
742023-07-14T11:06:07.376Z+ git reset --hard 093077d291467af12890d1fec63415c3eff20c6d
752023-07-14T11:06:07.416ZHEAD is now at 093077d Switch to building on heliosv2
762023-07-14T11:06:07.419Zprocess exited: duration 1502 ms, exit code 0
 
772023-07-14T11:06:07.424Zstarting task 4: "build"
782023-07-14T11:06:07.433Z+ cargo --version
792023-07-14T11:06:07.530Zcargo 1.71.0 (cfd3bbd8f 2023-06-08)
802023-07-14T11:06:07.533Z+ rustc --version
812023-07-14T11:06:08.265Zrustc 1.71.0 (8ede3aae2 2023-07-12)
822023-07-14T11:06:08.269Z+ banner check
832023-07-14T11:06:08.271Z
842023-07-14T11:06:08.277Z #### # # ###### #### # #
852023-07-14T11:06:08.280Z # # # # # # # # #
862023-07-14T11:06:08.282Z # ###### ##### # ####
872023-07-14T11:06:08.285Z # # # # # # #
882023-07-14T11:06:08.288Z # # # # # # # # #
892023-07-14T11:06:08.291Z #### # # ###### #### # #
902023-07-14T11:06:08.294Z
912023-07-14T11:06:08.299Z+ ptime -m cargo check --features falcon
922023-07-14T11:06:08.302Z Updating crates.io index
932023-07-14T11:06:08.305Z Updating git repository `https://github.com/oxidecomputer/crucible`
942023-07-14T11:06:09.927Z Updating git repository `https://github.com/oxidecomputer/progenitor`
952023-07-14T11:06:11.596Z Updating git repository `https://github.com/oxidecomputer/dropshot`
962023-07-14T11:06:11.808Z Updating git repository `https://github.com/oxidecomputer/omicron`
972023-07-14T11:06:16.648Z Updating git repository `https://github.com/oxidecomputer/rfb`
982023-07-14T11:06:16.663Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
992023-07-14T11:06:16.946Z Updating git repository `https://github.com/oxidecomputer/ispf`
1002023-07-14T11:06:17.339Z Updating git repository `https://github.com/oxidecomputer/p9fs`
1012023-07-14T11:06:18.294Z Updating git repository `https://github.com/oxidecomputer/softnpu`
1022023-07-14T11:06:18.335Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
1032023-07-14T11:06:18.950Z Updating git repository `https://github.com/oxidecomputer/devinfo-sys`
1042023-07-14T11:06:20.012Z Updating git repository `https://github.com/oxidecomputer/p4`
1052023-07-14T11:06:20.016Z Updating git repository `https://github.com/oxidecomputer/typify`
1062023-07-14T11:06:21.828Z Downloading crates ...
1072023-07-14T11:06:22.067Z Downloaded camino v1.1.4
1082023-07-14T11:06:22.085Z Downloaded dirs-sys-next v0.1.2
1092023-07-14T11:06:22.090Z Downloaded clap_derive v4.3.0
1102023-07-14T11:06:22.095Z Downloaded console v0.15.4
1112023-07-14T11:06:22.100Z Downloaded colorchoice v1.0.0
1122023-07-14T11:06:22.104Z Downloaded crypto-common v0.1.6
1132023-07-14T11:06:22.141Z Downloaded backoff v0.4.0
1142023-07-14T11:06:22.143Z Downloaded clap_lex v0.5.0
1152023-07-14T11:06:22.146Z Downloaded futures-macro v0.3.28
1162023-07-14T11:06:22.149Z Downloaded futures-task v0.3.28
1172023-07-14T11:06:22.152Z Downloaded rustc_version v0.4.0
1182023-07-14T11:06:22.155Z Downloaded semver v1.0.17
1192023-07-14T11:06:22.157Z Downloaded thread-id v4.0.0
1202023-07-14T11:06:22.160Z Downloaded serde_arrays v0.1.0
1212023-07-14T11:06:22.163Z Downloaded rustfmt-wrapper v0.2.0
1222023-07-14T11:06:22.165Z Downloaded serde_derive_internals v0.26.0
1232023-07-14T11:06:22.168Z Downloaded thiserror v1.0.40
1242023-07-14T11:06:22.171Z Downloaded termcolor v1.1.3
1252023-07-14T11:06:22.173Z Downloaded strum_macros v0.24.3
1262023-07-14T11:06:22.176Z Downloaded slog-bunyan v2.4.0
1272023-07-14T11:06:22.182Z Downloaded siphasher v0.3.10
1282023-07-14T11:06:22.186Z Downloaded strum v0.24.1
1292023-07-14T11:06:22.188Z Downloaded enum-iterator v1.4.1
1302023-07-14T11:06:22.191Z Downloaded dtrace-parser v0.1.14
1312023-07-14T11:06:22.193Z Downloaded num_cpus v1.15.0
1322023-07-14T11:06:22.198Z Downloaded tokio-macros v2.1.0
1332023-07-14T11:06:22.201Z Downloaded serde_path_to_error v0.1.11
1342023-07-14T11:06:22.204Z Downloaded tinyvec v1.6.0
1352023-07-14T11:06:22.211Z Downloaded futures-io v0.3.28
1362023-07-14T11:06:22.214Z Downloaded toolchain_find v0.2.0
1372023-07-14T11:06:22.217Z Downloaded ctr v0.9.2
1382023-07-14T11:06:22.221Z Downloaded time-core v0.1.1
1392023-07-14T11:06:22.223Z Downloaded either v1.8.0
1402023-07-14T11:06:22.231Z Downloaded radium v0.7.0
1412023-07-14T11:06:22.234Z Downloaded form_urlencoded v1.1.0
1422023-07-14T11:06:22.236Z Downloaded fallible-streaming-iterator v0.1.9
1432023-07-14T11:06:22.239Z Downloaded tower-service v0.3.2
1442023-07-14T11:06:22.242Z Downloaded structmeta v0.1.5
1452023-07-14T11:06:22.244Z Downloaded stringprep v0.1.2
1462023-07-14T11:06:22.247Z Downloaded semver v0.11.0
1472023-07-14T11:06:22.249Z Downloaded tokio-rustls v0.23.4
1482023-07-14T11:06:22.251Z Downloaded clap_derive v3.2.24
1492023-07-14T11:06:22.254Z Downloaded time v0.1.45
1502023-07-14T11:06:22.256Z Downloaded waitgroup v0.1.2
1512023-07-14T11:06:22.259Z Downloaded try-lock v0.2.4
1522023-07-14T11:06:22.261Z Downloaded quick-error v1.2.3
1532023-07-14T11:06:22.264Z Downloaded proc-macro-error-attr v1.0.4
1542023-07-14T11:06:22.266Z Downloaded tap v1.0.1
1552023-07-14T11:06:22.269Z Downloaded openssl-macros v0.1.0
1562023-07-14T11:06:22.271Z Downloaded slog-async v2.7.0
1572023-07-14T11:06:22.274Z Downloaded tokio-native-tls v0.3.0
1582023-07-14T11:06:22.277Z Downloaded tokio-tungstenite v0.17.2
1592023-07-14T11:06:22.281Z Downloaded slog-scope v4.4.0
1602023-07-14T11:06:22.284Z Downloaded untrusted v0.7.1
1612023-07-14T11:06:22.287Z Downloaded twox-hash v1.6.3
1622023-07-14T11:06:22.291Z Downloaded walkdir v2.3.2
1632023-07-14T11:06:22.294Z Downloaded semver-parser v0.10.2
1642023-07-14T11:06:22.298Z Downloaded arc-swap v1.6.0
1652023-07-14T11:06:22.306Z Downloaded want v0.3.0
1662023-07-14T11:06:22.309Z Downloaded utf8parse v0.2.1
1672023-07-14T11:06:22.311Z Downloaded tracing-attributes v0.1.23
1682023-07-14T11:06:22.314Z Downloaded usdt-macro v0.3.5
1692023-07-14T11:06:22.317Z Downloaded usdt-attr-macro v0.3.5
1702023-07-14T11:06:22.320Z Downloaded instant v0.1.12
1712023-07-14T11:06:22.322Z Downloaded paste v1.0.12
1722023-07-14T11:06:22.327Z Downloaded wyz v0.5.1
1732023-07-14T11:06:22.329Z Downloaded unicode-width v0.1.10
1742023-07-14T11:06:22.333Z Downloaded version_check v0.9.4
1752023-07-14T11:06:22.335Z Downloaded serde_yaml v0.9.17
1762023-07-14T11:06:22.342Z Downloaded unicode-xid v0.2.4
1772023-07-14T11:06:22.344Z Downloaded textwrap v0.16.0
1782023-07-14T11:06:22.349Z Downloaded parse-display v0.7.0
1792023-07-14T11:06:22.351Z Downloaded hyper-rustls v0.24.0
1802023-07-14T11:06:22.355Z Downloaded project-root v0.2.2
1812023-07-14T11:06:22.358Z Downloaded hostname v0.3.1
1822023-07-14T11:06:22.360Z Downloaded zeroize v1.3.0
1832023-07-14T11:06:22.363Z Downloaded toml v0.5.11
1842023-07-14T11:06:22.367Z Downloaded unsafe-libyaml v0.2.5
1852023-07-14T11:06:22.374Z Downloaded ppv-lite86 v0.2.17
1862023-07-14T11:06:22.377Z Downloaded usdt v0.3.5
1872023-07-14T11:06:22.379Z Downloaded memoffset v0.7.1
1882023-07-14T11:06:22.382Z Downloaded is-terminal v0.4.7
1892023-07-14T11:06:22.385Z Downloaded parking_lot_core v0.9.6
1902023-07-14T11:06:22.387Z Downloaded vergen v8.1.1
1912023-07-14T11:06:22.392Z Downloaded num-iter v0.1.43
1922023-07-14T11:06:22.394Z Downloaded percent-encoding v2.3.0
1932023-07-14T11:06:22.397Z Downloaded num v0.4.0
1942023-07-14T11:06:22.400Z Downloaded tokio-postgres v0.7.7
1952023-07-14T11:06:22.407Z Downloaded tungstenite v0.17.3
1962023-07-14T11:06:22.412Z Downloaded unicode-ident v1.0.8
1972023-07-14T11:06:22.417Z Downloaded proc-macro-crate v1.2.1
1982023-07-14T11:06:22.420Z Downloaded reqwest v0.11.18
1992023-07-14T11:06:22.435Z Downloaded webpki v0.22.0
2002023-07-14T11:06:22.444Z Downloaded uuid v1.4.0
2012023-07-14T11:06:22.451Z Downloaded url v2.3.1
2022023-07-14T11:06:22.457Z Downloaded portable-atomic v0.3.19
2032023-07-14T11:06:22.464Z Downloaded crossbeam-channel v0.5.6
2042023-07-14T11:06:22.472Z Downloaded trust-dns-resolver v0.22.0
2052023-07-14T11:06:22.479Z Downloaded toml_edit v0.19.10
2062023-07-14T11:06:22.509Z Downloaded unicode-normalization v0.1.22
2072023-07-14T11:06:22.515Z Downloaded mio v0.8.5
2082023-07-14T11:06:22.526Z Downloaded rusqlite v0.29.0
2092023-07-14T11:06:22.536Z Downloaded winnow v0.4.6
2102023-07-14T11:06:22.551Z Downloaded serde_with v2.3.2
2112023-07-14T11:06:22.563Z Downloaded futures-util v0.3.28
2122023-07-14T11:06:22.584Z Downloaded clap_builder v4.3.0
2132023-07-14T11:06:22.595Z Downloaded syn v2.0.16
2142023-07-14T11:06:22.615Z Downloaded syn v1.0.107
2152023-07-14T11:06:22.633Z Downloaded webpki-roots v0.22.6
2162023-07-14T11:06:22.640Z Downloaded vcpkg v0.2.15
2172023-07-14T11:06:23.332Z Downloaded trust-dns-proto v0.22.0
2182023-07-14T11:06:23.336Z Downloaded openssl v0.10.55
2192023-07-14T11:06:23.339Z Downloaded regex-syntax v0.6.28
2202023-07-14T11:06:23.345Z Downloaded regress v0.5.0
2212023-07-14T11:06:23.348Z Downloaded rustls v0.21.2
2222023-07-14T11:06:23.352Z Downloaded hyper v0.14.26
2232023-07-14T11:06:23.355Z Downloaded zerocopy-derive v0.2.0
2242023-07-14T11:06:23.358Z Downloaded idna v0.2.3
2252023-07-14T11:06:23.361Z Downloaded tokio v1.28.2
2262023-07-14T11:06:23.364Z Downloaded nix v0.26.1
2272023-07-14T11:06:23.366Z Downloaded idna v0.3.0
2282023-07-14T11:06:23.370Z Downloaded clap v3.2.24
2292023-07-14T11:06:23.373Z Downloaded openapiv3 v1.0.2
2302023-07-14T11:06:23.376Z Downloaded bitvec v1.0.1
2312023-07-14T11:06:23.379Z Downloaded git2 v0.16.1
2322023-07-14T11:06:23.394Z Downloaded chrono v0.4.26
2332023-07-14T11:06:23.396Z Downloaded rustix v0.37.3
2342023-07-14T11:06:23.399Z Downloaded h2 v0.3.19
2352023-07-14T11:06:23.402Z Downloaded rustls v0.20.8
2362023-07-14T11:06:23.404Z Downloaded petgraph v0.6.2
2372023-07-14T11:06:23.407Z Downloaded regex v1.7.1
2382023-07-14T11:06:23.409Z Downloaded itertools v0.10.5
2392023-07-14T11:06:23.412Z Downloaded http v0.2.9
2402023-07-14T11:06:23.414Z Downloaded pest v2.6.0
2412023-07-14T11:06:23.417Z Downloaded num-bigint v0.4.3
2422023-07-14T11:06:23.419Z Downloaded hashbrown v0.13.2
2432023-07-14T11:06:23.422Z Downloaded aes v0.8.2
2442023-07-14T11:06:23.424Z Downloaded hashbrown v0.12.3
2452023-07-14T11:06:23.427Z Downloaded time v0.3.21
2462023-07-14T11:06:23.430Z Downloaded tokio-util v0.7.4
2472023-07-14T11:06:23.432Z Downloaded libc v0.2.144
2482023-07-14T11:06:23.435Z Downloaded rand v0.8.5
2492023-07-14T11:06:23.438Z Downloaded memchr v2.5.0
2502023-07-14T11:06:23.440Z Downloaded pest_generator v2.6.0
2512023-07-14T11:06:23.443Z Downloaded tracing v0.1.37
2522023-07-14T11:06:23.446Z Downloaded steno v0.3.1
2532023-07-14T11:06:23.448Z Downloaded proc-macro2 v1.0.63
2542023-07-14T11:06:23.451Z Downloaded pin-utils v0.1.0
2552023-07-14T11:06:23.453Z Downloaded pin-project-lite v0.2.9
2562023-07-14T11:06:23.456Z Downloaded num-traits v0.2.15
2572023-07-14T11:06:23.458Z Downloaded indexmap v1.9.3
2582023-07-14T11:06:23.460Z Downloaded ucd-trie v0.1.5
2592023-07-14T11:06:23.463Z Downloaded tracing-core v0.1.30
2602023-07-14T11:06:23.465Z Downloaded proc-macro-error v1.0.4
2612023-07-14T11:06:23.468Z Downloaded pkg-config v0.3.26
2622023-07-14T11:06:23.471Z Downloaded parking_lot v0.12.1
2632023-07-14T11:06:23.473Z Downloaded num-complex v0.4.2
2642023-07-14T11:06:23.476Z Downloaded mime v0.3.16
2652023-07-14T11:06:23.478Z Downloaded libloading v0.7.4
2662023-07-14T11:06:23.481Z Downloaded io-lifetimes v1.0.3
2672023-07-14T11:06:23.483Z Downloaded indicatif v0.17.3
2682023-07-14T11:06:23.486Z Downloaded iana-time-zone v0.1.53
2692023-07-14T11:06:23.488Z Downloaded base64 v0.21.2
2702023-07-14T11:06:23.491Z Downloaded num-rational v0.4.1
2712023-07-14T11:06:23.493Z Downloaded ipnet v2.7.1
2722023-07-14T11:06:23.496Z Downloaded phf_shared v0.11.1
2732023-07-14T11:06:23.498Z Downloaded num_enum v0.6.1
2742023-07-14T11:06:23.500Z Downloaded lock_api v0.4.9
2752023-07-14T11:06:23.503Z Downloaded hmac v0.12.1
2762023-07-14T11:06:23.505Z Downloaded openssl-sys v0.9.90
2772023-07-14T11:06:23.508Z Downloaded cc v1.0.78
2782023-07-14T11:06:23.511Z Downloaded ryu v1.0.12
2792023-07-14T11:06:23.514Z Downloaded rustls-webpki v0.100.1
2802023-07-14T11:06:23.516Z Downloaded native-tls v0.2.11
2812023-07-14T11:06:23.519Z Downloaded log v0.4.17
2822023-07-14T11:06:23.522Z Downloaded jobserver v0.1.25
2832023-07-14T11:06:23.524Z Downloaded ipnetwork v0.20.0
2842023-07-14T11:06:23.527Z Downloaded postgres-protocol v0.6.4
2852023-07-14T11:06:23.529Z Downloaded lazy_static v1.4.0
2862023-07-14T11:06:23.532Z Downloaded itoa v1.0.5
2872023-07-14T11:06:23.535Z Downloaded hyper-tls v0.5.0
2882023-07-14T11:06:23.538Z Downloaded httparse v1.8.0
2892023-07-14T11:06:23.540Z Downloaded polyval v0.6.0
2902023-07-14T11:06:23.543Z Downloaded encoding_rs v0.8.31
2912023-07-14T11:06:23.546Z Downloaded pest_derive v2.6.0
2922023-07-14T11:06:23.549Z Downloaded num_enum v0.5.11
2932023-07-14T11:06:23.551Z Downloaded httpdate v1.0.2
2942023-07-14T11:06:23.554Z Downloaded unicode-bidi v0.3.8
2952023-07-14T11:06:23.556Z Downloaded toml v0.7.4
2962023-07-14T11:06:23.559Z Downloaded slog v2.7.0
2972023-07-14T11:06:23.561Z Downloaded schemars v0.8.12
2982023-07-14T11:06:23.564Z Downloaded ron v0.7.1
2992023-07-14T11:06:23.566Z Downloaded zerocopy v0.3.0
3002023-07-14T11:06:23.569Z Downloaded utf-8 v0.7.6
3012023-07-14T11:06:23.571Z Downloaded md-5 v0.10.5
3022023-07-14T11:06:23.574Z Downloaded macaddr v1.0.1
3032023-07-14T11:06:23.576Z Downloaded linked-hash-map v0.5.6
3042023-07-14T11:06:23.582Z Downloaded inout v0.1.3
3052023-07-14T11:06:23.585Z Downloaded opaque-debug v0.3.0
3062023-07-14T11:06:23.599Z Downloaded base64 v0.13.1
3072023-07-14T11:06:23.602Z Downloaded socket2 v0.4.9
3082023-07-14T11:06:23.605Z Downloaded num_threads v0.1.6
3092023-07-14T11:06:23.608Z Downloaded newtype_derive v0.1.6
3102023-07-14T11:06:23.610Z Downloaded darling_core v0.14.2
3112023-07-14T11:06:23.613Z Downloaded clap v4.3.0
3122023-07-14T11:06:23.615Z Downloaded bytes v1.4.0
3132023-07-14T11:06:23.618Z Downloaded usdt-impl v0.3.5
3142023-07-14T11:06:23.620Z Downloaded typenum v1.16.0
3152023-07-14T11:06:23.622Z Downloaded tempfile v3.5.0
3162023-07-14T11:06:23.625Z Downloaded os_str_bytes v6.4.1
3172023-07-14T11:06:23.627Z Downloaded serde_derive v1.0.164
3182023-07-14T11:06:23.630Z Downloaded postgres-types v0.2.4
3192023-07-14T11:06:23.632Z Downloaded num_enum_derive v0.6.1
3202023-07-14T11:06:23.635Z Downloaded http-body v0.4.5
3212023-07-14T11:06:23.637Z Downloaded toml_datetime v0.6.2
3222023-07-14T11:06:23.639Z Downloaded tokio-rustls v0.24.1
3232023-07-14T11:06:23.642Z Downloaded humantime v2.1.0
3242023-07-14T11:06:23.657Z Downloaded universal-hash v0.5.0
3252023-07-14T11:06:23.659Z Downloaded pretty-hex v0.2.1
3262023-07-14T11:06:23.662Z Downloaded pest_meta v2.6.0
3272023-07-14T11:06:23.664Z Downloaded once_cell v1.17.0
3282023-07-14T11:06:23.667Z Downloaded matches v0.1.10
3292023-07-14T11:06:23.669Z Downloaded match_cfg v0.1.0
3302023-07-14T11:06:23.672Z Downloaded lru-cache v0.1.2
3312023-07-14T11:06:23.674Z Downloaded ident_case v1.0.1
3322023-07-14T11:06:23.677Z Downloaded home v0.5.4
3332023-07-14T11:06:23.679Z Downloaded hex v0.4.3
3342023-07-14T11:06:23.681Z Downloaded libgit2-sys v0.14.2+1.5.1
3352023-07-14T11:06:23.695Z Downloaded heck v0.4.1
3362023-07-14T11:06:23.697Z Downloaded hashlink v0.8.1
3372023-07-14T11:06:23.700Z Downloaded crossbeam-utils v0.8.14
3382023-07-14T11:06:23.704Z Downloaded time-macros v0.2.9
3392023-07-14T11:06:23.707Z Downloaded sha2 v0.10.6
3402023-07-14T11:06:23.711Z Downloaded semver v0.1.20
3412023-07-14T11:06:23.713Z Downloaded env_logger v0.9.3
3422023-07-14T11:06:23.716Z Downloaded const_format_proc_macros v0.2.29
3432023-07-14T11:06:23.720Z Downloaded quote v1.0.26
3442023-07-14T11:06:23.726Z Downloaded parse-display-derive v0.7.0
3452023-07-14T11:06:23.730Z Downloaded aes-gcm-siv v0.11.1
3462023-07-14T11:06:23.733Z Downloaded rustls-pemfile v1.0.2
3472023-07-14T11:06:23.738Z Downloaded signal-hook-registry v1.4.0
3482023-07-14T11:06:23.741Z Downloaded sha1 v0.10.5
3492023-07-14T11:06:23.744Z Downloaded serde_tokenstream v0.2.0
3502023-07-14T11:06:23.748Z Downloaded generic-array v0.14.6
3512023-07-14T11:06:23.751Z Downloaded colored v2.0.0
3522023-07-14T11:06:23.753Z Downloaded phf v0.11.1
3532023-07-14T11:06:23.756Z Downloaded num_enum_derive v0.5.11
3542023-07-14T11:06:23.758Z Downloaded num-integer v0.1.45
3552023-07-14T11:06:23.761Z Downloaded ahash v0.8.2
3562023-07-14T11:06:23.764Z Downloaded smallvec v1.10.0
3572023-07-14T11:06:23.767Z Downloaded slog-dtrace v0.2.3
3582023-07-14T11:06:23.769Z Downloaded serde_tokenstream v0.1.6
3592023-07-14T11:06:23.774Z Downloaded digest v0.10.6
3602023-07-14T11:06:23.777Z Downloaded bitflags v2.1.0
3612023-07-14T11:06:23.781Z Downloaded aho-corasick v0.7.20
3622023-07-14T11:06:23.787Z Downloaded ahash v0.7.6
3632023-07-14T11:06:23.791Z Downloaded thiserror-impl v1.0.40
3642023-07-14T11:06:23.794Z Downloaded synstructure v0.12.6
3652023-07-14T11:06:23.796Z Downloaded subtle v2.4.1
3662023-07-14T11:06:23.799Z Downloaded strsim v0.10.0
3672023-07-14T11:06:23.802Z Downloaded slog-stdlog v4.1.1
3682023-07-14T11:06:23.804Z Downloaded slog-json v2.6.1
3692023-07-14T11:06:23.807Z Downloaded libz-sys v1.1.8
3702023-07-14T11:06:23.900Z Downloaded serde_urlencoded v0.7.1
3712023-07-14T11:06:23.902Z Downloaded rustversion v1.0.11
3722023-07-14T11:06:23.906Z Downloaded rustc_version v0.1.7
3732023-07-14T11:06:23.909Z Downloaded futures-sink v0.3.28
3742023-07-14T11:06:23.912Z Downloaded futures-executor v0.3.28
3752023-07-14T11:06:23.914Z Downloaded funty v2.0.0
3762023-07-14T11:06:23.917Z Downloaded fallible-iterator v0.2.0
3772023-07-14T11:06:23.919Z Downloaded erased-serde v0.3.24
3782023-07-14T11:06:23.922Z Downloaded dof v0.1.5
3792023-07-14T11:06:23.924Z Downloaded data-encoding v2.3.3
3802023-07-14T11:06:23.927Z Downloaded schemars_derive v0.8.12
3812023-07-14T11:06:23.929Z Downloaded openssl-probe v0.1.5
3822023-07-14T11:06:23.932Z Downloaded serde_spanned v0.6.2
3832023-07-14T11:06:23.935Z Downloaded same-file v1.0.6
3842023-07-14T11:06:23.937Z Downloaded ringbuffer v0.14.1
3852023-07-14T11:06:23.939Z Downloaded fnv v1.0.7
3862023-07-14T11:06:23.943Z Downloaded dirs-next v2.0.0
3872023-07-14T11:06:23.946Z Downloaded darling v0.14.2
3882023-07-14T11:06:23.948Z Downloaded cpufeatures v0.2.5
3892023-07-14T11:06:23.950Z Downloaded cfg-if v1.0.0
3902023-07-14T11:06:23.953Z Downloaded anstyle v1.0.0
3912023-07-14T11:06:23.955Z Downloaded take_mut v0.2.2
3922023-07-14T11:06:23.958Z Downloaded number_prefix v0.4.0
3932023-07-14T11:06:23.960Z Downloaded bitflags v1.3.2
3942023-07-14T11:06:23.964Z Downloaded autocfg v1.1.0
3952023-07-14T11:06:23.966Z Downloaded async-trait v0.1.68
3962023-07-14T11:06:23.969Z Downloaded thread_local v1.1.4
3972023-07-14T11:06:23.972Z Downloaded structmeta-derive v0.1.5
3982023-07-14T11:06:23.975Z Downloaded static_assertions v1.1.0
3992023-07-14T11:06:23.977Z Downloaded spin v0.5.2
4002023-07-14T11:06:23.980Z Downloaded serde_repr v0.1.10
4012023-07-14T11:06:23.982Z Downloaded scopeguard v1.1.0
4022023-07-14T11:06:23.985Z Downloaded fixedbitset v0.4.2
4032023-07-14T11:06:23.987Z Downloaded bincode v1.3.3
4042023-07-14T11:06:23.991Z Downloaded errno v0.3.0
4052023-07-14T11:06:23.995Z Downloaded built v0.6.0
4062023-07-14T11:06:23.997Z Downloaded block-buffer v0.10.3
4072023-07-14T11:06:24.000Z Downloaded tinyvec_macros v0.1.0
4082023-07-14T11:06:24.003Z Downloaded byteorder v1.4.3
4092023-07-14T11:06:24.006Z Downloaded bit_field v0.10.1
4102023-07-14T11:06:24.009Z Downloaded atomic-waker v1.1.1
4112023-07-14T11:06:24.011Z Downloaded anstream v0.3.1
4122023-07-14T11:06:24.014Z Downloaded ctrlc v3.2.4
4132023-07-14T11:06:24.016Z Downloaded bitstruct_derive v0.1.0
4142023-07-14T11:06:24.019Z Downloaded foreign-types v0.3.2
4152023-07-14T11:06:24.022Z Downloaded enum-iterator-derive v1.2.1
4162023-07-14T11:06:24.024Z Downloaded debug-ignore v1.0.5
4172023-07-14T11:06:24.026Z Downloaded darling_macro v0.14.2
4182023-07-14T11:06:24.029Z Downloaded clap_lex v0.2.4
4192023-07-14T11:06:24.031Z Downloaded sha-1 v0.10.1
4202023-07-14T11:06:24.034Z Downloaded foreign-types-shared v0.1.1
4212023-07-14T11:06:24.036Z Downloaded bitstruct v0.1.1
4222023-07-14T11:06:24.039Z Downloaded slab v0.4.7
4232023-07-14T11:06:24.041Z Downloaded serde_json v1.0.99
4242023-07-14T11:06:24.044Z Downloaded sct v0.7.0
4252023-07-14T11:06:24.046Z Downloaded const_format v0.2.30
4262023-07-14T11:06:24.049Z Downloaded async-stream v0.3.5
4272023-07-14T11:06:24.051Z Downloaded term v0.7.0
4282023-07-14T11:06:24.054Z Downloaded slog-term v2.9.0
4292023-07-14T11:06:24.057Z Downloaded slog-envlogger v2.2.0
4302023-07-14T11:06:24.059Z Downloaded serde_with_macros v2.3.2
4312023-07-14T11:06:24.062Z Downloaded fastrand v1.8.0
4322023-07-14T11:06:24.064Z Downloaded atty v0.2.14
4332023-07-14T11:06:24.067Z Downloaded assert_matches v1.5.0
4342023-07-14T11:06:24.070Z Downloaded anstyle-parse v0.2.0
4352023-07-14T11:06:24.072Z Downloaded dyn-clone v1.0.10
4362023-07-14T11:06:24.075Z Downloaded anstyle-query v1.0.0
4372023-07-14T11:06:24.077Z Downloaded aead v0.5.1
4382023-07-14T11:06:24.080Z Downloaded serde v1.0.164
4392023-07-14T11:06:24.083Z Downloaded getopts v0.2.21
4402023-07-14T11:06:24.085Z Downloaded futures v0.3.28
4412023-07-14T11:06:24.093Z Downloaded cargo-lock v8.0.3
4422023-07-14T11:06:24.098Z Downloaded async-recursion v0.3.2
4432023-07-14T11:06:24.100Z Downloaded ascii v1.1.0
4442023-07-14T11:06:24.103Z Downloaded getrandom v0.2.8
4452023-07-14T11:06:24.107Z Downloaded futures-channel v0.3.28
4462023-07-14T11:06:24.111Z Downloaded resolv-conf v0.7.0
4472023-07-14T11:06:24.114Z Downloaded rand_core v0.6.4
4482023-07-14T11:06:24.116Z Downloaded rand_chacha v0.3.1
4492023-07-14T11:06:24.118Z Downloaded async-recursion v1.0.4
4502023-07-14T11:06:24.121Z Downloaded futures-core v0.3.28
4512023-07-14T11:06:24.124Z Downloaded enum-as-inner v0.5.1
4522023-07-14T11:06:24.126Z Downloaded cipher v0.4.3
4532023-07-14T11:06:24.128Z Downloaded anyhow v1.0.71
4542023-07-14T11:06:24.134Z Downloaded async-stream-impl v0.3.5
4552023-07-14T11:06:24.173Z Downloaded libsqlite3-sys v0.26.0
4562023-07-14T11:06:24.312Z Downloaded ring v0.16.20
4572023-07-14T11:06:24.977Z Compiling proc-macro2 v1.0.63
4582023-07-14T11:06:24.981Z Compiling quote v1.0.26
4592023-07-14T11:06:24.984Z Compiling unicode-ident v1.0.8
4602023-07-14T11:06:24.987Z Compiling libc v0.2.144
4612023-07-14T11:06:24.989Z Compiling serde v1.0.164
4622023-07-14T11:06:24.992Z Checking cfg-if v1.0.0
4632023-07-14T11:06:24.995Z Compiling version_check v0.9.4
4642023-07-14T11:06:24.998Z Compiling autocfg v1.1.0
4652023-07-14T11:06:25.004Z Compiling syn v1.0.107
4662023-07-14T11:06:25.043Z Compiling thiserror v1.0.40
4672023-07-14T11:06:25.712Z Checking once_cell v1.17.0
4682023-07-14T11:06:25.808Z Compiling log v0.4.17
4692023-07-14T11:06:26.680Z Compiling memchr v2.5.0
4702023-07-14T11:06:29.991Z Checking itoa v1.0.5
4712023-07-14T11:06:29.995Z Compiling serde_json v1.0.99
4722023-07-14T11:06:29.998Z Compiling num-traits v0.2.15
4732023-07-14T11:06:30.005Z Compiling ahash v0.7.6
4742023-07-14T11:06:30.008Z Compiling pkg-config v0.3.26
4752023-07-14T11:06:30.278Z Checking pin-project-lite v0.2.9
4762023-07-14T11:06:30.406Z Compiling lock_api v0.4.9
4772023-07-14T11:06:30.439Z Checking smallvec v1.10.0
4782023-07-14T11:06:30.682Z Compiling parking_lot_core v0.9.6
4792023-07-14T11:06:30.988Z Compiling indexmap v1.9.3
4802023-07-14T11:06:31.710Z Checking scopeguard v1.1.0
4812023-07-14T11:06:31.713Z Compiling tokio v1.28.2
4822023-07-14T11:06:31.716Z Checking getrandom v0.2.8
4832023-07-14T11:06:31.734Z Compiling syn v2.0.16
4842023-07-14T11:06:31.829Z Compiling jobserver v0.1.25
4852023-07-14T11:06:31.926Z Checking rand_core v0.6.4
4862023-07-14T11:06:32.280Z Compiling cc v1.0.78
4872023-07-14T11:06:32.319Z Checking ryu v1.0.12
4882023-07-14T11:06:32.442Z Checking signal-hook-registry v1.4.0
4892023-07-14T11:06:32.528Z Checking parking_lot v0.12.1
4902023-07-14T11:06:32.549Z Checking socket2 v0.4.9
4912023-07-14T11:06:33.336Z Checking num_cpus v1.15.0
4922023-07-14T11:06:33.340Z Checking mio v0.8.5
4932023-07-14T11:06:33.343Z Checking bitflags v1.3.2
4942023-07-14T11:06:33.346Z Compiling ucd-trie v0.1.5
4952023-07-14T11:06:33.348Z Compiling futures-core v0.3.28
4962023-07-14T11:06:33.523Z Compiling typenum v1.16.0
4972023-07-14T11:06:33.892Z Checking hashbrown v0.12.3
4982023-07-14T11:06:34.011Z Compiling generic-array v0.14.6
4992023-07-14T11:06:34.992Z Checking pin-utils v0.1.0
5002023-07-14T11:06:34.996Z Compiling io-lifetimes v1.0.3
5012023-07-14T11:06:34.999Z Checking futures-sink v0.3.28
5022023-07-14T11:06:35.076Z Compiling heck v0.4.1
5032023-07-14T11:06:35.578Z Compiling slab v0.4.7
5042023-07-14T11:06:35.685Z Compiling futures-channel v0.3.28
5052023-07-14T11:06:35.779Z Compiling rustix v0.37.3
5062023-07-14T11:06:35.985Z Compiling futures-task v0.3.28
5072023-07-14T11:06:36.712Z Compiling schemars v0.8.12
5082023-07-14T11:06:36.715Z Compiling ring v0.16.20
5092023-07-14T11:06:36.718Z Compiling futures-util v0.3.28
5102023-07-14T11:06:37.198Z Compiling slog v2.7.0
5112023-07-14T11:06:37.215Z Checking futures-io v0.3.28
5122023-07-14T11:06:37.438Z Checking time v0.1.45
5132023-07-14T11:06:37.475Z Compiling ahash v0.8.2
5142023-07-14T11:06:38.345Z Checking tinyvec_macros v0.1.0
5152023-07-14T11:06:38.349Z Checking spin v0.5.2
5162023-07-14T11:06:38.352Z Checking untrusted v0.7.1
5172023-07-14T11:06:38.355Z Checking iana-time-zone v0.1.53
5182023-07-14T11:06:38.358Z Compiling unicode-xid v0.2.4
5192023-07-14T11:06:38.361Z Checking lazy_static v1.4.0
5202023-07-14T11:06:38.518Z Checking tinyvec v1.6.0
5212023-07-14T11:06:39.994Z Checking crypto-common v0.1.6
5222023-07-14T11:06:39.997Z Compiling libz-sys v1.1.8
5232023-07-14T11:06:40.015Z Checking tracing-core v0.1.30
5242023-07-14T11:06:40.781Z Checking unicode-bidi v0.3.8
5252023-07-14T11:06:40.799Z Checking unicode-normalization v0.1.22
5262023-07-14T11:06:40.967Z Checking byteorder v1.4.3
5272023-07-14T11:06:40.992Z Checking subtle v2.4.1
5282023-07-14T11:06:41.739Z Compiling semver v1.0.17
5292023-07-14T11:06:41.742Z Compiling time-core v0.1.1
5302023-07-14T11:06:41.745Z Compiling time-macros v0.2.9
5312023-07-14T11:06:42.182Z Checking errno v0.3.0
5322023-07-14T11:06:42.384Z Compiling percent-encoding v2.3.0
5332023-07-14T11:06:43.348Z Compiling form_urlencoded v1.1.0
5342023-07-14T11:06:43.408Z Compiling serde_derive_internals v0.26.0
5352023-07-14T11:06:43.522Z Compiling synstructure v0.12.6
5362023-07-14T11:06:43.888Z Compiling idna v0.3.0
5372023-07-14T11:06:45.028Z Compiling libgit2-sys v0.14.2+1.5.1
5382023-07-14T11:06:45.770Z Checking aho-corasick v0.7.20
5392023-07-14T11:06:46.750Z Checking fnv v1.0.7
5402023-07-14T11:06:46.753Z Checking ppv-lite86 v0.2.17
5412023-07-14T11:06:46.756Z Checking dyn-clone v1.0.10
5422023-07-14T11:06:46.758Z Checking regex-syntax v0.6.28
5432023-07-14T11:06:46.761Z Compiling anyhow v1.0.71
5442023-07-14T11:06:47.365Z Checking rand_chacha v0.3.1
5452023-07-14T11:06:47.391Z Compiling url v2.3.1
5462023-07-14T11:06:48.366Z Checking block-buffer v0.10.3
5472023-07-14T11:06:48.394Z Compiling openssl-sys v0.9.90
5482023-07-14T11:06:48.397Z Compiling httparse v1.8.0
5492023-07-14T11:06:48.399Z Checking cpufeatures v0.2.5
5502023-07-14T11:06:48.406Z Checking digest v0.10.6
5512023-07-14T11:06:48.666Z Checking rand v0.8.5
5522023-07-14T11:06:50.024Z Checking atty v0.2.14
5532023-07-14T11:06:50.285Z Compiling hashbrown v0.13.2
5542023-07-14T11:06:50.601Z Compiling serde_derive v1.0.164
5552023-07-14T11:06:50.652Z Compiling thiserror-impl v1.0.40
5562023-07-14T11:06:52.065Z Compiling tokio-macros v2.1.0
5572023-07-14T11:06:52.069Z Compiling futures-macro v0.3.28
5582023-07-14T11:06:52.072Z Checking regex v1.7.1
5592023-07-14T11:06:52.076Z Compiling usdt-impl v0.3.5
5602023-07-14T11:06:52.564Z Checking num_threads v0.1.6
5612023-07-14T11:06:53.346Z Compiling async-trait v0.1.68
5622023-07-14T11:06:53.447Z Compiling crossbeam-utils v0.8.14
5632023-07-14T11:06:54.010Z Checking time v0.3.21
5642023-07-14T11:06:54.039Z Compiling schemars_derive v0.8.12
5652023-07-14T11:06:54.064Z Compiling tracing-attributes v0.1.23
5662023-07-14T11:06:54.315Z Compiling zerocopy-derive v0.2.0
5672023-07-14T11:06:55.006Z Compiling regress v0.5.0
5682023-07-14T11:06:56.691Z Compiling pest v2.6.0
5692023-07-14T11:06:58.354Z Compiling zerocopy v0.3.0
5702023-07-14T11:07:00.134Z Checking tracing v0.1.37
5712023-07-14T11:07:00.588Z Compiling pest_meta v2.6.0
5722023-07-14T11:07:00.680Z Checking dirs-sys-next v0.1.2
5732023-07-14T11:07:00.890Z Compiling rustls v0.21.2
5742023-07-14T11:07:00.933Z Checking base64 v0.21.2
5752023-07-14T11:07:01.734Z Checking try-lock v0.2.4
5762023-07-14T11:07:01.737Z Compiling rustversion v1.0.11
5772023-07-14T11:07:01.741Z Checking foreign-types-shared v0.1.1
5782023-07-14T11:07:01.826Z Compiling openssl v0.10.55
5792023-07-14T11:07:02.534Z Compiling pest_generator v2.6.0
5802023-07-14T11:07:03.366Z Checking foreign-types v0.3.2
5812023-07-14T11:07:03.394Z Checking want v0.3.0
5822023-07-14T11:07:03.421Z Checking dirs-next v2.0.0
5832023-07-14T11:07:03.425Z Compiling dof v0.1.5
5842023-07-14T11:07:03.428Z Compiling openssl-macros v0.1.0
5852023-07-14T11:07:05.549Z Compiling thread-id v4.0.0
5862023-07-14T11:07:05.634Z Checking thread_local v1.1.4
5872023-07-14T11:07:05.698Z Compiling slog-async v2.7.0
5882023-07-14T11:07:06.721Z Checking tower-service v0.3.2
5892023-07-14T11:07:06.738Z Checking utf8parse v0.2.1
5902023-07-14T11:07:06.753Z Compiling native-tls v0.2.11
5912023-07-14T11:07:06.759Z Checking httpdate v1.0.2
5922023-07-14T11:07:06.781Z Checking strsim v0.10.0
5932023-07-14T11:07:06.917Z Checking anstyle-parse v0.2.0
5942023-07-14T11:07:07.687Z Compiling pest_derive v2.6.0
5952023-07-14T11:07:08.565Z Checking crossbeam-channel v0.5.6
5962023-07-14T11:07:09.049Z Checking term v0.7.0
5972023-07-14T11:07:09.177Z Compiling dtrace-parser v0.1.14
5982023-07-14T11:07:10.058Z Checking rustls-pemfile v1.0.2
5992023-07-14T11:07:10.062Z Compiling semver-parser v0.10.2
6002023-07-14T11:07:12.252Z Checking is-terminal v0.4.7
6012023-07-14T11:07:13.408Z Compiling same-file v1.0.6
6022023-07-14T11:07:13.439Z Checking anstyle v1.0.0
6032023-07-14T11:07:13.443Z Checking unicode-width v0.1.10
6042023-07-14T11:07:13.448Z Checking anstyle-query v1.0.0
6052023-07-14T11:07:13.452Z Checking colorchoice v1.0.0
6062023-07-14T11:07:13.454Z Checking bytes v1.4.0
6072023-07-14T11:07:13.457Z Checking chrono v0.4.26
6082023-07-14T11:07:13.460Z Checking uuid v1.4.0
6092023-07-14T11:07:14.279Z Checking toml v0.5.11
6102023-07-14T11:07:15.071Z Checking http v0.2.9
6112023-07-14T11:07:16.742Z Compiling serde_tokenstream v0.2.0
6122023-07-14T11:07:17.419Z Checking http-body v0.4.5
6132023-07-14T11:07:18.408Z Compiling proc-macro-crate v1.2.1
6142023-07-14T11:07:18.886Z Compiling serde_tokenstream v0.1.6
6152023-07-14T11:07:18.973Z Checking fastrand v1.8.0
6162023-07-14T11:07:20.095Z Checking openssl-probe v0.1.5
6172023-07-14T11:07:20.101Z Checking take_mut v0.2.2
6182023-07-14T11:07:20.105Z Checking tempfile v3.5.0
6192023-07-14T11:07:20.111Z Checking anstream v0.3.1
6202023-07-14T11:07:20.189Z Compiling walkdir v2.3.2
6212023-07-14T11:07:20.877Z Compiling num_enum_derive v0.5.11
6222023-07-14T11:07:21.779Z Compiling semver v0.11.0
6232023-07-14T11:07:21.815Z Checking slog-term v2.9.0
6242023-07-14T11:07:23.432Z Compiling encoding_rs v0.8.31
6252023-07-14T11:07:23.436Z Compiling home v0.5.4
6262023-07-14T11:07:23.439Z Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#26efa84c)
6272023-07-14T11:07:23.477Z Checking ipnet v2.7.1
6282023-07-14T11:07:23.500Z Checking base64 v0.13.1
6292023-07-14T11:07:23.892Z Checking clap_lex v0.5.0
6302023-07-14T11:07:24.263Z Checking clap_builder v4.3.0
6312023-07-14T11:07:25.080Z Checking num_enum v0.5.11
6322023-07-14T11:07:25.206Z Compiling toolchain_find v0.2.0
6332023-07-14T11:07:25.443Z Checking tokio-util v0.7.4
6342023-07-14T11:07:25.460Z Checking tokio-native-tls v0.3.0
6352023-07-14T11:07:25.801Z Compiling usdt-macro v0.3.5
6362023-07-14T11:07:25.827Z Compiling usdt-attr-macro v0.3.5
6372023-07-14T11:07:25.953Z Compiling cargo-lock v8.0.3
6382023-07-14T11:07:26.749Z Checking h2 v0.3.19
6392023-07-14T11:07:28.450Z Checking serde_urlencoded v0.7.1
6402023-07-14T11:07:28.454Z Checking futures-executor v0.3.28
6412023-07-14T11:07:28.520Z Compiling clap_derive v4.3.0
6422023-07-14T11:07:30.100Z Checking match_cfg v0.1.0
6432023-07-14T11:07:30.715Z Compiling getopts v0.2.21
6442023-07-14T11:07:31.068Z Checking hostname v0.3.1
6452023-07-14T11:07:31.794Z Checking futures v0.3.28
6462023-07-14T11:07:31.810Z Compiling rustfmt-wrapper v0.2.0
6472023-07-14T11:07:32.231Z Compiling openapiv3 v1.0.2
6482023-07-14T11:07:33.496Z Checking usdt v0.3.5
6492023-07-14T11:07:33.681Z Checking hyper v0.14.26
6502023-07-14T11:07:33.798Z Compiling unsafe-libyaml v0.2.5
6512023-07-14T11:07:36.783Z Compiling project-root v0.2.2
6522023-07-14T11:07:36.815Z Checking fallible-iterator v0.2.0
6532023-07-14T11:07:36.989Z Checking mime v0.3.16
6542023-07-14T11:07:37.121Z Checking clap v4.3.0
6552023-07-14T11:07:37.259Z Compiling serde_yaml v0.9.17
6562023-07-14T11:07:37.598Z Checking toml_datetime v0.6.2
6572023-07-14T11:07:38.467Z Checking serde_spanned v0.6.2
6582023-07-14T11:07:38.475Z Compiling ident_case v1.0.1
6592023-07-14T11:07:38.479Z Compiling semver v0.1.20
6602023-07-14T11:07:38.484Z Checking winnow v0.4.6
6612023-07-14T11:07:40.410Z Compiling darling_core v0.14.2
6622023-07-14T11:07:40.415Z Compiling rustc_version v0.1.7
6632023-07-14T11:07:40.721Z Checking slog-json v2.6.1
6642023-07-14T11:07:40.966Z Compiling newtype_derive v0.1.6
6652023-07-14T11:07:41.108Z Checking slog-bunyan v2.4.0
6662023-07-14T11:07:41.130Z Checking hyper-tls v0.5.0
6672023-07-14T11:07:41.333Z Compiling structmeta-derive v0.1.5
6682023-07-14T11:07:41.520Z Checking sha2 v0.10.6
6692023-07-14T11:07:41.560Z Checking hmac v0.12.1
6702023-07-14T11:07:42.332Z Checking md-5 v0.10.5
6712023-07-14T11:07:42.346Z Checking stringprep v0.1.2
6722023-07-14T11:07:42.392Z Compiling num-integer v0.1.45
6732023-07-14T11:07:42.571Z Compiling camino v1.1.4
6742023-07-14T11:07:42.930Z Compiling paste v1.0.12
6752023-07-14T11:07:43.002Z Checking toml_edit v0.19.10
6762023-07-14T11:07:44.000Z Checking siphasher v0.3.10
6772023-07-14T11:07:44.045Z Checking postgres-protocol v0.6.4
6782023-07-14T11:07:44.050Z Compiling vergen v8.1.1
6792023-07-14T11:07:44.054Z Compiling async-stream-impl v0.3.5
6802023-07-14T11:07:44.069Z Checking phf_shared v0.11.1
6812023-07-14T11:07:44.401Z Compiling memoffset v0.7.1
6822023-07-14T11:07:44.456Z Compiling proc-macro-error-attr v1.0.4
6832023-07-14T11:07:44.821Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94)
6842023-07-14T11:07:44.960Z Checking atomic-waker v1.1.1
6852023-07-14T11:07:45.684Z Compiling vcpkg v0.2.15
6862023-07-14T11:07:45.688Z Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#26efa84c)
6872023-07-14T11:07:45.691Z Checking fixedbitset v0.4.2
6882023-07-14T11:07:45.695Z Checking petgraph v0.6.2
6892023-07-14T11:07:46.094Z Compiling structmeta v0.1.5
6902023-07-14T11:07:46.160Z Checking async-stream v0.3.5
6912023-07-14T11:07:46.435Z Checking waitgroup v0.1.2
6922023-07-14T11:07:47.350Z Compiling parse-display-derive v0.7.0
6932023-07-14T11:07:47.366Z Checking toml v0.7.4
6942023-07-14T11:07:47.369Z Checking postgres-types v0.2.4
6952023-07-14T11:07:47.945Z Compiling libsqlite3-sys v0.26.0
6962023-07-14T11:07:47.990Z Checking phf v0.11.1
6972023-07-14T11:07:49.194Z Compiling darling_macro v0.14.2
6982023-07-14T11:07:49.417Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94)
6992023-07-14T11:07:49.729Z Compiling rustc_version v0.4.0
7002023-07-14T11:07:49.973Z Checking hex v0.4.3
7012023-07-14T11:07:50.788Z Checking serde_path_to_error v0.1.11
7022023-07-14T11:07:50.872Z Compiling strum_macros v0.24.3
7032023-07-14T11:07:50.993Z Compiling darling v0.14.2
7042023-07-14T11:07:51.148Z Compiling serde_with_macros v2.3.2
7052023-07-14T11:07:51.190Z Checking sha1 v0.10.5
7062023-07-14T11:07:52.390Z Compiling num-bigint v0.4.3
7072023-07-14T11:07:52.649Z Compiling slog-dtrace v0.2.3
7082023-07-14T11:07:52.691Z Compiling proc-macro-error v1.0.4
7092023-07-14T11:07:52.949Z Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#26efa84c)
7102023-07-14T11:07:53.042Z Checking instant v0.1.12
7112023-07-14T11:07:53.129Z Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
7122023-07-14T11:07:53.185Z Checking arc-swap v1.6.0
7132023-07-14T11:07:53.205Z Checking debug-ignore v1.0.5
7142023-07-14T11:07:53.250Z Compiling rustls v0.20.8
7152023-07-14T11:07:53.340Z Checking static_assertions v1.1.0
7162023-07-14T11:07:54.085Z Checking backoff v0.4.0
7172023-07-14T11:07:54.102Z Checking parse-display v0.7.0
7182023-07-14T11:07:54.106Z Checking steno v0.3.1
7192023-07-14T11:07:54.109Z Checking slog-scope v4.4.0
7202023-07-14T11:07:54.112Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945)
7212023-07-14T11:07:54.252Z Checking tokio-postgres v0.7.7
7222023-07-14T11:07:54.436Z Checking ipnetwork v0.20.0
7232023-07-14T11:07:54.920Z Checking macaddr v1.0.1
7242023-07-14T11:07:55.721Z Checking serde_with v2.3.2
7252023-07-14T11:07:55.724Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
7262023-07-14T11:07:55.731Z Checking inout v0.1.3
7272023-07-14T11:07:55.973Z Compiling num-rational v0.4.1
7282023-07-14T11:07:56.085Z Compiling num-iter v0.1.43
7292023-07-14T11:07:56.523Z Compiling radium v0.7.0
7302023-07-14T11:07:56.654Z Checking termcolor v1.1.3
7312023-07-14T11:07:57.402Z Checking strum v0.24.1
7322023-07-14T11:07:57.406Z Checking cipher v0.4.3
7332023-07-14T11:07:57.409Z Checking nix v0.26.1
7342023-07-14T11:07:57.780Z Checking slog-stdlog v4.1.1
7352023-07-14T11:07:58.219Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c)
7362023-07-14T11:07:58.328Z Compiling serde_repr v0.1.10
7372023-07-14T11:07:59.098Z Checking hashlink v0.8.1
7382023-07-14T11:07:59.102Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
7392023-07-14T11:07:59.106Z Compiling portable-atomic v0.3.19
7402023-07-14T11:07:59.319Z Checking tap v1.0.1
7412023-07-14T11:07:59.553Z Checking os_str_bytes v6.4.1
7422023-07-14T11:07:59.573Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85)
7432023-07-14T11:08:00.749Z Checking fallible-streaming-iterator v0.1.9
7442023-07-14T11:08:00.753Z Checking bitflags v2.1.0
7452023-07-14T11:08:00.756Z Checking clap_lex v0.2.4
7462023-07-14T11:08:00.761Z Checking wyz v0.5.1
7472023-07-14T11:08:00.764Z Compiling clap_derive v3.2.24
7482023-07-14T11:08:00.767Z Checking rusqlite v0.29.0
7492023-07-14T11:08:00.770Z Checking slog-envlogger v2.2.0
7502023-07-14T11:08:01.055Z Checking twox-hash v1.6.3
7512023-07-14T11:08:01.279Z Compiling num_enum_derive v0.6.1
7522023-07-14T11:08:01.592Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
7532023-07-14T11:08:02.432Z Checking num-complex v0.4.2
7542023-07-14T11:08:02.437Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
7552023-07-14T11:08:02.441Z Checking universal-hash v0.5.0
7562023-07-14T11:08:02.620Z Checking funty v2.0.0
7572023-07-14T11:08:02.829Z Checking textwrap v0.16.0
7582023-07-14T11:08:02.849Z Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
7592023-07-14T11:08:03.345Z Checking opaque-debug v0.3.0
7602023-07-14T11:08:03.359Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85)
7612023-07-14T11:08:04.099Z Checking num v0.4.0
7622023-07-14T11:08:04.128Z Checking polyval v0.6.0
7632023-07-14T11:08:04.133Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
7642023-07-14T11:08:04.200Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
7652023-07-14T11:08:04.331Z Checking aes v0.8.2
7662023-07-14T11:08:04.363Z Checking bitvec v1.0.1
7672023-07-14T11:08:05.823Z Checking ctr v0.9.2
7682023-07-14T11:08:05.827Z Checking num_enum v0.6.1
7692023-07-14T11:08:05.830Z Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types)
7702023-07-14T11:08:05.834Z Checking bincode v1.3.3
7712023-07-14T11:08:05.840Z Checking console v0.15.4
7722023-07-14T11:08:05.882Z Compiling async-recursion v0.3.2
7732023-07-14T11:08:06.566Z Checking colored v2.0.0
7742023-07-14T11:08:06.623Z Checking sha-1 v0.10.1
7752023-07-14T11:08:06.746Z Checking aead v0.5.1
7762023-07-14T11:08:07.471Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
7772023-07-14T11:08:07.475Z Checking zeroize v1.3.0
7782023-07-14T11:08:07.478Z Checking humantime v2.1.0
7792023-07-14T11:08:07.481Z Checking number_prefix v0.4.0
7802023-07-14T11:08:07.484Z Compiling erased-serde v0.3.24
7812023-07-14T11:08:07.487Z Checking utf-8 v0.7.6
7822023-07-14T11:08:07.489Z Checking pretty-hex v0.2.1
7832023-07-14T11:08:07.504Z Checking matches v0.1.10
7842023-07-14T11:08:07.577Z Checking either v1.8.0
7852023-07-14T11:08:07.619Z Checking idna v0.2.3
7862023-07-14T11:08:07.635Z Checking tungstenite v0.17.3
7872023-07-14T11:08:07.666Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
7882023-07-14T11:08:08.010Z Checking itertools v0.10.5
7892023-07-14T11:08:08.067Z Checking env_logger v0.9.3
7902023-07-14T11:08:08.311Z Checking aes-gcm-siv v0.11.1
7912023-07-14T11:08:09.133Z Checking clap v3.2.24
7922023-07-14T11:08:09.148Z Checking indicatif v0.17.3
7932023-07-14T11:08:09.152Z Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
7942023-07-14T11:08:09.156Z Compiling bitstruct_derive v0.1.0
7952023-07-14T11:08:09.185Z Compiling enum-as-inner v0.5.1
7962023-07-14T11:08:09.717Z Compiling async-recursion v1.0.4
7972023-07-14T11:08:09.837Z Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys)
7982023-07-14T11:08:10.049Z Checking libloading v0.7.4
7992023-07-14T11:08:10.800Z Checking data-encoding v2.3.3
8002023-07-14T11:08:11.005Z Checking quick-error v1.2.3
8012023-07-14T11:08:11.026Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8)
8022023-07-14T11:08:11.203Z Checking ringbuffer v0.14.1
8032023-07-14T11:08:11.254Z Checking ascii v1.1.0
8042023-07-14T11:08:11.403Z Checking linked-hash-map v0.5.6
8052023-07-14T11:08:11.534Z Checking bitstruct v0.1.1
8062023-07-14T11:08:11.671Z Checking trust-dns-proto v0.22.0
8072023-07-14T11:08:11.754Z Checking resolv-conf v0.7.0
8082023-07-14T11:08:12.454Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
8092023-07-14T11:08:12.471Z Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
8102023-07-14T11:08:12.473Z Checking lru-cache v0.1.2
8112023-07-14T11:08:12.476Z Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api)
8122023-07-14T11:08:12.479Z Checking tokio-tungstenite v0.17.2
8132023-07-14T11:08:12.482Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0)
8142023-07-14T11:08:12.485Z Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm)
8152023-07-14T11:08:12.816Z Checking serde_arrays v0.1.0
8162023-07-14T11:08:12.943Z Compiling enum-iterator-derive v1.2.1
8172023-07-14T11:08:13.027Z Compiling const_format_proc_macros v0.2.29
8182023-07-14T11:08:13.278Z Checking assert_matches v1.5.0
8192023-07-14T11:08:13.399Z Checking ron v0.7.1
8202023-07-14T11:08:14.153Z Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config)
8212023-07-14T11:08:14.158Z Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
8222023-07-14T11:08:14.709Z Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133)
8232023-07-14T11:08:14.792Z Checking bit_field v0.10.1
8242023-07-14T11:08:15.013Z Checking ctrlc v3.2.4
8252023-07-14T11:08:15.831Z Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config)
8262023-07-14T11:08:15.840Z Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask)
8272023-07-14T11:08:16.399Z Checking const_format v0.2.30
8282023-07-14T11:08:16.527Z Checking enum-iterator v1.4.1
8292023-07-14T11:08:17.468Z Checking trust-dns-resolver v0.22.0
8302023-07-14T11:08:19.146Z Checking sct v0.7.0
8312023-07-14T11:08:19.161Z Checking webpki v0.22.0
8322023-07-14T11:08:19.165Z Checking rustls-webpki v0.100.1
8332023-07-14T11:08:19.668Z Checking webpki-roots v0.22.6
8342023-07-14T11:08:25.036Z Checking tokio-rustls v0.23.4
8352023-07-14T11:08:25.859Z Checking tokio-rustls v0.24.1
8362023-07-14T11:08:25.862Z Checking hyper-rustls v0.24.0
8372023-07-14T11:08:26.242Z Checking reqwest v0.11.18
8382023-07-14T11:08:27.875Z Compiling git2 v0.16.1
8392023-07-14T11:08:28.090Z Checking progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
8402023-07-14T11:08:32.552Z Compiling built v0.6.0
8412023-07-14T11:08:34.212Z Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
8422023-07-14T11:08:34.241Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
8432023-07-14T11:08:35.926Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
8442023-07-14T11:08:35.929Z Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client)
8452023-07-14T11:08:35.931Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
8462023-07-14T11:08:35.952Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
8472023-07-14T11:08:40.892Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
8482023-07-14T11:08:40.896Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
8492023-07-14T11:08:42.567Z Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli)
8502023-07-14T11:08:44.221Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
8512023-07-14T11:08:51.347Z Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis)
8522023-07-14T11:09:00.938Z Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server)
8532023-07-14T11:09:00.941Z Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone)
8542023-07-14T11:09:07.589Z Finished dev [unoptimized + debuginfo] target(s) in 2m 59s
8552023-07-14T11:09:07.605Z
8562023-07-14T11:09:07.608Zreal 2:59.581945687
8572023-07-14T11:09:07.611Zuser 13:52.691175203
8582023-07-14T11:09:07.614Zsys 2:29.511273785
8592023-07-14T11:09:07.617Ztrap 0.619460490
8602023-07-14T11:09:07.620Ztflt 6.685633081
8612023-07-14T11:09:07.622Zdflt 13.138701080
8622023-07-14T11:09:07.626Zkflt 0.021652359
8632023-07-14T11:09:07.629Zlock 19:13.103720928
8642023-07-14T11:09:07.631Zslp 47:26.496163483
8652023-07-14T11:09:07.634Zlat 54.066119728
8662023-07-14T11:09:07.636Zstop 2:13.311439176
8672023-07-14T11:09:07.640Z+ banner build
8682023-07-14T11:09:07.643Z
8692023-07-14T11:09:07.646Z ##### # # # # #####
8702023-07-14T11:09:07.648Z # # # # # # # #
8712023-07-14T11:09:07.651Z ##### # # # # # #
8722023-07-14T11:09:07.653Z # # # # # # # #
8732023-07-14T11:09:07.656Z # # # # # # # #
8742023-07-14T11:09:07.659Z ##### #### # ###### #####
8752023-07-14T11:09:07.661Z
8762023-07-14T11:09:07.664Z+ ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli
8772023-07-14T11:09:08.029Z Compiling proc-macro2 v1.0.63
8782023-07-14T11:09:08.032Z Compiling quote v1.0.26
8792023-07-14T11:09:08.035Z Compiling unicode-ident v1.0.8
8802023-07-14T11:09:08.037Z Compiling libc v0.2.144
8812023-07-14T11:09:08.040Z Compiling serde v1.0.164
8822023-07-14T11:09:08.043Z Compiling version_check v0.9.4
8832023-07-14T11:09:08.046Z Compiling cfg-if v1.0.0
8842023-07-14T11:09:08.049Z Compiling autocfg v1.1.0
8852023-07-14T11:09:08.172Z Compiling syn v1.0.107
8862023-07-14T11:09:08.310Z Compiling thiserror v1.0.40
8872023-07-14T11:09:09.289Z Compiling once_cell v1.17.0
8882023-07-14T11:09:09.293Z Compiling log v0.4.17
8892023-07-14T11:09:09.295Z Compiling memchr v2.5.0
8902023-07-14T11:09:09.419Z Compiling itoa v1.0.5
8912023-07-14T11:09:09.737Z Compiling serde_json v1.0.99
8922023-07-14T11:09:09.756Z Compiling num-traits v0.2.15
8932023-07-14T11:09:09.789Z Compiling ahash v0.7.6
8942023-07-14T11:09:10.922Z Compiling pkg-config v0.3.26
8952023-07-14T11:09:10.926Z Compiling pin-project-lite v0.2.9
8962023-07-14T11:09:10.930Z Compiling indexmap v1.9.3
8972023-07-14T11:09:10.933Z Compiling lock_api v0.4.9
8982023-07-14T11:09:11.241Z Compiling syn v2.0.16
8992023-07-14T11:09:11.450Z Compiling getrandom v0.2.8
9002023-07-14T11:09:11.710Z Compiling jobserver v0.1.25
9012023-07-14T11:09:11.847Z Compiling smallvec v1.10.0
9022023-07-14T11:09:12.596Z Compiling cc v1.0.78
9032023-07-14T11:09:12.615Z Compiling parking_lot_core v0.9.6
9042023-07-14T11:09:12.618Z Compiling rand_core v0.6.4
9052023-07-14T11:09:12.959Z Compiling scopeguard v1.1.0
9062023-07-14T11:09:13.336Z Compiling tokio v1.28.2
9072023-07-14T11:09:14.300Z Compiling mio v0.8.5
9082023-07-14T11:09:14.303Z Compiling parking_lot v0.12.1
9092023-07-14T11:09:14.306Z Compiling socket2 v0.4.9
9102023-07-14T11:09:14.704Z Compiling num_cpus v1.15.0
9112023-07-14T11:09:14.782Z Compiling signal-hook-registry v1.4.0
9122023-07-14T11:09:16.245Z Compiling ryu v1.0.12
9132023-07-14T11:09:17.232Z Compiling futures-core v0.3.28
9142023-07-14T11:09:17.432Z Compiling ucd-trie v0.1.5
9152023-07-14T11:09:18.166Z Compiling typenum v1.16.0
9162023-07-14T11:09:18.172Z Compiling hashbrown v0.12.3
9172023-07-14T11:09:18.175Z Compiling generic-array v0.14.6
9182023-07-14T11:09:18.178Z Compiling bitflags v1.3.2
9192023-07-14T11:09:18.551Z Compiling io-lifetimes v1.0.3
9202023-07-14T11:09:18.618Z Compiling schemars v0.8.12
9212023-07-14T11:09:18.781Z Compiling pin-utils v0.1.0
9222023-07-14T11:09:18.903Z Compiling futures-sink v0.3.28
9232023-07-14T11:09:19.118Z Compiling ring v0.16.20
9242023-07-14T11:09:19.837Z Compiling slab v0.4.7
9252023-07-14T11:09:19.853Z Compiling futures-task v0.3.28
9262023-07-14T11:09:19.856Z Compiling futures-channel v0.3.28
9272023-07-14T11:09:19.897Z Compiling heck v0.4.1
9282023-07-14T11:09:20.051Z Compiling rustix v0.37.3
9292023-07-14T11:09:20.453Z Compiling futures-util v0.3.28
9302023-07-14T11:09:21.571Z Compiling ahash v0.8.2
9312023-07-14T11:09:21.575Z Compiling futures-io v0.3.28
9322023-07-14T11:09:21.587Z Compiling slog v2.7.0
9332023-07-14T11:09:21.639Z Compiling time v0.1.45
9342023-07-14T11:09:21.956Z Compiling unicode-xid v0.2.4
9352023-07-14T11:09:22.195Z Compiling tinyvec_macros v0.1.0
9362023-07-14T11:09:22.307Z Compiling lazy_static v1.4.0
9372023-07-14T11:09:22.407Z Compiling iana-time-zone v0.1.53
9382023-07-14T11:09:22.490Z Compiling spin v0.5.2
9392023-07-14T11:09:23.168Z Compiling untrusted v0.7.1
9402023-07-14T11:09:23.229Z Compiling serde_derive_internals v0.26.0
9412023-07-14T11:09:24.851Z Compiling crypto-common v0.1.6
9422023-07-14T11:09:24.854Z Compiling tinyvec v1.6.0
9432023-07-14T11:09:26.532Z Compiling semver v1.0.17
9442023-07-14T11:09:27.440Z Compiling unicode-normalization v0.1.22
9452023-07-14T11:09:27.876Z Compiling libz-sys v1.1.8
9462023-07-14T11:09:28.410Z Compiling tracing-core v0.1.30
9472023-07-14T11:09:29.901Z Compiling time-core v0.1.1
9482023-07-14T11:09:30.111Z Compiling subtle v2.4.1
9492023-07-14T11:09:30.114Z Compiling byteorder v1.4.3
9502023-07-14T11:09:30.117Z Compiling unicode-bidi v0.3.8
9512023-07-14T11:09:30.623Z Compiling time-macros v0.2.9
9522023-07-14T11:09:31.563Z Compiling synstructure v0.12.6
9532023-07-14T11:09:32.019Z Compiling serde_derive v1.0.164
9542023-07-14T11:09:32.239Z Compiling thiserror-impl v1.0.40
9552023-07-14T11:09:33.234Z Compiling tokio-macros v2.1.0
9562023-07-14T11:09:33.635Z Compiling futures-macro v0.3.28
9572023-07-14T11:09:34.058Z Compiling percent-encoding v2.3.0
9582023-07-14T11:09:34.900Z Compiling schemars_derive v0.8.12
9592023-07-14T11:09:34.917Z Compiling tracing-attributes v0.1.23
9602023-07-14T11:09:35.737Z Compiling zerocopy-derive v0.2.0
9612023-07-14T11:09:36.598Z Compiling form_urlencoded v1.1.0
9622023-07-14T11:09:36.629Z Compiling idna v0.3.0
9632023-07-14T11:09:37.470Z Compiling pest v2.6.0
9642023-07-14T11:09:38.997Z Compiling libgit2-sys v0.14.2+1.5.1
9652023-07-14T11:09:39.047Z Compiling aho-corasick v0.7.20
9662023-07-14T11:09:39.921Z Compiling errno v0.3.0
9672023-07-14T11:09:39.950Z Compiling ppv-lite86 v0.2.17
9682023-07-14T11:09:40.260Z Compiling anyhow v1.0.71
9692023-07-14T11:09:40.561Z Compiling tracing v0.1.37
9702023-07-14T11:09:41.624Z Compiling fnv v1.0.7
9712023-07-14T11:09:41.627Z Compiling dyn-clone v1.0.10
9722023-07-14T11:09:41.698Z Compiling pest_meta v2.6.0
9732023-07-14T11:09:41.756Z Compiling regex-syntax v0.6.28
9742023-07-14T11:09:42.032Z Compiling rand_chacha v0.3.1
9752023-07-14T11:09:43.749Z Compiling pest_generator v2.6.0
9762023-07-14T11:09:44.928Z Compiling url v2.3.1
9772023-07-14T11:09:47.388Z Compiling regex v1.7.1
9782023-07-14T11:09:48.274Z Compiling block-buffer v0.10.3
9792023-07-14T11:09:48.340Z Compiling openssl-sys v0.9.90
9802023-07-14T11:09:48.523Z Compiling httparse v1.8.0
9812023-07-14T11:09:49.261Z Compiling cpufeatures v0.2.5
9822023-07-14T11:09:49.939Z Compiling pest_derive v2.6.0
9832023-07-14T11:09:49.942Z Compiling digest v0.10.6
9842023-07-14T11:09:50.541Z Compiling rand v0.8.5
9852023-07-14T11:09:51.724Z Compiling atty v0.2.14
9862023-07-14T11:09:51.860Z Compiling usdt-impl v0.3.5
9872023-07-14T11:09:52.494Z Compiling hashbrown v0.13.2
9882023-07-14T11:09:53.324Z Compiling crossbeam-utils v0.8.14
9892023-07-14T11:09:53.935Z Compiling async-trait v0.1.68
9902023-07-14T11:09:54.976Z Compiling num_threads v0.1.6
9912023-07-14T11:09:54.979Z Compiling zerocopy v0.3.0
9922023-07-14T11:09:54.982Z Compiling time v0.3.21
9932023-07-14T11:09:54.985Z Compiling regress v0.5.0
9942023-07-14T11:09:55.861Z Compiling bytes v1.4.0
9952023-07-14T11:09:57.549Z Compiling toml v0.5.11
9962023-07-14T11:10:03.755Z Compiling chrono v0.4.26
9972023-07-14T11:10:05.132Z Compiling uuid v1.4.0
9982023-07-14T11:10:05.386Z Compiling http v0.2.9
9992023-07-14T11:10:08.542Z Compiling proc-macro-crate v1.2.1
10002023-07-14T11:10:12.857Z Compiling tokio-util v0.7.4
10012023-07-14T11:10:14.060Z Compiling serde_tokenstream v0.2.0
10022023-07-14T11:10:17.068Z Compiling dirs-sys-next v0.1.2
10032023-07-14T11:10:17.575Z Compiling openssl v0.10.55
10042023-07-14T11:10:17.616Z Compiling rustls v0.21.2
10052023-07-14T11:10:18.819Z Compiling rustversion v1.0.11
10062023-07-14T11:10:18.848Z Compiling base64 v0.21.2
10072023-07-14T11:10:19.197Z Compiling try-lock v0.2.4
10082023-07-14T11:10:19.399Z Compiling foreign-types-shared v0.1.1
10092023-07-14T11:10:19.408Z Compiling want v0.3.0
10102023-07-14T11:10:19.549Z Compiling foreign-types v0.3.2
10112023-07-14T11:10:19.767Z Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#26efa84c)
10122023-07-14T11:10:20.476Z Compiling dirs-next v2.0.0
10132023-07-14T11:10:20.532Z Compiling h2 v0.3.19
10142023-07-14T11:10:20.631Z Compiling http-body v0.4.5
10152023-07-14T11:10:21.395Z Compiling dof v0.1.5
10162023-07-14T11:10:27.317Z Compiling dtrace-parser v0.1.14
10172023-07-14T11:10:30.663Z Compiling openssl-macros v0.1.0
10182023-07-14T11:10:30.667Z Compiling thread-id v4.0.0
10192023-07-14T11:10:30.775Z Compiling thread_local v1.1.4
10202023-07-14T11:10:30.798Z Compiling tower-service v0.3.2
10212023-07-14T11:10:30.959Z Compiling httpdate v1.0.2
10222023-07-14T11:10:31.008Z Compiling native-tls v0.2.11
10232023-07-14T11:10:31.610Z Compiling slog-async v2.7.0
10242023-07-14T11:10:32.359Z Compiling hyper v0.14.26
10252023-07-14T11:10:34.070Z Compiling crossbeam-channel v0.5.6
10262023-07-14T11:10:34.790Z Compiling term v0.7.0
10272023-07-14T11:10:36.425Z Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#26efa84c)
10282023-07-14T11:10:37.458Z Compiling rustls-pemfile v1.0.2
10292023-07-14T11:10:38.356Z Compiling serde_tokenstream v0.1.6
10302023-07-14T11:10:39.116Z Compiling semver-parser v0.10.2
10312023-07-14T11:10:41.303Z Compiling same-file v1.0.6
10322023-07-14T11:10:41.666Z Compiling utf8parse v0.2.1
10332023-07-14T11:10:42.511Z Compiling strsim v0.10.0
10342023-07-14T11:10:42.515Z Compiling fastrand v1.8.0
10352023-07-14T11:10:43.406Z Compiling unicode-width v0.1.10
10362023-07-14T11:10:44.203Z Compiling openssl-probe v0.1.5
10372023-07-14T11:10:44.219Z Compiling take_mut v0.2.2
10382023-07-14T11:10:44.551Z Compiling tempfile v3.5.0
10392023-07-14T11:10:45.871Z Compiling anstyle-parse v0.2.0
10402023-07-14T11:10:45.896Z Compiling walkdir v2.3.2
10412023-07-14T11:10:49.420Z Compiling semver v0.11.0
10422023-07-14T11:10:50.955Z Compiling slog-term v2.9.0
10432023-07-14T11:10:52.689Z Compiling is-terminal v0.4.7
10442023-07-14T11:10:54.459Z Compiling anstyle v1.0.0
10452023-07-14T11:10:56.027Z Compiling anstyle-query v1.0.0
10462023-07-14T11:10:56.031Z Compiling home v0.5.4
10472023-07-14T11:10:56.049Z Compiling colorchoice v1.0.0
10482023-07-14T11:10:56.052Z Compiling encoding_rs v0.8.31
10492023-07-14T11:10:56.055Z Compiling base64 v0.13.1
10502023-07-14T11:10:56.426Z Compiling ipnet v2.7.1
10512023-07-14T11:10:56.822Z Compiling anstream v0.3.1
10522023-07-14T11:10:57.728Z Compiling toolchain_find v0.2.0
10532023-07-14T11:11:01.428Z Compiling tokio-native-tls v0.3.0
10542023-07-14T11:11:01.881Z Compiling usdt-attr-macro v0.3.5
10552023-07-14T11:11:02.897Z Compiling usdt-macro v0.3.5
10562023-07-14T11:11:04.502Z Compiling num_enum_derive v0.5.11
10572023-07-14T11:11:04.506Z Compiling cargo-lock v8.0.3
10582023-07-14T11:11:04.510Z Compiling serde_urlencoded v0.7.1
10592023-07-14T11:11:05.084Z Compiling futures-executor v0.3.28
10602023-07-14T11:11:08.434Z Compiling match_cfg v0.1.0
10612023-07-14T11:11:08.548Z Compiling clap_lex v0.5.0
10622023-07-14T11:11:08.556Z Compiling hostname v0.3.1
10632023-07-14T11:11:09.543Z Compiling clap_builder v4.3.0
10642023-07-14T11:11:10.052Z Compiling num_enum v0.5.11
10652023-07-14T11:11:10.273Z Compiling getopts v0.2.21
10662023-07-14T11:11:10.447Z Compiling futures v0.3.28
10672023-07-14T11:11:11.249Z Compiling usdt v0.3.5
10682023-07-14T11:11:11.511Z Compiling hyper-tls v0.5.0
10692023-07-14T11:11:11.796Z Compiling rustfmt-wrapper v0.2.0
10702023-07-14T11:11:12.916Z Compiling openapiv3 v1.0.2
10712023-07-14T11:11:13.124Z Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#26efa84c)
10722023-07-14T11:11:14.844Z Compiling clap_derive v4.3.0
10732023-07-14T11:11:20.496Z Compiling mime v0.3.16
10742023-07-14T11:11:22.371Z Compiling fallible-iterator v0.2.0
10752023-07-14T11:11:23.458Z Compiling project-root v0.2.2
10762023-07-14T11:11:23.679Z Compiling unsafe-libyaml v0.2.5
10772023-07-14T11:11:23.961Z Compiling clap v4.3.0
10782023-07-14T11:11:24.754Z Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
10792023-07-14T11:11:26.849Z Compiling serde_yaml v0.9.17
10802023-07-14T11:11:33.271Z Compiling serde_spanned v0.6.2
10812023-07-14T11:11:33.409Z Compiling toml_datetime v0.6.2
10822023-07-14T11:11:33.843Z Compiling winnow v0.4.6
10832023-07-14T11:11:34.904Z Compiling semver v0.1.20
10842023-07-14T11:11:35.282Z Compiling ident_case v1.0.1
10852023-07-14T11:11:35.550Z Compiling darling_core v0.14.2
10862023-07-14T11:11:35.765Z Compiling rustc_version v0.1.7
10872023-07-14T11:11:40.156Z Compiling toml_edit v0.19.10
10882023-07-14T11:11:45.285Z Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
10892023-07-14T11:11:52.057Z Compiling slog-json v2.6.1
10902023-07-14T11:11:52.825Z Compiling slog-bunyan v2.4.0
10912023-07-14T11:11:53.811Z Compiling darling_macro v0.14.2
10922023-07-14T11:11:55.200Z Compiling toml v0.7.4
10932023-07-14T11:11:55.513Z Compiling newtype_derive v0.1.6
10942023-07-14T11:11:56.072Z Compiling md-5 v0.10.5
10952023-07-14T11:11:57.200Z Compiling sha2 v0.10.6
10962023-07-14T11:12:03.062Z Compiling hmac v0.12.1
10972023-07-14T11:12:04.041Z Compiling structmeta-derive v0.1.5
10982023-07-14T11:12:04.520Z Compiling stringprep v0.1.2
10992023-07-14T11:12:08.233Z Compiling num-integer v0.1.45
11002023-07-14T11:12:09.324Z Compiling siphasher v0.3.10
11012023-07-14T11:12:09.664Z Compiling paste v1.0.12
11022023-07-14T11:12:10.993Z Compiling camino v1.1.4
11032023-07-14T11:12:10.998Z Compiling phf_shared v0.11.1
11042023-07-14T11:12:11.254Z Compiling structmeta v0.1.5
11052023-07-14T11:12:11.417Z Compiling postgres-protocol v0.6.4
11062023-07-14T11:12:11.989Z Compiling darling v0.14.2
11072023-07-14T11:12:12.747Z Compiling vergen v8.1.1
11082023-07-14T11:12:12.930Z Compiling async-stream-impl v0.3.5
11092023-07-14T11:12:14.465Z Compiling proc-macro-error-attr v1.0.4
11102023-07-14T11:12:14.913Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94)
11112023-07-14T11:12:15.241Z Compiling atomic-waker v1.1.1
11122023-07-14T11:12:16.199Z Compiling fixedbitset v0.4.2
11132023-07-14T11:12:16.203Z Compiling vcpkg v0.2.15
11142023-07-14T11:12:16.829Z Compiling petgraph v0.6.2
11152023-07-14T11:12:18.827Z Compiling libsqlite3-sys v0.26.0
11162023-07-14T11:12:19.775Z Compiling waitgroup v0.1.2
11172023-07-14T11:12:20.150Z Compiling async-stream v0.3.5
11182023-07-14T11:12:21.814Z Compiling postgres-types v0.2.4
11192023-07-14T11:12:21.961Z Compiling serde_with_macros v2.3.2
11202023-07-14T11:12:24.917Z Compiling parse-display-derive v0.7.0
11212023-07-14T11:12:27.116Z Compiling phf v0.11.1
11222023-07-14T11:12:28.355Z Compiling strum_macros v0.24.3
11232023-07-14T11:12:28.359Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31f7ab94)
11242023-07-14T11:12:28.474Z Compiling rustc_version v0.4.0
11252023-07-14T11:12:29.154Z Compiling serde_path_to_error v0.1.11
11262023-07-14T11:12:30.099Z Compiling hex v0.4.3
11272023-07-14T11:12:30.753Z Compiling sha1 v0.10.5
11282023-07-14T11:12:30.987Z Compiling memoffset v0.7.1
11292023-07-14T11:12:31.888Z Compiling num-bigint v0.4.3
11302023-07-14T11:12:31.892Z Compiling slog-dtrace v0.2.3
11312023-07-14T11:12:31.916Z Compiling proc-macro-error v1.0.4
11322023-07-14T11:12:32.044Z Compiling instant v0.1.12
11332023-07-14T11:12:32.117Z Compiling debug-ignore v1.0.5
11342023-07-14T11:12:32.162Z Compiling rustls v0.20.8
11352023-07-14T11:12:32.261Z Compiling arc-swap v1.6.0
11362023-07-14T11:12:32.311Z Compiling backoff v0.4.0
11372023-07-14T11:12:33.594Z Compiling parse-display v0.7.0
11382023-07-14T11:12:33.639Z Compiling slog-scope v4.4.0
11392023-07-14T11:12:33.642Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes#0a097945)
11402023-07-14T11:12:33.645Z Compiling tokio-postgres v0.7.7
11412023-07-14T11:12:33.669Z Compiling serde_with v2.3.2
11422023-07-14T11:12:34.118Z Compiling strum v0.24.1
11432023-07-14T11:12:34.377Z Compiling steno v0.3.1
11442023-07-14T11:12:35.692Z Compiling ipnetwork v0.20.0
11452023-07-14T11:12:36.276Z Compiling macaddr v1.0.1
11462023-07-14T11:12:37.551Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
11472023-07-14T11:12:37.577Z Compiling inout v0.1.3
11482023-07-14T11:12:37.580Z Compiling num-rational v0.4.1
11492023-07-14T11:12:37.900Z Compiling num-iter v0.1.43
11502023-07-14T11:12:38.840Z Compiling termcolor v1.1.3
11512023-07-14T11:12:38.884Z Compiling static_assertions v1.1.0
11522023-07-14T11:12:38.889Z Compiling radium v0.7.0
11532023-07-14T11:12:39.422Z Compiling cipher v0.4.3
11542023-07-14T11:12:40.638Z Compiling slog-stdlog v4.1.1
11552023-07-14T11:12:42.374Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c)
11562023-07-14T11:12:42.408Z Compiling serde_repr v0.1.10
11572023-07-14T11:12:42.416Z Compiling hashlink v0.8.1
11582023-07-14T11:12:42.634Z Compiling os_str_bytes v6.4.1
11592023-07-14T11:12:44.113Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85)
11602023-07-14T11:12:44.174Z Compiling tap v1.0.1
11612023-07-14T11:12:44.181Z Compiling fallible-streaming-iterator v0.1.9
11622023-07-14T11:12:44.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
11632023-07-14T11:12:44.205Z Compiling bitflags v2.1.0
11642023-07-14T11:12:44.339Z Compiling portable-atomic v0.3.19
11652023-07-14T11:12:44.399Z Compiling rusqlite v0.29.0
11662023-07-14T11:12:44.517Z Compiling wyz v0.5.1
11672023-07-14T11:12:44.734Z Compiling clap_lex v0.2.4
11682023-07-14T11:12:45.854Z Compiling nix v0.26.1
11692023-07-14T11:12:46.591Z Compiling clap_derive v3.2.24
11702023-07-14T11:12:51.184Z Compiling slog-envlogger v2.2.0
11712023-07-14T11:12:52.819Z Compiling twox-hash v1.6.3
11722023-07-14T11:12:53.135Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
11732023-07-14T11:12:54.935Z Compiling num_enum_derive v0.6.1
11742023-07-14T11:12:55.034Z Compiling num-complex v0.4.2
11752023-07-14T11:12:55.234Z Compiling sha-1 v0.10.1
11762023-07-14T11:12:55.386Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
11772023-07-14T11:12:56.401Z Compiling universal-hash v0.5.0
11782023-07-14T11:12:56.677Z Compiling utf-8 v0.7.6
11792023-07-14T11:12:56.737Z Compiling matches v0.1.10
11802023-07-14T11:12:56.862Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85)
11812023-07-14T11:12:58.031Z Compiling funty v2.0.0
11822023-07-14T11:12:58.052Z Compiling textwrap v0.16.0
11832023-07-14T11:12:58.060Z Compiling opaque-debug v0.3.0
11842023-07-14T11:12:58.077Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
11852023-07-14T11:12:58.084Z Compiling polyval v0.6.0
11862023-07-14T11:12:58.393Z Compiling clap v3.2.24
11872023-07-14T11:12:58.603Z Compiling tungstenite v0.17.3
11882023-07-14T11:12:58.896Z Compiling num_enum v0.6.1
11892023-07-14T11:12:59.767Z Compiling bitvec v1.0.1
11902023-07-14T11:12:59.932Z Compiling idna v0.2.3
11912023-07-14T11:13:01.783Z Compiling num v0.4.0
11922023-07-14T11:13:03.796Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
11932023-07-14T11:13:06.006Z Compiling ctr v0.9.2
11942023-07-14T11:13:06.808Z Compiling aes v0.8.2
11952023-07-14T11:13:06.836Z Compiling console v0.15.4
11962023-07-14T11:13:07.753Z Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types)
11972023-07-14T11:13:08.544Z Compiling bincode v1.3.3
11982023-07-14T11:13:08.573Z Compiling colored v2.0.0
11992023-07-14T11:13:10.299Z Compiling enum-as-inner v0.5.1
12002023-07-14T11:13:10.680Z Compiling async-recursion v0.3.2
12012023-07-14T11:13:11.000Z Compiling aead v0.5.1
12022023-07-14T11:13:12.093Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
12032023-07-14T11:13:12.140Z Compiling erased-serde v0.3.24
12042023-07-14T11:13:12.151Z Compiling data-encoding v2.3.3
12052023-07-14T11:13:12.162Z Compiling linked-hash-map v0.5.6
12062023-07-14T11:13:12.256Z Compiling number_prefix v0.4.0
12072023-07-14T11:13:12.496Z Compiling pretty-hex v0.2.1
12082023-07-14T11:13:12.516Z Compiling quick-error v1.2.3
12092023-07-14T11:13:12.641Z Compiling zeroize v1.3.0
12102023-07-14T11:13:12.650Z Compiling humantime v2.1.0
12112023-07-14T11:13:12.713Z Compiling either v1.8.0
12122023-07-14T11:13:12.838Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
12132023-07-14T11:13:13.771Z Compiling env_logger v0.9.3
12142023-07-14T11:13:13.841Z Compiling itertools v0.10.5
12152023-07-14T11:13:13.847Z Compiling aes-gcm-siv v0.11.1
12162023-07-14T11:13:13.851Z Compiling resolv-conf v0.7.0
12172023-07-14T11:13:13.993Z Compiling trust-dns-proto v0.22.0
12182023-07-14T11:13:14.148Z Compiling lru-cache v0.1.2
12192023-07-14T11:13:15.514Z Compiling indicatif v0.17.3
12202023-07-14T11:13:17.548Z Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
12212023-07-14T11:13:17.591Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8)
12222023-07-14T11:13:19.318Z Compiling tokio-tungstenite v0.17.2
12232023-07-14T11:13:19.773Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
12242023-07-14T11:13:21.024Z Compiling bitstruct_derive v0.1.0
12252023-07-14T11:13:21.030Z Compiling async-recursion v1.0.4
12262023-07-14T11:13:21.902Z Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys)
12272023-07-14T11:13:22.760Z Compiling libloading v0.7.4
12282023-07-14T11:13:22.805Z Compiling ringbuffer v0.14.1
12292023-07-14T11:13:22.818Z Compiling ascii v1.1.0
12302023-07-14T11:13:22.940Z Compiling bitstruct v0.1.1
12312023-07-14T11:13:23.081Z Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133)
12322023-07-14T11:13:23.083Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
12332023-07-14T11:13:23.370Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
12342023-07-14T11:13:23.527Z Compiling trust-dns-resolver v0.22.0
12352023-07-14T11:13:24.529Z Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api)
12362023-07-14T11:13:25.280Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0)
12372023-07-14T11:13:26.295Z Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm)
12382023-07-14T11:13:27.987Z Compiling serde_arrays v0.1.0
12392023-07-14T11:13:28.035Z Compiling enum-iterator-derive v1.2.1
12402023-07-14T11:13:28.120Z Compiling const_format_proc_macros v0.2.29
12412023-07-14T11:13:28.202Z Compiling assert_matches v1.5.0
12422023-07-14T11:13:28.330Z Compiling ron v0.7.1
12432023-07-14T11:13:29.740Z Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config)
12442023-07-14T11:13:31.492Z Compiling bit_field v0.10.1
12452023-07-14T11:13:31.622Z Compiling enum-iterator v1.4.1
12462023-07-14T11:13:31.729Z Compiling const_format v0.2.30
12472023-07-14T11:13:37.463Z Compiling sct v0.7.0
12482023-07-14T11:13:38.401Z Compiling webpki v0.22.0
12492023-07-14T11:13:38.440Z Compiling rustls-webpki v0.100.1
12502023-07-14T11:13:42.157Z Compiling webpki-roots v0.22.6
12512023-07-14T11:13:47.591Z Compiling tokio-rustls v0.24.1
12522023-07-14T11:13:48.805Z Compiling hyper-rustls v0.24.0
12532023-07-14T11:13:48.842Z Compiling tokio-rustls v0.23.4
12542023-07-14T11:13:48.851Z Compiling reqwest v0.11.18
12552023-07-14T11:13:52.259Z Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
12562023-07-14T11:14:20.923Z Compiling git2 v0.16.1
12572023-07-14T11:14:24.916Z Compiling built v0.6.0
12582023-07-14T11:14:26.868Z Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor?branch=main#4c16647c)
12592023-07-14T11:14:26.871Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
12602023-07-14T11:14:28.029Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
12612023-07-14T11:14:28.031Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
12622023-07-14T11:14:28.034Z Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client)
12632023-07-14T11:14:28.628Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=f78832dc7ca48bce53f23de00d557bc9320a933f#f78832dc)
12642023-07-14T11:14:36.764Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
12652023-07-14T11:14:36.766Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
12662023-07-14T11:14:43.873Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#09fe4714)
12672023-07-14T11:14:54.681Z Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli)
12682023-07-14T11:14:56.777Z Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis)
12692023-07-14T11:15:11.683Z Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server)
12702023-07-14T11:16:55.638Z Finished release [optimized] target(s) in 7m 47s
12712023-07-14T11:16:55.647Z
12722023-07-14T11:16:55.651Zreal 7:47.790736201
12732023-07-14T11:16:55.656Zuser 54:27.521907702
12742023-07-14T11:16:55.659Zsys 3:44.393296712
12752023-07-14T11:16:55.662Ztrap 2.291557831
12762023-07-14T11:16:55.664Ztflt 1.621544506
12772023-07-14T11:16:55.667Zdflt 2.036065377
12782023-07-14T11:16:55.670Zkflt 0.000069449
12792023-07-14T11:16:55.672Zlock 1:51:49.307960242
12802023-07-14T11:16:55.675Zslp 2:22:54.591508480
12812023-07-14T11:16:55.678Zlat 1:42.383180715
12822023-07-14T11:16:55.680Zstop 45.555345751
12832023-07-14T11:16:55.683Z+ OUTDIR=/work/release
12842023-07-14T11:16:55.686Z+ mkdir -p /work/release
12852023-07-14T11:16:55.688Z+ cp target/release/propolis-cli /work/release/propolis-cli
12862023-07-14T11:16:55.691Z+ cp target/release/propolis-server /work/release/propolis-server
12872023-07-14T11:16:55.693Zprocess exited: duration 647807 ms, exit code 0
 
12882023-07-14T11:16:55.699Zfound 2 output files
12892023-07-14T11:16:55.702Zuploading: /work/release/propolis-cli (20774280 bytes)
12902023-07-14T11:16:56.634Zuploaded: /work/release/propolis-cli
12912023-07-14T11:16:56.944Zuploading: /work/release/propolis-server (51969144 bytes)
12922023-07-14T11:17:01.816Zuploaded: /work/release/propolis-server