01HC2TYAY7XVR2WF5TT92EBP30: falcon

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

Buildomat Job: 01HC2TYHQ02NBYTRTHAZPFF5V1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-06T15:52:13.506Zjob assigned to worker 01HC2TYN5NS2900GQFB6C55V3R (queued for 1 m 18 s)
 
22023-10-06T15:52:14.075Zstarting task 0: "setup"
32023-10-06T15:52:14.146Z++ uname -s
42023-10-06T15:52:14.164Z+ kern=SunOS
52023-10-06T15:52:14.167Z+ case "$kern" in
62023-10-06T15:52:14.170Z+ groupadd -g 12345 build
72023-10-06T15:52:14.172Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-06T15:52:16.182Z+ zfs create -o mountpoint=/work rpool/work
92023-10-06T15:52:16.297Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-06T15:52:16.301Z+ home_fs=zfs
112023-10-06T15:52:16.304Z+ [[ zfs == autofs ]]
122023-10-06T15:52:16.306Z+ mkdir -p /home/build
132023-10-06T15:52:16.309Z+ chown build:build /home/build /work
142023-10-06T15:52:18.295Z+ chmod 0700 /home/build /work
152023-10-06T15:52:18.299Zprocess exited: duration 4215 ms, exit code 0
 
162023-10-06T15:52:18.304Zstarting task 1: "rust-toolchain"
172023-10-06T15:52:18.316Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-06T15:52:18.319Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192023-10-06T15:52:18.535Zinfo: downloading installer
202023-10-06T15:52:20.368Zwarning: it looks like you have an existing installation of Rust at:
212023-10-06T15:52:20.371Zwarning: /opt/ooce/bin
222023-10-06T15:52:20.376Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-06T15:52:20.379Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-06T15:52:20.409Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-06T15:52:20.412Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-06T15:52:20.415Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-06T15:52:20.419Zerror: cannot install while Rust is installed
282023-10-06T15:52:20.422Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-06T15:52:20.506Zinfo: profile set to 'default'
302023-10-06T15:52:20.520Zinfo: default host triple is x86_64-unknown-illumos
312023-10-06T15:52:20.527Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322023-10-06T15:52:20.701Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
332023-10-06T15:52:20.707Zinfo: downloading component 'cargo'
342023-10-06T15:52:21.526Zinfo: downloading component 'clippy'
352023-10-06T15:52:21.821Zinfo: downloading component 'rust-docs'
362023-10-06T15:52:22.883Zinfo: downloading component 'rust-std'
372023-10-06T15:52:24.572Zinfo: downloading component 'rustc'
382023-10-06T15:52:29.289Zinfo: downloading component 'rustfmt'
392023-10-06T15:52:29.552Zinfo: installing component 'cargo'
402023-10-06T15:52:31.490Zinfo: installing component 'clippy'
412023-10-06T15:52:32.396Zinfo: installing component 'rust-docs'
422023-10-06T15:52:35.185Zinfo: installing component 'rust-std'
432023-10-06T15:52:38.973Zinfo: installing component 'rustc'
442023-10-06T15:52:48.895Zinfo: installing component 'rustfmt'
452023-10-06T15:52:49.341Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462023-10-06T15:52:49.349Z
472023-10-06T15:52:49.463Z stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03)
482023-10-06T15:52:49.467Z
492023-10-06T15:52:49.470Z
502023-10-06T15:52:49.473ZRust is installed now. Great!
512023-10-06T15:52:49.476Z
522023-10-06T15:52:49.478ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-06T15:52:49.481Zenvironment variable. This has not been done automatically.
542023-10-06T15:52:49.484Z
552023-10-06T15:52:49.487ZTo configure your current shell, run:
562023-10-06T15:52:49.490Zsource "$HOME/.cargo/env"
572023-10-06T15:52:49.554Z+ rustc --version
582023-10-06T15:52:49.664Zrustc 1.73.0 (cc66ad468 2023-10-03)
592023-10-06T15:52:49.668Zprocess exited: duration 31362 ms, exit code 0
 
602023-10-06T15:52:49.674Zstarting task 2: "authentication"
612023-10-06T15:52:49.709Zprocess exited: duration 31 ms, exit code 0
 
622023-10-06T15:52:49.715Zstarting task 3: "clone repository"
632023-10-06T15:52:49.724Z+ mkdir -p /work/oxidecomputer/propolis
642023-10-06T15:52:49.727Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
652023-10-06T15:52:49.772ZCloning into '/work/oxidecomputer/propolis'...
662023-10-06T15:52:54.701Z+ cd /work/oxidecomputer/propolis
672023-10-06T15:52:54.706Z+ [[ -n master ]]
682023-10-06T15:52:54.709Z+ git fetch origin master
692023-10-06T15:52:55.063ZFrom https://github.com/oxidecomputer/propolis
702023-10-06T15:52:55.067Z * branch master -> FETCH_HEAD
712023-10-06T15:52:55.073Z+ git checkout -B master remotes/origin/master
722023-10-06T15:52:55.093ZReset branch 'master'
732023-10-06T15:52:55.096Zbranch 'master' set up to track 'origin/master'.
742023-10-06T15:52:55.099ZYour branch is up to date with 'origin/master'.
752023-10-06T15:52:55.103Z+ git reset --hard 901b710b6e5bd05a94a323693c2b971e7e7b240e
762023-10-06T15:52:55.127ZHEAD is now at 901b710 Fix tungstenite buffering parameters for uart WS
772023-10-06T15:52:55.130Zprocess exited: duration 5411 ms, exit code 0
 
782023-10-06T15:52:55.136Zstarting task 4: "build"
792023-10-06T15:52:55.146Z+ cargo --version
802023-10-06T15:52:55.240Zcargo 1.73.0 (9c4383fb5 2023-08-26)
812023-10-06T15:52:55.243Z+ rustc --version
822023-10-06T15:52:55.343Zrustc 1.73.0 (cc66ad468 2023-10-03)
832023-10-06T15:52:55.348Z+ banner check
842023-10-06T15:52:55.434Z
852023-10-06T15:52:55.438Z #### # # ###### #### # #
862023-10-06T15:52:55.441Z # # # # # # # # #
872023-10-06T15:52:55.444Z # ###### ##### # ####
882023-10-06T15:52:55.447Z # # # # # # #
892023-10-06T15:52:55.452Z # # # # # # # # #
902023-10-06T15:52:55.457Z #### # # ###### #### # #
912023-10-06T15:52:55.460Z
922023-10-06T15:52:55.462Z+ ptime -m cargo check --features falcon
932023-10-06T15:52:55.732Z Updating crates.io index
942023-10-06T15:52:55.829Z Updating git repository `https://github.com/oxidecomputer/crucible`
952023-10-06T15:52:57.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
962023-10-06T15:52:57.671Z Updating git repository `https://github.com/oxidecomputer/ispf`
972023-10-06T15:52:57.992Z Updating git repository `https://github.com/oxidecomputer/omicron`
982023-10-06T15:53:02.904Z Updating git repository `https://github.com/oxidecomputer/p9fs`
992023-10-06T15:53:03.404Z Updating git repository `https://github.com/oxidecomputer/rfb`
1002023-10-06T15:53:03.823Z Updating git repository `https://github.com/oxidecomputer/softnpu`
1012023-10-06T15:53:04.166Z Updating git repository `https://github.com/oxidecomputer/progenitor`
1022023-10-06T15:53:05.783Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1032023-10-06T15:53:06.520Z Updating git repository `https://github.com/oxidecomputer/devinfo-sys`
1042023-10-06T15:53:07.384Z Updating git repository `https://github.com/oxidecomputer/p4`
1052023-10-06T15:53:08.140Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
1062023-10-06T15:53:08.690Z Updating git repository `https://github.com/oxidecomputer/typify`
1072023-10-06T15:53:10.314Z Downloading crates ...
1082023-10-06T15:53:18.154Z Downloaded bitstruct v0.1.1
1092023-10-06T15:53:18.296Z Downloaded funty v2.0.0
1102023-10-06T15:53:18.409Z Downloaded fnv v1.0.7
1112023-10-06T15:53:18.446Z Downloaded quick-error v1.2.3
1122023-10-06T15:53:18.525Z Downloaded proc-macro-crate v1.3.1
1132023-10-06T15:53:18.557Z Downloaded rand_core v0.6.4
1142023-10-06T15:53:18.575Z Downloaded futures-task v0.3.28
1152023-10-06T15:53:18.606Z Downloaded slog-envlogger v2.2.0
1162023-10-06T15:53:18.612Z Downloaded rand_chacha v0.3.1
1172023-10-06T15:53:18.636Z Downloaded pretty-hex v0.2.1
1182023-10-06T15:53:18.640Z Downloaded darling v0.20.3
1192023-10-06T15:53:18.650Z Downloaded take_mut v0.2.2
1202023-10-06T15:53:18.760Z Downloaded atty v0.2.14
1212023-10-06T15:53:18.807Z Downloaded tap v1.0.1
1222023-10-06T15:53:18.831Z Downloaded termcolor v1.2.0
1232023-10-06T15:53:18.881Z Downloaded serde_derive_internals v0.26.0
1242023-10-06T15:53:18.903Z Downloaded futures-sink v0.3.28
1252023-10-06T15:53:18.939Z Downloaded sha2 v0.10.7
1262023-10-06T15:53:19.002Z Downloaded thread_local v1.1.7
1272023-10-06T15:53:19.068Z Downloaded atomic-waker v1.1.1
1282023-10-06T15:53:19.121Z Downloaded tinyvec_macros v0.1.1
1292023-10-06T15:53:19.194Z Downloaded strum v0.25.0
1302023-10-06T15:53:30.727Z Downloaded debug-ignore v1.0.5
1312023-10-06T15:53:30.805Z Downloaded async-recursion v1.0.5
1322023-10-06T15:53:30.944Z Downloaded equivalent v1.0.1
1332023-10-06T15:53:31.452Z Downloaded futures-io v0.3.28
1342023-10-06T15:53:31.525Z Downloaded dirs-next v2.0.0
1352023-10-06T15:53:31.654Z Downloaded siphasher v0.3.11
1362023-10-06T15:53:31.730Z Downloaded spin v0.5.2
1372023-10-06T15:53:31.901Z Downloaded bit_field v0.10.2
1382023-10-06T15:53:31.976Z Downloaded radium v0.7.0
1392023-10-06T15:53:32.033Z Downloaded anstyle-parse v0.2.1
1402023-10-06T15:53:32.117Z Downloaded digest v0.10.7
1412023-10-06T15:53:32.149Z Downloaded slog-bunyan v2.4.0
1422023-10-06T15:53:32.179Z Downloaded argon2 v0.5.1
1432023-10-06T15:53:32.200Z Downloaded usdt-macro v0.3.5
1442023-10-06T15:53:32.227Z Downloaded bitflags v1.3.2
1452023-10-06T15:53:32.269Z Downloaded strsim v0.10.0
1462023-10-06T15:53:32.283Z Downloaded httpdate v1.0.3
1472023-10-06T15:53:32.322Z Downloaded ctr v0.9.2
1482023-10-06T15:53:32.352Z Downloaded serde_path_to_error v0.1.14
1492023-10-06T15:53:32.401Z Downloaded thiserror v1.0.47
1502023-10-06T15:53:32.414Z Downloaded num v0.4.1
1512023-10-06T15:53:32.432Z Downloaded newtype_derive v0.1.6
1522023-10-06T15:53:32.438Z Downloaded num_threads v0.1.6
1532023-10-06T15:53:32.447Z Downloaded utf8parse v0.2.1
1542023-10-06T15:53:32.451Z Downloaded pin-utils v0.1.0
1552023-10-06T15:53:32.461Z Downloaded md-5 v0.10.5
1562023-10-06T15:53:32.471Z Downloaded aes-gcm-siv v0.11.1
1572023-10-06T15:53:32.486Z Downloaded usdt-impl v0.3.5
1582023-10-06T15:53:32.497Z Downloaded is-terminal v0.4.9
1592023-10-06T15:53:32.502Z Downloaded pest_generator v2.7.2
1602023-10-06T15:53:32.512Z Downloaded version_check v0.9.4
1612023-10-06T15:53:32.520Z Downloaded waitgroup v0.1.2
1622023-10-06T15:53:32.529Z Downloaded lazy_static v1.4.0
1632023-10-06T15:53:32.541Z Downloaded want v0.3.1
1642023-10-06T15:53:32.563Z Downloaded slog-term v2.9.0
1652023-10-06T15:53:32.601Z Downloaded bitflags v2.4.0
1662023-10-06T15:53:32.632Z Downloaded untrusted v0.7.1
1672023-10-06T15:53:32.651Z Downloaded matches v0.1.10
1682023-10-06T15:53:32.684Z Downloaded env_logger v0.9.3
1692023-10-06T15:53:32.694Z Downloaded glob v0.3.1
1702023-10-06T15:53:32.800Z Downloaded try-lock v0.2.4
1712023-10-06T15:53:32.854Z Downloaded number_prefix v0.4.0
1722023-10-06T15:53:32.866Z Downloaded polyval v0.6.1
1732023-10-06T15:53:32.877Z Downloaded num_enum_derive v0.7.0
1742023-10-06T15:53:32.908Z Downloaded tokio-macros v2.1.0
1752023-10-06T15:53:32.971Z Downloaded lock_api v0.4.10
1762023-10-06T15:53:33.026Z Downloaded macaddr v1.0.1
1772023-10-06T15:53:33.036Z Downloaded tokio-tungstenite v0.20.1
1782023-10-06T15:53:33.086Z Downloaded match_cfg v0.1.0
1792023-10-06T15:53:33.110Z Downloaded linked-hash-map v0.5.6
1802023-10-06T15:53:33.186Z Downloaded usdt-attr-macro v0.3.5
1812023-10-06T15:53:33.225Z Downloaded itoa v1.0.9
1822023-10-06T15:53:33.253Z Downloaded inout v0.1.3
1832023-10-06T15:53:33.289Z Downloaded openssl-probe v0.1.5
1842023-10-06T15:53:33.315Z Downloaded ron v0.7.1
1852023-10-06T15:53:33.359Z Downloaded hex v0.4.3
1862023-10-06T15:53:33.389Z Downloaded socket2 v0.5.3
1872023-10-06T15:53:33.421Z Downloaded utf-8 v0.7.6
1882023-10-06T15:53:33.454Z Downloaded hostname v0.3.1
1892023-10-06T15:53:33.490Z Downloaded zeroize v1.6.0
1902023-10-06T15:53:33.514Z Downloaded tokio-native-tls v0.3.1
1912023-10-06T15:53:33.518Z Downloaded phf v0.11.2
1922023-10-06T15:53:33.541Z Downloaded parse-display-derive v0.7.0
1932023-10-06T15:53:33.556Z Downloaded unicode-ident v1.0.11
1942023-10-06T15:53:33.573Z Downloaded indicatif v0.17.6
1952023-10-06T15:53:33.597Z Downloaded num_enum_derive v0.5.11
1962023-10-06T15:53:33.616Z Downloaded ahash v0.8.3
1972023-10-06T15:53:33.630Z Downloaded universal-hash v0.5.1
1982023-10-06T15:53:34.052Z Downloaded tokio-rustls v0.24.1
1992023-10-06T15:53:34.062Z Downloaded mime v0.3.17
2002023-10-06T15:53:34.071Z Downloaded clap v4.4.0
2012023-10-06T15:53:34.079Z Downloaded ucd-trie v0.1.6
2022023-10-06T15:53:34.087Z Downloaded tracing-attributes v0.1.26
2032023-10-06T15:53:34.094Z Downloaded password-hash v0.5.0
2042023-10-06T15:53:34.102Z Downloaded num_cpus v1.16.0
2052023-10-06T15:53:34.120Z Downloaded ipnet v2.8.0
2062023-10-06T15:53:34.130Z Downloaded toml v0.8.1
2072023-10-06T15:53:34.135Z Downloaded tracing-core v0.1.31
2082023-10-06T15:53:34.145Z Downloaded hmac v0.12.1
2092023-10-06T15:53:34.153Z Downloaded const_format v0.2.31
2102023-10-06T15:53:34.161Z Downloaded toml v0.5.11
2112023-10-06T15:53:34.168Z Downloaded parking_lot v0.12.1
2122023-10-06T15:53:34.176Z Downloaded unsafe-libyaml v0.2.9
2132023-10-06T15:53:34.184Z Downloaded num-bigint v0.4.4
2142023-10-06T15:53:34.191Z Downloaded url v2.4.0
2152023-10-06T15:53:34.199Z Downloaded unicode-bidi v0.3.13
2162023-10-06T15:53:34.207Z Downloaded hashbrown v0.13.2
2172023-10-06T15:53:34.215Z Downloaded tokio-postgres v0.7.10
2182023-10-06T15:53:34.222Z Downloaded trust-dns-resolver v0.22.0
2192023-10-06T15:53:34.230Z Downloaded libm v0.2.7
2202023-10-06T15:53:34.235Z Downloaded itertools v0.11.0
2212023-10-06T15:53:34.245Z Downloaded syn v2.0.29
2222023-10-06T15:53:34.253Z Downloaded portable-atomic v1.4.3
2232023-10-06T15:53:34.260Z Downloaded petgraph v0.6.4
2242023-10-06T15:53:34.268Z Downloaded hyper v0.14.27
2252023-10-06T15:53:34.276Z Downloaded vcpkg v0.2.15
2262023-10-06T15:53:34.284Z Downloaded h2 v0.3.21
2272023-10-06T15:53:34.291Z Downloaded aho-corasick v1.0.4
2282023-10-06T15:53:34.299Z Downloaded openapiv3 v1.0.2
2292023-10-06T15:53:34.307Z Downloaded clap v3.2.25
2302023-10-06T15:53:34.315Z Downloaded regex-automata v0.3.6
2312023-10-06T15:53:34.323Z Downloaded git2 v0.17.2
2322023-10-06T15:53:34.330Z Downloaded chrono v0.4.26
2332023-10-06T15:53:34.338Z Downloaded regress v0.7.1
2342023-10-06T15:53:34.345Z Downloaded idna v0.4.0
2352023-10-06T15:53:34.354Z Downloaded nix v0.26.2
2362023-10-06T15:53:34.362Z Downloaded bstr v1.6.0
2372023-10-06T15:53:34.374Z Downloaded trust-dns-proto v0.22.0
2382023-10-06T15:53:34.382Z Downloaded libgit2-sys v0.15.2+1.6.4
2392023-10-06T15:53:34.390Z Downloaded rustix v0.38.9
2402023-10-06T15:53:34.399Z Downloaded regex-syntax v0.6.29
2412023-10-06T15:53:34.406Z Downloaded idna v0.2.3
2422023-10-06T15:53:34.414Z Downloaded regex v1.9.3
2432023-10-06T15:53:34.427Z Downloaded zerocopy-derive v0.2.0
2442023-10-06T15:53:34.437Z Downloaded openssl v0.10.56
2452023-10-06T15:53:34.441Z Downloaded regex-syntax v0.7.4
2462023-10-06T15:53:34.446Z Downloaded webpki-roots v0.25.2
2472023-10-06T15:53:34.451Z Downloaded syn v1.0.109
2482023-10-06T15:53:34.459Z Downloaded libc v0.2.148
2492023-10-06T15:53:34.479Z Downloaded tokio v1.32.0
2502023-10-06T15:53:34.490Z Downloaded rustls v0.21.6
2512023-10-06T15:53:34.503Z Downloaded clap_builder v4.4.0
2522023-10-06T15:53:34.510Z Downloaded serde_json v1.0.105
2532023-10-06T15:53:34.516Z Downloaded http v0.2.9
2542023-10-06T15:53:34.521Z Downloaded rustls-webpki v0.101.4
2552023-10-06T15:53:34.528Z Downloaded regress v0.6.0
2562023-10-06T15:53:34.535Z Downloaded winnow v0.5.15
2572023-10-06T15:53:34.545Z Downloaded unicode-normalization v0.1.22
2582023-10-06T15:53:34.554Z Downloaded bitvec v1.0.1
2592023-10-06T15:53:34.561Z Downloaded encoding_rs v0.8.33
2602023-10-06T15:53:34.570Z Downloaded tokio-util v0.7.8
2612023-10-06T15:53:34.576Z Downloaded memchr v2.5.0
2622023-10-06T15:53:34.613Z Downloaded hashbrown v0.14.0
2632023-10-06T15:53:35.033Z Downloaded serde_with v2.3.3
2642023-10-06T15:53:35.444Z Downloaded time v0.3.27
2652023-10-06T15:53:35.471Z Downloaded pest v2.7.2
2662023-10-06T15:53:35.484Z Downloaded toml_edit v0.19.14
2672023-10-06T15:53:35.498Z Downloaded uuid v1.4.1
2682023-10-06T15:53:35.508Z Downloaded aes v0.8.3
2692023-10-06T15:53:35.535Z Downloaded toml v0.7.6
2702023-10-06T15:53:35.574Z Downloaded hashbrown v0.12.3
2712023-10-06T15:53:35.600Z Downloaded toml_edit v0.20.1
2722023-10-06T15:53:35.621Z Downloaded steno v0.4.0
2732023-10-06T15:53:35.680Z Downloaded tracing v0.1.37
2742023-10-06T15:53:35.713Z Downloaded indexmap v1.9.3
2752023-10-06T15:53:35.726Z Downloaded textwrap v0.16.0
2762023-10-06T15:53:35.747Z Downloaded libloading v0.7.4
2772023-10-06T15:53:35.778Z Downloaded rand v0.8.5
2782023-10-06T15:53:35.806Z Downloaded globset v0.4.13
2792023-10-06T15:53:35.827Z Downloaded openssl-sys v0.9.91
2802023-10-06T15:53:35.860Z Downloaded mio v0.8.8
2812023-10-06T15:53:35.902Z Downloaded hashlink v0.8.3
2822023-10-06T15:53:35.952Z Downloaded hyper-rustls v0.24.1
2832023-10-06T15:53:35.985Z Downloaded typenum v1.16.0
2842023-10-06T15:53:35.996Z Downloaded pest_meta v2.7.2
2852023-10-06T15:53:36.006Z Downloaded indexmap v2.0.0
2862023-10-06T15:53:36.016Z Downloaded serde_yaml v0.9.25
2872023-10-06T15:53:36.029Z Downloaded tungstenite v0.20.1
2882023-10-06T15:53:36.038Z Downloaded reqwest v0.11.20
2892023-10-06T15:53:36.048Z Downloaded cc v1.0.83
2902023-10-06T15:53:36.061Z Downloaded httparse v1.8.0
2912023-10-06T15:53:36.071Z Downloaded zerocopy v0.3.0
2922023-10-06T15:53:36.084Z Downloaded num-traits v0.2.16
2932023-10-06T15:53:36.094Z Downloaded serde v1.0.187
2942023-10-06T15:53:36.107Z Downloaded thiserror-impl v1.0.47
2952023-10-06T15:53:36.116Z Downloaded usdt v0.3.5
2962023-10-06T15:53:36.125Z Downloaded getrandom v0.2.10
2972023-10-06T15:53:36.134Z Downloaded vergen v8.2.4
2982023-10-06T15:53:36.143Z Downloaded ascii v1.1.0
2992023-10-06T15:53:36.151Z Downloaded os_str_bytes v6.5.1
3002023-10-06T15:53:36.169Z Downloaded generic-array v0.14.7
3012023-10-06T15:53:36.186Z Downloaded hyper-tls v0.5.0
3022023-10-06T15:53:36.204Z Downloaded ident_case v1.0.1
3032023-10-06T15:53:36.210Z Downloaded iana-time-zone v0.1.57
3042023-10-06T15:53:36.216Z Downloaded humantime v2.1.0
3052023-10-06T15:53:36.223Z Downloaded phf_shared v0.11.2
3062023-10-06T15:53:36.233Z Downloaded signal-hook-registry v1.4.1
3072023-10-06T15:53:36.248Z Downloaded heck v0.4.1
3082023-10-06T15:53:36.265Z Downloaded memoffset v0.7.1
3092023-10-06T15:53:36.278Z Downloaded bytes v1.4.0
3102023-10-06T15:53:36.289Z Downloaded darling_core v0.20.3
3112023-10-06T15:53:36.301Z Downloaded pin-project-lite v0.2.13
3122023-10-06T15:53:36.318Z Downloaded openssl-macros v0.1.1
3132023-10-06T15:53:36.333Z Downloaded instant v0.1.12
3142023-10-06T15:53:36.346Z Downloaded jobserver v0.1.26
3152023-10-06T15:53:36.361Z Downloaded ipnetwork v0.20.0
3162023-10-06T15:53:36.368Z Downloaded libz-sys v1.1.12
3172023-10-06T15:53:36.376Z Downloaded log v0.4.20
3182023-10-06T15:53:36.391Z Downloaded allocator-api2 v0.2.16
3192023-10-06T15:53:36.402Z Downloaded toml_datetime v0.6.3
3202023-10-06T15:53:36.430Z Downloaded socket2 v0.4.9
3212023-10-06T15:53:36.467Z Downloaded futures v0.3.28
3222023-10-06T15:53:36.485Z Downloaded lru-cache v0.1.2
3232023-10-06T15:53:36.495Z Downloaded once_cell v1.18.0
3242023-10-06T15:53:36.525Z Downloaded num_enum v0.7.0
3252023-10-06T15:53:36.542Z Downloaded num-iter v0.1.43
3262023-10-06T15:53:36.559Z Downloaded num-integer v0.1.45
3272023-10-06T15:53:36.607Z Downloaded unicode-xid v0.2.4
3282023-10-06T15:53:36.673Z Downloaded postgres-types v0.2.6
3292023-10-06T15:53:36.729Z Downloaded whoami v1.4.1
3302023-10-06T15:53:36.746Z Downloaded base64 v0.21.4
3312023-10-06T15:53:36.770Z Downloaded serde_derive v1.0.187
3322023-10-06T15:53:36.775Z Downloaded ryu v1.0.15
3332023-10-06T15:53:36.778Z Downloaded blake2 v0.10.6
3342023-10-06T15:53:36.787Z Downloaded paste v1.0.14
3352023-10-06T15:53:36.802Z Downloaded camino v1.1.6
3362023-10-06T15:53:36.807Z Downloaded serde_tokenstream v0.1.7
3372023-10-06T15:53:36.812Z Downloaded futures-channel v0.3.28
3382023-10-06T15:53:36.832Z Downloaded backoff v0.4.0
3392023-10-06T15:53:36.837Z Downloaded slog v2.7.0
3402023-10-06T15:53:36.842Z Downloaded tinyvec v1.6.0
3412023-10-06T15:53:36.860Z Downloaded schemars v0.8.12
3422023-10-06T15:53:36.979Z Downloaded pest_derive v2.7.2
3432023-10-06T15:53:36.987Z Downloaded parking_lot_core v0.9.8
3442023-10-06T15:53:36.990Z Downloaded semver v1.0.18
3452023-10-06T15:53:36.994Z Downloaded getopts v0.2.21
3462023-10-06T15:53:36.998Z Downloaded http-body v0.4.5
3472023-10-06T15:53:37.003Z Downloaded unicode-width v0.1.10
3482023-10-06T15:53:37.010Z Downloaded twox-hash v1.6.3
3492023-10-06T15:53:37.014Z Downloaded num-complex v0.4.4
3502023-10-06T15:53:37.018Z Downloaded native-tls v0.2.11
3512023-10-06T15:53:37.021Z Downloaded serde_with_macros v2.3.3
3522023-10-06T15:53:37.025Z Downloaded num-rational v0.4.1
3532023-10-06T15:53:37.030Z Downloaded futures-util v0.3.28
3542023-10-06T15:53:37.035Z Downloaded percent-encoding v2.3.0
3552023-10-06T15:53:37.039Z Downloaded smallvec v1.11.0
3562023-10-06T15:53:37.043Z Downloaded slog-dtrace v0.2.3
3572023-10-06T15:53:37.050Z Downloaded futures-macro v0.3.28
3582023-10-06T15:53:37.055Z Downloaded postgres-protocol v0.6.6
3592023-10-06T15:53:37.059Z Downloaded time v0.1.45
3602023-10-06T15:53:37.064Z Downloaded ppv-lite86 v0.2.17
3612023-10-06T15:53:37.067Z Downloaded fallible-iterator v0.2.0
3622023-10-06T15:53:37.072Z Downloaded clap_derive v4.4.0
3632023-10-06T15:53:37.078Z Downloaded cipher v0.4.4
3642023-10-06T15:53:37.083Z Downloaded slog-stdlog v4.1.1
3652023-10-06T15:53:37.087Z Downloaded slog-scope v4.4.0
3662023-10-06T15:53:37.091Z Downloaded slab v0.4.9
3672023-10-06T15:53:37.097Z Downloaded serde_tokenstream v0.2.0
3682023-10-06T15:53:37.108Z Downloaded libsqlite3-sys v0.26.0
3692023-10-06T15:53:37.120Z Downloaded ring v0.16.20
3702023-10-06T15:53:37.169Z Downloaded rustls-pemfile v1.0.3
3712023-10-06T15:53:37.177Z Downloaded quote v1.0.33
3722023-10-06T15:53:37.217Z Downloaded anyhow v1.0.75
3732023-10-06T15:53:37.232Z Downloaded base64ct v1.6.0
3742023-10-06T15:53:37.282Z Downloaded sct v0.7.0
3752023-10-06T15:53:37.718Z Downloaded aead v0.5.2
3762023-10-06T15:53:37.732Z Downloaded time-macros v0.2.13
3772023-10-06T15:53:37.744Z Downloaded serde_arrays v0.1.0
3782023-10-06T15:53:37.752Z Downloaded async-recursion v0.3.2
3792023-10-06T15:53:37.780Z Downloaded wyz v0.5.1
3802023-10-06T15:53:37.823Z Downloaded num_enum v0.5.11
3812023-10-06T15:53:37.833Z Downloaded synstructure v0.12.6
3822023-10-06T15:53:37.837Z Downloaded proc-macro-error v1.0.4
3832023-10-06T15:53:37.841Z Downloaded pkg-config v0.3.27
3842023-10-06T15:53:37.846Z Downloaded subtle v2.5.0
3852023-10-06T15:53:37.850Z Downloaded futures-executor v0.3.28
3862023-10-06T15:53:37.857Z Downloaded slog-async v2.8.0
3872023-10-06T15:53:37.861Z Downloaded fastrand v2.0.0
3882023-10-06T15:53:37.866Z Downloaded fallible-streaming-iterator v0.1.9
3892023-10-06T15:53:37.872Z Downloaded block-buffer v0.10.4
3902023-10-06T15:53:37.877Z Downloaded async-stream v0.3.5
3912023-10-06T15:53:37.881Z Downloaded semver v0.1.20
3922023-10-06T15:53:37.885Z Downloaded rustc_version v0.1.7
3932023-10-06T15:53:37.892Z Downloaded errno v0.3.2
3942023-10-06T15:53:37.896Z Downloaded enum-as-inner v0.5.1
3952023-10-06T15:53:37.900Z Downloaded structmeta-derive v0.1.6
3962023-10-06T15:53:37.907Z Downloaded async-trait v0.1.73
3972023-10-06T15:53:37.911Z Downloaded tower-service v0.3.2
3982023-10-06T15:53:37.915Z Downloaded clap_derive v3.2.25
3992023-10-06T15:53:37.920Z Downloaded bincode v1.3.3
4002023-10-06T15:53:37.924Z Downloaded autocfg v1.1.0
4012023-10-06T15:53:37.928Z Downloaded serde_repr v0.1.16
4022023-10-06T15:53:37.932Z Downloaded camino-tempfile v1.0.2
4032023-10-06T15:53:37.935Z Downloaded thread-id v4.2.0
4042023-10-06T15:53:37.942Z Downloaded schemars_derive v0.8.12
4052023-10-06T15:53:37.946Z Downloaded ringbuffer v0.15.0
4062023-10-06T15:53:37.950Z Downloaded deranged v0.3.8
4072023-10-06T15:53:37.953Z Downloaded proc-macro-error-attr v1.0.4
4082023-10-06T15:53:37.958Z Downloaded rustversion v1.0.14
4092023-10-06T15:53:37.961Z Downloaded anstyle-query v1.0.0
4102023-10-06T15:53:37.964Z Downloaded byteorder v1.4.3
4112023-10-06T15:53:37.968Z Downloaded parse-display v0.7.0
4122023-10-06T15:53:37.972Z Downloaded opaque-debug v0.3.0
4132023-10-06T15:53:37.976Z Downloaded time-core v0.1.1
4142023-10-06T15:53:38.005Z Downloaded serde_spanned v0.6.3
4152023-10-06T15:53:38.010Z Downloaded clap_lex v0.5.1
4162023-10-06T15:53:38.018Z Downloaded bitstruct_derive v0.1.0
4172023-10-06T15:53:38.023Z Downloaded cfg-if v1.0.0
4182023-10-06T15:53:38.027Z Downloaded anstyle v1.0.2
4192023-10-06T15:53:38.030Z Downloaded scopeguard v1.2.0
4202023-10-06T15:53:38.035Z Downloaded resolv-conf v0.7.0
4212023-10-06T15:53:38.056Z Downloaded dof v0.1.5
4222023-10-06T15:53:38.473Z Downloaded dirs-sys-next v0.1.2
4232023-10-06T15:53:38.496Z Downloaded rustc_version v0.4.0
4242023-10-06T15:53:38.501Z Downloaded foreign-types-shared v0.1.1
4252023-10-06T15:53:38.504Z Downloaded const_format_proc_macros v0.2.31
4262023-10-06T15:53:38.517Z Downloaded anstream v0.5.0
4272023-10-06T15:53:38.529Z Downloaded serde_urlencoded v0.7.1
4282023-10-06T15:53:38.538Z Downloaded form_urlencoded v1.2.0
4292023-10-06T15:53:38.545Z Downloaded fixedbitset v0.4.2
4302023-10-06T15:53:38.553Z Downloaded arc-swap v1.6.0
4312023-10-06T15:53:38.558Z Downloaded foreign-types v0.3.2
4322023-10-06T15:53:38.565Z Downloaded tempfile v3.8.0
4332023-10-06T15:53:38.573Z Downloaded colorchoice v1.0.0
4342023-10-06T15:53:38.577Z Downloaded clap_lex v0.2.4
4352023-10-06T15:53:38.580Z Downloaded sha1 v0.10.5
4362023-10-06T15:53:38.583Z Downloaded term v0.7.0
4372023-10-06T15:53:38.587Z Downloaded strum_macros v0.25.2
4382023-10-06T15:53:38.592Z Downloaded rusqlite v0.29.0
4392023-10-06T15:53:38.595Z Downloaded assert_matches v1.5.0
4402023-10-06T15:53:38.601Z Downloaded async-stream-impl v0.3.5
4412023-10-06T15:53:38.603Z Downloaded structmeta v0.1.6
4422023-10-06T15:53:38.606Z Downloaded stringprep v0.1.3
4432023-10-06T15:53:38.610Z Downloaded proc-macro2 v1.0.66
4442023-10-06T15:53:38.613Z Downloaded static_assertions v1.1.0
4452023-10-06T15:53:38.616Z Downloaded slog-json v2.6.1
4462023-10-06T15:53:38.618Z Downloaded crossbeam-utils v0.8.16
4472023-10-06T15:53:38.621Z Downloaded base64 v0.13.1
4482023-10-06T15:53:38.624Z Downloaded erased-serde v0.3.30
4492023-10-06T15:53:38.627Z Downloaded dyn-clone v1.0.13
4502023-10-06T15:53:38.630Z Downloaded crossbeam-channel v0.5.8
4512023-10-06T15:53:38.634Z Downloaded colored v2.0.4
4522023-10-06T15:53:38.637Z Downloaded futures-core v0.3.28
4532023-10-06T15:53:38.641Z Downloaded either v1.9.0
4542023-10-06T15:53:38.646Z Downloaded data-encoding v2.4.0
4552023-10-06T15:53:38.655Z Downloaded ctrlc v3.4.0
4562023-10-06T15:53:38.666Z Downloaded crypto-common v0.1.6
4572023-10-06T15:53:38.675Z Downloaded cpufeatures v0.2.9
4582023-10-06T15:53:38.682Z Downloaded darling_macro v0.20.3
4592023-10-06T15:53:38.690Z Downloaded dtrace-parser v0.1.14
4602023-10-06T15:53:38.706Z Downloaded console v0.15.7
4612023-10-06T15:53:38.715Z Downloaded ahash v0.7.6
4622023-10-06T15:53:38.723Z Compiling proc-macro2 v1.0.66
4632023-10-06T15:53:38.726Z Compiling unicode-ident v1.0.11
4642023-10-06T15:53:38.729Z Compiling libc v0.2.148
4652023-10-06T15:53:38.732Z Compiling serde v1.0.187
4662023-10-06T15:53:38.741Z Compiling version_check v0.9.4
4672023-10-06T15:53:38.746Z Checking cfg-if v1.0.0
4682023-10-06T15:53:38.753Z Compiling autocfg v1.1.0
4692023-10-06T15:53:38.761Z Compiling syn v1.0.109
4702023-10-06T15:53:38.768Z Checking once_cell v1.18.0
4712023-10-06T15:53:38.774Z Compiling memchr v2.5.0
4722023-10-06T15:53:38.777Z Compiling thiserror v1.0.47
4732023-10-06T15:53:38.780Z Checking itoa v1.0.9
4742023-10-06T15:53:38.785Z Compiling libm v0.2.7
4752023-10-06T15:53:38.789Z Compiling serde_json v1.0.105
4762023-10-06T15:53:38.794Z Checking log v0.4.20
4772023-10-06T15:53:38.799Z Compiling ahash v0.8.3
4782023-10-06T15:53:38.805Z Checking pin-project-lite v0.2.13
4792023-10-06T15:53:38.818Z Compiling pkg-config v0.3.27
4802023-10-06T15:53:38.826Z Compiling typenum v1.16.0
4812023-10-06T15:53:38.833Z Compiling lock_api v0.4.10
4822023-10-06T15:53:38.839Z Compiling ahash v0.7.6
4832023-10-06T15:53:38.842Z Compiling generic-array v0.14.7
4842023-10-06T15:53:38.849Z Checking smallvec v1.11.0
4852023-10-06T15:53:38.852Z Compiling quote v1.0.33
4862023-10-06T15:53:38.855Z Compiling vcpkg v0.2.15
4872023-10-06T15:53:38.858Z Compiling parking_lot_core v0.9.8
4882023-10-06T15:53:38.861Z Checking getrandom v0.2.10
4892023-10-06T15:53:38.864Z Compiling syn v2.0.29
4902023-10-06T15:53:38.866Z Compiling jobserver v0.1.26
4912023-10-06T15:53:38.869Z Checking rand_core v0.6.4
4922023-10-06T15:53:38.872Z Compiling num-traits v0.2.16
4932023-10-06T15:53:38.875Z Compiling cc v1.0.83
4942023-10-06T15:53:38.878Z Checking scopeguard v1.2.0
4952023-10-06T15:53:38.881Z Checking ryu v1.0.15
4962023-10-06T15:53:38.884Z Compiling futures-core v0.3.28
4972023-10-06T15:53:38.886Z Checking parking_lot v0.12.1
4982023-10-06T15:53:38.889Z Checking num_cpus v1.16.0
4992023-10-06T15:53:38.892Z Checking signal-hook-registry v1.4.1
5002023-10-06T15:53:38.895Z Checking socket2 v0.5.3
5012023-10-06T15:53:38.898Z Checking mio v0.8.8
5022023-10-06T15:53:38.901Z Compiling indexmap v1.9.3
5032023-10-06T15:53:38.903Z Compiling slab v0.4.9
5042023-10-06T15:53:38.906Z Compiling hashbrown v0.14.0
5052023-10-06T15:53:38.910Z Compiling futures-task v0.3.28
5062023-10-06T15:53:38.913Z Compiling heck v0.4.1
5072023-10-06T15:53:38.915Z Checking crypto-common v0.1.6
5082023-10-06T15:53:38.918Z Compiling futures-channel v0.3.28
5092023-10-06T15:53:38.921Z Compiling schemars v0.8.12
5102023-10-06T15:53:38.923Z Checking futures-sink v0.3.28
5112023-10-06T15:53:38.926Z Compiling equivalent v1.0.1
5122023-10-06T15:53:38.928Z Checking pin-utils v0.1.0
5132023-10-06T15:53:38.931Z Compiling futures-util v0.3.28
5142023-10-06T15:53:38.939Z Checking subtle v2.5.0
5152023-10-06T15:53:38.942Z Compiling indexmap v2.0.0
5162023-10-06T15:53:38.945Z Checking futures-io v0.3.28
5172023-10-06T15:53:38.948Z Compiling unicode-xid v0.2.4
5182023-10-06T15:53:38.950Z Checking tinyvec_macros v0.1.1
5192023-10-06T15:53:38.954Z Compiling slog v2.7.0
5202023-10-06T15:53:38.956Z Checking tinyvec v1.6.0
5212023-10-06T15:53:38.959Z Checking fnv v1.0.7
5222023-10-06T15:53:38.962Z Compiling time-core v0.1.1
5232023-10-06T15:53:38.966Z Checking time v0.1.45
5242023-10-06T15:53:38.969Z Compiling time-macros v0.2.13
5252023-10-06T15:53:38.971Z Checking hashbrown v0.12.3
5262023-10-06T15:53:38.974Z Checking bitflags v1.3.2
5272023-10-06T15:53:38.977Z Checking iana-time-zone v0.1.57
5282023-10-06T15:53:38.980Z Checking unicode-bidi v0.3.13
5292023-10-06T15:53:38.983Z Compiling ucd-trie v0.1.6
5302023-10-06T15:53:38.985Z Checking unicode-normalization v0.1.22
5312023-10-06T15:53:38.989Z Checking block-buffer v0.10.4
5322023-10-06T15:53:38.992Z Checking tracing-core v0.1.31
5332023-10-06T15:53:38.994Z Checking digest v0.10.7
5342023-10-06T15:53:38.997Z Compiling ring v0.16.20
5352023-10-06T15:53:39.000Z Checking byteorder v1.4.3
5362023-10-06T15:53:39.003Z Checking allocator-api2 v0.2.16
5372023-10-06T15:53:39.028Z Checking percent-encoding v2.3.0
5382023-10-06T15:53:39.032Z Compiling openssl-sys v0.9.91
5392023-10-06T15:53:39.035Z Compiling httparse v1.8.0
5402023-10-06T15:53:39.038Z Compiling serde_derive_internals v0.26.0
5412023-10-06T15:53:39.041Z Compiling synstructure v0.12.6
5422023-10-06T15:53:39.043Z Checking lazy_static v1.4.0
5432023-10-06T15:53:39.046Z Checking ppv-lite86 v0.2.17
5442023-10-06T15:53:39.049Z Compiling dyn-clone v1.0.13
5452023-10-06T15:53:39.052Z Checking form_urlencoded v1.2.0
5462023-10-06T15:53:39.056Z Checking rand_chacha v0.3.1
5472023-10-06T15:53:39.059Z Checking untrusted v0.7.1
5482023-10-06T15:53:39.062Z Checking spin v0.5.2
5492023-10-06T15:53:39.068Z Checking rand v0.8.5
5502023-10-06T15:53:39.071Z Checking aho-corasick v1.0.4
5512023-10-06T15:53:39.075Z Compiling usdt-impl v0.3.5
5522023-10-06T15:53:39.078Z Checking regex-syntax v0.7.4
5532023-10-06T15:53:39.081Z Compiling winnow v0.5.15
5542023-10-06T15:53:39.084Z Checking idna v0.4.0
5552023-10-06T15:53:39.086Z Compiling crossbeam-utils v0.8.16
5562023-10-06T15:53:39.089Z Compiling semver v1.0.18
5572023-10-06T15:53:39.092Z Compiling openssl v0.10.56
5582023-10-06T15:53:39.099Z Checking foreign-types-shared v0.1.1
5592023-10-06T15:53:39.109Z Checking num_threads v0.1.6
5602023-10-06T15:53:39.115Z Checking deranged v0.3.8
5612023-10-06T15:53:39.531Z Checking try-lock v0.2.4
5622023-10-06T15:53:39.534Z Checking cpufeatures v0.2.9
5632023-10-06T15:53:39.537Z Compiling rustls v0.21.6
5642023-10-06T15:53:39.540Z Checking base64 v0.21.4
5652023-10-06T15:53:39.543Z Checking want v0.3.1
5662023-10-06T15:53:39.549Z Checking foreign-types v0.3.2
5672023-10-06T15:53:39.553Z Checking url v2.4.0
5682023-10-06T15:53:39.556Z Compiling serde_derive v1.0.187
5692023-10-06T15:53:39.569Z Compiling thiserror-impl v1.0.47
5702023-10-06T15:53:39.790Z Compiling tokio-macros v2.1.0
5712023-10-06T15:53:39.993Z Compiling futures-macro v0.3.28
5722023-10-06T15:53:40.191Z Compiling tracing-attributes v0.1.26
5732023-10-06T15:53:40.208Z Compiling schemars_derive v0.8.12
5742023-10-06T15:53:40.479Z Compiling zerocopy-derive v0.2.0
5752023-10-06T15:53:42.486Z Checking regex-automata v0.3.6
5762023-10-06T15:53:43.523Z Checking sct v0.7.0
5772023-10-06T15:53:43.578Z Compiling zerocopy v0.3.0
5782023-10-06T15:53:43.793Z Checking rustls-webpki v0.101.4
5792023-10-06T15:53:44.402Z Compiling pest v2.7.2
5802023-10-06T15:53:44.849Z Compiling dof v0.1.5
5812023-10-06T15:53:45.022Z Checking time v0.3.27
5822023-10-06T15:53:45.382Z Compiling openssl-macros v0.1.1
5832023-10-06T15:53:45.995Z Checking tracing v0.1.37
5842023-10-06T15:53:46.428Z Compiling thread-id v4.2.0
5852023-10-06T15:53:46.571Z Checking socket2 v0.4.9
5862023-10-06T15:53:46.710Z Compiling native-tls v0.2.11
5872023-10-06T15:53:47.321Z Compiling rustversion v1.0.14
5882023-10-06T15:53:47.960Z Checking httpdate v1.0.3
5892023-10-06T15:53:47.964Z Checking tower-service v0.3.2
5902023-10-06T15:53:48.283Z Checking regex v1.9.3
5912023-10-06T15:53:49.161Z Compiling pest_meta v2.7.2
5922023-10-06T15:53:50.346Z Checking unicode-width v0.1.10
5932023-10-06T15:53:50.728Z Checking openssl-probe v0.1.5
5942023-10-06T15:53:50.888Z Compiling hashbrown v0.13.2
5952023-10-06T15:53:51.578Z Compiling pest_generator v2.7.2
5962023-10-06T15:53:54.076Z Checking atty v0.2.14
5972023-10-06T15:53:54.630Z Checking ipnet v2.8.0
5982023-10-06T15:53:54.633Z Compiling async-trait v0.1.73
5992023-10-06T15:53:54.676Z Compiling anyhow v1.0.75
6002023-10-06T15:53:54.976Z Compiling regress v0.7.1
6012023-10-06T15:53:55.465Z Checking futures-executor v0.3.28
6022023-10-06T15:53:55.725Z Checking rustls-pemfile v1.0.3
6032023-10-06T15:53:55.968Z Checking dirs-sys-next v0.1.2
6042023-10-06T15:53:56.491Z Compiling pest_derive v2.7.2
6052023-10-06T15:53:57.215Z Checking dirs-next v2.0.0
6062023-10-06T15:53:57.856Z Compiling dtrace-parser v0.1.14
6072023-10-06T15:54:00.955Z Checking bytes v1.4.0
6082023-10-06T15:54:01.629Z Checking chrono v0.4.26
6092023-10-06T15:54:02.217Z Checking tokio v1.32.0
6102023-10-06T15:54:02.944Z Checking http v0.2.9
6112023-10-06T15:54:03.360Z Checking uuid v1.4.1
6122023-10-06T15:54:04.876Z Compiling toml_datetime v0.6.3
6132023-10-06T15:54:05.195Z Compiling serde_spanned v0.6.3
6142023-10-06T15:54:05.204Z Checking http-body v0.4.5
6152023-10-06T15:54:05.529Z Compiling toml_edit v0.19.14
6162023-10-06T15:54:05.534Z Checking bitflags v2.4.0
6172023-10-06T15:54:05.978Z Compiling serde_tokenstream v0.1.7
6182023-10-06T15:54:06.774Z Compiling serde_tokenstream v0.2.0
6192023-10-06T15:54:07.402Z Compiling openapiv3 v1.0.2
6202023-10-06T15:54:07.743Z Checking serde_urlencoded v0.7.1
6212023-10-06T15:54:08.206Z Compiling usdt-attr-macro v0.3.5
6222023-10-06T15:54:08.224Z Compiling usdt-macro v0.3.5
6232023-10-06T15:54:17.140Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef)
6242023-10-06T15:54:17.254Z Checking usdt v0.3.5
6252023-10-06T15:54:17.302Z Checking thread_local v1.1.7
6262023-10-06T15:54:17.347Z Checking encoding_rs v0.8.33
6272023-10-06T15:54:17.427Z Checking webpki-roots v0.25.2
6282023-10-06T15:54:17.456Z Compiling slog-async v2.8.0
6292023-10-06T15:54:17.470Z Checking tokio-util v0.7.8
6302023-10-06T15:54:17.506Z Checking tokio-rustls v0.24.1
6312023-10-06T15:54:17.542Z Checking tokio-native-tls v0.3.1
6322023-10-06T15:54:17.569Z Checking mime v0.3.17
6332023-10-06T15:54:17.626Z Compiling rustix v0.38.9
6342023-10-06T15:54:17.630Z Checking h2 v0.3.21
6352023-10-06T15:54:17.648Z Checking term v0.7.0
6362023-10-06T15:54:17.705Z Checking crossbeam-channel v0.5.8
6372023-10-06T15:54:17.761Z Checking errno v0.3.2
6382023-10-06T15:54:17.859Z Checking siphasher v0.3.11
6392023-10-06T15:54:17.889Z Checking take_mut v0.2.2
6402023-10-06T15:54:17.911Z Checking phf_shared v0.11.2
6412023-10-06T15:54:17.924Z Checking slog-term v2.9.0
6422023-10-06T15:54:17.955Z Compiling proc-macro-crate v1.3.1
6432023-10-06T15:54:18.713Z Checking hex v0.4.3
6442023-10-06T15:54:18.802Z Checking match_cfg v0.1.0
6452023-10-06T15:54:20.006Z Compiling getopts v0.2.21
6462023-10-06T15:54:20.096Z Checking hostname v0.3.1
6472023-10-06T15:54:22.029Z Checking futures v0.3.28
6482023-10-06T15:54:22.194Z Checking hyper v0.14.27
6492023-10-06T15:54:22.728Z Compiling strsim v0.10.0
6502023-10-06T15:54:23.771Z Checking fallible-iterator v0.2.0
6512023-10-06T15:54:24.054Z Compiling unsafe-libyaml v0.2.9
6522023-10-06T15:54:24.800Z Compiling ident_case v1.0.1
6532023-10-06T15:54:25.044Z Compiling darling_core v0.20.3
6542023-10-06T15:54:25.748Z Checking sha1 v0.10.5
6552023-10-06T15:54:26.165Z Compiling libz-sys v1.1.12
6562023-10-06T15:54:26.325Z Compiling serde_yaml v0.9.25
6572023-10-06T15:54:27.776Z Compiling semver v0.1.20
6582023-10-06T15:54:29.965Z Checking hyper-rustls v0.24.1
6592023-10-06T15:54:30.296Z Checking hyper-tls v0.5.0
6602023-10-06T15:54:30.409Z Compiling rustc_version v0.1.7
6612023-10-06T15:54:30.717Z Checking reqwest v0.11.20
6622023-10-06T15:54:31.061Z Checking slog-json v2.6.1
6632023-10-06T15:54:31.435Z Compiling strum_macros v0.25.2
6642023-10-06T15:54:31.983Z Compiling camino v1.1.6
6652023-10-06T15:54:32.136Z Checking fastrand v2.0.0
6662023-10-06T15:54:32.637Z Checking tempfile v3.8.0
6672023-10-06T15:54:33.002Z Checking slog-bunyan v2.4.0
6682023-10-06T15:54:33.224Z Compiling newtype_derive v0.1.6
6692023-10-06T15:54:33.228Z Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
6702023-10-06T15:54:33.549Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef)
6712023-10-06T15:54:33.674Z Checking console v0.15.7
6722023-10-06T15:54:33.785Z Compiling structmeta-derive v0.1.6
6732023-10-06T15:54:34.159Z Compiling darling_macro v0.20.3
6742023-10-06T15:54:34.596Z Checking sha2 v0.10.7
6752023-10-06T15:54:35.045Z Checking stringprep v0.1.3
6762023-10-06T15:54:35.072Z Checking hmac v0.12.1
6772023-10-06T15:54:35.355Z Checking md-5 v0.10.5
6782023-10-06T15:54:35.445Z Compiling libgit2-sys v0.15.2+1.6.4
6792023-10-06T15:54:35.551Z Compiling paste v1.0.14
6802023-10-06T15:54:35.938Z Compiling darling v0.20.3
6812023-10-06T15:54:36.091Z Compiling serde_with_macros v2.3.3
6822023-10-06T15:54:36.394Z Checking postgres-protocol v0.6.6
6832023-10-06T15:54:36.432Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
6842023-10-06T15:54:37.658Z Compiling num_enum_derive v0.5.11
6852023-10-06T15:54:37.821Z Compiling async-stream-impl v0.3.5
6862023-10-06T15:54:37.927Z Compiling num-integer v0.1.45
6872023-10-06T15:54:37.967Z Checking strum v0.25.0
6882023-10-06T15:54:38.466Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088)
6892023-10-06T15:54:38.470Z Compiling structmeta v0.1.6
6902023-10-06T15:54:38.483Z Checking atomic-waker v1.1.1
6912023-10-06T15:54:38.652Z Compiling regex-syntax v0.6.29
6922023-10-06T15:54:38.775Z Checking fixedbitset v0.4.2
6932023-10-06T15:54:39.004Z Checking either v1.9.0
6942023-10-06T15:54:39.108Z Checking petgraph v0.6.4
6952023-10-06T15:54:39.246Z Checking waitgroup v0.1.2
6962023-10-06T15:54:39.468Z Checking postgres-types v0.2.6
6972023-10-06T15:54:40.145Z Checking async-stream v0.3.5
6982023-10-06T15:54:40.791Z Checking serde_with v2.3.3
6992023-10-06T15:54:40.794Z Checking toml v0.7.6
7002023-10-06T15:54:41.187Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef)
7012023-10-06T15:54:41.370Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
7022023-10-06T15:54:41.895Z Checking num_enum v0.5.11
7032023-10-06T15:54:42.084Z Checking phf v0.11.2
7042023-10-06T15:54:42.414Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088)
7052023-10-06T15:54:42.445Z Checking serde_path_to_error v0.1.14
7062023-10-06T15:54:42.471Z Compiling vergen v8.2.4
7072023-10-06T15:54:43.020Z Compiling memoffset v0.7.1
7082023-10-06T15:54:43.480Z Compiling proc-macro-error-attr v1.0.4
7092023-10-06T15:54:43.598Z Checking instant v0.1.12
7102023-10-06T15:54:44.020Z Checking debug-ignore v1.0.5
7112023-10-06T15:54:44.194Z Checking whoami v1.4.1
7122023-10-06T15:54:44.210Z Checking utf8parse v0.2.1
7132023-10-06T15:54:44.411Z Checking anstyle-parse v0.2.1
7142023-10-06T15:54:44.632Z Checking tokio-postgres v0.7.10
7152023-10-06T15:54:44.809Z Checking steno v0.4.0
7162023-10-06T15:54:44.971Z Checking backoff v0.4.0
7172023-10-06T15:54:45.461Z Checking camino-tempfile v1.0.2
7182023-10-06T15:54:45.856Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
7192023-10-06T15:54:46.060Z Compiling rustc_version v0.4.0
7202023-10-06T15:54:46.180Z Checking ipnetwork v0.20.0
7212023-10-06T15:54:46.230Z Checking macaddr v1.0.1
7222023-10-06T15:54:46.752Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
7232023-10-06T15:54:47.097Z Compiling libsqlite3-sys v0.26.0
7242023-10-06T15:54:47.747Z Compiling num-bigint v0.4.4
7252023-10-06T15:54:47.922Z Compiling proc-macro-error v1.0.4
7262023-10-06T15:54:48.064Z Compiling slog-dtrace v0.2.3
7272023-10-06T15:54:48.189Z Compiling parse-display-derive v0.7.0
7282023-10-06T15:54:48.491Z Checking colorchoice v1.0.0
7292023-10-06T15:54:48.528Z Checking base64ct v1.6.0
7302023-10-06T15:54:48.623Z Checking anstyle v1.0.2
7312023-10-06T15:54:48.654Z Checking static_assertions v1.1.0
7322023-10-06T15:54:48.673Z Checking anstyle-query v1.0.0
7332023-10-06T15:54:48.778Z Checking arc-swap v1.6.0
7342023-10-06T15:54:49.155Z Checking anstream v0.5.0
7352023-10-06T15:54:49.269Z Checking password-hash v0.5.0
7362023-10-06T15:54:49.469Z Checking slog-scope v4.4.0
7372023-10-06T15:54:49.707Z Checking blake2 v0.10.6
7382023-10-06T15:54:49.736Z Checking inout v0.1.3
7392023-10-06T15:54:49.801Z Compiling num-rational v0.4.1
7402023-10-06T15:54:50.001Z Compiling num-iter v0.1.43
7412023-10-06T15:54:50.031Z Checking clap_lex v0.5.1
7422023-10-06T15:54:50.350Z Compiling radium v0.7.0
7432023-10-06T15:54:50.375Z Checking termcolor v1.2.0
7442023-10-06T15:54:50.400Z Checking clap_builder v4.4.0
7452023-10-06T15:54:51.006Z Checking argon2 v0.5.1
7462023-10-06T15:54:51.109Z Checking cipher v0.4.4
7472023-10-06T15:54:51.150Z Checking slog-stdlog v4.1.1
7482023-10-06T15:54:51.365Z Checking nix v0.26.2
7492023-10-06T15:54:51.918Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
7502023-10-06T15:54:52.137Z Checking toml_edit v0.20.1
7512023-10-06T15:54:52.366Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c)
7522023-10-06T15:54:52.596Z Compiling serde_repr v0.1.16
7532023-10-06T15:54:52.936Z Compiling clap_derive v4.4.0
7542023-10-06T15:54:54.525Z Checking hashlink v0.8.3
7552023-10-06T15:54:54.882Z Checking parse-display v0.7.0
7562023-10-06T15:54:55.105Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
7572023-10-06T15:54:55.391Z Compiling portable-atomic v1.4.3
7582023-10-06T15:54:55.493Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85)
7592023-10-06T15:54:55.641Z Checking tap v1.0.1
7602023-10-06T15:54:55.718Z Checking fallible-streaming-iterator v0.1.9
7612023-10-06T15:54:55.859Z Checking os_str_bytes v6.5.1
7622023-10-06T15:54:56.055Z Checking wyz v0.5.1
7632023-10-06T15:54:56.070Z Checking rusqlite v0.29.0
7642023-10-06T15:54:56.201Z Checking toml v0.8.1
7652023-10-06T15:54:56.431Z Checking clap_lex v0.2.4
7662023-10-06T15:54:56.776Z Compiling clap_derive v3.2.25
7672023-10-06T15:54:56.907Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
7682023-10-06T15:54:57.309Z Checking slog-envlogger v2.2.0
7692023-10-06T15:54:57.616Z Checking twox-hash v1.6.3
7702023-10-06T15:54:57.752Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
7712023-10-06T15:54:57.772Z Checking is-terminal v0.4.9
7722023-10-06T15:54:57.919Z Compiling num_enum_derive v0.7.0
7732023-10-06T15:54:58.036Z Checking regress v0.6.0
7742023-10-06T15:54:58.306Z Checking num-complex v0.4.4
7752023-10-06T15:54:58.557Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
7762023-10-06T15:54:58.560Z Checking universal-hash v0.5.1
7772023-10-06T15:54:58.813Z Checking funty v2.0.0
7782023-10-06T15:54:59.855Z Checking textwrap v0.16.0
7792023-10-06T15:55:00.361Z Checking opaque-debug v0.3.0
7802023-10-06T15:55:00.460Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85)
7812023-10-06T15:55:00.480Z Checking polyval v0.6.1
7822023-10-06T15:55:00.684Z Checking bitvec v1.0.1
7832023-10-06T15:55:00.862Z Checking num v0.4.1
7842023-10-06T15:55:01.005Z Checking colored v2.0.4
7852023-10-06T15:55:01.156Z Checking clap v4.4.0
7862023-10-06T15:55:01.497Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
7872023-10-06T15:55:01.824Z Checking ctr v0.9.2
7882023-10-06T15:55:02.251Z Checking aes v0.8.3
7892023-10-06T15:55:02.382Z Checking num_enum v0.7.0
7902023-10-06T15:55:02.594Z Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types)
7912023-10-06T15:55:02.807Z Checking bincode v1.3.3
7922023-10-06T15:55:03.065Z Compiling async-recursion v0.3.2
7932023-10-06T15:55:03.400Z Checking aead v0.5.2
7942023-10-06T15:55:03.633Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
7952023-10-06T15:55:03.690Z Checking pretty-hex v0.2.1
7962023-10-06T15:55:03.913Z Compiling erased-serde v0.3.30
7972023-10-06T15:55:04.116Z Checking humantime v2.1.0
7982023-10-06T15:55:04.197Z Checking data-encoding v2.4.0
7992023-10-06T15:55:04.376Z Checking number_prefix v0.4.0
8002023-10-06T15:55:04.484Z Checking clap v3.2.25
8012023-10-06T15:55:04.578Z Checking zeroize v1.6.0
8022023-10-06T15:55:04.642Z Checking indicatif v0.17.6
8032023-10-06T15:55:04.854Z Checking env_logger v0.9.3
8042023-10-06T15:55:04.909Z Checking aes-gcm-siv v0.11.1
8052023-10-06T15:55:04.957Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
8062023-10-06T15:55:05.253Z Checking itertools v0.11.0
8072023-10-06T15:55:05.343Z Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
8082023-10-06T15:55:05.483Z Checking toml v0.5.11
8092023-10-06T15:55:05.506Z Compiling bitstruct_derive v0.1.0
8102023-10-06T15:55:05.758Z Compiling async-recursion v1.0.5
8112023-10-06T15:55:06.014Z Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys)
8122023-10-06T15:55:06.194Z Checking libloading v0.7.4
8132023-10-06T15:55:06.553Z Checking ascii v1.1.0
8142023-10-06T15:55:07.184Z Checking ringbuffer v0.15.0
8152023-10-06T15:55:07.585Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
8162023-10-06T15:55:07.643Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8)
8172023-10-06T15:55:07.754Z Checking bitstruct v0.1.1
8182023-10-06T15:55:07.816Z Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
8192023-10-06T15:55:07.875Z Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api)
8202023-10-06T15:55:08.019Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0)
8212023-10-06T15:55:08.272Z Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm)
8222023-10-06T15:55:08.631Z Checking serde_arrays v0.1.0
8232023-10-06T15:55:08.803Z Checking utf-8 v0.7.6
8242023-10-06T15:55:08.826Z Checking matches v0.1.10
8252023-10-06T15:55:08.936Z Checking idna v0.2.3
8262023-10-06T15:55:09.021Z Compiling enum-as-inner v0.5.1
8272023-10-06T15:55:09.084Z Checking tungstenite v0.20.1
8282023-10-06T15:55:09.333Z Checking linked-hash-map v0.5.6
8292023-10-06T15:55:09.805Z Checking quick-error v1.2.3
8302023-10-06T15:55:09.821Z Checking lru-cache v0.1.2
8312023-10-06T15:55:09.999Z Checking resolv-conf v0.7.0
8322023-10-06T15:55:10.089Z Compiling const_format_proc_macros v0.2.31
8332023-10-06T15:55:10.225Z Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
8342023-10-06T15:55:10.465Z Checking assert_matches v1.5.0
8352023-10-06T15:55:10.509Z Checking base64 v0.13.1
8362023-10-06T15:55:10.554Z Checking tokio-tungstenite v0.20.1
8372023-10-06T15:55:10.579Z Checking bstr v1.6.0
8382023-10-06T15:55:10.767Z Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133)
8392023-10-06T15:55:10.827Z Checking trust-dns-proto v0.22.0
8402023-10-06T15:55:10.862Z Checking bit_field v0.10.2
8412023-10-06T15:55:11.128Z Checking ron v0.7.1
8422023-10-06T15:55:11.237Z Checking ctrlc v3.4.0
8432023-10-06T15:55:11.520Z Checking glob v0.3.1
8442023-10-06T15:55:11.834Z Checking globset v0.4.13
8452023-10-06T15:55:13.410Z Checking const_format v0.2.31
8462023-10-06T15:55:16.163Z Checking trust-dns-resolver v0.22.0
8472023-10-06T15:55:16.281Z Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask)
8482023-10-06T15:55:19.036Z Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
8492023-10-06T15:55:19.676Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
8502023-10-06T15:55:19.683Z Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client)
8512023-10-06T15:55:19.688Z Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
8522023-10-06T15:55:23.086Z Compiling git2 v0.17.2
8532023-10-06T15:55:30.805Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
8542023-10-06T15:55:30.896Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
8552023-10-06T15:55:30.920Z Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
8562023-10-06T15:55:31.002Z Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli)
8572023-10-06T15:55:31.031Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
8582023-10-06T15:55:31.662Z Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
8592023-10-06T15:55:34.138Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
8602023-10-06T15:55:41.773Z Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis)
8612023-10-06T15:55:53.451Z Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config)
8622023-10-06T15:55:53.788Z Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config)
8632023-10-06T15:55:53.793Z Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config)
8642023-10-06T15:55:54.279Z Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone)
8652023-10-06T15:55:54.330Z Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server)
8662023-10-06T15:56:00.889Z Finished dev [unoptimized + debuginfo] target(s) in 3m 05s
8672023-10-06T15:56:01.144Z
8682023-10-06T15:56:01.149Zreal 3:05.629787669
8692023-10-06T15:56:01.152Zuser 14:48.985711379
8702023-10-06T15:56:01.155Zsys 2:36.890308442
8712023-10-06T15:56:01.159Ztrap 0.620646439
8722023-10-06T15:56:01.162Ztflt 5.816671505
8732023-10-06T15:56:01.165Zdflt 5.841393468
8742023-10-06T15:56:01.168Zkflt 0.101821512
8752023-10-06T15:56:01.171Zlock 20:28.290641566
8762023-10-06T15:56:01.175Zslp 44:32.214654835
8772023-10-06T15:56:01.178Zlat 50.966264389
8782023-10-06T15:56:01.181Zstop 2:01.927999175
8792023-10-06T15:56:01.184Z+ banner build
8802023-10-06T15:56:01.188Z
8812023-10-06T15:56:01.190Z ##### # # # # #####
8822023-10-06T15:56:01.193Z # # # # # # # #
8832023-10-06T15:56:01.197Z ##### # # # # # #
8842023-10-06T15:56:01.200Z # # # # # # # #
8852023-10-06T15:56:01.203Z # # # # # # # #
8862023-10-06T15:56:01.207Z ##### #### # ###### #####
8872023-10-06T15:56:01.210Z
8882023-10-06T15:56:01.214Z+ ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli
8892023-10-06T15:56:01.838Z Compiling proc-macro2 v1.0.66
8902023-10-06T15:56:01.841Z Compiling unicode-ident v1.0.11
8912023-10-06T15:56:01.845Z Compiling libc v0.2.148
8922023-10-06T15:56:01.848Z Compiling serde v1.0.187
8932023-10-06T15:56:01.852Z Compiling version_check v0.9.4
8942023-10-06T15:56:01.855Z Compiling cfg-if v1.0.0
8952023-10-06T15:56:01.859Z Compiling autocfg v1.1.0
8962023-10-06T15:56:01.863Z Compiling syn v1.0.109
8972023-10-06T15:56:01.999Z Compiling once_cell v1.18.0
8982023-10-06T15:56:02.097Z Compiling memchr v2.5.0
8992023-10-06T15:56:02.814Z Compiling thiserror v1.0.47
9002023-10-06T15:56:02.854Z Compiling libm v0.2.7
9012023-10-06T15:56:02.887Z Compiling serde_json v1.0.105
9022023-10-06T15:56:02.904Z Compiling itoa v1.0.9
9032023-10-06T15:56:03.327Z Compiling log v0.4.20
9042023-10-06T15:56:03.437Z Compiling ahash v0.8.3
9052023-10-06T15:56:03.605Z Compiling pin-project-lite v0.2.13
9062023-10-06T15:56:03.759Z Compiling ahash v0.7.6
9072023-10-06T15:56:03.992Z Compiling typenum v1.16.0
9082023-10-06T15:56:04.039Z Compiling pkg-config v0.3.27
9092023-10-06T15:56:04.309Z Compiling quote v1.0.33
9102023-10-06T15:56:04.728Z Compiling lock_api v0.4.10
9112023-10-06T15:56:05.307Z Compiling syn v2.0.29
9122023-10-06T15:56:05.375Z Compiling getrandom v0.2.10
9132023-10-06T15:56:05.610Z Compiling jobserver v0.1.26
9142023-10-06T15:56:05.860Z Compiling rand_core v0.6.4
9152023-10-06T15:56:06.002Z Compiling generic-array v0.14.7
9162023-10-06T15:56:06.050Z Compiling cc v1.0.83
9172023-10-06T15:56:06.556Z Compiling parking_lot_core v0.9.8
9182023-10-06T15:56:06.594Z Compiling vcpkg v0.2.15
9192023-10-06T15:56:06.664Z Compiling smallvec v1.11.0
9202023-10-06T15:56:07.399Z Compiling num-traits v0.2.16
9212023-10-06T15:56:07.434Z Compiling scopeguard v1.2.0
9222023-10-06T15:56:09.157Z Compiling futures-core v0.3.28
9232023-10-06T15:56:09.504Z Compiling parking_lot v0.12.1
9242023-10-06T15:56:09.947Z Compiling num_cpus v1.16.0
9252023-10-06T15:56:10.115Z Compiling mio v0.8.8
9262023-10-06T15:56:10.707Z Compiling signal-hook-registry v1.4.1
9272023-10-06T15:56:12.064Z Compiling socket2 v0.5.3
9282023-10-06T15:56:12.883Z Compiling indexmap v1.9.3
9292023-10-06T15:56:13.351Z Compiling ryu v1.0.15
9302023-10-06T15:56:13.708Z Compiling crypto-common v0.1.6
9312023-10-06T15:56:13.783Z Compiling schemars v0.8.12
9322023-10-06T15:56:14.101Z Compiling slab v0.4.9
9332023-10-06T15:56:14.120Z Compiling futures-sink v0.3.28
9342023-10-06T15:56:14.330Z Compiling futures-task v0.3.28
9352023-10-06T15:56:14.334Z Compiling futures-channel v0.3.28
9362023-10-06T15:56:14.365Z Compiling equivalent v1.0.1
9372023-10-06T15:56:14.391Z Compiling hashbrown v0.14.0
9382023-10-06T15:56:14.864Z Compiling pin-utils v0.1.0
9392023-10-06T15:56:14.958Z Compiling futures-util v0.3.28
9402023-10-06T15:56:14.977Z Compiling heck v0.4.1
9412023-10-06T15:56:15.491Z Compiling futures-io v0.3.28
9422023-10-06T15:56:15.564Z Compiling subtle v2.5.0
9432023-10-06T15:56:15.653Z Compiling tinyvec_macros v0.1.1
9442023-10-06T15:56:15.689Z Compiling unicode-xid v0.2.4
9452023-10-06T15:56:15.783Z Compiling tinyvec v1.6.0
9462023-10-06T15:56:15.914Z Compiling slog v2.7.0
9472023-10-06T15:56:15.972Z Compiling time-core v0.1.1
9482023-10-06T15:56:16.027Z Compiling time v0.1.45
9492023-10-06T15:56:16.198Z Compiling time-macros v0.2.13
9502023-10-06T15:56:16.325Z Compiling indexmap v2.0.0
9512023-10-06T15:56:16.658Z Compiling hashbrown v0.12.3
9522023-10-06T15:56:17.371Z Compiling serde_derive_internals v0.26.0
9532023-10-06T15:56:18.346Z Compiling ucd-trie v0.1.6
9542023-10-06T15:56:18.582Z Compiling unicode-normalization v0.1.22
9552023-10-06T15:56:19.110Z Compiling iana-time-zone v0.1.57
9562023-10-06T15:56:19.263Z Compiling unicode-bidi v0.3.13
9572023-10-06T15:56:20.909Z Compiling synstructure v0.12.6
9582023-10-06T15:56:21.455Z Compiling block-buffer v0.10.4
9592023-10-06T15:56:21.785Z Compiling tracing-core v0.1.31
9602023-10-06T15:56:23.374Z Compiling bitflags v1.3.2
9612023-10-06T15:56:23.378Z Compiling fnv v1.0.7
9622023-10-06T15:56:23.508Z Compiling digest v0.10.7
9632023-10-06T15:56:24.230Z Compiling ring v0.16.20
9642023-10-06T15:56:26.066Z Compiling byteorder v1.4.3
9652023-10-06T15:56:26.692Z Compiling percent-encoding v2.3.0
9662023-10-06T15:56:26.803Z Compiling serde_derive v1.0.187
9672023-10-06T15:56:26.880Z Compiling thiserror-impl v1.0.47
9682023-10-06T15:56:26.935Z Compiling tokio-macros v2.1.0
9692023-10-06T15:56:26.938Z Compiling futures-macro v0.3.28
9702023-10-06T15:56:27.557Z Compiling tracing-attributes v0.1.26
9712023-10-06T15:56:28.016Z Compiling schemars_derive v0.8.12
9722023-10-06T15:56:28.435Z Compiling zerocopy-derive v0.2.0
9732023-10-06T15:56:29.663Z Compiling openssl-sys v0.9.91
9742023-10-06T15:56:31.209Z Compiling httparse v1.8.0
9752023-10-06T15:56:31.557Z Compiling ppv-lite86 v0.2.17
9762023-10-06T15:56:31.992Z Compiling lazy_static v1.4.0
9772023-10-06T15:56:32.081Z Compiling pest v2.7.2
9782023-10-06T15:56:32.156Z Compiling dyn-clone v1.0.13
9792023-10-06T15:56:32.903Z Compiling rand_chacha v0.3.1
9802023-10-06T15:56:33.226Z Compiling form_urlencoded v1.2.0
9812023-10-06T15:56:33.289Z Compiling tracing v0.1.37
9822023-10-06T15:56:34.136Z Compiling usdt-impl v0.3.5
9832023-10-06T15:56:34.435Z Compiling allocator-api2 v0.2.16
9842023-10-06T15:56:34.775Z Compiling spin v0.5.2
9852023-10-06T15:56:34.791Z Compiling untrusted v0.7.1
9862023-10-06T15:56:35.134Z Compiling rand v0.8.5
9872023-10-06T15:56:35.917Z Compiling winnow v0.5.15
9882023-10-06T15:56:36.389Z Compiling pest_meta v2.7.2
9892023-10-06T15:56:37.705Z Compiling semver v1.0.18
9902023-10-06T15:56:38.040Z Compiling zerocopy v0.3.0
9912023-10-06T15:56:38.473Z Compiling idna v0.4.0
9922023-10-06T15:56:38.917Z Compiling pest_generator v2.7.2
9932023-10-06T15:56:39.247Z Compiling deranged v0.3.8
9942023-10-06T15:56:42.202Z Compiling try-lock v0.2.4
9952023-10-06T15:56:42.221Z Compiling num_threads v0.1.6
9962023-10-06T15:56:42.381Z Compiling rustls v0.21.6
9972023-10-06T15:56:42.427Z Compiling cpufeatures v0.2.9
9982023-10-06T15:56:42.552Z Compiling base64 v0.21.4
9992023-10-06T15:56:42.805Z Compiling openssl v0.10.56
10002023-10-06T15:56:42.904Z Compiling crossbeam-utils v0.8.16
10012023-10-06T15:56:43.393Z Compiling pest_derive v2.7.2
10022023-10-06T15:56:43.699Z Compiling foreign-types-shared v0.1.1
10032023-10-06T15:56:43.803Z Compiling foreign-types v0.3.2
10042023-10-06T15:56:43.837Z Compiling time v0.3.27
10052023-10-06T15:56:44.005Z Compiling want v0.3.1
10062023-10-06T15:56:44.417Z Compiling rustls-webpki v0.101.4
10072023-10-06T15:56:44.459Z Compiling sct v0.7.0
10082023-10-06T15:56:44.478Z Compiling url v2.4.0
10092023-10-06T15:56:44.853Z Compiling dtrace-parser v0.1.14
10102023-10-06T15:56:45.312Z Compiling dof v0.1.5
10112023-10-06T15:56:48.548Z Compiling openssl-macros v0.1.1
10122023-10-06T15:56:49.938Z Compiling thread-id v4.2.0
10132023-10-06T15:56:50.074Z Compiling socket2 v0.4.9
10142023-10-06T15:56:50.388Z Compiling aho-corasick v1.0.4
10152023-10-06T15:56:50.945Z Compiling bytes v1.4.0
10162023-10-06T15:56:52.530Z Compiling tokio v1.32.0
10172023-10-06T15:56:54.137Z Compiling chrono v0.4.26
10182023-10-06T15:56:54.865Z Compiling http v0.2.9
10192023-10-06T15:56:56.730Z Compiling uuid v1.4.1
10202023-10-06T15:57:03.555Z Compiling toml_datetime v0.6.3
10212023-10-06T15:57:04.120Z Compiling serde_spanned v0.6.3
10222023-10-06T15:57:04.212Z Compiling http-body v0.4.5
10232023-10-06T15:57:04.439Z Compiling toml_edit v0.19.14
10242023-10-06T15:57:04.979Z Compiling bitflags v2.4.0
10252023-10-06T15:57:05.905Z Compiling tokio-util v0.7.8
10262023-10-06T15:57:08.086Z Compiling h2 v0.3.21
10272023-10-06T15:57:08.491Z Compiling rustversion v1.0.14
10282023-10-06T15:57:08.747Z Compiling regex-syntax v0.7.4
10292023-10-06T15:57:09.521Z Compiling native-tls v0.2.11
10302023-10-06T15:57:09.666Z Compiling httpdate v1.0.3
10312023-10-06T15:57:10.104Z Compiling tower-service v0.3.2
10322023-10-06T15:57:14.627Z Compiling serde_tokenstream v0.1.7
10332023-10-06T15:57:15.122Z Compiling regex-automata v0.3.6
10342023-10-06T15:57:17.011Z Compiling hyper v0.14.27
10352023-10-06T15:57:21.561Z Compiling unicode-width v0.1.10
10362023-10-06T15:57:21.794Z Compiling openssl-probe v0.1.5
10372023-10-06T15:57:22.810Z Compiling regex v1.9.3
10382023-10-06T15:57:29.582Z Compiling tokio-rustls v0.24.1
10392023-10-06T15:57:39.523Z Compiling hashbrown v0.13.2
10402023-10-06T15:57:39.889Z Compiling openapiv3 v1.0.2
10412023-10-06T15:57:43.973Z Compiling serde_tokenstream v0.2.0
10422023-10-06T15:57:44.793Z Compiling atty v0.2.14
10432023-10-06T15:57:44.948Z Compiling ipnet v2.8.0
10442023-10-06T15:57:44.976Z Compiling async-trait v0.1.73
10452023-10-06T15:57:45.757Z Compiling anyhow v1.0.75
10462023-10-06T15:57:46.608Z Compiling regress v0.7.1
10472023-10-06T15:57:47.740Z Compiling tokio-native-tls v0.3.1
10482023-10-06T15:57:48.164Z Compiling usdt-macro v0.3.5
10492023-10-06T15:57:49.592Z Compiling usdt-attr-macro v0.3.5
10502023-10-06T15:57:50.366Z Compiling serde_urlencoded v0.7.1
10512023-10-06T15:57:51.373Z Compiling rustls-pemfile v1.0.3
10522023-10-06T15:57:51.848Z Compiling futures-executor v0.3.28
10532023-10-06T15:57:52.507Z Compiling dirs-sys-next v0.1.2
10542023-10-06T15:57:54.338Z Compiling dirs-next v2.0.0
10552023-10-06T15:57:54.720Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef)
10562023-10-06T15:57:54.924Z Compiling usdt v0.3.5
10572023-10-06T15:57:55.666Z Compiling hyper-tls v0.5.0
10582023-10-06T15:58:00.557Z Compiling hyper-rustls v0.24.1
10592023-10-06T15:58:03.031Z Compiling thread_local v1.1.7
10602023-10-06T15:58:04.354Z Compiling encoding_rs v0.8.33
10612023-10-06T15:58:05.458Z Compiling mime v0.3.17
10622023-10-06T15:58:07.316Z Compiling webpki-roots v0.25.2
10632023-10-06T15:58:07.567Z Compiling rustix v0.38.9
10642023-10-06T15:58:08.646Z Compiling slog-async v2.8.0
10652023-10-06T15:58:09.665Z Compiling reqwest v0.11.20
10662023-10-06T15:58:13.012Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef)
10672023-10-06T15:58:18.209Z Compiling term v0.7.0
10682023-10-06T15:58:20.601Z Compiling crossbeam-channel v0.5.8
10692023-10-06T15:58:22.919Z Compiling errno v0.3.2
10702023-10-06T15:58:23.249Z Compiling take_mut v0.2.2
10712023-10-06T15:58:23.462Z Compiling siphasher v0.3.11
10722023-10-06T15:58:24.249Z Compiling phf_shared v0.11.2
10732023-10-06T15:58:26.576Z Compiling slog-term v2.9.0
10742023-10-06T15:58:30.900Z Compiling proc-macro-crate v1.3.1
10752023-10-06T15:58:31.555Z Compiling hex v0.4.3
10762023-10-06T15:58:32.391Z Compiling match_cfg v0.1.0
10772023-10-06T15:58:34.566Z Compiling getopts v0.2.21
10782023-10-06T15:58:34.600Z Compiling hostname v0.3.1
10792023-10-06T15:58:37.568Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef)
10802023-10-06T15:58:37.740Z Compiling futures v0.3.28
10812023-10-06T15:58:41.936Z Compiling ident_case v1.0.1
10822023-10-06T15:58:42.174Z Compiling strsim v0.10.0
10832023-10-06T15:58:43.181Z Compiling fallible-iterator v0.2.0
10842023-10-06T15:58:44.169Z Compiling unsafe-libyaml v0.2.9
10852023-10-06T15:58:44.453Z Compiling darling_core v0.20.3
10862023-10-06T15:58:47.164Z Compiling serde_yaml v0.9.25
10872023-10-06T15:58:48.832Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
10882023-10-06T15:58:55.362Z Compiling sha1 v0.10.5
10892023-10-06T15:58:57.499Z Compiling libz-sys v1.1.12
10902023-10-06T15:58:58.483Z Compiling semver v0.1.20
10912023-10-06T15:58:59.027Z Compiling rustc_version v0.1.7
10922023-10-06T15:58:59.663Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
10932023-10-06T15:59:02.389Z Compiling darling_macro v0.20.3
10942023-10-06T15:59:04.172Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
10952023-10-06T15:59:06.601Z Compiling strum_macros v0.25.2
10962023-10-06T15:59:08.167Z Compiling slog-json v2.6.1
10972023-10-06T15:59:08.970Z Compiling camino v1.1.6
10982023-10-06T15:59:10.365Z Compiling fastrand v2.0.0
10992023-10-06T15:59:11.160Z Compiling tempfile v3.8.0
11002023-10-06T15:59:11.517Z Compiling slog-bunyan v2.4.0
11012023-10-06T15:59:11.890Z Compiling darling v0.20.3
11022023-10-06T15:59:13.068Z Compiling strum v0.25.0
11032023-10-06T15:59:13.848Z Compiling newtype_derive v0.1.6
11042023-10-06T15:59:14.403Z Compiling console v0.15.7
11052023-10-06T15:59:14.472Z Compiling sha2 v0.10.7
11062023-10-06T15:59:15.505Z Compiling structmeta-derive v0.1.6
11072023-10-06T15:59:19.952Z Compiling md-5 v0.10.5
11082023-10-06T15:59:20.145Z Compiling hmac v0.12.1
11092023-10-06T15:59:20.324Z Compiling stringprep v0.1.3
11102023-10-06T15:59:20.474Z Compiling libgit2-sys v0.15.2+1.6.4
11112023-10-06T15:59:21.701Z Compiling paste v1.0.14
11122023-10-06T15:59:25.716Z Compiling postgres-protocol v0.6.6
11132023-10-06T15:59:26.091Z Compiling structmeta v0.1.6
11142023-10-06T15:59:26.696Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
11152023-10-06T15:59:27.278Z Compiling serde_with_macros v2.3.3
11162023-10-06T15:59:29.304Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465)
11172023-10-06T15:59:29.512Z Compiling num_enum_derive v0.5.11
11182023-10-06T15:59:29.626Z Compiling async-stream-impl v0.3.5
11192023-10-06T15:59:30.820Z Compiling num-integer v0.1.45
11202023-10-06T15:59:30.984Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088)
11212023-10-06T15:59:31.392Z Compiling fixedbitset v0.4.2
11222023-10-06T15:59:31.464Z Compiling atomic-waker v1.1.1
11232023-10-06T15:59:31.548Z Compiling regex-syntax v0.6.29
11242023-10-06T15:59:31.716Z Compiling either v1.9.0
11252023-10-06T15:59:31.840Z Compiling async-stream v0.3.5
11262023-10-06T15:59:32.272Z Compiling petgraph v0.6.4
11272023-10-06T15:59:32.289Z Compiling waitgroup v0.1.2
11282023-10-06T15:59:32.679Z Compiling serde_with v2.3.3
11292023-10-06T15:59:32.865Z Compiling postgres-types v0.2.6
11302023-10-06T15:59:33.636Z Compiling num_enum v0.5.11
11312023-10-06T15:59:37.195Z Compiling toml v0.7.6
11322023-10-06T15:59:38.539Z Compiling phf v0.11.2
11332023-10-06T15:59:39.229Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088)
11342023-10-06T15:59:40.438Z Compiling vergen v8.2.4
11352023-10-06T15:59:40.472Z Compiling serde_path_to_error v0.1.14
11362023-10-06T15:59:40.970Z Compiling proc-macro-error-attr v1.0.4
11372023-10-06T15:59:41.229Z Compiling parse-display-derive v0.7.0
11382023-10-06T15:59:41.540Z Compiling instant v0.1.12
11392023-10-06T15:59:41.868Z Compiling debug-ignore v1.0.5
11402023-10-06T15:59:42.065Z Compiling whoami v1.4.1
11412023-10-06T15:59:42.152Z Compiling backoff v0.4.0
11422023-10-06T15:59:42.701Z Compiling tokio-postgres v0.7.10
11432023-10-06T15:59:44.766Z Compiling steno v0.4.0
11442023-10-06T15:59:46.629Z Compiling camino-tempfile v1.0.2
11452023-10-06T15:59:47.768Z Compiling parse-display v0.7.0
11462023-10-06T15:59:47.914Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
11472023-10-06T15:59:48.048Z Compiling rustc_version v0.4.0
11482023-10-06T15:59:48.134Z Compiling ipnetwork v0.20.0
11492023-10-06T15:59:48.304Z Compiling macaddr v1.0.1
11502023-10-06T15:59:49.041Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
11512023-10-06T15:59:49.445Z Compiling libsqlite3-sys v0.26.0
11522023-10-06T15:59:50.284Z Compiling num-bigint v0.4.4
11532023-10-06T15:59:50.362Z Compiling memoffset v0.7.1
11542023-10-06T15:59:50.930Z Compiling proc-macro-error v1.0.4
11552023-10-06T15:59:51.057Z Compiling slog-dtrace v0.2.3
11562023-10-06T15:59:51.629Z Compiling utf8parse v0.2.1
11572023-10-06T15:59:51.891Z Compiling arc-swap v1.6.0
11582023-10-06T15:59:53.122Z Compiling base64ct v1.6.0
11592023-10-06T15:59:53.408Z Compiling slog-scope v4.4.0
11602023-10-06T15:59:54.021Z Compiling password-hash v0.5.0
11612023-10-06T15:59:54.372Z Compiling anstyle-parse v0.2.1
11622023-10-06T15:59:55.112Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
11632023-10-06T15:59:55.501Z Compiling blake2 v0.10.6
11642023-10-06T15:59:56.631Z Compiling inout v0.1.3
11652023-10-06T15:59:56.960Z Compiling num-rational v0.4.1
11662023-10-06T15:59:57.506Z Compiling num-iter v0.1.43
11672023-10-06T15:59:57.800Z Compiling static_assertions v1.1.0
11682023-10-06T15:59:57.927Z Compiling anstyle-query v1.0.0
11692023-10-06T15:59:58.068Z Compiling anstyle v1.0.2
11702023-10-06T15:59:58.122Z Compiling termcolor v1.2.0
11712023-10-06T15:59:58.324Z Compiling radium v0.7.0
11722023-10-06T15:59:58.995Z Compiling colorchoice v1.0.0
11732023-10-06T15:59:59.234Z Compiling anstream v0.5.0
11742023-10-06T15:59:59.668Z Compiling cipher v0.4.4
11752023-10-06T16:00:00.387Z Compiling argon2 v0.5.1
11762023-10-06T16:00:04.525Z Compiling slog-stdlog v4.1.1
11772023-10-06T16:00:05.171Z Compiling toml_edit v0.20.1
11782023-10-06T16:00:06.066Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c)
11792023-10-06T16:00:06.097Z Compiling hashlink v0.8.3
11802023-10-06T16:00:06.893Z Compiling serde_repr v0.1.16
11812023-10-06T16:00:07.340Z Compiling fallible-streaming-iterator v0.1.9
11822023-10-06T16:00:07.743Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
11832023-10-06T16:00:08.294Z Compiling clap_lex v0.5.1
11842023-10-06T16:00:08.823Z Compiling os_str_bytes v6.5.1
11852023-10-06T16:00:09.454Z Compiling data-encoding v2.4.0
11862023-10-06T16:00:09.818Z Compiling portable-atomic v1.4.3
11872023-10-06T16:00:11.285Z Compiling tap v1.0.1
11882023-10-06T16:00:11.559Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85)
11892023-10-06T16:00:12.099Z Compiling wyz v0.5.1
11902023-10-06T16:00:12.926Z Compiling toml v0.8.1
11912023-10-06T16:00:15.216Z Compiling clap_lex v0.2.4
11922023-10-06T16:00:16.863Z Compiling clap_builder v4.4.0
11932023-10-06T16:00:17.286Z Compiling rusqlite v0.29.0
11942023-10-06T16:00:21.781Z Compiling slog-envlogger v2.2.0
11952023-10-06T16:00:22.264Z Compiling nix v0.26.2
11962023-10-06T16:00:22.716Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
11972023-10-06T16:00:23.698Z Compiling clap_derive v3.2.25
11982023-10-06T16:00:25.976Z Compiling twox-hash v1.6.3
11992023-10-06T16:00:26.094Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
12002023-10-06T16:00:26.751Z Compiling num_enum_derive v0.7.0
12012023-10-06T16:00:27.718Z Compiling is-terminal v0.4.9
12022023-10-06T16:00:27.885Z Compiling regress v0.6.0
12032023-10-06T16:00:31.209Z Compiling num-complex v0.4.4
12042023-10-06T16:00:31.748Z Compiling clap_derive v4.4.0
12052023-10-06T16:00:32.449Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
12062023-10-06T16:00:33.586Z Compiling universal-hash v0.5.1
12072023-10-06T16:00:33.874Z Compiling textwrap v0.16.0
12082023-10-06T16:00:34.361Z Compiling opaque-debug v0.3.0
12092023-10-06T16:00:34.481Z Compiling funty v2.0.0
12102023-10-06T16:00:35.685Z Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85)
12112023-10-06T16:00:36.261Z Compiling polyval v0.6.1
12122023-10-06T16:00:37.100Z Compiling bitvec v1.0.1
12132023-10-06T16:00:38.409Z Compiling clap v3.2.25
12142023-10-06T16:00:39.498Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
12152023-10-06T16:00:40.078Z Compiling clap v4.4.0
12162023-10-06T16:00:40.221Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
12172023-10-06T16:00:42.546Z Compiling num v0.4.1
12182023-10-06T16:00:42.693Z Compiling num_enum v0.7.0
12192023-10-06T16:00:42.916Z Compiling colored v2.0.4
12202023-10-06T16:00:46.954Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
12212023-10-06T16:00:47.241Z Compiling aes v0.8.3
12222023-10-06T16:00:48.572Z Compiling ctr v0.9.2
12232023-10-06T16:00:49.072Z Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types)
12242023-10-06T16:00:50.068Z Compiling bincode v1.3.3
12252023-10-06T16:00:51.304Z Compiling async-recursion v0.3.2
12262023-10-06T16:00:51.703Z Compiling aead v0.5.2
12272023-10-06T16:00:52.009Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
12282023-10-06T16:00:52.181Z Compiling zeroize v1.6.0
12292023-10-06T16:00:52.539Z Compiling humantime v2.1.0
12302023-10-06T16:00:52.575Z Compiling number_prefix v0.4.0
12312023-10-06T16:00:52.624Z Compiling pretty-hex v0.2.1
12322023-10-06T16:00:52.954Z Compiling erased-serde v0.3.30
12332023-10-06T16:00:52.971Z Compiling env_logger v0.9.3
12342023-10-06T16:00:53.071Z Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0)
12352023-10-06T16:00:53.823Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9)
12362023-10-06T16:00:53.959Z Compiling indicatif v0.17.6
12372023-10-06T16:00:54.474Z Compiling aes-gcm-siv v0.11.1
12382023-10-06T16:00:54.929Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
12392023-10-06T16:00:55.142Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8)
12402023-10-06T16:00:59.758Z Compiling itertools v0.11.0
12412023-10-06T16:01:00.583Z Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys)
12422023-10-06T16:01:01.381Z Compiling toml v0.5.11
12432023-10-06T16:01:03.003Z Compiling bitstruct_derive v0.1.0
12442023-10-06T16:01:03.330Z Compiling async-recursion v1.0.5
12452023-10-06T16:01:05.128Z Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys)
12462023-10-06T16:01:05.303Z Compiling libloading v0.7.4
12472023-10-06T16:01:05.331Z Compiling matches v0.1.10
12482023-10-06T16:01:05.450Z Compiling utf-8 v0.7.6
12492023-10-06T16:01:05.463Z Compiling ascii v1.1.0
12502023-10-06T16:01:05.723Z Compiling ringbuffer v0.15.0
12512023-10-06T16:01:06.055Z Compiling tungstenite v0.20.1
12522023-10-06T16:01:06.061Z Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133)
12532023-10-06T16:01:06.798Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
12542023-10-06T16:01:06.844Z Compiling idna v0.2.3
12552023-10-06T16:01:11.195Z Compiling bitstruct v0.1.1
12562023-10-06T16:01:11.348Z Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api)
12572023-10-06T16:01:11.712Z Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api)
12582023-10-06T16:01:12.940Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0)
12592023-10-06T16:01:15.582Z Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm)
12602023-10-06T16:01:15.692Z Compiling serde_arrays v0.1.0
12612023-10-06T16:01:15.840Z Compiling enum-as-inner v0.5.1
12622023-10-06T16:01:15.922Z Compiling linked-hash-map v0.5.6
12632023-10-06T16:01:16.650Z Compiling quick-error v1.2.3
12642023-10-06T16:01:16.844Z Compiling resolv-conf v0.7.0
12652023-10-06T16:01:17.349Z Compiling lru-cache v0.1.2
12662023-10-06T16:01:17.442Z Compiling tokio-tungstenite v0.20.1
12672023-10-06T16:01:17.542Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
12682023-10-06T16:01:17.638Z Compiling const_format_proc_macros v0.2.31
12692023-10-06T16:01:17.648Z Compiling trust-dns-proto v0.22.0
12702023-10-06T16:01:18.314Z Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client)
12712023-10-06T16:01:19.152Z Compiling assert_matches v1.5.0
12722023-10-06T16:01:19.280Z Compiling base64 v0.13.1
12732023-10-06T16:01:20.110Z Compiling ron v0.7.1
12742023-10-06T16:01:20.769Z Compiling bit_field v0.10.2
12752023-10-06T16:01:21.195Z Compiling const_format v0.2.31
12762023-10-06T16:01:24.679Z Compiling trust-dns-resolver v0.22.0
12772023-10-06T16:01:27.773Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d)
12782023-10-06T16:01:49.007Z Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli)
12792023-10-06T16:01:58.401Z Compiling git2 v0.17.2
12802023-10-06T16:02:06.715Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
12812023-10-06T16:02:08.560Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
12822023-10-06T16:02:19.957Z Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis)
12832023-10-06T16:02:35.495Z Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config)
12842023-10-06T16:02:35.794Z Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config)
12852023-10-06T16:02:36.416Z Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server)
12862023-10-06T16:04:15.280Z Finished release [optimized] target(s) in 8m 14s
12872023-10-06T16:04:15.342Z
12882023-10-06T16:04:15.345Zreal 8:14.207785251
12892023-10-06T16:04:15.347Zuser 57:17.047413225
12902023-10-06T16:04:15.350Zsys 3:54.808673775
12912023-10-06T16:04:15.353Ztrap 2.215017853
12922023-10-06T16:04:15.356Ztflt 1.426746887
12932023-10-06T16:04:15.359Zdflt 2.249629979
12942023-10-06T16:04:15.386Zkflt 0.000331308
12952023-10-06T16:04:15.389Zlock 2:00:39.673981249
12962023-10-06T16:04:15.392Zslp 2:24:42.481293000
12972023-10-06T16:04:15.612Zlat 1:43.115515384
12982023-10-06T16:04:15.615Zstop 42.928437042
12992023-10-06T16:04:15.618Z+ OUTDIR=/work/release
13002023-10-06T16:04:15.621Z+ mkdir -p /work/release
13012023-10-06T16:04:15.625Z+ cp target/release/propolis-cli /work/release/propolis-cli
13022023-10-06T16:04:15.628Z+ cp target/release/propolis-server /work/release/propolis-server
13032023-10-06T16:04:15.631Zprocess exited: duration 680355 ms, exit code 0
 
13042023-10-06T16:04:15.646Zfound 2 output files
13052023-10-06T16:04:15.649Zuploading: /work/release/propolis-cli (21579848 bytes)
13062023-10-06T16:04:23.493Zuploaded: /work/release/propolis-cli
13072023-10-06T16:04:23.498Zuploading: /work/release/propolis-server (53472544 bytes)
13082023-10-06T16:04:40.488Zuploaded: /work/release/propolis-server