01JBDDA90S8EY75SFDY5EZEJP7: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JBDDAVP94NASCC591PRKRRD2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T00:32:16.247Zjob assigned to worker 01JBDDAWF64MD7ZF5EMBW6SVTC (queued for 1 m 2 s)
 
22024-10-30T00:32:25.025Zstarting task 0: "setup"
32024-10-30T00:32:25.035Z++ uname -s
42024-10-30T00:32:25.038Z+ kern=SunOS
52024-10-30T00:32:25.038Z+ case "$kern" in
62024-10-30T00:32:25.038Z+ [[ 0 == 12345 ]]
72024-10-30T00:32:25.038Z+ groupadd -g 12345 build
82024-10-30T00:32:25.041Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T00:32:27.051Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T00:32:27.183Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T00:32:27.186Z+ home_fs=zfs
122024-10-30T00:32:27.186Z+ [[ zfs == autofs ]]
132024-10-30T00:32:27.186Z+ mkdir -p /home/build
142024-10-30T00:32:27.189Z+ chown build:build /home/build /work
152024-10-30T00:32:29.189Z+ chmod 0700 /home/build /work
162024-10-30T00:32:29.192Zprocess exited: duration 4167 ms, exit code 0
 
172024-10-30T00:32:29.197Zstarting task 1: "rust-toolchain"
182024-10-30T00:32:29.202Z+ printf ' * toolchain channel = "%s"
192024-10-30T00:32:29.202Z' 1.80.1
202024-10-30T00:32:29.202Z * toolchain channel = "1.80.1"
212024-10-30T00:32:29.202Z+ printf ' * toolchain profile = "%s"
222024-10-30T00:32:29.202Z' default
232024-10-30T00:32:29.202Z * toolchain profile = "default"
242024-10-30T00:32:29.205Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T00:32:29.205Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
262024-10-30T00:32:29.320Zinfo: downloading installer
272024-10-30T00:32:31.027Zinfo: profile set to 'default'
282024-10-30T00:32:31.027Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T00:32:31.030Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
302024-10-30T00:32:31.159Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
312024-10-30T00:32:31.159Zinfo: downloading component 'cargo'
322024-10-30T00:32:31.855Zinfo: downloading component 'clippy'
332024-10-30T00:32:32.103Zinfo: downloading component 'rust-docs'
342024-10-30T00:32:33.070Zinfo: downloading component 'rust-std'
352024-10-30T00:32:34.425Zinfo: downloading component 'rustc'
362024-10-30T00:32:38.154Zinfo: downloading component 'rustfmt'
372024-10-30T00:32:38.356Zinfo: installing component 'cargo'
382024-10-30T00:32:39.195Zinfo: installing component 'clippy'
392024-10-30T00:32:39.578Zinfo: installing component 'rust-docs'
402024-10-30T00:32:41.188Zinfo: installing component 'rust-std'
412024-10-30T00:32:42.888Zinfo: installing component 'rustc'
422024-10-30T00:32:47.173Zinfo: installing component 'rustfmt'
432024-10-30T00:32:47.517Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-30T00:32:47.517Z
452024-10-30T00:32:47.767Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
462024-10-30T00:32:47.767Z
472024-10-30T00:32:47.770Z
482024-10-30T00:32:47.770ZRust is installed now. Great!
492024-10-30T00:32:47.770Z
502024-10-30T00:32:47.770ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T00:32:47.770Zenvironment variable. This has not been done automatically.
522024-10-30T00:32:47.770Z
532024-10-30T00:32:47.770ZTo configure your current shell, you need to source
542024-10-30T00:32:47.770Zthe corresponding env file under $HOME/.cargo.
552024-10-30T00:32:47.770Z
562024-10-30T00:32:47.770ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T00:32:47.770Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T00:32:47.770Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T00:32:47.818Z+ rustc --version
602024-10-30T00:32:47.884Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
612024-10-30T00:32:47.888Zprocess exited: duration 18697 ms, exit code 0
 
622024-10-30T00:32:47.893Zstarting task 2: "authentication"
632024-10-30T00:32:47.915Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T00:32:47.921Zstarting task 3: "clone repository"
652024-10-30T00:32:47.926Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T00:32:47.929Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T00:32:49.620ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T00:32:56.572Z+ cd /work/oxidecomputer/omicron
692024-10-30T00:32:56.572Z+ git fetch origin f78d2bb4dcafd59540d23b57f0d3a8e27efb3317
702024-10-30T00:32:56.970ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T00:32:56.970Z * branch f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 -> FETCH_HEAD
722024-10-30T00:32:56.981Z+ [[ -n more-test-database ]]
732024-10-30T00:32:56.983Z++ git branch --show-current
742024-10-30T00:32:56.986Z+ current=main
752024-10-30T00:32:56.986Z+ [[ main != more-test-database ]]
762024-10-30T00:32:56.986Z+ git branch -f more-test-database f78d2bb4dcafd59540d23b57f0d3a8e27efb3317
772024-10-30T00:32:56.989Z+ git checkout -f more-test-database
782024-10-30T00:32:57.054ZSwitched to branch 'more-test-database'
792024-10-30T00:32:57.057Z+ git reset --hard f78d2bb4dcafd59540d23b57f0d3a8e27efb3317
802024-10-30T00:32:57.124ZHEAD is now at f78d2bb4d fix cockroach-admin tests, private builder
812024-10-30T00:32:57.126Zprocess exited: duration 9206 ms, exit code 0
 
822024-10-30T00:32:57.134Zstarting task 4: "build"
832024-10-30T00:32:57.137Z+ source .github/buildomat/ci-env.sh
842024-10-30T00:32:57.141Z++ export CARGO_TERM_COLOR=always
852024-10-30T00:32:57.141Z++ CARGO_TERM_COLOR=always
862024-10-30T00:32:57.141Z+ cargo --version
872024-10-30T00:32:57.193Zcargo 1.80.1 (376290515 2024-07-16)
882024-10-30T00:32:57.196Z+ rustc --version
892024-10-30T00:32:57.252Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-10-30T00:32:57.254Z+ cargo tree --locked
912024-10-30T00:32:57.495Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-10-30T00:32:57.764Z Updating crates.io index
932024-10-30T00:32:57.766Z Updating git repository `https://github.com/oxidecomputer/maghemite`
942024-10-30T00:32:58.605Z Updating git repository `https://github.com/oxidecomputer/oxnet`
952024-10-30T00:32:58.865Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
962024-10-30T00:32:59.147Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972024-10-30T00:32:59.407Z Updating git repository `https://github.com/oxidecomputer/propolis`
982024-10-30T00:33:00.232Z Updating git repository `https://github.com/oxidecomputer/crucible`
992024-10-30T00:33:02.401Z Updating git repository `https://github.com/oxidecomputer/opte`
1002024-10-30T00:33:03.414Z Updating git repository `https://github.com/oxidecomputer/falcon`
1012024-10-30T00:33:04.239Z Updating git repository `https://github.com/oxidecomputer/clickward`
1022024-10-30T00:33:04.527Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032024-10-30T00:33:04.768Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042024-10-30T00:33:05.293Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1052024-10-30T00:33:05.672Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1062024-10-30T00:33:06.026Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072024-10-30T00:33:06.281Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1082024-10-30T00:33:06.568Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1092024-10-30T00:33:06.802Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1102024-10-30T00:33:07.135Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1112024-10-30T00:33:07.537Z Updating git repository `https://github.com/oxidecomputer/ispf`
1122024-10-30T00:33:07.835Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1132024-10-30T00:33:08.267Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142024-10-30T00:33:08.731Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1152024-10-30T00:33:09.025Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162024-10-30T00:33:09.500Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1172024-10-30T00:33:09.897Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-10-30T00:33:10.312Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-10-30T00:33:10.552Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-10-30T00:33:12.041Z Downloading crates ...
1212024-10-30T00:33:12.149Z Downloaded approx v0.5.1
1222024-10-30T00:33:12.152Z Downloaded anes v0.1.6
1232024-10-30T00:33:12.155Z Downloaded array-init v0.0.4
1242024-10-30T00:33:12.157Z Downloaded ahash v0.8.11
1252024-10-30T00:33:12.160Z Downloaded async-stream-impl v0.3.6
1262024-10-30T00:33:12.172Z Downloaded cfg_aliases v0.2.1
1272024-10-30T00:33:12.175Z Downloaded ciborium-ll v0.2.2
1282024-10-30T00:33:12.177Z Downloaded fastrand v2.1.1
1292024-10-30T00:33:12.180Z Downloaded aead v0.5.2
1302024-10-30T00:33:12.180Z Downloaded flagset v0.4.6
1312024-10-30T00:33:12.184Z Downloaded castaway v0.2.3
1322024-10-30T00:33:12.187Z Downloaded ff v0.13.0
1332024-10-30T00:33:12.187Z Downloaded cexpr v0.6.0
1342024-10-30T00:33:12.189Z Downloaded bitfield-struct v0.6.2
1352024-10-30T00:33:12.189Z Downloaded atomic-waker v1.1.2
1362024-10-30T00:33:12.193Z Downloaded async-channel v2.3.1
1372024-10-30T00:33:12.196Z Downloaded autocfg v1.4.0
1382024-10-30T00:33:12.196Z Downloaded headers-core v0.3.0
1392024-10-30T00:33:12.196Z Downloaded http-range v0.1.5
1402024-10-30T00:33:12.198Z Downloaded guppy-workspace-hack v0.1.0
1412024-10-30T00:33:12.198Z Downloaded chrono-tz-build v0.4.0
1422024-10-30T00:33:12.200Z Downloaded block-padding v0.3.3
1432024-10-30T00:33:12.200Z Downloaded byteorder v1.5.0
1442024-10-30T00:33:12.203Z Downloaded float-ord v0.3.2
1452024-10-30T00:33:12.205Z Downloaded camino-tempfile v1.1.1
1462024-10-30T00:33:12.207Z Downloaded base16ct v0.2.0
1472024-10-30T00:33:12.207Z Downloaded futures-sink v0.3.31
1482024-10-30T00:33:12.210Z Downloaded bzip2 v0.4.4
1492024-10-30T00:33:12.212Z Downloaded blake2b_simd v1.0.2
1502024-10-30T00:33:12.213Z Downloaded async-io v2.3.4
1512024-10-30T00:33:12.216Z Downloaded hubpack v0.1.2
1522024-10-30T00:33:12.219Z Downloaded http-body v0.4.6
1532024-10-30T00:33:12.222Z Downloaded hostname v0.4.0
1542024-10-30T00:33:12.224Z Downloaded opaque-debug v0.3.1
1552024-10-30T00:33:12.224Z Downloaded httpdate v1.0.3
1562024-10-30T00:33:12.229Z Downloaded foreign-types v0.3.2
1572024-10-30T00:33:12.229Z Downloaded fnv v1.0.7
1582024-10-30T00:33:12.229Z Downloaded chacha20poly1305 v0.10.1
1592024-10-30T00:33:12.229Z Downloaded base64 v0.21.7
1602024-10-30T00:33:12.233Z Downloaded hex v0.4.3
1612024-10-30T00:33:12.235Z Downloaded heck v0.3.3
1622024-10-30T00:33:12.238Z Downloaded filetime v0.2.25
1632024-10-30T00:33:12.241Z Downloaded fd-lock v4.0.2
1642024-10-30T00:33:12.244Z Downloaded assert-json-diff v2.0.2
1652024-10-30T00:33:12.244Z Downloaded ghash v0.5.1
1662024-10-30T00:33:12.249Z Downloaded futures-timer v3.0.3
1672024-10-30T00:33:12.249Z Downloaded addr2line v0.24.2
1682024-10-30T00:33:12.252Z Downloaded hickory-client v0.24.1
1692024-10-30T00:33:12.254Z Downloaded foreign-types-macros v0.2.3
1702024-10-30T00:33:12.254Z Downloaded hyper-rustls v0.27.3
1712024-10-30T00:33:12.257Z Downloaded generic-array v0.14.7
1722024-10-30T00:33:12.259Z Downloaded foreign-types v0.5.0
1732024-10-30T00:33:12.262Z Downloaded fixedbitset v0.4.2
1742024-10-30T00:33:12.262Z Downloaded hash32 v0.2.1
1752024-10-30T00:33:12.265Z Downloaded foldhash v0.1.3
1762024-10-30T00:33:12.265Z Downloaded assert_matches v1.5.0
1772024-10-30T00:33:12.268Z Downloaded hmac v0.12.1
1782024-10-30T00:33:12.270Z Downloaded cipher v0.4.4
1792024-10-30T00:33:12.273Z Downloaded glob v0.3.1
1802024-10-30T00:33:12.273Z Downloaded fatfs v0.3.6
1812024-10-30T00:33:12.275Z Downloaded atty v0.2.14
1822024-10-30T00:33:12.278Z Downloaded hyper-util v0.1.9
1832024-10-30T00:33:12.282Z Downloaded arrayref v0.3.9
1842024-10-30T00:33:12.284Z Downloaded hashbrown v0.15.0
1852024-10-30T00:33:12.290Z Downloaded ascii-canvas v3.0.0
1862024-10-30T00:33:12.294Z Downloaded foreign-types-shared v0.1.1
1872024-10-30T00:33:12.294Z Downloaded atomicwrites v0.4.4
1882024-10-30T00:33:12.296Z Downloaded anstream v0.6.15
1892024-10-30T00:33:12.299Z Downloaded pkcs8 v0.10.2
1902024-10-30T00:33:12.301Z Downloaded anstyle-query v1.1.1
1912024-10-30T00:33:12.303Z Downloaded anstyle v1.0.8
1922024-10-30T00:33:12.308Z Downloaded funty v2.0.0
1932024-10-30T00:33:12.308Z Downloaded async-object-pool v0.1.5
1942024-10-30T00:33:12.308Z Downloaded float-cmp v0.9.0
1952024-10-30T00:33:12.314Z Downloaded fallible-streaming-iterator v0.1.9
1962024-10-30T00:33:12.314Z Downloaded futures-macro v0.3.31
1972024-10-30T00:33:12.314Z Downloaded futures-io v0.3.31
1982024-10-30T00:33:12.314Z Downloaded futures-core v0.3.31
1992024-10-30T00:33:12.314Z Downloaded form_urlencoded v1.2.1
2002024-10-30T00:33:12.316Z Downloaded adler2 v2.0.0
2012024-10-30T00:33:12.316Z Downloaded async-channel v1.9.0
2022024-10-30T00:33:12.319Z Downloaded cfg_aliases v0.1.1
2032024-10-30T00:33:12.319Z Downloaded cfg-if v1.0.0
2042024-10-30T00:33:12.322Z Downloaded heck v0.4.1
2052024-10-30T00:33:12.322Z Downloaded fxhash v0.2.1
2062024-10-30T00:33:12.324Z Downloaded assert_cmd v2.0.16
2072024-10-30T00:33:12.326Z Downloaded async-process v2.3.0
2082024-10-30T00:33:12.329Z Downloaded foreign-types-shared v0.3.1
2092024-10-30T00:33:12.329Z Downloaded psl-types v2.0.11
2102024-10-30T00:33:12.332Z Downloaded http-body v1.0.1
2112024-10-30T00:33:12.332Z Downloaded ident_case v1.0.1
2122024-10-30T00:33:12.332Z Downloaded async-attributes v1.1.2
2132024-10-30T00:33:12.334Z Downloaded arrayvec v0.7.6
2142024-10-30T00:33:12.337Z Downloaded futures-executor v0.3.31
2152024-10-30T00:33:12.339Z Downloaded fs-err v2.11.0
2162024-10-30T00:33:12.342Z Downloaded fragile v2.0.0
2172024-10-30T00:33:12.344Z Downloaded futures-task v0.3.31
2182024-10-30T00:33:12.344Z Downloaded powerfmt v0.2.0
2192024-10-30T00:33:12.347Z Downloaded strum v0.26.3
2202024-10-30T00:33:12.347Z Downloaded pkcs1 v0.7.5
2212024-10-30T00:33:12.349Z Downloaded allocator-api2 v0.2.18
2222024-10-30T00:33:12.353Z Downloaded hubpack_derive v0.1.1
2232024-10-30T00:33:12.355Z Downloaded anyhow v1.0.89
2242024-10-30T00:33:12.358Z Downloaded async-signal v0.2.10
2252024-10-30T00:33:12.361Z Downloaded cassowary v0.3.0
2262024-10-30T00:33:12.363Z Downloaded serde-hex v0.1.0
2272024-10-30T00:33:12.366Z Downloaded blowfish v0.9.1
2282024-10-30T00:33:12.366Z Downloaded serde-big-array v0.5.1
2292024-10-30T00:33:12.369Z Downloaded bcrypt-pbkdf v0.10.0
2302024-10-30T00:33:12.371Z Downloaded cast v0.3.0
2312024-10-30T00:33:12.371Z Downloaded block-buffer v0.10.4
2322024-10-30T00:33:12.371Z Downloaded bitflags v1.3.2
2332024-10-30T00:33:12.376Z Downloaded bit-set v0.5.3
2342024-10-30T00:33:12.379Z Downloaded toolchain_find v0.4.0
2352024-10-30T00:33:12.379Z Downloaded hickory-server v0.24.1
2362024-10-30T00:33:12.384Z Downloaded hash32 v0.3.1
2372024-10-30T00:33:12.388Z Downloaded unicode-linebreak v0.1.5
2382024-10-30T00:33:12.388Z Downloaded http-body-util v0.1.2
2392024-10-30T00:33:12.393Z Downloaded pest_derive v2.7.14
2402024-10-30T00:33:12.393Z Downloaded hostname v0.3.1
2412024-10-30T00:33:12.396Z Downloaded bytecount v0.6.8
2422024-10-30T00:33:12.396Z Downloaded gethostname v0.5.0
2432024-10-30T00:33:12.399Z Downloaded olpc-cjson v0.1.4
2442024-10-30T00:33:12.402Z Downloaded sqlformat v0.2.6
2452024-10-30T00:33:12.402Z Downloaded hashbrown v0.12.3
2462024-10-30T00:33:12.407Z Downloaded slog-stdlog v4.1.1
2472024-10-30T00:33:12.409Z Downloaded hex-literal v0.4.1
2482024-10-30T00:33:12.409Z Downloaded hyper-tls v0.6.0
2492024-10-30T00:33:12.412Z Downloaded humantime v2.1.0
2502024-10-30T00:33:12.414Z Downloaded pbkdf2 v0.11.0
2512024-10-30T00:33:12.418Z Downloaded getrandom v0.2.15
2522024-10-30T00:33:12.420Z Downloaded proc-macro-crate v3.2.0
2532024-10-30T00:33:12.421Z Downloaded globset v0.4.15
2542024-10-30T00:33:12.423Z Downloaded smallvec v0.6.14
2552024-10-30T00:33:12.425Z Downloaded rand_chacha v0.3.1
2562024-10-30T00:33:12.425Z Downloaded pest_generator v2.7.14
2572024-10-30T00:33:12.429Z Downloaded thiserror-no-std v2.0.2
2582024-10-30T00:33:12.432Z Downloaded sha1 v0.10.6
2592024-10-30T00:33:12.435Z Downloaded futures-lite v2.3.0
2602024-10-30T00:33:12.437Z Downloaded async-lock v3.4.0
2612024-10-30T00:33:12.439Z Downloaded async-bb8-diesel v0.2.1
2622024-10-30T00:33:12.450Z Downloaded strum_macros v0.24.3
2632024-10-30T00:33:12.450Z Downloaded strum_macros v0.25.3
2642024-10-30T00:33:12.450Z Downloaded blocking v1.6.1
2652024-10-30T00:33:12.450Z Downloaded structmeta-derive v0.3.0
2662024-10-30T00:33:12.453Z Downloaded topological-sort v0.2.2
2672024-10-30T00:33:12.453Z Downloaded cbc v0.1.2
2682024-10-30T00:33:12.453Z Downloaded dtrace-parser v0.2.0
2692024-10-30T00:33:12.456Z Downloaded chacha20 v0.9.1
2702024-10-30T00:33:12.458Z Downloaded backoff v0.4.0
2712024-10-30T00:33:12.461Z Downloaded cancel-safe-futures v0.1.5
2722024-10-30T00:33:12.466Z Downloaded httptest v0.16.1
2732024-10-30T00:33:12.473Z Downloaded untrusted v0.7.1
2742024-10-30T00:33:12.473Z Downloaded highway v1.2.0
2752024-10-30T00:33:12.473Z Downloaded flume v0.11.0
2762024-10-30T00:33:12.477Z Downloaded proc-macro-crate v1.3.1
2772024-10-30T00:33:12.477Z Downloaded instant v0.1.13
2782024-10-30T00:33:12.479Z Downloaded postgres-types v0.2.8
2792024-10-30T00:33:12.482Z Downloaded postgres-protocol v0.6.7
2802024-10-30T00:33:12.484Z Downloaded wait-timeout v0.2.0
2812024-10-30T00:33:12.484Z Downloaded iana-time-zone v0.1.61
2822024-10-30T00:33:12.487Z Downloaded hyper-staticfile v0.10.1
2832024-10-30T00:33:12.490Z Downloaded num_threads v0.1.7
2842024-10-30T00:33:12.492Z Downloaded num-conv v0.1.0
2852024-10-30T00:33:12.492Z Downloaded half v2.4.1
2862024-10-30T00:33:12.495Z Downloaded rustls-pemfile v2.2.0
2872024-10-30T00:33:12.498Z Downloaded new_debug_unreachable v1.0.6
2882024-10-30T00:33:12.501Z Downloaded curve25519-dalek-derive v0.1.1
2892024-10-30T00:33:12.508Z Downloaded crc v3.2.1
2902024-10-30T00:33:12.511Z Downloaded slog-term v2.9.1
2912024-10-30T00:33:12.511Z Downloaded pin-project v1.1.6
2922024-10-30T00:33:12.520Z Downloaded phf_shared v0.10.0
2932024-10-30T00:33:12.522Z Downloaded num_enum_derive v0.5.11
2942024-10-30T00:33:12.525Z Downloaded either v1.13.0
2952024-10-30T00:33:12.525Z Downloaded tokio-stream v0.1.16
2962024-10-30T00:33:12.529Z Downloaded dof v0.3.0
2972024-10-30T00:33:12.532Z Downloaded env_filter v0.1.2
2982024-10-30T00:33:12.534Z Downloaded inout v0.1.3
2992024-10-30T00:33:12.534Z Downloaded enum-as-inner v0.5.1
3002024-10-30T00:33:12.538Z Downloaded tokio-rustls v0.26.0
3012024-10-30T00:33:12.541Z Downloaded russh-cryptovec v0.7.3
3022024-10-30T00:33:12.541Z Downloaded httparse v1.9.5
3032024-10-30T00:33:12.543Z Downloaded tinytemplate v1.2.1
3042024-10-30T00:33:12.548Z Downloaded clap_lex v0.7.2
3052024-10-30T00:33:12.548Z Downloaded whoami v1.5.2
3062024-10-30T00:33:12.551Z Downloaded instability v0.3.2
3072024-10-30T00:33:12.551Z Downloaded digest v0.10.7
3082024-10-30T00:33:12.562Z Downloaded uzers v0.12.1
3092024-10-30T00:33:12.563Z Downloaded take_mut v0.2.2
3102024-10-30T00:33:12.563Z Downloaded linear-map v1.2.0
3112024-10-30T00:33:12.563Z Downloaded pkcs5 v0.7.1
3122024-10-30T00:33:12.747Z Downloaded rustls-pki-types v1.9.0
3132024-10-30T00:33:12.752Z Downloaded phf_codegen v0.11.2
3142024-10-30T00:33:12.752Z Downloaded num_enum v0.5.11
3152024-10-30T00:33:12.752Z Downloaded managed v0.8.0
3162024-10-30T00:33:12.752Z Downloaded datatest-stable v0.2.9
3172024-10-30T00:33:12.752Z Downloaded serde_with_macros v3.11.0
3182024-10-30T00:33:12.752Z Downloaded tinyvec v1.8.0
3192024-10-30T00:33:12.752Z Downloaded const_format_proc_macros v0.2.33
3202024-10-30T00:33:12.752Z Downloaded base64 v0.13.1
3212024-10-30T00:33:12.752Z Downloaded usdt-attr-macro v0.5.0
3222024-10-30T00:33:12.752Z Downloaded ref-cast-impl v1.0.23
3232024-10-30T00:33:12.752Z Downloaded rand_core v0.6.4
3242024-10-30T00:33:12.752Z Downloaded primeorder v0.13.6
3252024-10-30T00:33:12.752Z Downloaded predicates-tree v1.0.11
3262024-10-30T00:33:12.752Z Downloaded phf_generator v0.11.2
3272024-10-30T00:33:12.752Z Downloaded lalrpop-util v0.19.12
3282024-10-30T00:33:12.752Z Downloaded proc-macro-error-attr v1.0.4
3292024-10-30T00:33:12.752Z Downloaded darling_macro v0.20.10
3302024-10-30T00:33:12.752Z Downloaded quinn-udp v0.5.5
3312024-10-30T00:33:12.752Z Downloaded phf_shared v0.11.2
3322024-10-30T00:33:12.752Z Downloaded crunchy v0.2.2
3332024-10-30T00:33:12.752Z Downloaded uuid v1.10.0
3342024-10-30T00:33:12.752Z Downloaded jobserver v0.1.32
3352024-10-30T00:33:12.752Z Downloaded rusty-fork v0.3.0
3362024-10-30T00:33:12.752Z Downloaded relative-path v1.9.3
3372024-10-30T00:33:12.752Z Downloaded rstest_macros v0.23.0
3382024-10-30T00:33:12.752Z Downloaded bytes v1.7.2
3392024-10-30T00:33:12.752Z Downloaded rustversion v1.0.17
3402024-10-30T00:33:12.752Z Downloaded slog-bunyan v2.5.0
3412024-10-30T00:33:12.752Z Downloaded lazy_static v1.5.0
3422024-10-30T00:33:12.752Z Downloaded defmt-parser v0.3.4
3432024-10-30T00:33:12.752Z Downloaded tabwriter v1.4.0
3442024-10-30T00:33:12.752Z Downloaded tabled_derive v0.7.0
3452024-10-30T00:33:12.752Z Downloaded tls_codec_derive v0.4.1
3462024-10-30T00:33:12.753Z Downloaded tls_codec v0.4.1
3472024-10-30T00:33:12.753Z Downloaded crossbeam-epoch v0.9.18
3482024-10-30T00:33:12.753Z Downloaded threadpool v1.8.1
3492024-10-30T00:33:12.753Z Downloaded parking_lot_core v0.9.10
3502024-10-30T00:33:12.753Z Downloaded ucd-trie v0.1.7
3512024-10-30T00:33:12.753Z Downloaded tungstenite v0.24.0
3522024-10-30T00:33:12.753Z Downloaded parking_lot_core v0.8.6
3532024-10-30T00:33:12.753Z Downloaded parse-size v1.0.0
3542024-10-30T00:33:12.753Z Downloaded unicase v2.7.0
3552024-10-30T00:33:12.753Z Downloaded strip-ansi-escapes v0.2.0
3562024-10-30T00:33:12.753Z Downloaded unarray v0.1.4
3572024-10-30T00:33:12.753Z Downloaded zeroize_derive v1.4.2
3582024-10-30T00:33:12.753Z Downloaded usdt-impl v0.5.0
3592024-10-30T00:33:12.753Z Downloaded usdt v0.5.0
3602024-10-30T00:33:12.753Z Downloaded hickory-resolver v0.24.1
3612024-10-30T00:33:12.753Z Downloaded proc-macro-error v1.0.4
3622024-10-30T00:33:12.753Z Downloaded progenitor-client v0.8.0
3632024-10-30T00:33:12.753Z Downloaded colored v2.1.0
3642024-10-30T00:33:12.753Z Downloaded colorchoice v1.0.2
3652024-10-30T00:33:12.753Z Downloaded deranged v0.3.11
3662024-10-30T00:33:12.753Z Downloaded debug-ignore v1.0.5
3672024-10-30T00:33:12.753Z Downloaded cc v1.1.30
3682024-10-30T00:33:12.753Z Downloaded heapless v0.7.17
3692024-10-30T00:33:12.753Z Downloaded serde_derive_internals v0.29.1
3702024-10-30T00:33:12.753Z Downloaded strsim v0.11.1
3712024-10-30T00:33:12.753Z Downloaded sync_wrapper v0.1.2
3722024-10-30T00:33:12.753Z Downloaded rpassword v7.3.1
3732024-10-30T00:33:12.753Z Downloaded defmt-macros v0.3.9
3742024-10-30T00:33:12.753Z Downloaded swrite v0.1.0
3752024-10-30T00:33:12.753Z Downloaded fallible-iterator v0.3.0
3762024-10-30T00:33:12.753Z Downloaded fallible-iterator v0.2.0
3772024-10-30T00:33:12.753Z Downloaded parking_lot v0.12.3
3782024-10-30T00:33:12.753Z Downloaded event-listener-strategy v0.5.2
3792024-10-30T00:33:12.753Z Downloaded num-traits v0.2.19
3802024-10-30T00:33:12.753Z Downloaded ssh-encoding v0.2.0
3812024-10-30T00:33:12.753Z Downloaded linked-hash-map v0.5.6
3822024-10-30T00:33:12.753Z Downloaded qorb v0.1.2
3832024-10-30T00:33:12.754Z Downloaded unsafe-libyaml v0.2.11
3842024-10-30T00:33:12.754Z Downloaded sync_wrapper v1.0.1
3852024-10-30T00:33:12.754Z Downloaded nanorand v0.7.0
3862024-10-30T00:33:12.754Z Downloaded serde v1.0.210
3872024-10-30T00:33:12.754Z Downloaded parse-display v0.10.0
3882024-10-30T00:33:12.754Z Downloaded multimap v0.10.0
3892024-10-30T00:33:12.754Z Downloaded http v0.2.12
3902024-10-30T00:33:12.754Z Downloaded tokio-tungstenite v0.24.0
3912024-10-30T00:33:12.754Z Downloaded peg v0.8.4
3922024-10-30T00:33:12.754Z Downloaded indexmap v1.9.3
3932024-10-30T00:33:12.754Z Downloaded clap_derive v4.5.18
3942024-10-30T00:33:12.758Z Downloaded escape8259 v0.5.3
3952024-10-30T00:33:12.758Z Downloaded progenitor v0.8.0
3962024-10-30T00:33:12.758Z Downloaded backtrace v0.3.74
3972024-10-30T00:33:12.760Z Downloaded openssl-sys v0.9.103
3982024-10-30T00:33:12.766Z Downloaded downcast v0.11.0
3992024-10-30T00:33:12.771Z Downloaded is_ci v1.2.0
4002024-10-30T00:33:12.771Z Downloaded der_derive v0.7.3
4012024-10-30T00:33:12.773Z Downloaded defmt v0.3.8
4022024-10-30T00:33:12.777Z Downloaded structmeta v0.3.0
4032024-10-30T00:33:12.780Z Downloaded openssl-macros v0.1.1
4042024-10-30T00:33:12.780Z Downloaded hashbrown v0.13.2
4052024-10-30T00:33:12.783Z Downloaded tokio-native-tls v0.3.1
4062024-10-30T00:33:12.791Z Downloaded lock_api v0.4.12
4072024-10-30T00:33:12.791Z Downloaded oso-derive v0.27.3
4082024-10-30T00:33:12.795Z Downloaded openssl-probe v0.1.5
4092024-10-30T00:33:12.795Z Downloaded mockall v0.13.0
4102024-10-30T00:33:12.795Z Downloaded env_logger v0.11.5
4112024-10-30T00:33:12.798Z Downloaded phf v0.11.2
4122024-10-30T00:33:12.798Z Downloaded der v0.7.9
4132024-10-30T00:33:12.801Z Downloaded xz2 v0.1.7
4142024-10-30T00:33:12.805Z Downloaded signal-hook-tokio v0.3.1
4152024-10-30T00:33:12.808Z Downloaded precomputed-hash v0.1.1
4162024-10-30T00:33:12.808Z Downloaded plotters-svg v0.3.7
4172024-10-30T00:33:12.808Z Downloaded russh v0.45.0
4182024-10-30T00:33:12.821Z Downloaded http v1.1.0
4192024-10-30T00:33:12.826Z Downloaded poly1305 v0.8.0
4202024-10-30T00:33:12.826Z Downloaded schemars v0.8.21
4212024-10-30T00:33:12.839Z Downloaded display-error-chain v0.2.1
4222024-10-30T00:33:12.839Z Downloaded usdt-macro v0.5.0
4232024-10-30T00:33:12.839Z Downloaded try-lock v0.2.5
4242024-10-30T00:33:12.839Z Downloaded is_terminal_polyfill v1.70.1
4252024-10-30T00:33:12.839Z Downloaded is-terminal v0.4.13
4262024-10-30T00:33:12.849Z Downloaded supports-color v3.0.1
4272024-10-30T00:33:12.849Z Downloaded num-derive v0.4.2
4282024-10-30T00:33:12.870Z Downloaded sqlparser_derive v0.2.2
4292024-10-30T00:33:12.870Z Downloaded tokio-rustls v0.24.1
4302024-10-30T00:33:12.870Z Downloaded rust-argon2 v2.1.0
4312024-10-30T00:33:12.870Z Downloaded native-tls v0.2.12
4322024-10-30T00:33:12.870Z Downloaded toml_edit v0.22.22
4332024-10-30T00:33:12.876Z Downloaded maplit v1.0.2
4342024-10-30T00:33:12.881Z Downloaded zone_cfg_derive v0.3.0
4352024-10-30T00:33:12.882Z Downloaded zone_cfg_derive v0.1.2
4362024-10-30T00:33:12.882Z Downloaded value-bag v1.9.0
4372024-10-30T00:33:12.890Z Downloaded multer v3.1.0
4382024-10-30T00:33:12.890Z Downloaded mockall_derive v0.13.0
4392024-10-30T00:33:12.890Z Downloaded miniz_oxide v0.8.0
4402024-10-30T00:33:12.910Z Downloaded endian-type v0.1.2
4412024-10-30T00:33:12.910Z Downloaded pin-utils v0.1.0
4422024-10-30T00:33:12.910Z Downloaded unicode-properties v0.1.3
4432024-10-30T00:33:12.910Z Downloaded zip v0.6.6
4442024-10-30T00:33:12.910Z Downloaded log v0.4.22
4452024-10-30T00:33:12.910Z Downloaded rustc-hash v1.1.0
4462024-10-30T00:33:12.910Z Downloaded criterion-plot v0.5.0
4472024-10-30T00:33:12.910Z Downloaded ref-cast v1.0.23
4482024-10-30T00:33:12.930Z Downloaded ppv-lite86 v0.2.20
4492024-10-30T00:33:12.930Z Downloaded peg-runtime v0.8.3
4502024-10-30T00:33:12.930Z Downloaded newtype_derive v0.1.6
4512024-10-30T00:33:12.930Z Downloaded which v4.4.2
4522024-10-30T00:33:12.930Z Downloaded compact_str v0.8.0
4532024-10-30T00:33:12.930Z Downloaded polyval v0.6.2
4542024-10-30T00:33:12.930Z Downloaded thread_local v1.1.8
4552024-10-30T00:33:12.947Z Downloaded subtle v2.6.1
4562024-10-30T00:33:12.947Z Downloaded slog-scope v4.4.0
4572024-10-30T00:33:12.947Z Downloaded signal-hook-registry v1.4.2
4582024-10-30T00:33:12.947Z Downloaded secrecy v0.8.0
4592024-10-30T00:33:12.947Z Downloaded untrusted v0.9.0
4602024-10-30T00:33:12.948Z Downloaded nu-ansi-term v0.50.1
4612024-10-30T00:33:12.948Z Downloaded mime_guess v2.0.5
4622024-10-30T00:33:12.948Z Downloaded russh-keys v0.45.0
4632024-10-30T00:33:12.948Z Downloaded ron v0.8.1
4642024-10-30T00:33:12.980Z Downloaded zone v0.1.8
4652024-10-30T00:33:12.980Z Downloaded universal-hash v0.5.1
4662024-10-30T00:33:12.981Z Downloaded socket2 v0.5.7
4672024-10-30T00:33:12.981Z Downloaded termtree v0.4.1
4682024-10-30T00:33:12.981Z Downloaded zone v0.3.0
4692024-10-30T00:33:12.981Z Downloaded pem-rfc7468 v0.7.0
4702024-10-30T00:33:12.981Z Downloaded rstest v0.23.0
4712024-10-30T00:33:12.981Z Downloaded memchr v2.7.4
4722024-10-30T00:33:12.985Z Downloaded difflib v0.4.0
4732024-10-30T00:33:12.986Z Downloaded postcard v1.0.10
4742024-10-30T00:33:12.986Z Downloaded p256 v0.13.2
4752024-10-30T00:33:12.986Z Downloaded guppy v0.17.8
4762024-10-30T00:33:12.986Z Downloaded salsa20 v0.10.2
4772024-10-30T00:33:12.986Z Downloaded kstat-rs v0.2.4
4782024-10-30T00:33:12.986Z Downloaded ena v0.14.3
4792024-10-30T00:33:12.986Z Downloaded sec1 v0.7.3
4802024-10-30T00:33:12.986Z Downloaded pem v3.0.4
4812024-10-30T00:33:12.996Z Downloaded libsw v3.3.1
4822024-10-30T00:33:12.996Z Downloaded normalize-line-endings v0.3.0
4832024-10-30T00:33:12.996Z Downloaded rayon-core v1.12.1
4842024-10-30T00:33:12.996Z Downloaded smallvec v1.13.2
4852024-10-30T00:33:13.008Z Downloaded r2d2 v0.8.10
4862024-10-30T00:33:13.009Z Downloaded nibble_vec v0.1.0
4872024-10-30T00:33:13.009Z Downloaded crc32fast v1.4.2
4882024-10-30T00:33:13.009Z Downloaded ron v0.7.1
4892024-10-30T00:33:13.027Z Downloaded rustc_version v0.4.1
4902024-10-30T00:33:13.028Z Downloaded same-file v1.0.6
4912024-10-30T00:33:13.028Z Downloaded rustfmt-wrapper v0.2.1
4922024-10-30T00:33:13.028Z Downloaded aho-corasick v1.1.3
4932024-10-30T00:33:13.028Z Downloaded siphasher v0.3.11
4942024-10-30T00:33:13.028Z Downloaded signal-hook-mio v0.2.4
4952024-10-30T00:33:13.058Z Downloaded derive_builder v0.20.2
4962024-10-30T00:33:13.059Z Downloaded vte v0.11.1
4972024-10-30T00:33:13.059Z Downloaded path-slash v0.1.5
4982024-10-30T00:33:13.059Z Downloaded sigpipe v0.1.3
4992024-10-30T00:33:13.059Z Downloaded plotters-backend v0.3.7
5002024-10-30T00:33:13.059Z Downloaded cstr-argument v0.1.2
5012024-10-30T00:33:13.059Z Downloaded thread-id v4.2.2
5022024-10-30T00:33:13.059Z Downloaded oso v0.27.3
5032024-10-30T00:33:13.059Z Downloaded stable_deref_trait v1.2.0
5042024-10-30T00:33:13.060Z Downloaded spin v0.5.2
5052024-10-30T00:33:13.060Z Downloaded concurrent-queue v2.5.0
5062024-10-30T00:33:13.060Z Downloaded zeroize v1.8.1
5072024-10-30T00:33:13.060Z Downloaded hyper v0.14.30
5082024-10-30T00:33:13.079Z Downloaded hashbrown v0.14.5
5092024-10-30T00:33:13.080Z Downloaded pin-project-internal v1.1.6
5102024-10-30T00:33:13.082Z Downloaded maybe-uninit v2.0.0
5112024-10-30T00:33:13.082Z Downloaded toml v0.7.8
5122024-10-30T00:33:13.083Z Downloaded unicode-normalization v0.1.24
5132024-10-30T00:33:13.090Z Downloaded peg-macros v0.8.4
5142024-10-30T00:33:13.091Z Downloaded internet-checksum v0.2.1
5152024-10-30T00:33:13.091Z Downloaded owo-colors v4.1.0
5162024-10-30T00:33:13.091Z Downloaded unicode-truncate v1.1.0
5172024-10-30T00:33:13.091Z Downloaded num-complex v0.4.6
5182024-10-30T00:33:13.091Z Downloaded indoc v2.0.5
5192024-10-30T00:33:13.091Z Downloaded num v0.4.3
5202024-10-30T00:33:13.091Z Downloaded lru v0.12.5
5212024-10-30T00:33:13.092Z Downloaded semver v1.0.23
5222024-10-30T00:33:13.104Z Downloaded constant_time_eq v0.3.1
5232024-10-30T00:33:13.105Z Downloaded packed_struct_codegen v0.10.1
5242024-10-30T00:33:13.105Z Downloaded trybuild v1.0.100
5252024-10-30T00:33:13.111Z Downloaded h2 v0.4.6
5262024-10-30T00:33:13.111Z Downloaded packed_struct v0.10.1
5272024-10-30T00:33:13.111Z Downloaded tower-service v0.3.3
5282024-10-30T00:33:13.111Z Downloaded spin v0.9.8
5292024-10-30T00:33:13.119Z Downloaded utf-8 v0.7.6
5302024-10-30T00:33:13.119Z Downloaded rustc_version v0.1.7
5312024-10-30T00:33:13.119Z Downloaded paste v1.0.15
5322024-10-30T00:33:13.122Z Downloaded clang-sys v1.8.1
5332024-10-30T00:33:13.122Z Downloaded ctr v0.9.2
5342024-10-30T00:33:13.127Z Downloaded futures-util v0.3.31
5352024-10-30T00:33:13.136Z Downloaded yasna v0.5.2
5362024-10-30T00:33:13.145Z Downloaded keccak v0.1.5
5372024-10-30T00:33:13.145Z Downloaded darling v0.20.10
5382024-10-30T00:33:13.155Z Downloaded lazycell v1.3.0
5392024-10-30T00:33:13.155Z Downloaded kv-log-macro v1.0.7
5402024-10-30T00:33:13.155Z Downloaded tokio-postgres v0.7.12
5412024-10-30T00:33:13.160Z Downloaded rsa v0.9.6
5422024-10-30T00:33:13.160Z Downloaded time-core v0.1.2
5432024-10-30T00:33:13.165Z Downloaded radium v0.7.0
5442024-10-30T00:33:13.165Z Downloaded num-iter v0.1.45
5452024-10-30T00:33:13.165Z Downloaded rustls-webpki v0.101.7
5462024-10-30T00:33:13.194Z Downloaded tar v0.4.42
5472024-10-30T00:33:13.203Z Downloaded diesel_table_macro_syntax v0.2.0
5482024-10-30T00:33:13.204Z Downloaded derive_builder_macro v0.20.2
5492024-10-30T00:33:13.204Z Downloaded want v0.3.1
5502024-10-30T00:33:13.204Z Downloaded waitgroup v0.1.2
5512024-10-30T00:33:13.204Z Downloaded semver v0.1.20
5522024-10-30T00:33:13.204Z Downloaded rustls-pemfile v1.0.4
5532024-10-30T00:33:13.204Z Downloaded rustc-demangle v0.1.24
5542024-10-30T00:33:13.204Z Downloaded matches v0.1.10
5552024-10-30T00:33:13.204Z Downloaded target-spec v3.2.2
5562024-10-30T00:33:13.204Z Downloaded structmeta-derive v0.2.0
5572024-10-30T00:33:13.204Z Downloaded hkdf v0.12.4
5582024-10-30T00:33:13.211Z Downloaded password-hash v0.4.2
5592024-10-30T00:33:13.211Z Downloaded clap v4.5.20
5602024-10-30T00:33:13.245Z Downloaded x509-cert v0.2.5
5612024-10-30T00:33:13.274Z Downloaded diesel-dtrace v0.3.0
5622024-10-30T00:33:13.274Z Downloaded zerocopy v0.7.35
5632024-10-30T00:33:13.274Z Downloaded vte_generate_state_changes v0.1.2
5642024-10-30T00:33:13.274Z Downloaded pathdiff v0.2.2
5652024-10-30T00:33:13.274Z Downloaded serde_repr v0.1.19
5662024-10-30T00:33:13.275Z Downloaded scroll v0.12.0
5672024-10-30T00:33:13.275Z Downloaded schemars_derive v0.8.21
5682024-10-30T00:33:13.275Z Downloaded const-oid v0.9.6
5692024-10-30T00:33:13.275Z Downloaded unicode_categories v0.1.1
5702024-10-30T00:33:13.275Z Downloaded papergrid v0.11.0
5712024-10-30T00:33:13.281Z Downloaded similar v2.6.0
5722024-10-30T00:33:13.281Z Downloaded reqwest v0.12.8
5732024-10-30T00:33:13.281Z Downloaded pretty-hex v0.4.1
5742024-10-30T00:33:13.281Z Downloaded mime v0.3.17
5752024-10-30T00:33:13.281Z Downloaded memoffset v0.9.1
5762024-10-30T00:33:13.281Z Downloaded tui-tree-widget v0.22.0
5772024-10-30T00:33:13.282Z Downloaded snafu-derive v0.8.5
5782024-10-30T00:33:13.282Z Downloaded typenum v1.17.0
5792024-10-30T00:33:13.290Z Downloaded number_prefix v0.4.0
5802024-10-30T00:33:13.290Z Downloaded predicates-core v1.0.8
5812024-10-30T00:33:13.290Z Downloaded predicates v3.1.2
5822024-10-30T00:33:13.290Z Downloaded des v0.8.1
5832024-10-30T00:33:13.294Z Downloaded tungstenite v0.21.0
5842024-10-30T00:33:13.294Z Downloaded equivalent v1.0.1
5852024-10-30T00:33:13.294Z Downloaded tinyvec_macros v0.1.1
5862024-10-30T00:33:13.294Z Downloaded serde_spanned v0.6.8
5872024-10-30T00:33:13.295Z Downloaded target-lexicon v0.12.16
5882024-10-30T00:33:13.298Z Downloaded zerocopy v0.6.6
5892024-10-30T00:33:13.303Z Downloaded serde_tokenstream v0.2.2
5902024-10-30T00:33:13.324Z Downloaded unicode-bidi v0.3.17
5912024-10-30T00:33:13.324Z Downloaded cookie v0.18.1
5922024-10-30T00:33:13.333Z Downloaded criterion v0.5.1
5932024-10-30T00:33:13.334Z Downloaded scheduled-thread-pool v0.2.7
5942024-10-30T00:33:13.334Z Downloaded libtest-mimic v0.7.3
5952024-10-30T00:33:13.334Z Downloaded unicode-segmentation v1.12.0
5962024-10-30T00:33:13.334Z Downloaded dirs-next v2.0.0
5972024-10-30T00:33:13.334Z Downloaded walkdir v2.5.0
5982024-10-30T00:33:13.334Z Downloaded minimal-lexical v0.2.1
5992024-10-30T00:33:13.334Z Downloaded scopeguard v1.2.0
6002024-10-30T00:33:13.334Z Downloaded newline-converter v0.3.0
6012024-10-30T00:33:13.338Z Downloaded crucible-workspace-hack v0.1.0
6022024-10-30T00:33:13.338Z Downloaded libxml v0.3.3
6032024-10-30T00:33:13.341Z Downloaded libefi-sys v0.1.0
6042024-10-30T00:33:13.353Z Downloaded quote v1.0.37
6052024-10-30T00:33:13.353Z Downloaded num-integer v0.1.46
6062024-10-30T00:33:13.354Z Downloaded console v0.15.8
6072024-10-30T00:33:13.354Z Downloaded match_cfg v0.1.0
6082024-10-30T00:33:13.354Z Downloaded resolv-conf v0.7.0
6092024-10-30T00:33:13.358Z Downloaded dirs-sys-next v0.1.2
6102024-10-30T00:33:13.358Z Downloaded rand_seeder v0.3.0
6112024-10-30T00:33:13.358Z Downloaded quick-error v1.2.3
6122024-10-30T00:33:13.358Z Downloaded cpufeatures v0.2.14
6132024-10-30T00:33:13.369Z Downloaded progenitor-macro v0.8.0
6142024-10-30T00:33:13.369Z Downloaded yansi v1.0.1
6152024-10-30T00:33:13.369Z Downloaded ipnetwork v0.20.0
6162024-10-30T00:33:13.397Z Downloaded unicode-ident v1.0.13
6172024-10-30T00:33:13.397Z Downloaded pretty-hex v0.2.1
6182024-10-30T00:33:13.398Z Downloaded embedded-io v0.4.0
6192024-10-30T00:33:13.398Z Downloaded version_check v0.9.5
6202024-10-30T00:33:13.399Z Downloaded tiny-keccak v2.0.2
6212024-10-30T00:33:13.399Z Downloaded lru-cache v0.1.2
6222024-10-30T00:33:13.399Z Downloaded itoa v1.0.11
6232024-10-30T00:33:13.399Z Downloaded termios v0.3.3
6242024-10-30T00:33:13.400Z Downloaded macaddr v1.0.1
6252024-10-30T00:33:13.400Z Downloaded chrono v0.4.38
6262024-10-30T00:33:13.409Z Downloaded thiserror v1.0.64
6272024-10-30T00:33:13.409Z Downloaded terminal_size v0.4.0
6282024-10-30T00:33:13.409Z Downloaded sqlparser v0.45.0
6292024-10-30T00:33:13.409Z Downloaded itertools v0.10.5
6302024-10-30T00:33:13.452Z Downloaded time-macros v0.2.18
6312024-10-30T00:33:13.452Z Downloaded toml_datetime v0.6.8
6322024-10-30T00:33:13.452Z Downloaded crypto-common v0.1.6
6332024-10-30T00:33:13.452Z Downloaded string_cache v0.8.7
6342024-10-30T00:33:13.452Z Downloaded utf8parse v0.2.2
6352024-10-30T00:33:13.452Z Downloaded ed25519 v2.2.3
6362024-10-30T00:33:13.487Z Downloaded rfc6979 v0.4.0
6372024-10-30T00:33:13.487Z Downloaded once_cell v1.20.2
6382024-10-30T00:33:13.487Z Downloaded stringmetrics v2.2.2
6392024-10-30T00:33:13.487Z Downloaded diesel_derives v2.2.3
6402024-10-30T00:33:13.487Z Downloaded cookie_store v0.21.0
6412024-10-30T00:33:13.487Z Downloaded crc-any v2.5.0
6422024-10-30T00:33:13.488Z Downloaded indoc v1.0.9
6432024-10-30T00:33:13.488Z Downloaded plain v0.2.3
6442024-10-30T00:33:13.489Z Downloaded pkg-config v0.3.31
6452024-10-30T00:33:13.489Z Downloaded oorandom v11.1.4
6462024-10-30T00:33:13.489Z Downloaded env_logger v0.10.2
6472024-10-30T00:33:13.489Z Downloaded test-strategy v0.3.1
6482024-10-30T00:33:13.489Z Downloaded derive_more v0.99.18
6492024-10-30T00:33:13.489Z Downloaded textwrap v0.16.1
6502024-10-30T00:33:13.489Z Downloaded pin-project-lite v0.2.14
6512024-10-30T00:33:13.490Z Downloaded twox-hash v1.6.3
6522024-10-30T00:33:13.490Z Downloaded git2 v0.19.0
6532024-10-30T00:33:13.501Z Downloaded dsl_auto_type v0.1.2
6542024-10-30T00:33:13.501Z Downloaded rustls-native-certs v0.7.3
6552024-10-30T00:33:13.501Z Downloaded parse-zoneinfo v0.3.1
6562024-10-30T00:33:13.501Z Downloaded piper v0.2.4
6572024-10-30T00:33:13.501Z Downloaded dyn-clone v1.0.17
6582024-10-30T00:33:13.501Z Downloaded newtype-uuid v1.1.2
6592024-10-30T00:33:13.501Z Downloaded ssh-key v0.6.6
6602024-10-30T00:33:13.501Z Downloaded itertools v0.12.1
6612024-10-30T00:33:13.522Z Downloaded path-tree v0.8.1
6622024-10-30T00:33:13.522Z Downloaded elliptic-curve v0.13.8
6632024-10-30T00:33:13.522Z Downloaded proc-macro2 v1.0.87
6642024-10-30T00:33:13.522Z Downloaded indent_write v2.2.0
6652024-10-30T00:33:13.522Z Downloaded num-bigint-dig v0.8.4
6662024-10-30T00:33:13.536Z Downloaded darling_core v0.20.10
6672024-10-30T00:33:13.536Z Downloaded indicatif v0.17.8
6682024-10-30T00:33:13.537Z Downloaded time v0.3.36
6692024-10-30T00:33:13.537Z Downloaded rand_distr v0.4.3
6702024-10-30T00:33:13.537Z Downloaded signal-hook v0.3.17
6712024-10-30T00:33:13.552Z Downloaded event-listener v5.3.1
6722024-10-30T00:33:13.552Z Downloaded ryu v1.0.18
6732024-10-30T00:33:13.559Z Downloaded crossbeam-utils v0.8.20
6742024-10-30T00:33:13.560Z Downloaded toml v0.8.19
6752024-10-30T00:33:13.561Z Downloaded p521 v0.13.3
6762024-10-30T00:33:13.561Z Downloaded tracing v0.1.40
6772024-10-30T00:33:13.567Z Downloaded libm v0.2.8
6782024-10-30T00:33:13.573Z Downloaded toml_edit v0.19.15
6792024-10-30T00:33:13.590Z Downloaded pest v2.7.14
6802024-10-30T00:33:13.596Z Downloaded tungstenite v0.23.0
6812024-10-30T00:33:13.596Z Downloaded gimli v0.31.1
6822024-10-30T00:33:13.612Z Downloaded num-rational v0.4.2
6832024-10-30T00:33:13.618Z Downloaded snafu v0.8.5
6842024-10-30T00:33:13.619Z Downloaded tough v0.17.1
6852024-10-30T00:33:13.629Z Downloaded salty v0.3.0
6862024-10-30T00:33:13.641Z Downloaded regex-syntax v0.6.29
6872024-10-30T00:33:13.641Z Downloaded samael v0.0.17
6882024-10-30T00:33:13.652Z Downloaded ed25519-dalek v2.1.1
6892024-10-30T00:33:13.652Z Downloaded pretty_assertions v1.4.1
6902024-10-30T00:33:13.652Z Downloaded indexmap v2.6.0
6912024-10-30T00:33:13.666Z Downloaded rustyline v14.0.0
6922024-10-30T00:33:13.666Z Downloaded tabled v0.15.0
6932024-10-30T00:33:13.677Z Downloaded nom v7.1.3
6942024-10-30T00:33:13.694Z Downloaded idna v0.3.0
6952024-10-30T00:33:13.712Z Downloaded lalrpop v0.19.12
6962024-10-30T00:33:13.712Z Downloaded reedline v0.35.0
6972024-10-30T00:33:13.734Z Downloaded typed-path v0.7.1
6982024-10-30T00:33:13.734Z Downloaded steno v0.4.1
6992024-10-30T00:33:13.734Z Downloaded syn v1.0.109
7002024-10-30T00:33:13.747Z Downloaded plotters v0.3.7
7012024-10-30T00:33:13.747Z Downloaded clap_builder v4.5.20
7022024-10-30T00:33:13.747Z Downloaded idna v0.4.0
7032024-10-30T00:33:13.754Z Downloaded syn v2.0.79
7042024-10-30T00:33:13.759Z Downloaded crossterm v0.28.1
7052024-10-30T00:33:13.766Z Downloaded openssl v0.10.66
7062024-10-30T00:33:13.775Z Downloaded idna v0.2.3
7072024-10-30T00:33:13.787Z Downloaded rustls v0.21.12
7082024-10-30T00:33:13.794Z Downloaded polar-core v0.27.3
7092024-10-30T00:33:13.802Z Downloaded portable-atomic v1.9.0
7102024-10-30T00:33:13.809Z Downloaded proptest v1.5.0
7112024-10-30T00:33:13.821Z Downloaded regex v1.11.0
7122024-10-30T00:33:13.838Z Downloaded itertools v0.13.0
7132024-10-30T00:33:13.841Z Downloaded quinn-proto v0.11.8
7142024-10-30T00:33:13.850Z Downloaded quick-xml v0.33.0
7152024-10-30T00:33:13.854Z Downloaded trust-dns-proto v0.22.0
7162024-10-30T00:33:13.867Z Downloaded chrono-tz v0.10.0
7172024-10-30T00:33:13.874Z Downloaded dropshot v0.12.0
7182024-10-30T00:33:13.895Z Downloaded regress v0.10.1
7192024-10-30T00:33:13.903Z Downloaded webpki-roots v0.26.6
7202024-10-30T00:33:13.907Z Downloaded radix_trie v0.2.1
7212024-10-30T00:33:13.911Z Downloaded rustls v0.23.14
7222024-10-30T00:33:13.924Z Downloaded object v0.36.5
7232024-10-30T00:33:13.936Z Downloaded diesel v2.2.4
7242024-10-30T00:33:13.955Z Downloaded unicode-width v0.1.14
7252024-10-30T00:33:13.960Z Downloaded nix v0.27.1
7262024-10-30T00:33:13.972Z Downloaded idna v0.5.0
7272024-10-30T00:33:13.978Z Downloaded object v0.30.4
7282024-10-30T00:33:13.988Z Downloaded smoltcp v0.11.0
7292024-10-30T00:33:14.001Z Downloaded vcpkg v0.2.15
7302024-10-30T00:33:14.041Z Downloaded curve25519-dalek v4.1.3
7312024-10-30T00:33:14.048Z Downloaded nix v0.28.0
7322024-10-30T00:33:14.060Z Downloaded rustix v0.38.37
7332024-10-30T00:33:14.084Z Downloaded nix v0.29.0
7342024-10-30T00:33:14.096Z Downloaded regress v0.9.1
7352024-10-30T00:33:14.104Z Downloaded openapiv3 v2.0.0
7362024-10-30T00:33:14.121Z Downloaded ratatui v0.28.1
7372024-10-30T00:33:14.137Z Downloaded smoltcp v0.9.1
7382024-10-30T00:33:14.148Z Downloaded rustls v0.22.4
7392024-10-30T00:33:14.162Z Downloaded petgraph v0.6.5
7402024-10-30T00:33:14.183Z Downloaded zerocopy-derive v0.6.6
7412024-10-30T00:33:14.207Z Downloaded typify-impl v0.2.0
7422024-10-30T00:33:14.210Z Downloaded regex-syntax v0.8.5
7432024-10-30T00:33:14.215Z Downloaded sha3 v0.10.8
7442024-10-30T00:33:14.220Z Downloaded regex-automata v0.4.8
7452024-10-30T00:33:14.238Z Downloaded sled v0.34.7
7462024-10-30T00:33:14.251Z Downloaded tokio v1.40.0
7472024-10-30T00:33:14.288Z Downloaded lzma-sys v0.1.20
7482024-10-30T00:33:14.319Z Downloaded bzip2-sys v0.1.11+1.0.8
7492024-10-30T00:33:14.332Z Downloaded hickory-proto v0.24.1
7502024-10-30T00:33:14.349Z Downloaded tokio-util v0.7.12
7512024-10-30T00:33:14.355Z Downloaded httpmock v0.8.0-alpha.1
7522024-10-30T00:33:14.379Z Downloaded quinn v0.11.5
7532024-10-30T00:33:14.385Z Downloaded libz-sys v1.1.20
7542024-10-30T00:33:14.401Z Downloaded rcgen v0.12.1
7552024-10-30T00:33:14.408Z Downloaded num-bigint v0.4.6
7562024-10-30T00:33:14.412Z Downloaded serde_json v1.0.128
7572024-10-30T00:33:14.418Z Downloaded bstr v1.10.0
7582024-10-30T00:33:14.434Z Downloaded winnow v0.6.20
7592024-10-30T00:33:14.450Z Downloaded diff v0.1.13
7602024-10-30T00:33:14.451Z Downloaded libc v0.2.161
7612024-10-30T00:33:14.471Z Downloaded bitvec v1.0.1
7622024-10-30T00:33:14.485Z Downloaded signature v2.2.0
7632024-10-30T00:33:14.488Z Downloaded dropshot_endpoint v0.12.0
7642024-10-30T00:33:14.498Z Downloaded omicron-zone-package v0.11.1
7652024-10-30T00:33:14.505Z Downloaded csv v1.3.0
7662024-10-30T00:33:14.516Z Downloaded prettyplease v0.2.22
7672024-10-30T00:33:14.533Z Downloaded rustls-webpki v0.102.8
7682024-10-30T00:33:14.553Z Downloaded termcolor v1.4.1
7692024-10-30T00:33:14.553Z Downloaded stringprep v0.1.5
7702024-10-30T00:33:14.553Z Downloaded thiserror-impl v1.0.64
7712024-10-30T00:33:14.554Z Downloaded vsss-rs v3.3.4
7722024-10-30T00:33:14.554Z Downloaded const_format v0.2.33
7732024-10-30T00:33:14.563Z Downloaded vergen v8.3.2
7742024-10-30T00:33:14.563Z Downloaded subprocess v0.2.9
7752024-10-30T00:33:14.563Z Downloaded winnow v0.5.40
7762024-10-30T00:33:14.567Z Downloaded hyper v1.4.1
7772024-10-30T00:33:14.570Z Downloaded serde_with v3.11.0
7782024-10-30T00:33:14.582Z Downloaded partial-io v0.5.4
7792024-10-30T00:33:14.587Z Downloaded tokio-tungstenite v0.21.0
7802024-10-30T00:33:14.588Z Downloaded derive-where v1.2.7
7812024-10-30T00:33:14.588Z Downloaded mio v1.0.2
7822024-10-30T00:33:14.604Z Downloaded rusqlite v0.32.1
7832024-10-30T00:33:14.608Z Downloaded reqwest v0.11.27
7842024-10-30T00:33:14.613Z Downloaded rayon v1.10.0
7852024-10-30T00:33:14.623Z Downloaded blake3 v1.5.4
7862024-10-30T00:33:14.633Z Downloaded scroll_derive v0.12.0
7872024-10-30T00:33:14.644Z Downloaded encoding_rs v0.8.34
7882024-10-30T00:33:14.668Z Downloaded impl-trait-for-tuples v0.2.2
7892024-10-30T00:33:14.672Z Downloaded typify v0.2.0
7902024-10-30T00:33:14.672Z Downloaded memmap2 v0.9.5
7912024-10-30T00:33:14.672Z Downloaded pest_meta v2.7.14
7922024-10-30T00:33:14.672Z Downloaded unicode-xid v0.2.6
7932024-10-30T00:33:14.672Z Downloaded smawk v0.3.2
7942024-10-30T00:33:14.672Z Downloaded slog-json v2.6.1
7952024-10-30T00:33:14.672Z Downloaded slog-dtrace v0.3.0
7962024-10-30T00:33:14.672Z Downloaded similar-asserts v1.6.0
7972024-10-30T00:33:14.672Z Downloaded ipnet v2.10.1
7982024-10-30T00:33:14.672Z Downloaded ecdsa v0.16.9
7992024-10-30T00:33:14.677Z Downloaded p384 v0.13.0
8002024-10-30T00:33:14.682Z Downloaded expectorate v1.1.0
8012024-10-30T00:33:14.685Z Downloaded csv-core v0.1.11
8022024-10-30T00:33:14.685Z Downloaded dhcproto v0.12.0
8032024-10-30T00:33:14.689Z Downloaded crypto-bigint v0.5.5
8042024-10-30T00:33:14.694Z Downloaded crossbeam-channel v0.5.13
8052024-10-30T00:33:14.699Z Downloaded libsqlite3-sys v0.30.1
8062024-10-30T00:33:14.777Z Downloaded slab v0.4.9
8072024-10-30T00:33:14.780Z Downloaded url v2.5.2
8082024-10-30T00:33:14.783Z Downloaded polling v3.7.3
8092024-10-30T00:33:14.786Z Downloaded tokio-rustls v0.25.0
8102024-10-30T00:33:14.787Z Downloaded progenitor-impl v0.8.0
8112024-10-30T00:33:14.790Z Downloaded rand v0.8.5
8122024-10-30T00:33:14.793Z Downloaded tracing-core v0.1.32
8132024-10-30T00:33:14.796Z Downloaded event-listener v2.5.3
8142024-10-30T00:33:14.800Z Downloaded errno v0.3.9
8152024-10-30T00:33:14.800Z Downloaded crc-catalog v2.4.0
8162024-10-30T00:33:14.800Z Downloaded libgit2-sys v0.17.0+1.8.1
8172024-10-30T00:33:14.858Z Downloaded convert_case v0.4.0
8182024-10-30T00:33:14.861Z Downloaded xattr v1.3.1
8192024-10-30T00:33:14.862Z Downloaded serde_plain v1.0.2
8202024-10-30T00:33:14.862Z Downloaded slog v2.7.0
8212024-10-30T00:33:14.865Z Downloaded crossbeam-deque v0.8.5
8222024-10-30T00:33:14.867Z Downloaded h2 v0.3.26
8232024-10-30T00:33:14.873Z Downloaded goblin v0.8.2
8242024-10-30T00:33:14.879Z Downloaded tracing-attributes v0.1.27
8252024-10-30T00:33:14.881Z Downloaded aes-gcm v0.10.3
8262024-10-30T00:33:14.885Z Downloaded tokio-macros v2.4.0
8272024-10-30T00:33:14.888Z Downloaded static_assertions v1.1.0
8282024-10-30T00:33:14.888Z Downloaded slog-envlogger v2.2.0
8292024-10-30T00:33:14.890Z Downloaded async-std v1.13.0
8302024-10-30T00:33:14.909Z Downloaded smf v0.2.3
8312024-10-30T00:33:14.912Z Downloaded serde_regex v1.1.0
8322024-10-30T00:33:14.912Z Downloaded serde_derive v1.0.210
8332024-10-30T00:33:14.914Z Downloaded doc-comment v0.3.3
8342024-10-30T00:33:14.914Z Downloaded serde_path_to_error v0.1.16
8352024-10-30T00:33:14.917Z Downloaded rand_xorshift v0.3.0
8362024-10-30T00:33:14.917Z Downloaded data-encoding v2.6.0
8372024-10-30T00:33:14.919Z Downloaded heapless v0.8.0
8382024-10-30T00:33:14.922Z Downloaded base64 v0.22.1
8392024-10-30T00:33:14.926Z Downloaded aes v0.8.4
8402024-10-30T00:33:14.930Z Downloaded publicsuffix v2.2.3
8412024-10-30T00:33:14.933Z Downloaded embedded-io v0.6.1
8422024-10-30T00:33:14.935Z Downloaded bindgen v0.69.5
8432024-10-30T00:33:14.940Z Downloaded slog-async v2.8.0
8442024-10-30T00:33:14.943Z Downloaded libloading v0.8.5
8452024-10-30T00:33:14.946Z Downloaded wyz v0.5.1
8462024-10-30T00:33:14.946Z Downloaded tokio-tungstenite v0.23.1
8472024-10-30T00:33:14.949Z Downloaded rustc-hash v2.0.0
8482024-10-30T00:33:14.949Z Downloaded typify-macro v0.2.0
8492024-10-30T00:33:14.952Z Downloaded tap v1.0.1
8502024-10-30T00:33:14.952Z Downloaded structmeta v0.2.0
8512024-10-30T00:33:14.952Z Downloaded ssh-cipher v0.2.0
8522024-10-30T00:33:14.954Z Downloaded zerocopy-derive v0.7.35
8532024-10-30T00:33:14.957Z Downloaded shlex v1.3.0
8542024-10-30T00:33:14.959Z Downloaded shell-words v1.1.0
8552024-10-30T00:33:14.960Z Downloaded serde_urlencoded v0.7.1
8562024-10-30T00:33:14.962Z Downloaded scrypt v0.11.0
8572024-10-30T00:33:14.962Z Downloaded derive_builder_core v0.20.2
8582024-10-30T00:33:14.964Z Downloaded headers v0.4.0
8592024-10-30T00:33:14.969Z Downloaded serde_yaml v0.9.34+deprecated
8602024-10-30T00:33:14.972Z Downloaded percent-encoding v2.3.1
8612024-10-30T00:33:14.974Z Downloaded parking v2.2.1
8622024-10-30T00:33:14.974Z Downloaded num_cpus v1.16.0
8632024-10-30T00:33:14.977Z Downloaded nodrop v0.1.14
8642024-10-30T00:33:14.979Z Downloaded memmap v0.7.0
8652024-10-30T00:33:14.979Z Downloaded md-5 v0.10.6
8662024-10-30T00:33:14.984Z Downloaded arc-swap v1.7.1
8672024-10-30T00:33:14.984Z Downloaded blake2 v0.10.6
8682024-10-30T00:33:14.986Z Downloaded bitflags v2.6.0
8692024-10-30T00:33:14.990Z Downloaded async-task v4.7.1
8702024-10-30T00:33:14.993Z Downloaded term v0.7.0
8712024-10-30T00:33:14.995Z Downloaded tempfile v3.13.0
8722024-10-30T00:33:14.998Z Downloaded sha2 v0.10.8
8732024-10-30T00:33:15.001Z Downloaded cobs v0.2.3
8742024-10-30T00:33:15.005Z Downloaded strum_macros v0.26.4
8752024-10-30T00:33:15.005Z Downloaded sct v0.7.1
8762024-10-30T00:33:15.008Z Downloaded pbkdf2 v0.12.2
8772024-10-30T00:33:15.016Z Downloaded nested v0.1.1
8782024-10-30T00:33:15.018Z Downloaded md5 v0.7.0
8792024-10-30T00:33:15.018Z Downloaded hyper-rustls v0.26.0
8802024-10-30T00:33:15.018Z Downloaded futures v0.3.31
8812024-10-30T00:33:15.018Z Downloaded fancy-regex v0.13.0
8822024-10-30T00:33:15.022Z Downloaded password-hash v0.5.0
8832024-10-30T00:33:15.025Z Downloaded parking_lot v0.11.2
8842024-10-30T00:33:15.027Z Downloaded enum-as-inner v0.6.1
8852024-10-30T00:33:15.027Z Downloaded ciborium v0.2.2
8862024-10-30T00:33:15.030Z Downloaded flate2 v1.0.34
8872024-10-30T00:33:15.034Z Downloaded futures-channel v0.3.31
8882024-10-30T00:33:15.037Z Downloaded cfg-expr v0.17.0
8892024-10-30T00:33:15.040Z Downloaded camino v1.1.9
8902024-10-30T00:33:15.042Z Downloaded bcs v0.1.6
8912024-10-30T00:33:15.046Z Downloaded dhcproto-macros v0.1.0
8922024-10-30T00:33:15.046Z Downloaded base64ct v1.6.0
8932024-10-30T00:33:15.049Z Downloaded async-trait v0.1.83
8942024-10-30T00:33:15.052Z Downloaded async-executor v1.13.1
8952024-10-30T00:33:15.052Z Downloaded spki v0.7.3
8962024-10-30T00:33:15.054Z Downloaded argon2 v0.5.3
8972024-10-30T00:33:15.057Z Downloaded hashlink v0.9.1
8982024-10-30T00:33:15.057Z Downloaded group v0.13.0
8992024-10-30T00:33:15.060Z Downloaded thiserror-impl-no-std v2.0.2
9002024-10-30T00:33:15.060Z Downloaded rtoolbox v0.0.2
9012024-10-30T00:33:15.063Z Downloaded parse-display-derive v0.10.0
9022024-10-30T00:33:15.063Z Downloaded buf-list v1.0.3
9032024-10-30T00:33:15.065Z Downloaded ciborium-io v0.2.2
9042024-10-30T00:33:15.068Z Downloaded bitfield v0.14.0
9052024-10-30T00:33:15.068Z Downloaded home v0.5.9
9062024-10-30T00:33:15.068Z Downloaded heck v0.5.0
9072024-10-30T00:33:15.071Z Downloaded cargo-platform v0.1.8
9082024-10-30T00:33:15.071Z Downloaded async-recursion v1.1.1
9092024-10-30T00:33:15.073Z Downloaded async-global-executor v2.4.1
9102024-10-30T00:33:15.075Z Downloaded async-stream v0.3.6
9112024-10-30T00:33:15.078Z Downloaded bit-vec v0.6.3
9122024-10-30T00:33:15.078Z Downloaded bb8 v0.8.5
9132024-10-30T00:33:15.086Z Downloaded cargo_metadata v0.18.1
9142024-10-30T00:33:15.086Z Downloaded anstyle-parse v0.2.5
9152024-10-30T00:33:15.208Z Downloaded ring v0.17.8
9162024-10-30T00:33:15.338Z Downloaded ring v0.16.20
9172024-10-30T00:33:15.696Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9182024-10-30T00:33:37.221Z Startup: Refreshing catalog 'helios-dev' ... Done
9192024-10-30T00:33:40.644Z Startup: Caching catalogs ... Done
9202024-10-30T00:33:47.579ZPlanning: Solver setup ... Done (6.171s)
9212024-10-30T00:33:47.668ZPlanning: Running solver ... Done (0.089s)
9222024-10-30T00:33:47.787ZPlanning: Finding local manifests ... Done (0.043s)
9232024-10-30T00:33:47.814ZPlanning: Fetching manifests: 0/5 0% complete
9242024-10-30T00:33:48.453ZPlanning: Fetching manifests: 5/5 100% complete
9252024-10-30T00:33:48.693ZPlanning: Package planning ... Done (0.238s)
9262024-10-30T00:33:48.749ZPlanning: Merging actions ... Done (0.055s)
9272024-10-30T00:33:49.607ZPlanning: Checking for conflicting actions ... Done (0.860s)
9282024-10-30T00:33:56.057ZPlanning: Consolidating action changes ... Done (6.454s)
9292024-10-30T00:33:56.469ZPlanning: Evaluating mediators ... Done (0.412s)
9302024-10-30T00:33:56.547ZPlanning: Planning completed in 15.82 seconds
9312024-10-30T00:33:56.706Z Packages to install: 4
9322024-10-30T00:33:56.706Z Packages to update: 1
9332024-10-30T00:33:56.709Z Mediators to change: 2
9342024-10-30T00:33:56.709Z Services to change: 1
9352024-10-30T00:33:56.709Z Estimated space available: 155.48 GB
9362024-10-30T00:33:56.709ZEstimated space to be consumed: 1.58 GB
9372024-10-30T00:33:56.709Z Create boot environment: No
9382024-10-30T00:33:56.709ZCreate backup boot environment: Yes
9392024-10-30T00:33:56.709Z Rebuild boot archive: No
9402024-10-30T00:33:56.709Z
9412024-10-30T00:33:56.709ZChanged mediators:
9422024-10-30T00:33:56.709Z mediator clang:
9432024-10-30T00:33:56.709Z version: None -> 15 (system default)
9442024-10-30T00:33:56.709Z
9452024-10-30T00:33:56.709Z mediator llvm:
9462024-10-30T00:33:56.709Z version: 14 (system default) -> 15 (system default)
9472024-10-30T00:33:56.709Z
9482024-10-30T00:33:56.709ZChanged packages:
9492024-10-30T00:33:56.709Zhelios-dev
9502024-10-30T00:33:56.709Z developer/build-essential
9512024-10-30T00:33:56.709Z None -> 11-2.0
9522024-10-30T00:33:56.710Z library/libxmlsec1
9532024-10-30T00:33:56.710Z None -> 1.2.35-2.0
9542024-10-30T00:33:56.710Z ooce/developer/clang-15
9552024-10-30T00:33:56.710Z None -> 15.0.7-2.0
9562024-10-30T00:33:56.710Z ooce/developer/llvm-15
9572024-10-30T00:33:56.710Z None -> 15.0.7-2.0
9582024-10-30T00:33:56.710Z package/pkg
9592024-10-30T00:33:56.710Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9602024-10-30T00:33:56.710Z
9612024-10-30T00:33:56.710ZServices:
9622024-10-30T00:33:56.710Z restart_fmri:
9632024-10-30T00:33:56.710Z svc:/system/update-man-index:default
9642024-10-30T00:33:56.710Z
9652024-10-30T00:33:56.710ZEditable files to change:
9662024-10-30T00:33:56.710Z Update:
9672024-10-30T00:33:56.710Z usr/share/lib/pkg/web/config.shtml
9682024-10-30T00:33:57.047Z
9692024-10-30T00:33:57.047ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9702024-10-30T00:34:02.046ZDownload: 1188/4281 items 70.3/220.6MB 31% complete (14.4M/s)
9712024-10-30T00:34:07.046ZDownload: 2509/4281 items 120.3/220.6MB 54% complete (12.1M/s)
9722024-10-30T00:34:12.047ZDownload: 3784/4281 items 217.1/220.6MB 98% complete (14.7M/s)
9732024-10-30T00:34:13.935ZDownload: Completed 220.60 MB in 16.89 seconds (13.1M/s)
9742024-10-30T00:34:16.533Z Actions: 1/5063 actions (Removing old actions)
9752024-10-30T00:34:16.553Z Actions: 194/5063 actions (Installing new actions)
9762024-10-30T00:34:21.579Z Actions: 4090/5063 actions (Installing new actions)
9772024-10-30T00:34:21.939Z Actions: 4226/5063 actions (Updating modified actions)
9782024-10-30T00:34:22.307Z Actions: Completed 5063 actions in 5.78 seconds.
9792024-10-30T00:34:22.672Z Done (0.358s)
9802024-10-30T00:34:22.675Z Done (0.000s)
9812024-10-30T00:34:23.178Z Done (0.503s)
9822024-10-30T00:34:29.468Z Done (6.085s)
9832024-10-30T00:34:29.757Z Done (0.220s)
9842024-10-30T00:34:29.760Z Done (0.000s)
9852024-10-30T00:34:30.219Z Done (0.000s)
9862024-10-30T00:34:30.871ZPlanning: Evaluating mediator changes ... Done
9872024-10-30T00:34:31.031ZPlanning: Checking for conflicting actions ... Done
9882024-10-30T00:34:31.034ZPlanning: Consolidating action changes ... Done
9892024-10-30T00:34:31.298ZPlanning: Evaluating mediators ... Done
9902024-10-30T00:34:31.301ZPlanning: Planning completed in 0.43 seconds
9912024-10-30T00:34:31.337Z Mediators to change: 2
9922024-10-30T00:34:31.337Z Create boot environment: No
9932024-10-30T00:34:31.339ZCreate backup boot environment: No
9942024-10-30T00:34:31.468Z Done
9952024-10-30T00:34:31.468Z Done
9962024-10-30T00:34:31.786Z Done
9972024-10-30T00:34:35.330Z Done
9982024-10-30T00:34:35.418Z Done
9992024-10-30T00:34:35.421Z Done
10002024-10-30T00:34:35.577Z Done
10012024-10-30T00:34:36.197ZPlanning: Evaluating mediator changes ... Done
10022024-10-30T00:34:36.203ZPlanning: Merging actions ... Done
10032024-10-30T00:34:36.386ZPlanning: Checking for conflicting actions ... Done
10042024-10-30T00:34:36.389ZPlanning: Consolidating action changes ... Done
10052024-10-30T00:34:36.656ZPlanning: Evaluating mediators ... Done
10062024-10-30T00:34:36.712ZPlanning: Planning completed in 0.76 seconds
10072024-10-30T00:34:36.752Z Packages to change: 1
10082024-10-30T00:34:36.752Z Mediators to change: 1
10092024-10-30T00:34:36.755Z Services to change: 1
10102024-10-30T00:34:36.755Z Create boot environment: No
10112024-10-30T00:34:36.755ZCreate backup boot environment: Yes
10122024-10-30T00:34:39.086Z Actions: 1/6 actions (Updating modified actions)
10132024-10-30T00:34:39.168Z Actions: Completed 6 actions in 0.08 seconds.
10142024-10-30T00:34:39.170Z Done
10152024-10-30T00:34:39.170Z Done
10162024-10-30T00:34:39.271Z Done
10172024-10-30T00:34:42.819Z Done
10182024-10-30T00:34:42.909Z Done
10192024-10-30T00:34:42.912Z Done
10202024-10-30T00:34:43.097Z Done
10212024-10-30T00:34:43.529ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10222024-10-30T00:34:43.529Zclang system 15 system
10232024-10-30T00:34:43.529Zcsh system system illumos
10242024-10-30T00:34:43.529Zctags system system illumos
10252024-10-30T00:34:43.529Zgcc vendor 12 vendor
10262024-10-30T00:34:43.529Zgcc system 10 system
10272024-10-30T00:34:43.529Zgcc system 7 system
10282024-10-30T00:34:43.529Zgo system 1.20 system
10292024-10-30T00:34:43.530Zgo system 1.19 system
10302024-10-30T00:34:43.530Zllvm system 15 system
10312024-10-30T00:34:43.530Zllvm system 14 system
10322024-10-30T00:34:43.530Zmariadb system 10.6 system
10332024-10-30T00:34:43.530Zmta vendor vendor dma
10342024-10-30T00:34:43.530Zopenjdk system 17 system
10352024-10-30T00:34:43.530Zopenjdk system 11 system
10362024-10-30T00:34:43.530Zopenjdk system 1.8 system
10372024-10-30T00:34:43.530Zopenssl vendor 3 vendor
10382024-10-30T00:34:43.530Zperl system 5.36 system
10392024-10-30T00:34:43.530Zpostgresql system 15 system
10402024-10-30T00:34:43.530Zpostgresql system 13 system
10412024-10-30T00:34:43.530Zpython vendor 3 vendor
10422024-10-30T00:34:43.530Zpython system 2 system
10432024-10-30T00:34:43.530Zpython3 system 3.11 system
10442024-10-30T00:34:43.530Zruby system 3.0 system
10452024-10-30T00:34:43.530Zwords vendor vendor american-english
10462024-10-30T00:34:43.530Zwords system system australian-english
10472024-10-30T00:34:43.530Zwords system system british-english
10482024-10-30T00:34:43.530Zwords system system canadian-english
10492024-10-30T00:34:43.530Zwords system system french
10502024-10-30T00:34:43.530Zwords system system italian
10512024-10-30T00:34:43.530Zwords system system ngerman
10522024-10-30T00:34:43.530Zwords system system ogerman
10532024-10-30T00:34:43.530Zwords system system spanish
10542024-10-30T00:34:43.862ZPUBLISHER TYPE STATUS P LOCATION
10552024-10-30T00:34:43.862Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10562024-10-30T00:34:46.214ZFMRI IFO
10572024-10-30T00:34:46.214Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10582024-10-30T00:34:46.214Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10592024-10-30T00:34:46.214Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10602024-10-30T00:34:46.214Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10612024-10-30T00:34:46.214Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10622024-10-30T00:34:46.214Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10632024-10-30T00:34:46.214Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10642024-10-30T00:34:46.214Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10652024-10-30T00:34:46.214Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10662024-10-30T00:34:46.214Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10672024-10-30T00:34:46.214Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10682024-10-30T00:34:46.214Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10692024-10-30T00:34:46.214Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10702024-10-30T00:34:46.214Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10712024-10-30T00:34:46.214Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10722024-10-30T00:34:47.249Z Downloading crates ...
10732024-10-30T00:34:47.353Z Downloaded cargo_toml v0.20.5
10742024-10-30T00:34:47.491Z Compiling proc-macro2 v1.0.87
10752024-10-30T00:34:47.492Z Compiling unicode-ident v1.0.13
10762024-10-30T00:34:47.495Z Compiling serde v1.0.210
10772024-10-30T00:34:47.495Z Compiling version_check v0.9.5
10782024-10-30T00:34:47.495Z Compiling thiserror v1.0.64
10792024-10-30T00:34:47.495Z Compiling memchr v2.7.4
10802024-10-30T00:34:47.495Z Compiling libc v0.2.161
10812024-10-30T00:34:47.514Z Compiling ryu v1.0.18
10822024-10-30T00:34:47.750Z Compiling ucd-trie v0.1.7
10832024-10-30T00:34:47.888Z Compiling itoa v1.0.11
10842024-10-30T00:34:48.086Z Compiling once_cell v1.20.2
10852024-10-30T00:34:48.300Z Compiling byteorder v1.5.0
10862024-10-30T00:34:48.408Z Compiling rustix v0.38.37
10872024-10-30T00:34:48.628Z Compiling serde_json v1.0.128
10882024-10-30T00:34:49.886Z Compiling bitflags v2.6.0
10892024-10-30T00:34:49.934Z Compiling proc-macro-error-attr v1.0.4
10902024-10-30T00:34:49.992Z Compiling usdt-impl v0.5.0
10912024-10-30T00:34:50.013Z Compiling syn v1.0.109
10922024-10-30T00:34:50.250Z Compiling proc-macro-error v1.0.4
10932024-10-30T00:34:50.276Z Compiling plain v0.2.3
10942024-10-30T00:34:50.287Z Compiling hashbrown v0.15.0
10952024-10-30T00:34:50.420Z Compiling equivalent v1.0.1
10962024-10-30T00:34:50.442Z Compiling utf8parse v0.2.2
10972024-10-30T00:34:50.517Z Compiling log v0.4.22
10982024-10-30T00:34:50.528Z Compiling camino v1.1.9
10992024-10-30T00:34:50.577Z Compiling thread-id v4.2.2
11002024-10-30T00:34:50.640Z Compiling anstyle-parse v0.2.5
11012024-10-30T00:34:50.820Z Compiling quote v1.0.37
11022024-10-30T00:34:50.900Z Compiling semver v1.0.23
11032024-10-30T00:34:50.966Z Compiling anstyle-query v1.1.1
11042024-10-30T00:34:51.038Z Compiling autocfg v1.4.0
11052024-10-30T00:34:51.101Z Compiling winnow v0.6.20
11062024-10-30T00:34:51.171Z Compiling syn v2.0.79
11072024-10-30T00:34:51.406Z Compiling errno v0.3.9
11082024-10-30T00:34:51.484Z Compiling indexmap v2.6.0
11092024-10-30T00:34:51.609Z Compiling unicode-width v0.1.14
11102024-10-30T00:34:52.103Z Compiling colorchoice v1.0.2
11112024-10-30T00:34:52.179Z Compiling is_terminal_polyfill v1.70.1
11122024-10-30T00:34:52.243Z Compiling anstyle v1.0.8
11132024-10-30T00:34:52.283Z Compiling pretty-hex v0.4.1
11142024-10-30T00:34:52.480Z Compiling fs-err v2.11.0
11152024-10-30T00:34:52.654Z Compiling anstream v0.6.15
11162024-10-30T00:34:52.884Z Compiling cfg-if v1.0.0
11172024-10-30T00:34:53.013Z Compiling heck v0.5.0
11182024-10-30T00:34:53.046Z Compiling bytecount v0.6.8
11192024-10-30T00:34:53.243Z Compiling fastrand v2.1.1
11202024-10-30T00:34:53.450Z Compiling heck v0.4.1
11212024-10-30T00:34:53.452Z Compiling strsim v0.11.1
11222024-10-30T00:34:53.537Z Compiling clap_lex v0.7.2
11232024-10-30T00:34:53.779Z Compiling terminal_size v0.4.0
11242024-10-30T00:34:53.918Z Compiling fnv v1.0.7
11252024-10-30T00:34:53.968Z Compiling anyhow v1.0.89
11262024-10-30T00:34:54.010Z Compiling papergrid v0.11.0
11272024-10-30T00:34:54.037Z Compiling clap_builder v4.5.20
11282024-10-30T00:34:54.473Z Compiling tempfile v3.13.0
11292024-10-30T00:34:54.857Z Compiling memmap v0.7.0
11302024-10-30T00:34:54.888Z Compiling smawk v0.3.2
11312024-10-30T00:34:55.075Z Compiling unicode-linebreak v0.1.5
11322024-10-30T00:34:55.326Z Compiling swrite v0.1.0
11332024-10-30T00:34:55.441Z Compiling textwrap v0.16.1
11342024-10-30T00:34:56.930Z Compiling tabled_derive v0.7.0
11352024-10-30T00:34:58.542Z Compiling tabled v0.15.0
11362024-10-30T00:34:59.829Z Compiling serde_derive v1.0.210
11372024-10-30T00:34:59.829Z Compiling thiserror-impl v1.0.64
11382024-10-30T00:34:59.832Z Compiling zerocopy-derive v0.7.35
11392024-10-30T00:34:59.832Z Compiling scroll_derive v0.12.0
11402024-10-30T00:34:59.832Z Compiling clap_derive v4.5.18
11412024-10-30T00:35:01.016Z Compiling scroll v0.12.0
11422024-10-30T00:35:01.450Z Compiling zerocopy v0.7.35
11432024-10-30T00:35:01.506Z Compiling goblin v0.8.2
11442024-10-30T00:35:02.385Z Compiling pest v2.7.14
11452024-10-30T00:35:03.412Z Compiling clap v4.5.20
11462024-10-30T00:35:04.675Z Compiling pest_meta v2.7.14
11472024-10-30T00:35:05.490Z Compiling pest_generator v2.7.14
11482024-10-30T00:35:07.353Z Compiling pest_derive v2.7.14
11492024-10-30T00:35:08.026Z Compiling dtrace-parser v0.2.0
11502024-10-30T00:35:09.792Z Compiling serde_spanned v0.6.8
11512024-10-30T00:35:09.792Z Compiling toml_datetime v0.6.8
11522024-10-30T00:35:09.794Z Compiling cargo-platform v0.1.8
11532024-10-30T00:35:10.197Z Compiling serde_tokenstream v0.2.2
11542024-10-30T00:35:10.272Z Compiling toml_edit v0.22.22
11552024-10-30T00:35:10.358Z Compiling macaddr v1.0.1
11562024-10-30T00:35:10.429Z Compiling camino-tempfile v1.1.1
11572024-10-30T00:35:11.206Z Compiling dof v0.3.0
11582024-10-30T00:35:11.206Z Compiling cargo_metadata v0.18.1
11592024-10-30T00:35:13.061Z Compiling toml v0.8.19
11602024-10-30T00:35:13.172Z Compiling usdt-attr-macro v0.5.0
11612024-10-30T00:35:13.172Z Compiling usdt-macro v0.5.0
11622024-10-30T00:35:13.847Z Compiling cargo_toml v0.20.5
11632024-10-30T00:35:14.472Z Compiling usdt v0.5.0
11642024-10-30T00:35:17.687Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11652024-10-30T00:35:21.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s
11662024-10-30T00:35:21.700Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11672024-10-30T00:35:22.571Z Compiling serde v1.0.210
11682024-10-30T00:35:22.573Z Compiling typenum v1.17.0
11692024-10-30T00:35:22.573Z Compiling lock_api v0.4.12
11702024-10-30T00:35:22.573Z Compiling generic-array v0.14.7
11712024-10-30T00:35:22.573Z Compiling scopeguard v1.2.0
11722024-10-30T00:35:22.573Z Compiling subtle v2.6.1
11732024-10-30T00:35:22.691Z Compiling syn v2.0.79
11742024-10-30T00:35:22.694Z Compiling getrandom v0.2.15
11752024-10-30T00:35:22.848Z Compiling value-bag v1.9.0
11762024-10-30T00:35:22.998Z Compiling rand_core v0.6.4
11772024-10-30T00:35:23.077Z Compiling const-oid v0.9.6
11782024-10-30T00:35:23.130Z Compiling pin-project-lite v0.2.14
11792024-10-30T00:35:23.244Z Compiling smallvec v1.13.2
11802024-10-30T00:35:23.284Z Compiling jobserver v0.1.32
11812024-10-30T00:35:23.493Z Compiling log v0.4.22
11822024-10-30T00:35:23.543Z Compiling parking_lot_core v0.9.10
11832024-10-30T00:35:23.630Z Compiling shlex v1.3.0
11842024-10-30T00:35:23.675Z Compiling futures-core v0.3.31
11852024-10-30T00:35:23.909Z Compiling cc v1.1.30
11862024-10-30T00:35:24.052Z Compiling signal-hook-registry v1.4.2
11872024-10-30T00:35:24.217Z Compiling mio v1.0.2
11882024-10-30T00:35:24.390Z Compiling parking_lot v0.12.3
11892024-10-30T00:35:24.669Z Compiling cpufeatures v0.2.14
11902024-10-30T00:35:24.768Z Compiling futures-sink v0.3.31
11912024-10-30T00:35:24.845Z Compiling spin v0.9.8
11922024-10-30T00:35:24.927Z Compiling socket2 v0.5.7
11932024-10-30T00:35:25.047Z Compiling slab v0.4.9
11942024-10-30T00:35:25.244Z Compiling serde_json v1.0.128
11952024-10-30T00:35:25.312Z Compiling futures-channel v0.3.31
11962024-10-30T00:35:25.393Z Compiling allocator-api2 v0.2.18
11972024-10-30T00:35:25.458Z Compiling futures-io v0.3.31
11982024-10-30T00:35:25.577Z Compiling pin-utils v0.1.0
11992024-10-30T00:35:25.668Z Compiling foldhash v0.1.3
12002024-10-30T00:35:25.716Z Compiling tinyvec_macros v0.1.1
12012024-10-30T00:35:25.763Z Compiling futures-task v0.3.31
12022024-10-30T00:35:25.781Z Compiling libm v0.2.8
12032024-10-30T00:35:25.807Z Compiling tinyvec v1.8.0
12042024-10-30T00:35:25.883Z Compiling num-traits v0.2.19
12052024-10-30T00:35:25.954Z Compiling unicode-bidi v0.3.17
12062024-10-30T00:35:26.035Z Compiling base64ct v1.6.0
12072024-10-30T00:35:26.116Z Compiling hashbrown v0.15.0
12082024-10-30T00:35:26.410Z Compiling httparse v1.9.5
12092024-10-30T00:35:26.646Z Compiling pem-rfc7468 v0.7.0
12102024-10-30T00:35:27.217Z Compiling unicode-normalization v0.1.24
12112024-10-30T00:35:27.389Z Compiling flagset v0.4.6
12122024-10-30T00:35:27.417Z Compiling tracing-core v0.1.32
12132024-10-30T00:35:27.463Z Compiling percent-encoding v2.3.1
12142024-10-30T00:35:27.580Z Compiling crossbeam-utils v0.8.20
12152024-10-30T00:35:27.638Z Compiling rustls-pki-types v1.9.0
12162024-10-30T00:35:28.167Z Compiling ring v0.17.8
12172024-10-30T00:35:28.326Z Compiling num-conv v0.1.0
12182024-10-30T00:35:28.378Z Compiling untrusted v0.9.0
12192024-10-30T00:35:28.558Z Compiling pkg-config v0.3.31
12202024-10-30T00:35:28.575Z Compiling time-core v0.1.2
12212024-10-30T00:35:28.622Z Compiling powerfmt v0.2.0
12222024-10-30T00:35:28.730Z Compiling vcpkg v0.2.15
12232024-10-30T00:35:28.748Z Compiling time-macros v0.2.18
12242024-10-30T00:35:29.022Z Compiling deranged v0.3.11
12252024-10-30T00:35:29.293Z Compiling atomic-waker v1.1.2
12262024-10-30T00:35:29.478Z Compiling num_threads v0.1.7
12272024-10-30T00:35:29.573Z Compiling form_urlencoded v1.2.1
12282024-10-30T00:35:29.893Z Compiling slog v2.7.0
12292024-10-30T00:35:30.021Z Compiling try-lock v0.2.5
12302024-10-30T00:35:30.039Z Compiling rustix v0.38.37
12312024-10-30T00:35:30.166Z Compiling want v0.3.1
12322024-10-30T00:35:30.442Z Compiling httpdate v1.0.3
12332024-10-30T00:35:30.749Z Compiling openssl-sys v0.9.103
12342024-10-30T00:35:30.840Z Compiling idna v0.5.0
12352024-10-30T00:35:30.867Z Compiling openssl v0.10.66
12362024-10-30T00:35:30.887Z Compiling rustversion v1.0.17
12372024-10-30T00:35:31.249Z Compiling match_cfg v0.1.0
12382024-10-30T00:35:31.266Z Compiling iana-time-zone v0.1.61
12392024-10-30T00:35:31.328Z Compiling foreign-types-shared v0.1.1
12402024-10-30T00:35:31.428Z Compiling base64 v0.22.1
12412024-10-30T00:35:31.564Z Compiling tower-service v0.3.3
12422024-10-30T00:35:31.657Z Compiling url v2.5.2
12432024-10-30T00:35:31.745Z Compiling foreign-types v0.3.2
12442024-10-30T00:35:31.801Z Compiling time v0.3.36
12452024-10-30T00:35:31.837Z Compiling hostname v0.3.1
12462024-10-30T00:35:32.064Z Compiling dirs-sys-next v0.1.2
12472024-10-30T00:35:32.135Z Compiling aho-corasick v1.1.3
12482024-10-30T00:35:32.229Z Compiling siphasher v0.3.11
12492024-10-30T00:35:32.550Z Compiling rustls v0.22.4
12502024-10-30T00:35:32.733Z Compiling regex-syntax v0.8.5
12512024-10-30T00:35:32.790Z Compiling native-tls v0.2.12
12522024-10-30T00:35:33.117Z Compiling data-encoding v2.6.0
12532024-10-30T00:35:33.164Z Compiling adler2 v2.0.0
12542024-10-30T00:35:33.360Z Compiling rustls v0.23.14
12552024-10-30T00:35:33.578Z Compiling syn v1.0.109
12562024-10-30T00:35:34.239Z Compiling miniz_oxide v0.8.0
12572024-10-30T00:35:35.233Z Compiling dirs-next v2.0.0
12582024-10-30T00:35:35.429Z Compiling serde_derive_internals v0.29.1
12592024-10-30T00:35:36.274Z Compiling serde_derive v1.0.210
12602024-10-30T00:35:36.569Z Compiling zeroize_derive v1.4.2
12612024-10-30T00:35:36.635Z Compiling zerocopy-derive v0.7.35
12622024-10-30T00:35:36.827Z Compiling tokio-macros v2.4.0
12632024-10-30T00:35:36.974Z Compiling thiserror-impl v1.0.64
12642024-10-30T00:35:37.956Z Compiling futures-macro v0.3.31
12652024-10-30T00:35:38.085Z Compiling zeroize v1.8.1
12662024-10-30T00:35:38.454Z Compiling der_derive v0.7.3
12672024-10-30T00:35:38.747Z Compiling tracing-attributes v0.1.27
12682024-10-30T00:35:38.915Z Compiling zerocopy v0.7.35
12692024-10-30T00:35:39.854Z Compiling crypto-common v0.1.6
12702024-10-30T00:35:39.944Z Compiling block-buffer v0.10.4
12712024-10-30T00:35:40.083Z Compiling futures-util v0.3.31
12722024-10-30T00:35:40.204Z Compiling digest v0.10.7
12732024-10-30T00:35:40.229Z Compiling thiserror v1.0.64
12742024-10-30T00:35:40.354Z Compiling block-padding v0.3.3
12752024-10-30T00:35:40.456Z Compiling ppv-lite86 v0.2.20
12762024-10-30T00:35:40.582Z Compiling hmac v0.12.1
12772024-10-30T00:35:40.625Z Compiling inout v0.1.3
12782024-10-30T00:35:40.799Z Compiling sha2 v0.10.8
12792024-10-30T00:35:40.823Z Compiling cipher v0.4.4
12802024-10-30T00:35:40.868Z Compiling der v0.7.9
12812024-10-30T00:35:41.209Z Compiling rand_chacha v0.3.1
12822024-10-30T00:35:41.304Z Compiling salsa20 v0.10.2
12832024-10-30T00:35:41.508Z Compiling pbkdf2 v0.12.2
12842024-10-30T00:35:41.681Z Compiling rand v0.8.5
12852024-10-30T00:35:42.387Z Compiling tracing v0.1.40
12862024-10-30T00:35:42.934Z Compiling spki v0.7.3
12872024-10-30T00:35:43.313Z Compiling pest v2.7.14
12882024-10-30T00:35:43.378Z Compiling scrypt v0.11.0
12892024-10-30T00:35:43.709Z Compiling cbc v0.1.2
12902024-10-30T00:35:43.910Z Compiling aes v0.8.4
12912024-10-30T00:35:43.943Z Compiling scroll_derive v0.12.0
12922024-10-30T00:35:44.084Z Compiling openssl-macros v0.1.1
12932024-10-30T00:35:44.241Z Compiling async-trait v0.1.83
12942024-10-30T00:35:44.802Z Compiling pkcs5 v0.7.1
12952024-10-30T00:35:45.287Z Compiling scroll v0.12.0
12962024-10-30T00:35:45.829Z Compiling pest_meta v2.7.14
12972024-10-30T00:35:45.882Z Compiling goblin v0.8.2
12982024-10-30T00:35:45.978Z Compiling pkcs8 v0.10.2
12992024-10-30T00:35:46.219Z Compiling signature v2.2.0
13002024-10-30T00:35:46.563Z Compiling sha1 v0.10.6
13012024-10-30T00:35:46.595Z Compiling regex-automata v0.4.8
13022024-10-30T00:35:46.699Z Compiling crossbeam-epoch v0.9.18
13032024-10-30T00:35:46.957Z Compiling lazy_static v1.5.0
13042024-10-30T00:35:46.975Z Compiling thread_local v1.1.8
13052024-10-30T00:35:47.083Z Compiling pest_generator v2.7.14
13062024-10-30T00:35:47.439Z Compiling cookie v0.18.1
13072024-10-30T00:35:47.544Z Compiling multer v3.1.0
13082024-10-30T00:35:47.747Z Compiling encoding_rs v0.8.34
13092024-10-30T00:35:47.860Z Compiling slog-async v2.8.0
13102024-10-30T00:35:48.441Z Compiling paste v1.0.15
13112024-10-30T00:35:48.981Z Compiling rustls-webpki v0.102.8
13122024-10-30T00:35:49.125Z Compiling either v1.13.0
13132024-10-30T00:35:49.551Z Compiling rayon-core v1.12.1
13142024-10-30T00:35:49.833Z Compiling gimli v0.31.1
13152024-10-30T00:35:50.257Z Compiling bytes v1.7.2
13162024-10-30T00:35:50.898Z Compiling indexmap v2.6.0
13172024-10-30T00:35:51.067Z Compiling bitflags v2.6.0
13182024-10-30T00:35:51.517Z Compiling tokio v1.40.0
13192024-10-30T00:35:51.551Z Compiling http v1.1.0
13202024-10-30T00:35:52.257Z Compiling semver v1.0.23
13212024-10-30T00:35:52.400Z Compiling pest_derive v2.7.14
13222024-10-30T00:35:53.009Z Compiling rustc_version v0.4.1
13232024-10-30T00:35:53.229Z Compiling http-body v1.0.1
13242024-10-30T00:35:53.473Z Compiling dtrace-parser v0.2.0
13252024-10-30T00:35:53.505Z Compiling dof v0.3.0
13262024-10-30T00:35:54.099Z Compiling toml_datetime v0.6.8
13272024-10-30T00:35:54.602Z Compiling serde_spanned v0.6.8
13282024-10-30T00:35:54.826Z Compiling uuid v1.10.0
13292024-10-30T00:35:55.056Z Compiling serde_tokenstream v0.2.2
13302024-10-30T00:35:55.638Z Compiling usdt-impl v0.5.0
13312024-10-30T00:35:55.678Z Compiling chrono v0.4.38
13322024-10-30T00:35:55.706Z Compiling heapless v0.7.17
13332024-10-30T00:35:56.152Z Compiling http-body-util v0.1.2
13342024-10-30T00:35:56.228Z Compiling ipnet v2.10.1
13352024-10-30T00:35:56.659Z Compiling signal-hook v0.3.17
13362024-10-30T00:35:56.954Z Compiling unicode-properties v0.1.3
13372024-10-30T00:35:57.240Z Compiling openssl-probe v0.1.5
13382024-10-30T00:35:57.363Z Compiling mime v0.3.17
13392024-10-30T00:35:57.455Z Compiling schemars v0.8.21
13402024-10-30T00:35:57.598Z Compiling stringprep v0.1.5
13412024-10-30T00:35:57.846Z Compiling usdt-macro v0.5.0
13422024-10-30T00:35:58.001Z Compiling usdt-attr-macro v0.5.0
13432024-10-30T00:35:58.828Z Compiling toml_edit v0.22.22
13442024-10-30T00:35:59.192Z Compiling addr2line v0.24.2
13452024-10-30T00:35:59.377Z Compiling curve25519-dalek v4.1.3
13462024-10-30T00:35:59.425Z Compiling slog-json v2.6.1
13472024-10-30T00:35:59.577Z Compiling tokio-util v0.7.12
13482024-10-30T00:35:59.691Z Compiling serde_urlencoded v0.7.1
13492024-10-30T00:36:00.226Z Compiling crossbeam-deque v0.8.5
13502024-10-30T00:36:00.245Z Compiling futures-executor v0.3.31
13512024-10-30T00:36:00.561Z Compiling h2 v0.4.6
13522024-10-30T00:36:00.812Z Compiling md-5 v0.10.6
13532024-10-30T00:36:00.921Z Compiling schemars_derive v0.8.21
13542024-10-30T00:36:01.061Z Compiling enum-as-inner v0.6.1
13552024-10-30T00:36:02.132Z Compiling async-stream-impl v0.3.6
13562024-10-30T00:36:04.248Z Compiling term v0.7.0
13572024-10-30T00:36:05.086Z Compiling crossbeam-channel v0.5.13
13582024-10-30T00:36:05.756Z Compiling num-integer v0.1.46
13592024-10-30T00:36:06.217Z Compiling rustls-pemfile v2.2.0
13602024-10-30T00:36:06.573Z Compiling idna v0.3.0
13612024-10-30T00:36:06.592Z Compiling idna v0.4.0
13622024-10-30T00:36:06.930Z Compiling ff v0.13.0
13632024-10-30T00:36:07.154Z Compiling hash32 v0.2.1
13642024-10-30T00:36:07.223Z Compiling is-terminal v0.4.13
13652024-10-30T00:36:07.357Z Compiling object v0.36.5
13662024-10-30T00:36:07.520Z Compiling dropshot v0.12.0
13672024-10-30T00:36:07.843Z Compiling hyper v1.4.1
13682024-10-30T00:36:08.222Z Compiling fallible-iterator v0.2.0
13692024-10-30T00:36:08.300Z Compiling utf-8 v0.7.6
13702024-10-30T00:36:08.644Z Compiling num-bigint-dig v0.8.4
13712024-10-30T00:36:08.936Z Compiling base16ct v0.2.0
13722024-10-30T00:36:08.954Z Compiling stable_deref_trait v1.2.0
13732024-10-30T00:36:09.054Z Compiling take_mut v0.2.2
13742024-10-30T00:36:09.214Z Compiling quick-error v1.2.3
13752024-10-30T00:36:09.241Z Compiling linked-hash-map v0.5.6
13762024-10-30T00:36:09.363Z Compiling smoltcp v0.9.1
13772024-10-30T00:36:09.622Z Compiling rustc-demangle v0.1.24
13782024-10-30T00:36:10.124Z Compiling portable-atomic v1.9.0
13792024-10-30T00:36:10.225Z Compiling psl-types v2.0.11
13802024-10-30T00:36:10.425Z Compiling hyper-util v0.1.9
13812024-10-30T00:36:10.564Z Compiling anyhow v1.0.89
13822024-10-30T00:36:11.201Z Compiling dyn-clone v1.0.17
13832024-10-30T00:36:11.421Z Compiling publicsuffix v2.2.3
13842024-10-30T00:36:11.510Z Compiling lru-cache v0.1.2
13852024-10-30T00:36:11.681Z Compiling resolv-conf v0.7.0
13862024-10-30T00:36:12.115Z Compiling sec1 v0.7.3
13872024-10-30T00:36:12.748Z Compiling postgres-protocol v0.6.7
13882024-10-30T00:36:12.918Z Compiling tungstenite v0.24.0
13892024-10-30T00:36:13.660Z Compiling hickory-proto v0.24.1
13902024-10-30T00:36:13.684Z Compiling slog-term v2.9.1
13912024-10-30T00:36:14.064Z Compiling usdt v0.5.0
13922024-10-30T00:36:14.121Z Compiling group v0.13.0
13932024-10-30T00:36:14.439Z Compiling backtrace v0.3.74
13942024-10-30T00:36:14.573Z Compiling num-iter v0.1.45
13952024-10-30T00:36:14.774Z Compiling tokio-rustls v0.26.0
13962024-10-30T00:36:14.921Z Compiling tokio-rustls v0.25.0
13972024-10-30T00:36:15.103Z Compiling tokio-native-tls v0.3.1
13982024-10-30T00:36:15.229Z Compiling async-stream v0.3.6
13992024-10-30T00:36:15.247Z Compiling toml v0.8.19
14002024-10-30T00:36:15.324Z Compiling futures v0.3.31
14012024-10-30T00:36:15.520Z Compiling camino v1.1.9
14022024-10-30T00:36:16.526Z Compiling slog-bunyan v2.5.0
14032024-10-30T00:36:16.739Z Compiling terminal_size v0.4.0
14042024-10-30T00:36:16.962Z Compiling dropshot_endpoint v0.12.0
14052024-10-30T00:36:16.979Z Compiling openapiv3 v2.0.0
14062024-10-30T00:36:17.100Z Compiling serde_path_to_error v0.1.16
14072024-10-30T00:36:17.619Z Compiling hkdf v0.12.4
14082024-10-30T00:36:17.710Z Compiling crypto-bigint v0.5.5
14092024-10-30T00:36:17.859Z Compiling curve25519-dalek-derive v0.1.1
14102024-10-30T00:36:17.994Z Compiling zerocopy-derive v0.6.6
14112024-10-30T00:36:18.031Z Compiling phf_shared v0.11.2
14122024-10-30T00:36:18.423Z Compiling waitgroup v0.1.2
14132024-10-30T00:36:18.581Z Compiling hubpack_derive v0.1.1
14142024-10-30T00:36:18.638Z Compiling webpki-roots v0.26.6
14152024-10-30T00:36:18.864Z Compiling hostname v0.4.0
14162024-10-30T00:36:19.141Z Compiling fs-err v2.11.0
14172024-10-30T00:36:19.458Z Compiling ahash v0.8.11
14182024-10-30T00:36:19.483Z Compiling managed v0.8.0
14192024-10-30T00:36:19.499Z Compiling debug-ignore v1.0.5
14202024-10-30T00:36:19.643Z Compiling bitflags v1.3.2
14212024-10-30T00:36:19.751Z Compiling winnow v0.5.40
14222024-10-30T00:36:19.946Z Compiling clap_builder v4.5.20
14232024-10-30T00:36:20.198Z Compiling zerocopy v0.6.6
14242024-10-30T00:36:21.040Z Compiling elliptic-curve v0.13.8
14252024-10-30T00:36:21.419Z Compiling console v0.15.8
14262024-10-30T00:36:21.876Z Compiling hubpack v0.1.2
14272024-10-30T00:36:21.988Z Compiling strum_macros v0.25.3
14282024-10-30T00:36:23.103Z Compiling hickory-resolver v0.24.1
14292024-10-30T00:36:23.631Z Compiling toml_edit v0.19.15
14302024-10-30T00:36:23.769Z Compiling hyper-rustls v0.27.3
14312024-10-30T00:36:23.960Z Compiling phf v0.11.2
14322024-10-30T00:36:24.264Z Compiling signal-hook-mio v0.2.4
14332024-10-30T00:36:24.381Z Compiling rayon v1.10.0
14342024-10-30T00:36:24.424Z Compiling cookie_store v0.21.0
14352024-10-30T00:36:26.002Z Compiling hyper-tls v0.6.0
14362024-10-30T00:36:27.168Z Compiling tokio-tungstenite v0.24.0
14372024-10-30T00:36:27.704Z Compiling postgres-types v0.2.8
14382024-10-30T00:36:29.207Z Compiling tokio-stream v0.1.16
14392024-10-30T00:36:29.327Z Compiling bstr v1.10.0
14402024-10-30T00:36:29.915Z Compiling regex v1.11.0
14412024-10-30T00:36:30.308Z Compiling serde-big-array v0.5.1
14422024-10-30T00:36:30.443Z Compiling ed25519 v2.2.3
14432024-10-30T00:36:30.533Z Compiling pkcs1 v0.7.5
14442024-10-30T00:36:30.551Z Compiling rfc6979 v0.4.0
14452024-10-30T00:36:30.740Z Compiling clap_derive v4.5.18
14462024-10-30T00:36:31.036Z Compiling derive-where v1.2.7
14472024-10-30T00:36:31.115Z Compiling serde_repr v0.1.19
14482024-10-30T00:36:31.144Z Compiling phf_shared v0.10.0
14492024-10-30T00:36:31.483Z Compiling float-cmp v0.9.0
14502024-10-30T00:36:31.560Z Compiling sync_wrapper v1.0.1
14512024-10-30T00:36:31.563Z Compiling crc32fast v1.4.2
14522024-10-30T00:36:31.705Z Compiling whoami v1.5.2
14532024-10-30T00:36:31.723Z Compiling difflib v0.4.0
14542024-10-30T00:36:31.916Z Compiling minimal-lexical v0.2.1
14552024-10-30T00:36:32.310Z Compiling unicode-segmentation v1.12.0
14562024-10-30T00:36:32.358Z Compiling bit-vec v0.6.3
14572024-10-30T00:36:32.443Z Compiling predicates-core v1.0.8
14582024-10-30T00:36:32.480Z Compiling new_debug_unreachable v1.0.6
14592024-10-30T00:36:32.582Z Compiling number_prefix v0.4.0
14602024-10-30T00:36:32.805Z Compiling static_assertions v1.1.0
14612024-10-30T00:36:32.805Z Compiling precomputed-hash v0.1.1
14622024-10-30T00:36:32.839Z Compiling fixedbitset v0.4.2
14632024-10-30T00:36:32.921Z Compiling normalize-line-endings v0.3.0
14642024-10-30T00:36:32.957Z Compiling string_cache v0.8.7
14652024-10-30T00:36:33.065Z Compiling predicates v3.1.2
14662024-10-30T00:36:33.232Z Compiling petgraph v0.6.5
14672024-10-30T00:36:33.270Z Compiling similar v2.6.0
14682024-10-30T00:36:33.317Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14692024-10-30T00:36:33.424Z Compiling indicatif v0.17.8
14702024-10-30T00:36:34.623Z Compiling qorb v0.1.2
14712024-10-30T00:36:34.805Z Compiling bit-set v0.5.3
14722024-10-30T00:36:35.106Z Compiling nom v7.1.3
14732024-10-30T00:36:35.652Z Compiling tokio-postgres v0.7.12
14742024-10-30T00:36:35.769Z Compiling flate2 v1.0.34
14752024-10-30T00:36:35.820Z Compiling clap v4.5.20
14762024-10-30T00:36:35.951Z Compiling reqwest v0.12.8
14772024-10-30T00:36:36.767Z Compiling rsa v0.9.6
14782024-10-30T00:36:37.236Z Compiling ecdsa v0.16.9
14792024-10-30T00:36:38.118Z Compiling ed25519-dalek v2.1.1
14802024-10-30T00:36:38.772Z Compiling toml v0.7.8
14812024-10-30T00:36:39.392Z Compiling crossterm v0.28.1
14822024-10-30T00:36:41.140Z Compiling hex v0.4.3
14832024-10-30T00:36:41.167Z Compiling itertools v0.12.1
14842024-10-30T00:36:41.172Z Compiling itertools v0.10.5
14852024-10-30T00:36:41.196Z Compiling x509-cert v0.2.5
14862024-10-30T00:36:41.463Z Compiling lalrpop-util v0.19.12
14872024-10-30T00:36:41.778Z Compiling unicode-xid v0.2.6
14882024-10-30T00:36:41.866Z Compiling peg-runtime v0.8.3
14892024-10-30T00:36:41.963Z Compiling xattr v1.3.1
14902024-10-30T00:36:42.234Z Compiling strum_macros v0.26.4
14912024-10-30T00:36:42.519Z Compiling filetime v0.2.25
14922024-10-30T00:36:42.836Z Compiling tar v0.4.42
14932024-10-30T00:36:45.780Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-10-30T00:36:45.962Z Compiling strum v0.26.3
14952024-10-30T00:36:46.041Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14962024-10-30T00:36:51.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14972024-10-30T00:36:51.552Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14982024-10-30T00:36:51.593ZOct 30 00:36:51.168 INFO Starting download, target: Clickhouse
14992024-10-30T00:36:51.593ZOct 30 00:36:51.168 INFO Starting download, target: Cockroach
15002024-10-30T00:36:51.593ZOct 30 00:36:51.168 INFO Starting download, target: DendriteOpenapi
15012024-10-30T00:36:51.596ZOct 30 00:36:51.168 INFO Starting download, target: Console
15022024-10-30T00:36:51.596ZOct 30 00:36:51.168 INFO Starting download, target: DendriteStub
15032024-10-30T00:36:51.596ZOct 30 00:36:51.168 INFO Starting download, target: MaghemiteMgd
15042024-10-30T00:36:51.596ZOct 30 00:36:51.168 INFO Starting download, target: TransceiverControl
15052024-10-30T00:36:51.596ZOct 30 00:36:51.169 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15062024-10-30T00:36:51.596ZOct 30 00:36:51.169 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15072024-10-30T00:36:51.596ZOct 30 00:36:51.169 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15082024-10-30T00:36:51.596ZOct 30 00:36:51.169 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15092024-10-30T00:36:51.596ZOct 30 00:36:51.169 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15102024-10-30T00:36:51.596ZOct 30 00:36:51.169 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15112024-10-30T00:36:51.596ZOct 30 00:36:51.169 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15122024-10-30T00:36:51.723ZOct 30 00:36:51.298 INFO Download complete, target: DendriteOpenapi
15132024-10-30T00:36:51.933ZOct 30 00:36:51.489 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15142024-10-30T00:36:52.287ZOct 30 00:36:51.859 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15152024-10-30T00:36:52.666ZOct 30 00:36:52.231 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15162024-10-30T00:36:52.674ZOct 30 00:36:52.246 INFO Download complete, target: TransceiverControl
15172024-10-30T00:36:52.682ZOct 30 00:36:52.248 INFO Download complete, target: Console
15182024-10-30T00:36:52.706ZOct 30 00:36:52.280 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15192024-10-30T00:36:53.066ZOct 30 00:36:52.642 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15202024-10-30T00:36:53.066ZOct 30 00:36:52.642 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15212024-10-30T00:36:53.903ZOct 30 00:36:53.478 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15222024-10-30T00:36:55.870ZOct 30 00:36:55.447 INFO Download complete, target: DendriteStub
15232024-10-30T00:36:56.094ZOct 30 00:36:55.667 INFO Download complete, target: MaghemiteMgd
15242024-10-30T00:37:01.600ZOct 30 00:37:01.179 INFO Checking that binary works, target: Cockroach
15252024-10-30T00:37:01.756ZOct 30 00:37:01.334 INFO Download complete, target: Cockroach
15262024-10-30T00:37:08.233ZOct 30 00:37:07.811 INFO Checking that binary works, target: Clickhouse
15272024-10-30T00:37:09.204ZOct 30 00:37:08.786 INFO Download complete, target: Clickhouse
15282024-10-30T00:37:09.212ZAll prerequisites installed successfully
15292024-10-30T00:37:09.215Z
15302024-10-30T00:37:09.215Zreal 3:53.593663724
15312024-10-30T00:37:09.215Zuser 12:40.485957796
15322024-10-30T00:37:09.215Zsys 2:36.116004438
15332024-10-30T00:37:09.215Ztrap 0.409792827
15342024-10-30T00:37:09.215Ztflt 10.183232312
15352024-10-30T00:37:09.215Zdflt 7.187920875
15362024-10-30T00:37:09.215Zkflt 0.462573609
15372024-10-30T00:37:09.215Zlock 26:18.537985170
15382024-10-30T00:37:09.215Zslp 50:47.470023824
15392024-10-30T00:37:09.215Zlat 39.618634018
15402024-10-30T00:37:09.215Zstop 1:48.479363169
15412024-10-30T00:37:09.215Z+ source ./tools/include/force-git-over-https.sh
15422024-10-30T00:37:09.215Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15432024-10-30T00:37:09.215Z++ (( i = 0 ))
15442024-10-30T00:37:09.215Z++ (( i < 5 ))
15452024-10-30T00:37:09.215Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15462024-10-30T00:37:09.218Z++ (( i++ ))
15472024-10-30T00:37:09.218Z++ (( i < 5 ))
15482024-10-30T00:37:09.218Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15492024-10-30T00:37:09.221Z++ (( i++ ))
15502024-10-30T00:37:09.221Z++ (( i < 5 ))
15512024-10-30T00:37:09.221Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15522024-10-30T00:37:09.223Z++ (( i++ ))
15532024-10-30T00:37:09.223Z++ (( i < 5 ))
15542024-10-30T00:37:09.223Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15552024-10-30T00:37:09.225Z++ (( i++ ))
15562024-10-30T00:37:09.225Z++ (( i < 5 ))
15572024-10-30T00:37:09.225Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15582024-10-30T00:37:09.228Z++ (( i++ ))
15592024-10-30T00:37:09.228Z++ (( i < 5 ))
15602024-10-30T00:37:09.228Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15612024-10-30T00:37:09.228Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15622024-10-30T00:37:09.231Z+ rc=0
15632024-10-30T00:37:09.231Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15642024-10-30T00:37:35.034Z+ case $rc in
15652024-10-30T00:37:35.034Z+ pfexec zfs create -p rpool/images/build/host
15662024-10-30T00:37:35.263Z+ pfexec zfs create -p rpool/images/build/recovery
15672024-10-30T00:37:35.341Z+ cargo xtask releng --output-dir /work
15682024-10-30T00:37:35.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15692024-10-30T00:37:35.922Z Running `target/debug/xtask releng --output-dir /work`
15702024-10-30T00:37:36.853Z Compiling proc-macro2 v1.0.87
15712024-10-30T00:37:36.853Z Compiling unicode-ident v1.0.13
15722024-10-30T00:37:36.856Z Compiling libc v0.2.161
15732024-10-30T00:37:36.856Z Compiling serde v1.0.210
15742024-10-30T00:37:36.856Z Compiling autocfg v1.4.0
15752024-10-30T00:37:36.856Z Compiling version_check v0.9.5
15762024-10-30T00:37:36.856Z Compiling cfg-if v1.0.0
15772024-10-30T00:37:37.136Z Compiling typenum v1.17.0
15782024-10-30T00:37:37.136Z Compiling shlex v1.3.0
15792024-10-30T00:37:37.201Z Compiling memchr v2.7.4
15802024-10-30T00:37:37.714Z Compiling parking_lot_core v0.9.10
15812024-10-30T00:37:37.737Z Compiling generic-array v0.14.7
15822024-10-30T00:37:37.901Z Compiling lock_api v0.4.12
15832024-10-30T00:37:38.119Z Compiling serde_json v1.0.128
15842024-10-30T00:37:38.121Z Compiling libm v0.2.8
15852024-10-30T00:37:38.218Z Compiling value-bag v1.9.0
15862024-10-30T00:37:38.468Z Compiling slab v0.4.9
15872024-10-30T00:37:38.527Z Compiling quote v1.0.37
15882024-10-30T00:37:38.753Z Compiling log v0.4.22
15892024-10-30T00:37:38.774Z Compiling num-traits v0.2.19
15902024-10-30T00:37:38.794Z Compiling once_cell v1.20.2
15912024-10-30T00:37:39.091Z Compiling syn v2.0.79
15922024-10-30T00:37:39.153Z Compiling getrandom v0.2.15
15932024-10-30T00:37:39.213Z Compiling jobserver v0.1.32
15942024-10-30T00:37:39.245Z Compiling itoa v1.0.11
15952024-10-30T00:37:39.496Z Compiling thiserror v1.0.64
15962024-10-30T00:37:39.690Z Compiling cc v1.1.30
15972024-10-30T00:37:39.692Z Compiling scopeguard v1.2.0
15982024-10-30T00:37:39.771Z Compiling rand_core v0.6.4
15992024-10-30T00:37:40.055Z Compiling byteorder v1.5.0
16002024-10-30T00:37:40.621Z Compiling subtle v2.6.1
16012024-10-30T00:37:41.182Z Compiling semver v1.0.23
16022024-10-30T00:37:41.240Z Compiling pin-project-lite v0.2.14
16032024-10-30T00:37:41.415Z Compiling smallvec v1.13.2
16042024-10-30T00:37:41.631Z Compiling httparse v1.9.5
16052024-10-30T00:37:41.677Z Compiling ryu v1.0.18
16062024-10-30T00:37:41.733Z Compiling heck v0.5.0
16072024-10-30T00:37:41.947Z Compiling const-oid v0.9.6
16082024-10-30T00:37:42.000Z Compiling pkg-config v0.3.31
16092024-10-30T00:37:42.134Z Compiling allocator-api2 v0.2.18
16102024-10-30T00:37:42.163Z Compiling futures-core v0.3.31
16112024-10-30T00:37:42.556Z Compiling signal-hook-registry v1.4.2
16122024-10-30T00:37:42.950Z Compiling parking_lot v0.12.3
16132024-10-30T00:37:43.165Z Compiling mio v1.0.2
16142024-10-30T00:37:43.370Z Compiling ring v0.17.8
16152024-10-30T00:37:44.217Z Compiling socket2 v0.5.7
16162024-10-30T00:37:44.396Z Compiling crossbeam-utils v0.8.20
16172024-10-30T00:37:44.710Z Compiling vcpkg v0.2.15
16182024-10-30T00:37:44.734Z Compiling futures-sink v0.3.31
16192024-10-30T00:37:44.886Z Compiling time-core v0.1.2
16202024-10-30T00:37:44.905Z Compiling num-conv v0.1.0
16212024-10-30T00:37:45.063Z Compiling fnv v1.0.7
16222024-10-30T00:37:45.186Z Compiling time-macros v0.2.18
16232024-10-30T00:37:45.678Z Compiling ahash v0.8.11
16242024-10-30T00:37:45.759Z Compiling schemars v0.8.21
16252024-10-30T00:37:46.187Z Compiling spin v0.9.8
16262024-10-30T00:37:46.371Z Compiling openssl-sys v0.9.103
16272024-10-30T00:37:47.018Z Compiling serde_derive_internals v0.29.1
16282024-10-30T00:37:47.350Z Compiling foldhash v0.1.3
16292024-10-30T00:37:47.372Z Compiling rustix v0.38.37
16302024-10-30T00:37:47.442Z Compiling cpufeatures v0.2.14
16312024-10-30T00:37:47.575Z Compiling equivalent v1.0.1
16322024-10-30T00:37:47.982Z Compiling hashbrown v0.15.0
16332024-10-30T00:37:48.811Z Compiling futures-channel v0.3.31
16342024-10-30T00:37:49.368Z Compiling futures-task v0.3.31
16352024-10-30T00:37:49.400Z Compiling pin-utils v0.1.0
16362024-10-30T00:37:49.509Z Compiling slog v2.7.0
16372024-10-30T00:37:49.581Z Compiling futures-io v0.3.31
16382024-10-30T00:37:49.672Z Compiling tinyvec_macros v0.1.1
16392024-10-30T00:37:49.801Z Compiling tinyvec v1.8.0
16402024-10-30T00:37:49.977Z Compiling ucd-trie v0.1.7
16412024-10-30T00:37:50.193Z Compiling openssl v0.10.66
16422024-10-30T00:37:50.488Z Compiling unicode-bidi v0.3.17
16432024-10-30T00:37:50.545Z Compiling iana-time-zone v0.1.61
16442024-10-30T00:37:50.596Z Compiling tracing-core v0.1.32
16452024-10-30T00:37:50.793Z Compiling native-tls v0.2.12
16462024-10-30T00:37:50.796Z Compiling rustls v0.23.14
16472024-10-30T00:37:51.343Z Compiling base64ct v1.6.0
16482024-10-30T00:37:51.610Z Compiling unicode-normalization v0.1.24
16492024-10-30T00:37:52.000Z Compiling pem-rfc7468 v0.7.0
16502024-10-30T00:37:52.358Z Compiling serde_derive v1.0.210
16512024-10-30T00:37:52.728Z Compiling zeroize_derive v1.4.2
16522024-10-30T00:37:53.034Z Compiling zerocopy-derive v0.7.35
16532024-10-30T00:37:53.061Z Compiling tokio-macros v2.4.0
16542024-10-30T00:37:53.134Z Compiling thiserror-impl v1.0.64
16552024-10-30T00:37:53.461Z Compiling futures-macro v0.3.31
16562024-10-30T00:37:53.501Z Compiling tracing-attributes v0.1.27
16572024-10-30T00:37:54.322Z Compiling zeroize v1.8.1
16582024-10-30T00:37:55.142Z Compiling zerocopy v0.7.35
16592024-10-30T00:37:56.387Z Compiling crypto-common v0.1.6
16602024-10-30T00:37:56.559Z Compiling block-buffer v0.10.4
16612024-10-30T00:37:56.613Z Compiling der_derive v0.7.3
16622024-10-30T00:37:56.835Z Compiling digest v0.10.7
16632024-10-30T00:37:56.978Z Compiling schemars_derive v0.8.21
16642024-10-30T00:37:57.078Z Compiling futures-util v0.3.31
16652024-10-30T00:37:57.111Z Compiling scroll_derive v0.12.0
16662024-10-30T00:37:57.269Z Compiling hmac v0.12.1
16672024-10-30T00:37:57.404Z Compiling block-padding v0.3.3
16682024-10-30T00:37:57.495Z Compiling pest v2.7.14
16692024-10-30T00:37:58.536Z Compiling inout v0.1.3
16702024-10-30T00:37:58.806Z Compiling openssl-macros v0.1.1
16712024-10-30T00:37:58.939Z Compiling cipher v0.4.4
16722024-10-30T00:37:59.577Z Compiling sha2 v0.10.8
16732024-10-30T00:37:59.675Z Compiling tracing v0.1.40
16742024-10-30T00:38:00.006Z Compiling ppv-lite86 v0.2.20
16752024-10-30T00:38:00.595Z Compiling pest_meta v2.7.14
16762024-10-30T00:38:00.888Z Compiling async-trait v0.1.83
16772024-10-30T00:38:03.447Z Compiling pest_generator v2.7.14
16782024-10-30T00:38:04.242Z Compiling usdt-impl v0.5.0
16792024-10-30T00:38:04.506Z Compiling cookie v0.18.1
16802024-10-30T00:38:04.603Z Compiling dyn-clone v1.0.17
16812024-10-30T00:38:04.800Z Compiling syn v1.0.109
16822024-10-30T00:38:04.872Z Compiling percent-encoding v2.3.1
16832024-10-30T00:38:04.891Z Compiling flagset v0.4.6
16842024-10-30T00:38:05.237Z Compiling pest_derive v2.7.14
16852024-10-30T00:38:05.339Z Compiling der v0.7.9
16862024-10-30T00:38:05.537Z Compiling rand_chacha v0.3.1
16872024-10-30T00:38:05.983Z Compiling scroll v0.12.0
16882024-10-30T00:38:06.143Z Compiling bytes v1.7.2
16892024-10-30T00:38:06.523Z Compiling indexmap v2.6.0
16902024-10-30T00:38:07.202Z Compiling bitflags v2.6.0
16912024-10-30T00:38:07.440Z Compiling tokio v1.40.0
16922024-10-30T00:38:07.904Z Compiling http v1.1.0
16932024-10-30T00:38:08.097Z Compiling serde_tokenstream v0.2.2
16942024-10-30T00:38:09.018Z Compiling rustc_version v0.4.1
16952024-10-30T00:38:09.116Z Compiling uuid v1.10.0
16962024-10-30T00:38:09.191Z Compiling chrono v0.4.38
16972024-10-30T00:38:10.499Z Compiling aho-corasick v1.1.3
16982024-10-30T00:38:10.636Z Compiling camino v1.1.9
16992024-10-30T00:38:11.339Z Compiling rayon-core v1.12.1
17002024-10-30T00:38:11.676Z Compiling regex-syntax v0.8.5
17012024-10-30T00:38:14.709Z Compiling rustls-pki-types v1.9.0
17022024-10-30T00:38:15.182Z Compiling plain v0.2.3
17032024-10-30T00:38:15.388Z Compiling goblin v0.8.2
17042024-10-30T00:38:15.848Z Compiling regex-automata v0.4.8
17052024-10-30T00:38:15.892Z Compiling spki v0.7.3
17062024-10-30T00:38:16.334Z Compiling tokio-util v0.7.12
17072024-10-30T00:38:18.757Z Compiling rand v0.8.5
17082024-10-30T00:38:19.234Z Compiling salsa20 v0.10.2
17092024-10-30T00:38:19.571Z Compiling pbkdf2 v0.12.2
17102024-10-30T00:38:20.789Z Compiling pretty-hex v0.4.1
17112024-10-30T00:38:21.076Z Compiling untrusted v0.9.0
17122024-10-30T00:38:21.251Z Compiling powerfmt v0.2.0
17132024-10-30T00:38:21.687Z Compiling try-lock v0.2.5
17142024-10-30T00:38:21.886Z Compiling rustls v0.22.4
17152024-10-30T00:38:23.195Z Compiling want v0.3.1
17162024-10-30T00:38:23.320Z Compiling dof v0.3.0
17172024-10-30T00:38:24.409Z Compiling deranged v0.3.11
17182024-10-30T00:38:25.619Z Compiling scrypt v0.11.0
17192024-10-30T00:38:26.188Z Compiling dtrace-parser v0.2.0
17202024-10-30T00:38:26.674Z Compiling form_urlencoded v1.2.1
17212024-10-30T00:38:27.051Z Compiling aes v0.8.4
17222024-10-30T00:38:27.290Z Compiling cbc v0.1.2
17232024-10-30T00:38:27.742Z Compiling errno v0.3.9
17242024-10-30T00:38:28.058Z Compiling thread-id v4.2.2
17252024-10-30T00:38:28.120Z Compiling atomic-waker v1.1.2
17262024-10-30T00:38:28.189Z Compiling httpdate v1.0.3
17272024-10-30T00:38:28.215Z Compiling num_threads v0.1.7
17282024-10-30T00:38:28.590Z Compiling time v0.3.36
17292024-10-30T00:38:29.059Z Compiling pkcs5 v0.7.1
17302024-10-30T00:38:30.681Z Compiling rustls-webpki v0.102.8
17312024-10-30T00:38:31.739Z Compiling heapless v0.7.17
17322024-10-30T00:38:32.231Z Compiling http-body v1.0.1
17332024-10-30T00:38:32.522Z Compiling zerocopy-derive v0.6.6
17342024-10-30T00:38:32.830Z Compiling multer v3.1.0
17352024-10-30T00:38:32.981Z Compiling anyhow v1.0.89
17362024-10-30T00:38:33.239Z Compiling tower-service v0.3.3
17372024-10-30T00:38:33.271Z Compiling slog-async v2.8.0
17382024-10-30T00:38:33.598Z Compiling num-bigint-dig v0.8.4
17392024-10-30T00:38:33.912Z Compiling signal-hook v0.3.17
17402024-10-30T00:38:34.211Z Compiling pkcs8 v0.10.2
17412024-10-30T00:38:34.479Z Compiling h2 v0.4.6
17422024-10-30T00:38:34.812Z Compiling regex v1.11.0
17432024-10-30T00:38:35.909Z Compiling idna v0.5.0
17442024-10-30T00:38:36.494Z Compiling strsim v0.11.1
17452024-10-30T00:38:37.303Z Compiling paste v1.0.15
17462024-10-30T00:38:37.441Z Compiling rustversion v1.0.17
17472024-10-30T00:38:37.989Z Compiling base64 v0.22.1
17482024-10-30T00:38:39.193Z Compiling url v2.5.2
17492024-10-30T00:38:41.055Z Compiling usdt-attr-macro v0.5.0
17502024-10-30T00:38:41.250Z Compiling usdt-macro v0.5.0
17512024-10-30T00:38:42.675Z Compiling hyper v1.4.1
17522024-10-30T00:38:43.576Z Compiling curve25519-dalek v4.1.3
17532024-10-30T00:38:44.049Z Compiling openapiv3 v2.0.0
17542024-10-30T00:38:44.933Z Compiling toml_datetime v0.6.8
17552024-10-30T00:38:45.191Z Compiling serde_spanned v0.6.8
17562024-10-30T00:38:45.512Z Compiling async-stream-impl v0.3.6
17572024-10-30T00:38:45.956Z Compiling enum-as-inner v0.6.1
17582024-10-30T00:38:46.930Z Compiling dropshot v0.12.0
17592024-10-30T00:38:47.132Z Compiling smoltcp v0.9.1
17602024-10-30T00:38:47.329Z Compiling foreign-types-shared v0.1.1
17612024-10-30T00:38:47.501Z Compiling portable-atomic v1.9.0
17622024-10-30T00:38:47.930Z Compiling match_cfg v0.1.0
17632024-10-30T00:38:48.018Z Compiling hyper-util v0.1.9
17642024-10-30T00:38:48.082Z Compiling hostname v0.3.1
17652024-10-30T00:38:48.397Z Compiling foreign-types v0.3.2
17662024-10-30T00:38:52.544Z Compiling clap_derive v4.5.18
17672024-10-30T00:38:53.535Z Compiling dirs-sys-next v0.1.2
17682024-10-30T00:38:53.732Z Compiling encoding_rs v0.8.34
17692024-10-30T00:38:54.052Z Compiling mime v0.3.17
17702024-10-30T00:38:55.144Z Compiling siphasher v0.3.11
17712024-10-30T00:38:55.672Z Compiling ipnet v2.10.1
17722024-10-30T00:38:57.308Z Compiling data-encoding v2.6.0
17732024-10-30T00:38:58.303Z Compiling adler2 v2.0.0
17742024-10-30T00:38:58.508Z Compiling miniz_oxide v0.8.0
17752024-10-30T00:38:59.248Z Compiling dirs-next v2.0.0
17762024-10-30T00:39:05.045Z Compiling hubpack_derive v0.1.1
17772024-10-30T00:39:05.173Z Compiling http-body-util v0.1.2
17782024-10-30T00:39:05.195Z Compiling serde_urlencoded v0.7.1
17792024-10-30T00:39:05.848Z Compiling crossbeam-epoch v0.9.18
17802024-10-30T00:39:06.023Z Compiling dropshot_endpoint v0.12.0
17812024-10-30T00:39:06.144Z Compiling hashbrown v0.14.5
17822024-10-30T00:39:06.606Z Compiling signature v2.2.0
17832024-10-30T00:39:06.745Z Compiling sha1 v0.10.6
17842024-10-30T00:39:07.073Z Compiling curve25519-dalek-derive v0.1.1
17852024-10-30T00:39:07.215Z Compiling lazy_static v1.5.0
17862024-10-30T00:39:07.366Z Compiling thread_local v1.1.8
17872024-10-30T00:39:07.626Z Compiling fs-err v2.11.0
17882024-10-30T00:39:08.053Z Compiling gimli v0.31.1
17892024-10-30T00:39:08.222Z Compiling openssl-probe v0.1.5
17902024-10-30T00:39:08.691Z Compiling winnow v0.6.20
17912024-10-30T00:39:08.899Z Compiling unicode-properties v0.1.3
17922024-10-30T00:39:09.334Z Compiling either v1.13.0
17932024-10-30T00:39:09.980Z Compiling anstyle v1.0.8
17942024-10-30T00:39:10.337Z Compiling utf8parse v0.2.2
17952024-10-30T00:39:10.597Z Compiling anstyle-parse v0.2.5
17962024-10-30T00:39:10.986Z Compiling stringprep v0.1.5
17972024-10-30T00:39:11.765Z Compiling regress v0.10.1
17982024-10-30T00:39:12.094Z Compiling crossbeam-deque v0.8.5
17992024-10-30T00:39:12.556Z Compiling toml_edit v0.22.22
18002024-10-30T00:39:12.890Z Compiling addr2line v0.24.2
18012024-10-30T00:39:14.142Z Compiling term v0.7.0
18022024-10-30T00:39:15.847Z Compiling slog-json v2.6.1
18032024-10-30T00:39:17.255Z Compiling crossbeam-channel v0.5.13
18042024-10-30T00:39:17.752Z Compiling rustls-pemfile v2.2.0
18052024-10-30T00:39:18.724Z Compiling futures-executor v0.3.31
18062024-10-30T00:39:19.209Z Compiling md-5 v0.10.6
18072024-10-30T00:39:19.247Z Compiling idna v0.4.0
18082024-10-30T00:39:19.535Z Compiling idna v0.3.0
18092024-10-30T00:39:20.745Z Compiling num-integer v0.1.46
18102024-10-30T00:39:21.090Z Compiling ff v0.13.0
18112024-10-30T00:39:21.142Z Compiling hash32 v0.2.1
18122024-10-30T00:39:21.320Z Compiling is-terminal v0.4.13
18132024-10-30T00:39:21.499Z Compiling memmap v0.7.0
18142024-10-30T00:39:21.655Z Compiling object v0.36.5
18152024-10-30T00:39:21.712Z Compiling linked-hash-map v0.5.6
18162024-10-30T00:39:21.950Z Compiling quick-error v1.2.3
18172024-10-30T00:39:22.116Z Compiling utf-8 v0.7.6
18182024-10-30T00:39:22.151Z Compiling fallible-iterator v0.2.0
18192024-10-30T00:39:22.984Z Compiling rustc-demangle v0.1.24
18202024-10-30T00:39:23.140Z Compiling anstyle-query v1.1.1
18212024-10-30T00:39:23.322Z Compiling base16ct v0.2.0
18222024-10-30T00:39:23.405Z Compiling stable_deref_trait v1.2.0
18232024-10-30T00:39:23.525Z Compiling is_terminal_polyfill v1.70.1
18242024-10-30T00:39:23.620Z Compiling psl-types v2.0.11
18252024-10-30T00:39:23.701Z Compiling take_mut v0.2.2
18262024-10-30T00:39:23.866Z Compiling heck v0.4.1
18272024-10-30T00:39:23.920Z Compiling colorchoice v1.0.2
18282024-10-30T00:39:24.153Z Compiling anstream v0.6.15
18292024-10-30T00:39:24.303Z Compiling strum_macros v0.25.3
18302024-10-30T00:39:24.815Z Compiling publicsuffix v2.2.3
18312024-10-30T00:39:25.078Z Compiling sec1 v0.7.3
18322024-10-30T00:39:25.689Z Compiling postgres-protocol v0.6.7
18332024-10-30T00:39:26.582Z Compiling tungstenite v0.24.0
18342024-10-30T00:39:26.838Z Compiling resolv-conf v0.7.0
18352024-10-30T00:39:27.419Z Compiling lru-cache v0.1.2
18362024-10-30T00:39:27.506Z Compiling usdt v0.5.0
18372024-10-30T00:39:27.623Z Compiling slog-term v2.9.1
18382024-10-30T00:39:27.977Z Compiling num-iter v0.1.45
18392024-10-30T00:39:27.998Z Compiling group v0.13.0
18402024-10-30T00:39:28.293Z Compiling hickory-proto v0.24.1
18412024-10-30T00:39:28.612Z Compiling tokio-rustls v0.26.0
18422024-10-30T00:39:28.669Z Compiling futures v0.3.31
18432024-10-30T00:39:28.795Z Compiling backtrace v0.3.74
18442024-10-30T00:39:29.298Z Compiling tokio-rustls v0.25.0
18452024-10-30T00:39:30.919Z Compiling toml v0.8.19
18462024-10-30T00:39:31.266Z Compiling slog-bunyan v2.5.0
18472024-10-30T00:39:31.365Z Compiling typify-impl v0.2.0
18482024-10-30T00:39:31.478Z Compiling tokio-native-tls v0.3.1
18492024-10-30T00:39:31.625Z Compiling terminal_size v0.4.0
18502024-10-30T00:39:31.762Z Compiling phf_shared v0.11.2
18512024-10-30T00:39:32.041Z Compiling async-stream v0.3.6
18522024-10-30T00:39:32.321Z Compiling waitgroup v0.1.2
18532024-10-30T00:39:32.503Z Compiling webpki-roots v0.26.6
18542024-10-30T00:39:32.522Z Compiling serde_path_to_error v0.1.16
18552024-10-30T00:39:32.804Z Compiling hkdf v0.12.4
18562024-10-30T00:39:32.931Z Compiling crypto-bigint v0.5.5
18572024-10-30T00:39:33.265Z Compiling derive-where v1.2.7
18582024-10-30T00:39:36.323Z Compiling serde_repr v0.1.19
18592024-10-30T00:39:36.409Z Compiling hostname v0.4.0
18602024-10-30T00:39:36.761Z Compiling managed v0.8.0
18612024-10-30T00:39:37.172Z Compiling bitflags v1.3.2
18622024-10-30T00:39:37.221Z Compiling clap_lex v0.7.2
18632024-10-30T00:39:37.279Z Compiling debug-ignore v1.0.5
18642024-10-30T00:39:37.435Z Compiling winnow v0.5.40
18652024-10-30T00:39:37.438Z Compiling unicode-width v0.1.14
18662024-10-30T00:39:37.660Z Compiling clap_builder v4.5.20
18672024-10-30T00:39:37.992Z Compiling console v0.15.8
18682024-10-30T00:39:39.617Z Compiling elliptic-curve v0.13.8
18692024-10-30T00:39:40.356Z Compiling hickory-resolver v0.24.1
18702024-10-30T00:39:41.211Z Compiling toml_edit v0.19.15
18712024-10-30T00:39:43.371Z Compiling hyper-rustls v0.27.3
18722024-10-30T00:39:43.588Z Compiling typify-macro v0.2.0
18732024-10-30T00:39:45.735Z Compiling phf v0.11.2
18742024-10-30T00:39:46.055Z Compiling hyper-tls v0.6.0
18752024-10-30T00:39:46.454Z Compiling signal-hook-mio v0.2.4
18762024-10-30T00:39:46.631Z Compiling rayon v1.10.0
18772024-10-30T00:39:47.316Z Compiling cookie_store v0.21.0
18782024-10-30T00:39:47.456Z Compiling tokio-tungstenite v0.24.0
18792024-10-30T00:39:47.847Z Compiling postgres-types v0.2.8
18802024-10-30T00:39:47.982Z Compiling ed25519 v2.2.3
18812024-10-30T00:39:48.053Z Compiling hubpack v0.1.2
18822024-10-30T00:39:48.096Z Compiling phf_shared v0.10.0
18832024-10-30T00:39:48.494Z Compiling zerocopy v0.6.6
18842024-10-30T00:39:48.658Z Compiling pkcs1 v0.7.5
18852024-10-30T00:39:49.256Z Compiling bstr v1.10.0
18862024-10-30T00:39:49.547Z Compiling tokio-stream v0.1.16
18872024-10-30T00:39:49.661Z Compiling serde-big-array v0.5.1
18882024-10-30T00:39:49.901Z Compiling rfc6979 v0.4.0
18892024-10-30T00:39:50.116Z Compiling float-cmp v0.9.0
18902024-10-30T00:39:50.358Z Compiling sync_wrapper v1.0.1
18912024-10-30T00:39:50.465Z Compiling crc32fast v1.4.2
18922024-10-30T00:39:50.511Z Compiling fixedbitset v0.4.2
18932024-10-30T00:39:50.531Z Compiling bit-vec v0.6.3
18942024-10-30T00:39:50.724Z Compiling difflib v0.4.0
18952024-10-30T00:39:50.782Z Compiling minimal-lexical v0.2.1
18962024-10-30T00:39:50.913Z Compiling normalize-line-endings v0.3.0
18972024-10-30T00:39:50.940Z Compiling unicode-segmentation v1.12.0
18982024-10-30T00:39:50.963Z Compiling new_debug_unreachable v1.0.6
18992024-10-30T00:39:51.267Z Compiling whoami v1.5.2
19002024-10-30T00:39:51.350Z Compiling predicates-core v1.0.8
19012024-10-30T00:39:51.665Z Compiling static_assertions v1.1.0
19022024-10-30T00:39:51.792Z Compiling number_prefix v0.4.0
19032024-10-30T00:39:51.797Z Compiling precomputed-hash v0.1.1
19042024-10-30T00:39:51.932Z Compiling string_cache v0.8.7
19052024-10-30T00:39:51.984Z Compiling indicatif v0.17.8
19062024-10-30T00:39:52.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19072024-10-30T00:39:52.228Z Compiling similar v2.6.0
19082024-10-30T00:39:52.346Z Compiling tokio-postgres v0.7.12
19092024-10-30T00:39:52.936Z Compiling predicates v3.1.2
19102024-10-30T00:39:54.229Z Compiling nom v7.1.3
19112024-10-30T00:39:54.692Z Compiling bit-set v0.5.3
19122024-10-30T00:39:54.984Z Compiling petgraph v0.6.5
19132024-10-30T00:39:57.968Z Compiling flate2 v1.0.34
19142024-10-30T00:39:58.230Z Compiling reqwest v0.12.8
19152024-10-30T00:39:58.509Z Compiling qorb v0.1.2
19162024-10-30T00:39:58.573Z Compiling ecdsa v0.16.9
19172024-10-30T00:39:59.422Z Compiling rsa v0.9.6
19182024-10-30T00:40:00.337Z Compiling ed25519-dalek v2.1.1
19192024-10-30T00:40:00.871Z Compiling crossterm v0.28.1
19202024-10-30T00:40:01.019Z Compiling toml v0.7.8
19212024-10-30T00:40:01.380Z Compiling clap v4.5.20
19222024-10-30T00:40:01.520Z Compiling itertools v0.12.1
19232024-10-30T00:40:02.514Z Compiling itertools v0.10.5
19242024-10-30T00:40:04.693Z Compiling x509-cert v0.2.5
19252024-10-30T00:40:05.349Z Compiling hex v0.4.3
19262024-10-30T00:40:07.734Z Compiling radium v0.7.0
19272024-10-30T00:40:07.995Z Compiling lalrpop-util v0.19.12
19282024-10-30T00:40:08.343Z Compiling peg-runtime v0.8.3
19292024-10-30T00:40:09.167Z Compiling unicode-xid v0.2.6
19302024-10-30T00:40:10.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19312024-10-30T00:40:17.555Z Compiling maybe-uninit v2.0.0
19322024-10-30T00:40:17.690Z Compiling ident_case v1.0.1
19332024-10-30T00:40:19.343Z Compiling tap v1.0.1
19342024-10-30T00:40:24.062Z Compiling wyz v0.5.1
19352024-10-30T00:40:24.245Z Compiling darling_core v0.20.10
19362024-10-30T00:40:37.737Z Compiling typify v0.2.0
19372024-10-30T00:40:42.219Z Compiling http v0.2.12
19382024-10-30T00:40:43.348Z Compiling bzip2-sys v0.1.11+1.0.8
19392024-10-30T00:40:44.480Z Compiling base64 v0.21.7
19402024-10-30T00:40:44.809Z Compiling funty v2.0.0
19412024-10-30T00:40:45.627Z Compiling packed_struct v0.10.1
19422024-10-30T00:40:46.094Z Compiling unsafe-libyaml v0.2.11
19432024-10-30T00:40:47.323Z Compiling bitvec v1.0.1
19442024-10-30T00:40:47.881Z Compiling serde_yaml v0.9.34+deprecated
19452024-10-30T00:40:54.794Z Compiling progenitor-impl v0.8.0
19462024-10-30T00:40:55.863Z Compiling darling_macro v0.20.10
19472024-10-30T00:40:58.844Z Compiling packed_struct_codegen v0.10.1
19482024-10-30T00:41:01.385Z Compiling structmeta-derive v0.3.0
19492024-10-30T00:41:01.725Z Compiling indexmap v1.9.3
19502024-10-30T00:41:02.064Z Compiling crc-catalog v2.4.0
19512024-10-30T00:41:02.192Z Compiling newtype-uuid v1.1.2
19522024-10-30T00:41:02.378Z Compiling nodrop v0.1.14
19532024-10-30T00:41:02.493Z Compiling fastrand v2.1.1
19542024-10-30T00:41:03.131Z Compiling tempfile v3.13.0
19552024-10-30T00:41:04.051Z Compiling structmeta v0.3.0
19562024-10-30T00:41:04.872Z Compiling array-init v0.0.4
19572024-10-30T00:41:06.057Z Compiling crc v3.2.1
19582024-10-30T00:41:06.217Z Compiling progenitor-macro v0.8.0
19592024-10-30T00:41:10.319Z Compiling smallvec v0.6.14
19602024-10-30T00:41:10.858Z Compiling darling v0.20.10
19612024-10-30T00:41:13.533Z Compiling h2 v0.3.26
19622024-10-30T00:41:16.609Z Compiling http-body v0.4.6
19632024-10-30T00:41:16.939Z Compiling progenitor-client v0.8.0
19642024-10-30T00:41:21.736Z Compiling pin-project-internal v1.1.6
19652024-10-30T00:41:22.245Z Compiling same-file v1.0.6
19662024-10-30T00:41:22.801Z Compiling hashbrown v0.12.3
19672024-10-30T00:41:25.112Z Compiling termcolor v1.4.1
19682024-10-30T00:41:26.117Z Compiling bitfield v0.14.0
19692024-10-30T00:41:26.445Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19702024-10-30T00:41:26.597Z Compiling env_logger v0.10.2
19712024-10-30T00:41:33.698Z Compiling pin-project v1.1.6
19722024-10-30T00:41:35.677Z Compiling walkdir v2.5.0
19732024-10-30T00:41:37.224Z Compiling hyper v0.14.30
19742024-10-30T00:41:37.566Z Compiling progenitor v0.8.0
19752024-10-30T00:41:40.840Z Compiling serde_with_macros v3.11.0
19762024-10-30T00:41:43.440Z Compiling serde-hex v0.1.0
19772024-10-30T00:41:44.130Z Compiling bzip2 v0.4.4
19782024-10-30T00:41:44.608Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19792024-10-30T00:41:45.301Z Compiling parse-display-derive v0.10.0
19802024-10-30T00:41:47.244Z Compiling ron v0.8.1
19812024-10-30T00:41:49.281Z Compiling strum_macros v0.26.4
19822024-10-30T00:41:49.482Z Compiling ipnetwork v0.20.0
19832024-10-30T00:41:51.758Z Compiling hashbrown v0.13.2
19842024-10-30T00:41:51.807Z Compiling xattr v1.3.1
19852024-10-30T00:41:52.123Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19862024-10-30T00:41:52.288Z Compiling snafu-derive v0.8.5
19872024-10-30T00:41:52.893Z Compiling ring v0.16.20
19882024-10-30T00:41:53.126Z Compiling blake3 v1.5.4
19892024-10-30T00:41:53.195Z Compiling filetime v0.2.25
19902024-10-30T00:41:53.198Z Compiling instant v0.1.13
19912024-10-30T00:41:53.579Z Compiling sync_wrapper v0.1.2
19922024-10-30T00:41:53.731Z Compiling crc-any v2.5.0
19932024-10-30T00:41:53.773Z Compiling buf-list v1.0.3
19942024-10-30T00:41:53.792Z Compiling strum v0.26.3
19952024-10-30T00:41:54.402Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19962024-10-30T00:41:54.645Z Compiling reqwest v0.11.27
19972024-10-30T00:41:54.761Z Compiling tar v0.4.42
19982024-10-30T00:41:54.781Z Compiling backoff v0.4.0
19992024-10-30T00:41:55.146Z Compiling object v0.30.4
20002024-10-30T00:41:57.110Z Compiling snafu v0.8.5
20012024-10-30T00:41:58.385Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20022024-10-30T00:41:58.602Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20032024-10-30T00:41:59.720Z Compiling parse-display v0.10.0
20042024-10-30T00:42:00.124Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20052024-10-30T00:42:01.658Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20062024-10-30T00:42:01.852Z Compiling zip v0.6.6
20072024-10-30T00:42:02.233Z Compiling serde_with v3.11.0
20082024-10-30T00:42:02.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20092024-10-30T00:42:03.028Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20102024-10-30T00:42:04.573Z Compiling camino-tempfile v1.1.1
20112024-10-30T00:42:05.371Z Compiling globset v0.4.15
20122024-10-30T00:42:06.422Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20132024-10-30T00:42:06.621Z Compiling regress v0.9.1
20142024-10-30T00:42:08.021Z Compiling pem v3.0.4
20152024-10-30T00:42:09.120Z Compiling olpc-cjson v0.1.4
20162024-10-30T00:42:09.459Z Compiling serde_plain v1.0.2
20172024-10-30T00:42:09.528Z Compiling macaddr v1.0.1
20182024-10-30T00:42:09.982Z Compiling async-recursion v1.1.1
20192024-10-30T00:42:10.154Z Compiling memmap2 v0.9.5
20202024-10-30T00:42:10.741Z Compiling arrayref v0.3.9
20212024-10-30T00:42:10.861Z Compiling arrayvec v0.7.6
20222024-10-30T00:42:11.316Z Compiling typed-path v0.7.1
20232024-10-30T00:42:11.358Z Compiling spin v0.5.2
20242024-10-30T00:42:11.458Z Compiling path-slash v0.1.5
20252024-10-30T00:42:11.637Z Compiling untrusted v0.7.1
20262024-10-30T00:42:11.694Z Compiling constant_time_eq v0.3.1
20272024-10-30T00:42:11.723Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20282024-10-30T00:42:12.902Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20292024-10-30T00:42:14.460Z Compiling tough v0.17.1
20302024-10-30T00:42:16.294Z Compiling itertools v0.13.0
20312024-10-30T00:42:18.064Z Compiling cargo-platform v0.1.8
20322024-10-30T00:42:19.150Z Compiling parse-size v1.0.0
20332024-10-30T00:42:19.188Z Compiling topological-sort v0.2.2
20342024-10-30T00:42:19.450Z Compiling omicron-zone-package v0.11.1
20352024-10-30T00:42:19.470Z Compiling cargo_metadata v0.18.1
20362024-10-30T00:42:20.042Z Compiling shell-words v1.1.0
20372024-10-30T00:42:26.278Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20382024-10-30T00:42:39.913Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20392024-10-30T00:42:54.405Z Finished `release` profile [optimized] target(s) in 5m 18s
20402024-10-30T00:42:54.559Z Running `target/release/omicron-releng --output-dir /work`
20412024-10-30T00:42:54.603ZOct 30 00:42:54.304 DEBG changing working directory to /work/oxidecomputer/omicron
20422024-10-30T00:42:54.698ZOct 30 00:42:54.401 DEBG running: git rev-parse HEAD
20432024-10-30T00:42:54.705ZOct 30 00:42:54.408 DEBG process exited with exit status: 0 (6.341464ms)
20442024-10-30T00:42:54.705ZOct 30 00:42:54.408 INFO version: 12.0.0-0.ci+gitf78d2bb4dca
20452024-10-30T00:42:54.745ZOct 30 00:42:54.447 INFO cloning helios to /work/oxidecomputer/helios
20462024-10-30T00:42:54.745ZOct 30 00:42:54.447 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20472024-10-30T00:42:54.750ZCloning into '/work/oxidecomputer/helios'...
20482024-10-30T00:42:55.245ZOct 30 00:42:54.947 DEBG process exited with exit status: 0 (499.817552ms)
20492024-10-30T00:42:55.245ZOct 30 00:42:54.947 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20502024-10-30T00:42:55.252Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20512024-10-30T00:42:55.252Z# branch.head master
20522024-10-30T00:42:55.252Z# branch.upstream origin/master
20532024-10-30T00:42:55.252Z# branch.ab +0 -0
20542024-10-30T00:42:55.255ZOct 30 00:42:54.956 DEBG process exited with exit status: 0 (8.312905ms)
20552024-10-30T00:42:55.255ZOct 30 00:42:54.956 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20562024-10-30T00:42:56.077ZOct 30 00:42:55.780 DEBG process exited with exit status: 0 (824.371759ms)
20572024-10-30T00:42:56.078ZOct 30 00:42:55.780 DEBG running: zfs list rpool/images/build/host
20582024-10-30T00:42:56.084ZNAME USED AVAIL REFER MOUNTPOINT
20592024-10-30T00:42:56.084Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20602024-10-30T00:42:56.088ZOct 30 00:42:55.788 DEBG process exited with exit status: 0 (7.297328ms)
20612024-10-30T00:42:56.088ZOct 30 00:42:55.788 DEBG running: zfs list rpool/images/build/recovery
20622024-10-30T00:42:56.090ZNAME USED AVAIL REFER MOUNTPOINT
20632024-10-30T00:42:56.090Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20642024-10-30T00:42:56.093ZOct 30 00:42:55.794 DEBG process exited with exit status: 0 (6.097496ms)
20652024-10-30T00:42:56.094ZOct 30 00:42:55.795 INFO [hubris-production] running task
20662024-10-30T00:42:56.094ZOct 30 00:42:55.795 INFO [hubris-staging] running task
20672024-10-30T00:42:56.094ZOct 30 00:42:55.795 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20682024-10-30T00:42:56.097ZOct 30 00:42:55.798 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20692024-10-30T00:42:56.466Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20702024-10-30T00:42:56.707Z[ omicron-package] Blocking waiting for file lock on package cache
20712024-10-30T00:42:57.499Z[ omicron-package] Blocking waiting for file lock on package cache
20722024-10-30T00:42:57.743ZOct 30 00:42:57.447 INFO [hubris-production] task succeeded (1.651772085s)
20732024-10-30T00:42:58.325Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20742024-10-30T00:42:58.336Z[ omicron-package] Compiling heapless v0.8.0
20752024-10-30T00:42:58.336Z[ omicron-package] Compiling hash32 v0.3.1
20762024-10-30T00:42:58.336Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20772024-10-30T00:42:58.336Z[ omicron-package] Compiling smoltcp v0.11.0
20782024-10-30T00:42:58.336Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20792024-10-30T00:42:58.336Z[ omicron-package] Compiling cobs v0.2.3
20802024-10-30T00:42:58.337Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20812024-10-30T00:42:59.121Z[ omicron-package] Compiling postcard v1.0.10
20822024-10-30T00:42:59.468Z[ omicron-package] Compiling proc-macro-error v1.0.4
20832024-10-30T00:42:59.618Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20842024-10-30T00:42:59.621Z[ omicron-package] Compiling num_enum_derive v0.5.11
20852024-10-30T00:43:00.284Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20862024-10-30T00:43:00.344Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20872024-10-30T00:43:00.643Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20882024-10-30T00:43:01.438Z[ omicron-package] Compiling tabwriter v1.4.0
20892024-10-30T00:43:01.441Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20902024-10-30T00:43:01.795Z[ omicron-package] Compiling cstr-argument v0.1.2
20912024-10-30T00:43:01.969Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20922024-10-30T00:43:02.395Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20932024-10-30T00:43:02.652Z[ omicron-package] Compiling foreign-types v0.5.0
20942024-10-30T00:43:03.058Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20952024-10-30T00:43:03.111Z[ omicron-package] Compiling pretty-hex v0.2.1
20962024-10-30T00:43:03.384Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20972024-10-30T00:43:03.608Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20982024-10-30T00:43:03.677Z[ omicron-package] Compiling num_enum v0.5.11
20992024-10-30T00:43:03.802Z[ omicron-package] Compiling colored v2.1.0
21002024-10-30T00:43:03.881Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21012024-10-30T00:43:04.040Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21022024-10-30T00:43:04.351Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21032024-10-30T00:43:04.578Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21042024-10-30T00:43:04.949Z[ omicron-package] Compiling sigpipe v0.1.3
21052024-10-30T00:43:05.265Z[ omicron-package] Compiling num-derive v0.4.2
21062024-10-30T00:43:05.286Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21072024-10-30T00:43:05.311Z[ omicron-package] Compiling libefi-sys v0.1.0
21082024-10-30T00:43:05.635Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21092024-10-30T00:43:06.370Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21102024-10-30T00:43:06.555Z[ omicron-package] Compiling smf v0.2.3
21112024-10-30T00:43:06.761Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21122024-10-30T00:43:07.638Z[ omicron-package] Compiling bitfield-struct v0.6.2
21132024-10-30T00:43:07.809Z[ omicron-package] Compiling zone v0.3.0
21142024-10-30T00:43:09.110ZOct 30 00:43:08.818 INFO [hubris-staging] task succeeded (13.023169401s)
21152024-10-30T00:43:09.411Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21162024-10-30T00:43:09.740Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21172024-10-30T00:43:10.521Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-30T00:43:11.308Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21192024-10-30T00:43:11.617Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202024-10-30T00:43:12.125Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212024-10-30T00:43:12.311Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21222024-10-30T00:43:12.364Z[ omicron-package] Compiling gethostname v0.5.0
21232024-10-30T00:43:14.176Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21242024-10-30T00:43:16.423Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21252024-10-30T00:43:19.403Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21262024-10-30T00:43:19.865Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21272024-10-30T00:43:21.490Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21282024-10-30T00:43:36.479Z[ helios-setup] Oct 30 00:43:36.196 INFO helios repository root is: /work/oxidecomputer/helios
21292024-10-30T00:43:36.481Z[ helios-setup] Oct 30 00:43:36.198 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
21302024-10-30T00:43:36.481Z[ helios-setup] Oct 30 00:43:36.199 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21312024-10-30T00:43:36.486Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21322024-10-30T00:43:37.642Z[ helios-setup] Oct 30 00:43:37.359 INFO clone ok!, project: image-builder
21332024-10-30T00:43:37.645Z[ helios-setup] Oct 30 00:43:37.359 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21342024-10-30T00:43:37.645Z[ helios-setup] Oct 30 00:43:37.360 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
21352024-10-30T00:43:37.645Z[ helios-setup] Oct 30 00:43:37.360 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21362024-10-30T00:43:37.647Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21372024-10-30T00:43:38.379Z[ helios-setup] Oct 30 00:43:38.097 INFO clone ok!, project: phbl
21382024-10-30T00:43:38.382Z[ helios-setup] Oct 30 00:43:38.097 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21392024-10-30T00:43:38.382Z[ helios-setup] Oct 30 00:43:38.097 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
21402024-10-30T00:43:38.382Z[ helios-setup] Oct 30 00:43:38.097 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21412024-10-30T00:43:38.384Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21422024-10-30T00:43:39.374Z[ helios-setup] Oct 30 00:43:39.092 INFO clone ok!, project: chelsio-t6-roms
21432024-10-30T00:43:39.376Z[ helios-setup] Oct 30 00:43:39.092 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
21442024-10-30T00:43:39.377Z[ helios-setup] Oct 30 00:43:39.092 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
21452024-10-30T00:43:39.377Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21462024-10-30T00:43:40.230Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21472024-10-30T00:43:40.236Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21482024-10-30T00:43:41.065Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.98s
21492024-10-30T00:43:41.289Z[ omicron-package]
21502024-10-30T00:43:41.289Z[ omicron-package] real 45.170545518
21512024-10-30T00:43:41.289Z[ omicron-package] user 2:38.040753043
21522024-10-30T00:43:41.292Z[ omicron-package] sys 20.524938489
21532024-10-30T00:43:41.292Z[ omicron-package] trap 0.160066037
21542024-10-30T00:43:41.292Z[ omicron-package] tflt 0.663875462
21552024-10-30T00:43:41.292Z[ omicron-package] dflt 0.505617563
21562024-10-30T00:43:41.292Z[ omicron-package] kflt 0.000000000
21572024-10-30T00:43:41.292Z[ omicron-package] lock 5:03.145572405
21582024-10-30T00:43:41.292Z[ omicron-package] slp 8:17.640840010
21592024-10-30T00:43:41.292Z[ omicron-package] lat 1:31.748441866
21602024-10-30T00:43:41.292Z[ omicron-package] stop 52.904925124
21612024-10-30T00:43:41.292ZOct 30 00:43:41.008 INFO [omicron-package] process exited with exit status: 0 (45.21354791s)
21622024-10-30T00:43:41.292ZOct 30 00:43:41.009 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
21632024-10-30T00:43:41.354ZOct 30 00:43:41.073 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21642024-10-30T00:43:41.365Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21652024-10-30T00:43:41.367Z[ host-target] Created new build target 'host' and set it as active
21662024-10-30T00:43:41.367ZOct 30 00:43:41.086 INFO [host-target] process exited with exit status: 0 (77.366289ms)
21672024-10-30T00:43:41.369ZOct 30 00:43:41.086 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21682024-10-30T00:43:41.372Z[ recovery-target] Created new build target 'recovery' and set it as active
21692024-10-30T00:43:41.372Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21702024-10-30T00:43:41.375ZOct 30 00:43:41.093 INFO [recovery-target] process exited with exit status: 0 (20.049104ms)
21712024-10-30T00:43:41.381Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21722024-10-30T00:43:42.591Z[ host-package] Compiling convert_case v0.4.0
21732024-10-30T00:43:42.591Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21742024-10-30T00:43:42.594Z[ host-package] Compiling password-hash v0.5.0
21752024-10-30T00:43:42.594Z[ host-package] Compiling blake2 v0.10.6
21762024-10-30T00:43:42.594Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21772024-10-30T00:43:42.594Z[ host-package] Compiling newline-converter v0.3.0
21782024-10-30T00:43:42.594Z[ host-package] Compiling cancel-safe-futures v0.1.5
21792024-10-30T00:43:42.595Z[ host-package] Compiling owo-colors v4.1.0
21802024-10-30T00:43:42.907Z[ host-package] Compiling expectorate v1.1.0
21812024-10-30T00:43:42.945Z[ host-package] Compiling libsw v3.3.1
21822024-10-30T00:43:43.157Z[ host-package] Compiling indent_write v2.2.0
21832024-10-30T00:43:43.292Z[ host-package] Compiling argon2 v0.5.3
21842024-10-30T00:43:43.413Z[ host-package] Compiling linear-map v1.2.0
21852024-10-30T00:43:43.454Z[ host-package] Compiling derive_more v0.99.18
21862024-10-30T00:43:43.859Z[ host-package] Compiling swrite v0.1.0
21872024-10-30T00:43:43.906Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21882024-10-30T00:43:43.976Z[ host-package] Compiling progenitor-client v0.8.0
21892024-10-30T00:43:44.009Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21902024-10-30T00:43:44.416Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21912024-10-30T00:43:44.574Z[ host-package] Compiling progenitor v0.8.0
21922024-10-30T00:43:44.600Z[ host-package] Compiling atomicwrites v0.4.4
21932024-10-30T00:43:44.811Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21942024-10-30T00:43:44.953Z[ host-package] Compiling num-rational v0.4.2
21952024-10-30T00:43:45.139Z[ host-package] Compiling num-complex v0.4.6
21962024-10-30T00:43:45.760Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21972024-10-30T00:43:46.009Z[ host-package] Compiling float-ord v0.3.2
21982024-10-30T00:43:46.292Z[ host-package] Compiling num v0.4.3
21992024-10-30T00:43:46.491Z[ host-package] Compiling prettyplease v0.2.22
22002024-10-30T00:43:46.592Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22012024-10-30T00:43:46.709Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22022024-10-30T00:43:46.722Z[ helios-setup] Oct 30 00:43:46.443 INFO clone ok!, project: amd-host-image-builder
22032024-10-30T00:43:46.725Z[ helios-setup] Oct 30 00:43:46.444 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
22042024-10-30T00:43:46.725Z[ helios-setup] Oct 30 00:43:46.444 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22052024-10-30T00:43:46.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22062024-10-30T00:43:46.960Z[ host-package] Compiling semver v0.1.20
22072024-10-30T00:43:47.563Z[ host-package] Compiling rustc_version v0.1.7
22082024-10-30T00:43:47.624Z[ host-package] Compiling humantime v2.1.0
22092024-10-30T00:43:47.841Z[ helios-setup] Oct 30 00:43:47.562 INFO clone ok!, project: pilot
22102024-10-30T00:43:47.845Z[ helios-setup] Oct 30 00:43:47.563 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22112024-10-30T00:43:47.845Z[ helios-setup] Oct 30 00:43:47.563 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
22122024-10-30T00:43:47.845Z[ helios-setup] Oct 30 00:43:47.563 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22132024-10-30T00:43:47.847Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22142024-10-30T00:43:48.041Z[ host-package] Compiling newtype_derive v0.1.6
22152024-10-30T00:43:48.511Z[ host-package] Compiling highway v1.2.0
22162024-10-30T00:43:48.544Z[ helios-setup] Oct 30 00:43:48.265 INFO clone ok!, project: bootserver
22172024-10-30T00:43:48.546Z[ helios-setup] Oct 30 00:43:48.265 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
22182024-10-30T00:43:48.546Z[ helios-setup] Oct 30 00:43:48.265 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22192024-10-30T00:43:48.549Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22202024-10-30T00:43:48.729Z[ host-package] Compiling home v0.5.9
22212024-10-30T00:43:48.978Z[ host-package] Compiling steno v0.4.1
22222024-10-30T00:43:49.276Z[ helios-setup] Oct 30 00:43:48.997 INFO clone ok!, project: pinprick
22232024-10-30T00:43:49.279Z[ helios-setup] Oct 30 00:43:48.997 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
22242024-10-30T00:43:49.279Z[ helios-setup] Oct 30 00:43:48.998 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22252024-10-30T00:43:49.281Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22262024-10-30T00:43:50.432Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22272024-10-30T00:43:52.435Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22282024-10-30T00:43:53.033Z[ host-package] Compiling newtype-uuid v1.1.2
22292024-10-30T00:43:53.414Z[ host-package] Compiling tungstenite v0.21.0
22302024-10-30T00:43:53.435Z[ host-package] Compiling ipnetwork v0.20.0
22312024-10-30T00:43:54.287Z[ host-package] Compiling slog-dtrace v0.3.0
22322024-10-30T00:43:54.415Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22332024-10-30T00:43:54.639Z[ host-package] Compiling instant v0.1.13
22342024-10-30T00:43:54.808Z[ host-package] Compiling backoff v0.4.0
22352024-10-30T00:43:55.201Z[ host-package] Compiling tokio-tungstenite v0.21.0
22362024-10-30T00:43:55.989Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22372024-10-30T00:43:56.718Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22382024-10-30T00:43:57.103Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22392024-10-30T00:43:57.772Z[ helios-setup] Oct 30 00:43:57.497 INFO clone ok!, project: amd-firmware
22402024-10-30T00:43:57.775Z[ helios-setup] Oct 30 00:43:57.497 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22412024-10-30T00:43:58.694Z[ helios-setup] Oct 30 00:43:58.419 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22422024-10-30T00:43:58.787Z[ host-package] Compiling parse-display v0.10.0
22432024-10-30T00:43:59.249Z[ helios-setup] Oct 30 00:43:58.974 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22442024-10-30T00:43:59.249Z[ helios-setup] Oct 30 00:43:58.974 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22452024-10-30T00:43:59.567Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462024-10-30T00:43:59.809Z[ host-package] Compiling serde_with v3.11.0
22472024-10-30T00:43:59.852Z[ helios-setup] Oct 30 00:43:59.578 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22482024-10-30T00:44:00.059Z[ host-package] Compiling strum v0.26.3
22492024-10-30T00:44:00.307Z[ host-package] Compiling regress v0.9.1
22502024-10-30T00:44:00.469Z[ helios-setup] Oct 30 00:44:00.195 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22512024-10-30T00:44:00.469Z[ helios-setup] Oct 30 00:44:00.195 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22522024-10-30T00:44:01.022Z[ helios-setup] Oct 30 00:44:00.747 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22532024-10-30T00:44:01.549Z[ helios-setup] Oct 30 00:44:01.275 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22542024-10-30T00:44:01.549Z[ helios-setup] Oct 30 00:44:01.275 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22552024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.275 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22562024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO ok!
22572024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22582024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22592024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO ok!
22602024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22612024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22622024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO ok!
22632024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22642024-10-30T00:44:01.552Z[ helios-setup] Oct 30 00:44:01.276 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22652024-10-30T00:44:01.922Z[ helios-setup] Oct 30 00:44:01.648 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22662024-10-30T00:44:02.566Z[ helios-setup] Oct 30 00:44:02.291 INFO E| From https://github.com/jclulow/rust-jmclib
22672024-10-30T00:44:02.566Z[ helios-setup] Oct 30 00:44:02.291 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22682024-10-30T00:44:02.586Z[ helios-setup] Oct 30 00:44:02.312 INFO E| Updating crates.io index
22692024-10-30T00:44:02.697Z[ helios-setup] Oct 30 00:44:02.424 INFO E| Downloading crates ...
22702024-10-30T00:44:02.710Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712024-10-30T00:44:02.859Z[ helios-setup] Oct 30 00:44:02.586 INFO E| Downloaded quote v1.0.31
22722024-10-30T00:44:02.881Z[ helios-setup] Oct 30 00:44:02.590 INFO E| Downloaded proc-macro2 v1.0.66
22732024-10-30T00:44:02.881Z[ helios-setup] Oct 30 00:44:02.594 INFO E| Downloaded opaque-debug v0.3.0
22742024-10-30T00:44:02.881Z[ helios-setup] Oct 30 00:44:02.595 INFO E| Downloaded md-5 v0.9.1
22752024-10-30T00:44:02.881Z[ helios-setup] Oct 30 00:44:02.597 INFO E| Downloaded libdevinfo-sys v1.0.0
22762024-10-30T00:44:02.881Z[ helios-setup] Oct 30 00:44:02.598 INFO E| Downloaded fastrand v2.0.0
22772024-10-30T00:44:02.881Z[ helios-setup] Oct 30 00:44:02.600 INFO E| Downloaded rustix v0.38.4
22782024-10-30T00:44:02.912Z[ helios-setup] Oct 30 00:44:02.633 INFO E| Downloaded errno v0.3.1
22792024-10-30T00:44:02.912Z[ helios-setup] Oct 30 00:44:02.635 INFO E| Downloaded walkdir v2.3.3
22802024-10-30T00:44:02.915Z[ helios-setup] Oct 30 00:44:02.637 INFO E| Downloaded sha-1 v0.9.8
22812024-10-30T00:44:02.915Z[ helios-setup] Oct 30 00:44:02.640 INFO E| Downloaded serde_json v1.0.103
22822024-10-30T00:44:02.925Z[ helios-setup] Oct 30 00:44:02.652 INFO E| Downloaded once_cell v1.18.0
22832024-10-30T00:44:02.930Z[ helios-setup] Oct 30 00:44:02.657 INFO E| Downloaded tempfile v3.7.0
22842024-10-30T00:44:02.935Z[ helios-setup] Oct 30 00:44:02.661 INFO E| Downloaded syn v2.0.32
22852024-10-30T00:44:02.954Z[ helios-setup] Oct 30 00:44:02.680 INFO E| Downloaded uuid v0.8.2
22862024-10-30T00:44:02.960Z[ helios-setup] Oct 30 00:44:02.687 INFO E| Downloaded ryu v1.0.15
22872024-10-30T00:44:02.966Z[ helios-setup] Oct 30 00:44:02.693 INFO E| Downloaded unicode-width v0.1.10
22882024-10-30T00:44:02.969Z[ helios-setup] Oct 30 00:44:02.695 INFO E| Downloaded getrandom v0.2.10
22892024-10-30T00:44:02.974Z[ helios-setup] Oct 30 00:44:02.701 INFO E| Downloaded unicode-ident v1.0.11
22902024-10-30T00:44:02.979Z[ helios-setup] Oct 30 00:44:02.706 INFO E| Downloaded toml v0.5.11
22912024-10-30T00:44:02.984Z[ helios-setup] Oct 30 00:44:02.711 INFO E| Downloaded typenum v1.16.0
22922024-10-30T00:44:02.989Z[ helios-setup] Oct 30 00:44:02.716 INFO E| Downloaded serde_derive v1.0.193
22932024-10-30T00:44:02.994Z[ helios-setup] Oct 30 00:44:02.721 INFO E| Downloaded serde v1.0.193
22942024-10-30T00:44:03.000Z[ helios-setup] Oct 30 00:44:02.727 INFO E| Downloaded cpufeatures v0.2.9
22952024-10-30T00:44:03.003Z[ helios-setup] Oct 30 00:44:02.729 INFO E| Downloaded libc v0.2.147
22962024-10-30T00:44:03.066Z[ helios-setup] Oct 30 00:44:02.793 INFO E| Downloaded block-buffer v0.9.0
22972024-10-30T00:44:03.069Z[ helios-setup] Oct 30 00:44:02.794 INFO E| Downloaded bitflags v2.3.3
22982024-10-30T00:44:03.071Z[ helios-setup] Oct 30 00:44:02.798 INFO E| Downloaded itoa v1.0.9
22992024-10-30T00:44:03.073Z[ helios-setup] Oct 30 00:44:02.800 INFO E| Downloaded digest v0.9.0
23002024-10-30T00:44:03.081Z[ helios-setup] Oct 30 00:44:02.808 INFO E| Downloaded anyhow v1.0.72
23012024-10-30T00:44:03.229Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling libc v0.2.147
23022024-10-30T00:44:03.229Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling proc-macro2 v1.0.66
23032024-10-30T00:44:03.229Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling cfg-if v1.0.0
23042024-10-30T00:44:03.232Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling unicode-ident v1.0.11
23052024-10-30T00:44:03.232Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling version_check v0.9.4
23062024-10-30T00:44:03.232Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling typenum v1.16.0
23072024-10-30T00:44:03.232Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling serde v1.0.193
23082024-10-30T00:44:03.232Z[ helios-setup] Oct 30 00:44:02.955 INFO E| Compiling slog v2.7.0
23092024-10-30T00:44:04.033Z[ helios-setup] Oct 30 00:44:03.760 INFO E| Compiling powerfmt v0.2.0
23102024-10-30T00:44:04.217Z[ helios-setup] Oct 30 00:44:03.944 INFO E| Compiling time-core v0.1.2
23112024-10-30T00:44:04.492Z[ helios-setup] Oct 30 00:44:04.219 INFO E| Compiling num-conv v0.1.0
23122024-10-30T00:44:05.002Z[ helios-setup] Oct 30 00:44:04.729 INFO E| Compiling itoa v1.0.9
23132024-10-30T00:44:05.120Z[ helios-setup] Oct 30 00:44:04.847 INFO E| Compiling rustix v0.38.4
23142024-10-30T00:44:05.142Z[ helios-setup] Oct 30 00:44:04.869 INFO E| Compiling time-macros v0.2.18
23152024-10-30T00:44:05.308Z[ host-package] Compiling macaddr v1.0.1
23162024-10-30T00:44:05.422Z[ helios-setup] Oct 30 00:44:05.150 INFO E| Compiling generic-array v0.14.7
23172024-10-30T00:44:05.426Z[ helios-setup] Oct 30 00:44:05.150 INFO E| Compiling deranged v0.3.11
23182024-10-30T00:44:05.498Z[ helios-setup] Oct 30 00:44:05.225 INFO E| Compiling bitflags v2.3.3
23192024-10-30T00:44:06.101Z[ helios-setup] Oct 30 00:44:05.829 INFO E| Compiling quote v1.0.31
23202024-10-30T00:44:06.254Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23212024-10-30T00:44:06.352Z[ helios-setup] Oct 30 00:44:06.080 INFO E| Compiling num_threads v0.1.6
23222024-10-30T00:44:06.533Z[ helios-setup] Oct 30 00:44:06.261 INFO E| Compiling once_cell v1.18.0
23232024-10-30T00:44:07.358Z[ helios-setup] Oct 30 00:44:07.086 INFO E| Compiling syn v2.0.32
23242024-10-30T00:44:07.426Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23252024-10-30T00:44:07.582Z[ helios-setup] Oct 30 00:44:07.310 INFO E| Compiling thread_local v1.1.7
23262024-10-30T00:44:07.640Z[ helios-setup] Oct 30 00:44:07.368 INFO E| Compiling serde_json v1.0.103
23272024-10-30T00:44:08.650Z[ helios-setup] Oct 30 00:44:08.378 INFO E| Compiling dirs-sys-next v0.1.2
23282024-10-30T00:44:08.924Z[ helios-setup] Oct 30 00:44:08.653 INFO E| Compiling errno v0.3.1
23292024-10-30T00:44:09.020Z[ helios-setup] Oct 30 00:44:08.749 INFO E| Compiling dirs-next v2.0.0
23302024-10-30T00:44:09.197Z[ helios-setup] Oct 30 00:44:08.926 INFO E| Compiling term v0.7.0
23312024-10-30T00:44:09.346Z[ helios-setup] Oct 30 00:44:09.074 INFO E| Compiling atty v0.2.14
23322024-10-30T00:44:09.362Z[ helios-setup] Oct 30 00:44:09.090 INFO E| Compiling fastrand v2.0.0
23332024-10-30T00:44:09.532Z[ host-package] Compiling display-error-chain v0.2.1
23342024-10-30T00:44:09.705Z[ helios-setup] Oct 30 00:44:09.434 INFO E| Compiling anyhow v1.0.72
23352024-10-30T00:44:10.102Z[ helios-setup] Oct 30 00:44:09.777 INFO E| Compiling digest v0.9.0
23362024-10-30T00:44:10.106Z[ host-package] Compiling arc-swap v1.7.1
23372024-10-30T00:44:10.289Z[ helios-setup] Oct 30 00:44:10.018 INFO E| Compiling block-buffer v0.9.0
23382024-10-30T00:44:10.459Z[ helios-setup] Oct 30 00:44:10.189 INFO E| Compiling opaque-debug v0.3.0
23392024-10-30T00:44:10.592Z[ helios-setup] Oct 30 00:44:10.321 INFO E| Compiling getrandom v0.2.10
23402024-10-30T00:44:10.621Z[ helios-setup] Oct 30 00:44:10.350 INFO E| Compiling cpufeatures v0.2.9
23412024-10-30T00:44:10.701Z[ helios-setup] Oct 30 00:44:10.431 INFO E| Compiling same-file v1.0.6
23422024-10-30T00:44:10.709Z[ helios-setup] Oct 30 00:44:10.438 INFO E| Compiling ryu v1.0.15
23432024-10-30T00:44:11.016Z[ helios-setup] Oct 30 00:44:10.746 INFO E| Compiling time v0.3.36
23442024-10-30T00:44:11.222Z[ helios-setup] Oct 30 00:44:10.951 INFO E| Compiling unicode-width v0.1.10
23452024-10-30T00:44:11.274Z[ helios-setup] Oct 30 00:44:11.004 INFO E| Compiling walkdir v2.3.3
23462024-10-30T00:44:11.324Z[ helios-setup] Oct 30 00:44:11.054 INFO E| Compiling sha-1 v0.9.8
23472024-10-30T00:44:11.583Z[ helios-setup] Oct 30 00:44:11.312 INFO E| Compiling getopts v0.2.21
23482024-10-30T00:44:11.883Z[ host-package] Compiling slog-scope v4.4.0
23492024-10-30T00:44:12.377Z[ helios-setup] Oct 30 00:44:12.107 INFO E| Compiling tempfile v3.7.0
23502024-10-30T00:44:12.416Z[ helios-setup] Oct 30 00:44:12.146 INFO E| Compiling md-5 v0.9.1
23512024-10-30T00:44:13.253Z[ helios-setup] Oct 30 00:44:12.815 INFO E| Compiling libdevinfo-sys v1.0.0
23522024-10-30T00:44:13.307Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23532024-10-30T00:44:13.353Z[ helios-setup] Oct 30 00:44:13.084 INFO E| Compiling glob v0.3.1
23542024-10-30T00:44:13.609Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23552024-10-30T00:44:14.705Z[ helios-setup] Oct 30 00:44:14.436 INFO E| Compiling slog-term v2.9.0
23562024-10-30T00:44:15.137Z[ host-package] Compiling half v2.4.1
23572024-10-30T00:44:16.365Z[ host-package] Compiling ciborium-io v0.2.2
23582024-10-30T00:44:16.677Z[ host-package] Compiling ciborium-ll v0.2.2
23592024-10-30T00:44:16.713Z[ helios-setup] Oct 30 00:44:16.444 INFO E| Compiling serde_derive v1.0.193
23602024-10-30T00:44:17.569Z[ host-package] Compiling slog-stdlog v4.1.1
23612024-10-30T00:44:18.309Z[ host-package] Compiling slog-envlogger v2.2.0
23622024-10-30T00:44:18.488Z[ host-package] Compiling ciborium v0.2.2
23632024-10-30T00:44:19.974Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23642024-10-30T00:44:20.787Z[ host-package] Compiling fastrand v2.1.1
23652024-10-30T00:44:21.075Z[ host-package] Compiling same-file v1.0.6
23662024-10-30T00:44:21.384Z[ host-package] Compiling walkdir v2.5.0
23672024-10-30T00:44:21.537Z[ host-package] Compiling tempfile v3.13.0
23682024-10-30T00:44:22.155Z[ host-package] Compiling blake3 v1.5.4
23692024-10-30T00:44:22.408Z[ host-package] Compiling ring v0.16.20
23702024-10-30T00:44:23.076Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23712024-10-30T00:44:27.362Z[ host-package] Compiling xattr v1.3.1
23722024-10-30T00:44:27.684Z[ host-package] Compiling filetime v0.2.25
23732024-10-30T00:44:28.071Z[ host-package] Compiling memmap2 v0.9.5
23742024-10-30T00:44:28.671Z[ host-package] Compiling untrusted v0.7.1
23752024-10-30T00:44:28.942Z[ host-package] Compiling arrayvec v0.7.6
23762024-10-30T00:44:29.403Z[ host-package] Compiling constant_time_eq v0.3.1
23772024-10-30T00:44:29.676Z[ host-package] Compiling keccak v0.1.5
23782024-10-30T00:44:30.700Z[ host-package] Compiling spin v0.5.2
23792024-10-30T00:44:30.795Z[ host-package] Compiling arrayref v0.3.9
23802024-10-30T00:44:30.881Z[ helios-setup] Oct 30 00:44:30.617 INFO E| Compiling toml v0.5.11
23812024-10-30T00:44:30.881Z[ helios-setup] Oct 30 00:44:30.617 INFO E| Compiling uuid v0.8.2
23822024-10-30T00:44:31.280Z[ host-package] Compiling sha3 v0.10.8
23832024-10-30T00:44:32.446Z[ host-package] Compiling tar v0.4.42
23842024-10-30T00:44:32.735Z[ host-package] Compiling camino-tempfile v1.1.1
23852024-10-30T00:44:33.111Z[ helios-setup] Oct 30 00:44:32.848 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23862024-10-30T00:44:33.420Z[ host-package] Compiling toolchain_find v0.4.0
23872024-10-30T00:44:34.181Z[ host-package] Compiling nibble_vec v0.1.0
23882024-10-30T00:44:34.497Z[ host-package] Compiling endian-type v0.1.2
23892024-10-30T00:44:34.675Z[ host-package] Compiling crunchy v0.2.2
23902024-10-30T00:44:34.861Z[ host-package] Compiling glob v0.3.1
23912024-10-30T00:44:34.927Z[ host-package] Compiling maplit v1.0.2
23922024-10-30T00:44:35.125Z[ host-package] Compiling topological-sort v0.2.2
23932024-10-30T00:44:35.401Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23942024-10-30T00:44:35.521Z[ host-package] Compiling omicron-zone-package v0.11.1
23952024-10-30T00:44:35.585Z[ host-package] Compiling radix_trie v0.2.1
23962024-10-30T00:44:35.643Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23972024-10-30T00:44:35.879Z[ host-package] Compiling clang-sys v1.8.1
23982024-10-30T00:44:36.146Z[ helios-setup] Oct 30 00:44:35.883 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23992024-10-30T00:44:36.472Z[ host-package] Compiling tiny-keccak v2.0.2
24002024-10-30T00:44:36.795Z[ host-package] Compiling dsl_auto_type v0.1.2
24012024-10-30T00:44:37.009Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24022024-10-30T00:44:37.044Z[ host-package] Compiling secrecy v0.8.0
24032024-10-30T00:44:37.445Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24042024-10-30T00:44:37.840Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24052024-10-30T00:44:38.112Z[ host-package] Compiling r2d2 v0.8.10
24062024-10-30T00:44:38.419Z[ host-package] Compiling diesel_derives v2.2.3
24072024-10-30T00:44:38.568Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24082024-10-30T00:44:38.647Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24092024-10-30T00:44:38.726Z[ host-package] Compiling ascii-canvas v3.0.0
24102024-10-30T00:44:39.258Z[ host-package] Compiling universal-hash v0.5.1
24112024-10-30T00:44:39.543Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24122024-10-30T00:44:40.327Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24132024-10-30T00:44:40.912Z[ host-package] Compiling lzma-sys v0.1.20
24142024-10-30T00:44:41.344Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24152024-10-30T00:44:41.910Z[ host-package] Compiling ena v0.14.3
24162024-10-30T00:44:42.432Z[ host-package] Compiling libloading v0.8.5
24172024-10-30T00:44:42.628Z[ host-package] Compiling regex-syntax v0.6.29
24182024-10-30T00:44:42.885Z[ host-package] Compiling bindgen v0.69.5
24192024-10-30T00:44:43.545Z[ host-package] Compiling opaque-debug v0.3.1
24202024-10-30T00:44:43.673Z[ host-package] Compiling diff v0.1.13
24212024-10-30T00:44:44.319Z[ host-package] Compiling poly1305 v0.8.0
24222024-10-30T00:44:49.042Z[ helios-setup] Oct 30 00:44:48.785 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s
24232024-10-30T00:44:49.076Z[ helios-setup] Oct 30 00:44:48.819 INFO building project "image-builder" ok (47 seconds)
24242024-10-30T00:44:49.079Z[ helios-setup] Oct 30 00:44:48.819 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24252024-10-30T00:44:49.079Z[ helios-setup] Oct 30 00:44:48.819 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24262024-10-30T00:44:49.087Z[ helios-setup] Oct 30 00:44:48.829 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24272024-10-30T00:44:49.164Z[ host-package] Compiling lalrpop v0.19.12
24282024-10-30T00:44:49.400Z[ helios-setup] Oct 30 00:44:49.143 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24292024-10-30T00:44:49.400Z[ helios-setup] Oct 30 00:44:49.143 INFO E| info: downloading component 'cargo'
24302024-10-30T00:44:50.995Z[ helios-setup] Oct 30 00:44:50.738 INFO E| info: downloading component 'clippy'
24312024-10-30T00:44:51.332Z[ helios-setup] Oct 30 00:44:51.075 INFO E| info: downloading component 'rust-docs'
24322024-10-30T00:44:51.362Z[ host-package] Compiling diesel v2.2.4
24332024-10-30T00:44:52.619Z[ helios-setup] Oct 30 00:44:52.363 INFO E| info: downloading component 'rust-src'
24342024-10-30T00:44:52.810Z[ helios-setup] Oct 30 00:44:52.554 INFO E| info: downloading component 'rust-std'
24352024-10-30T00:44:55.371Z[ helios-setup] Oct 30 00:44:55.116 INFO E| info: downloading component 'rustc'
24362024-10-30T00:44:57.546Z[ host-package] Compiling thiserror-no-std v2.0.2
24372024-10-30T00:44:58.335Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24382024-10-30T00:44:59.551Z[ host-package] Compiling which v4.4.2
24392024-10-30T00:44:59.764Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24402024-10-30T00:45:00.099Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24412024-10-30T00:45:00.102Z[ host-package] Compiling chacha20 v0.9.1
24422024-10-30T00:45:00.422Z[ host-package] Compiling heck v0.3.3
24432024-10-30T00:45:00.673Z[ host-package] Compiling cexpr v0.6.0
24442024-10-30T00:45:00.740Z[ helios-setup] Oct 30 00:45:00.487 INFO E| info: downloading component 'rustfmt'
24452024-10-30T00:45:00.767Z[ host-package] Compiling aead v0.5.2
24462024-10-30T00:45:01.139Z[ host-package] Compiling lazycell v1.3.0
24472024-10-30T00:45:01.257Z[ helios-setup] Oct 30 00:45:01.004 INFO E| info: installing component 'cargo'
24482024-10-30T00:45:01.337Z[ host-package] Compiling rustc-hash v1.1.0
24492024-10-30T00:45:01.673Z[ host-package] Compiling ref-cast v1.0.23
24502024-10-30T00:45:02.138Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24512024-10-30T00:45:02.531Z[ host-package] Compiling chacha20poly1305 v0.10.1
24522024-10-30T00:45:02.677Z[ helios-setup] Oct 30 00:45:02.425 INFO E| info: installing component 'clippy'
24532024-10-30T00:45:02.813Z[ host-package] Compiling zone_cfg_derive v0.1.2
24542024-10-30T00:45:03.157Z[ helios-setup] Oct 30 00:45:02.903 INFO E| info: installing component 'rust-docs'
24552024-10-30T00:45:04.650Z[ host-package] Compiling vsss-rs v3.3.4
24562024-10-30T00:45:08.866Z[ helios-setup] Oct 30 00:45:08.615 INFO E| info: installing component 'rust-src'
24572024-10-30T00:45:09.515Z[ helios-setup] Oct 30 00:45:09.265 INFO E| info: installing component 'rust-std'
24582024-10-30T00:45:10.484Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24592024-10-30T00:45:10.985Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24602024-10-30T00:45:11.714Z[ host-package] Compiling derive_builder_core v0.20.2
24612024-10-30T00:45:11.958Z[ host-package] Compiling headers-core v0.3.0
24622024-10-30T00:45:12.159Z[ helios-setup] Oct 30 00:45:11.910 INFO E| info: installing component 'rustc'
24632024-10-30T00:45:12.208Z[ host-package] Compiling fxhash v0.2.1
24642024-10-30T00:45:12.523Z[ host-package] Compiling libxml v0.3.3
24652024-10-30T00:45:13.162Z[ host-package] Compiling ref-cast-impl v1.0.23
24662024-10-30T00:45:14.286Z[ host-package] Compiling base64 v0.13.1
24672024-10-30T00:45:14.944Z[ host-package] Compiling ron v0.7.1
24682024-10-30T00:45:15.103Z[ host-package] Compiling derive_builder_macro v0.20.2
24692024-10-30T00:45:16.353Z[ host-package] Compiling headers v0.4.0
24702024-10-30T00:45:17.723Z[ host-package] Compiling polar-core v0.27.3
24712024-10-30T00:45:18.601Z[ helios-setup] Oct 30 00:45:18.354 INFO E| info: installing component 'rustfmt'
24722024-10-30T00:45:18.882Z[ host-package] Compiling samael v0.0.17
24732024-10-30T00:45:19.621Z[ helios-setup] Oct 30 00:45:19.375 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24742024-10-30T00:45:20.522Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24752024-10-30T00:45:20.664Z[ helios-setup] Oct 30 00:45:20.416 INFO E| From https://github.com/oxidecomputer/amd-apcb
24762024-10-30T00:45:20.664Z[ helios-setup] Oct 30 00:45:20.416 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
24772024-10-30T00:45:20.664Z[ helios-setup] Oct 30 00:45:20.417 INFO E| * [new tag] v0.4.1 -> v0.4.1
24782024-10-30T00:45:20.690Z[ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.1.3 -> v0.1.3
24792024-10-30T00:45:20.690Z[ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.1.4 -> v0.1.4
24802024-10-30T00:45:20.693Z[ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.1.5 -> v0.1.5
24812024-10-30T00:45:20.693Z[ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.2.0 -> v0.2.0
24822024-10-30T00:45:20.693Z[ helios-setup] Oct 30 00:45:20.444 INFO E| * [new tag] v0.3.0 -> v0.3.0
24832024-10-30T00:45:20.693Z[ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.3.1 -> v0.3.1
24842024-10-30T00:45:20.693Z[ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.3.2 -> v0.3.2
24852024-10-30T00:45:20.693Z[ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.3.3 -> v0.3.3
24862024-10-30T00:45:20.693Z[ helios-setup] Oct 30 00:45:20.445 INFO E| * [new tag] v0.4.0 -> v0.4.0
24872024-10-30T00:45:20.729Z[ helios-setup] Oct 30 00:45:20.483 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24882024-10-30T00:45:20.738Z[ host-package] Compiling xz2 v0.1.7
24892024-10-30T00:45:21.215Z[ host-package] Compiling zone v0.1.8
24902024-10-30T00:45:21.664Z[ helios-setup] Oct 30 00:45:21.418 INFO E| From https://github.com/oxidecomputer/amd-efs
24912024-10-30T00:45:21.664Z[ helios-setup] Oct 30 00:45:21.418 INFO E| * [new branch] empty -> origin/empty
24922024-10-30T00:45:21.666Z[ helios-setup] Oct 30 00:45:21.418 INFO E| * [new branch] issue-99 -> origin/issue-99
24932024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.419 INFO E| * [new branch] main -> origin/main
24942024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.419 INFO E| * [new branch] review -> origin/review
24952024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.419 INFO E| * [new ref] -> origin/HEAD
24962024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.419 INFO E| * [new tag] v0.2.0 -> v0.2.0
24972024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.419 INFO E| * [new tag] v0.2.1 -> v0.2.1
24982024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.419 INFO E| * [new tag] v0.2.2 -> v0.2.2
24992024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.3 -> v0.2.3
25002024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.4 -> v0.2.4
25012024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.5 -> v0.2.5
25022024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.6 -> v0.2.6
25032024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.2.7 -> v0.2.7
25042024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.3.0 -> v0.3.0
25052024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.3.1 -> v0.3.1
25062024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.420 INFO E| * [new tag] v0.4.0 -> v0.4.0
25072024-10-30T00:45:21.667Z[ helios-setup] Oct 30 00:45:21.421 INFO E| * [new tag] v0.4.1 -> v0.4.1
25082024-10-30T00:45:21.690Z[ helios-setup] Oct 30 00:45:21.444 INFO E| Updating crates.io index
25092024-10-30T00:45:22.107Z[ helios-setup] Oct 30 00:45:21.862 INFO E| Downloading crates ...
25102024-10-30T00:45:22.191Z[ helios-setup] Oct 30 00:45:21.946 INFO E| Downloaded bytesize v1.3.0
25112024-10-30T00:45:22.195Z[ helios-setup] Oct 30 00:45:21.950 INFO E| Downloaded scroll v0.10.2
25122024-10-30T00:45:22.199Z[ helios-setup] Oct 30 00:45:21.954 INFO E| Downloaded fletcher v0.1.0
25132024-10-30T00:45:22.207Z[ helios-setup] Oct 30 00:45:21.962 INFO E| Downloaded unic-common v0.9.0
25142024-10-30T00:45:22.210Z[ helios-setup] Oct 30 00:45:21.963 INFO E| Downloaded strum_macros v0.23.1
25152024-10-30T00:45:22.212Z[ helios-setup] Oct 30 00:45:21.966 INFO E| Downloaded pest_generator v2.7.13
25162024-10-30T00:45:22.214Z[ helios-setup] Oct 30 00:45:21.967 INFO E| Downloaded proc-macro-crate v0.1.5
25172024-10-30T00:45:22.214Z[ helios-setup] Oct 30 00:45:21.969 INFO E| Downloaded parse_int v0.6.0
25182024-10-30T00:45:22.217Z[ helios-setup] Oct 30 00:45:21.970 INFO E| Downloaded pest_meta v2.7.13
25192024-10-30T00:45:22.219Z[ helios-setup] Oct 30 00:45:21.973 INFO E| Downloaded vec_map v0.8.2
25202024-10-30T00:45:22.221Z[ helios-setup] Oct 30 00:45:21.974 INFO E| Downloaded unic-char-property v0.9.0
25212024-10-30T00:45:22.221Z[ helios-setup] Oct 30 00:45:21.976 INFO E| Downloaded modular-bitfield v0.11.2
25222024-10-30T00:45:22.248Z[ helios-setup] Oct 30 00:45:22.002 INFO E| Downloaded structopt v0.3.26
25232024-10-30T00:45:22.260Z[ helios-setup] Oct 30 00:45:22.015 INFO E| Downloaded semver-parser v0.7.0
25242024-10-30T00:45:22.262Z[ helios-setup] Oct 30 00:45:22.016 INFO E| Downloaded ansi_term v0.12.1
25252024-10-30T00:45:22.295Z[ helios-setup] Oct 30 00:45:22.050 INFO E| Downloaded memoffset v0.5.6
25262024-10-30T00:45:22.298Z[ helios-setup] Oct 30 00:45:22.052 INFO E| Downloaded libc v0.2.159
25272024-10-30T00:45:22.341Z[ helios-setup] Oct 30 00:45:22.095 INFO E| Downloaded unic-ucd-version v0.9.0
25282024-10-30T00:45:22.343Z[ helios-setup] Oct 30 00:45:22.097 INFO E| Downloaded unic-char-range v0.9.0
25292024-10-30T00:45:22.346Z[ helios-setup] Oct 30 00:45:22.099 INFO E| Downloaded strum v0.23.0
25302024-10-30T00:45:22.346Z[ helios-setup] Oct 30 00:45:22.100 INFO E| Downloaded strsim v0.8.0
25312024-10-30T00:45:22.348Z[ helios-setup] Oct 30 00:45:22.102 INFO E| Downloaded unic-ucd-ident v0.9.0
25322024-10-30T00:45:22.350Z[ helios-setup] Oct 30 00:45:22.105 INFO E| Downloaded textwrap v0.11.0
25332024-10-30T00:45:22.353Z[ helios-setup] Oct 30 00:45:22.107 INFO E| Downloaded semver v0.9.0
25342024-10-30T00:45:22.355Z[ helios-setup] Oct 30 00:45:22.109 INFO E| Downloaded pest_derive v2.7.13
25352024-10-30T00:45:22.358Z[ helios-setup] Oct 30 00:45:22.113 INFO E| Downloaded proc-macro2 v1.0.86
25362024-10-30T00:45:22.363Z[ helios-setup] Oct 30 00:45:22.117 INFO E| Downloaded goblin v0.4.3
25372024-10-30T00:45:22.370Z[ helios-setup] Oct 30 00:45:22.125 INFO E| Downloaded pest v2.7.13
25382024-10-30T00:45:22.378Z[ helios-setup] Oct 30 00:45:22.132 INFO E| Downloaded clap v2.34.0
25392024-10-30T00:45:22.388Z[ helios-setup] Oct 30 00:45:22.142 INFO E| Downloaded once_cell v1.20.1
25402024-10-30T00:45:22.391Z[ helios-setup] Oct 30 00:45:22.146 INFO E| Downloaded structopt-derive v0.4.18
25412024-10-30T00:45:22.394Z[ helios-setup] Oct 30 00:45:22.148 INFO E| Downloaded pre-proc-macro v0.2.1
25422024-10-30T00:45:22.396Z[ helios-setup] Oct 30 00:45:22.151 INFO E| Downloaded scroll_derive v0.10.5
25432024-10-30T00:45:22.398Z[ helios-setup] Oct 30 00:45:22.152 INFO E| Downloaded rustc_version v0.2.3
25442024-10-30T00:45:22.401Z[ helios-setup] Oct 30 00:45:22.154 INFO E| Downloaded pre v0.2.1
25452024-10-30T00:45:22.401Z[ helios-setup] Oct 30 00:45:22.155 INFO E| Downloaded modular-bitfield-impl v0.11.2
25462024-10-30T00:45:22.403Z[ helios-setup] Oct 30 00:45:22.157 INFO E| Downloaded four-cc v0.3.0
25472024-10-30T00:45:22.406Z[ helios-setup] Oct 30 00:45:22.159 INFO E| Downloaded cfg-if v0.1.10
25482024-10-30T00:45:22.507Z[ helios-setup] Oct 30 00:45:22.261 INFO E| Compiling proc-macro2 v1.0.86
25492024-10-30T00:45:22.510Z[ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling unicode-ident v1.0.13
25502024-10-30T00:45:22.510Z[ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling syn v1.0.109
25512024-10-30T00:45:22.510Z[ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling version_check v0.9.5
25522024-10-30T00:45:22.510Z[ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling memchr v2.7.4
25532024-10-30T00:45:22.510Z[ helios-setup] Oct 30 00:45:22.262 INFO E| Compiling thiserror v1.0.64
25542024-10-30T00:45:22.510Z[ helios-setup] Oct 30 00:45:22.263 INFO E| Compiling semver-parser v0.7.0
25552024-10-30T00:45:22.510Z[ helios-setup] Oct 30 00:45:22.263 INFO E| Compiling autocfg v1.4.0
25562024-10-30T00:45:23.384Z[ helios-setup] Oct 30 00:45:23.139 INFO E| Compiling serde v1.0.210
25572024-10-30T00:45:23.930Z[ helios-setup] Oct 30 00:45:23.685 INFO E| Compiling semver v0.9.0
25582024-10-30T00:45:24.451Z[ helios-setup] Oct 30 00:45:24.206 INFO E| Compiling proc-macro-error-attr v1.0.4
25592024-10-30T00:45:24.564Z[ helios-setup] Oct 30 00:45:24.319 INFO E| Compiling rustc_version v0.2.3
25602024-10-30T00:45:24.773Z[ helios-setup] Oct 30 00:45:24.529 INFO E| Compiling proc-macro-error v1.0.4
25612024-10-30T00:45:24.920Z[ helios-setup] Oct 30 00:45:24.675 INFO E| Compiling serde_json v1.0.128
25622024-10-30T00:45:25.178Z[ helios-setup] Oct 30 00:45:24.933 INFO E| Compiling num-traits v0.2.19
25632024-10-30T00:45:25.257Z[ helios-setup] Oct 30 00:45:25.012 INFO E| Compiling schemars v0.8.21
25642024-10-30T00:45:25.300Z[ helios-setup] Oct 30 00:45:25.056 INFO E| Compiling itoa v1.0.11
25652024-10-30T00:45:25.595Z[ helios-setup] Oct 30 00:45:25.351 INFO E| Compiling quote v1.0.37
25662024-10-30T00:45:25.680Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25672024-10-30T00:45:25.891Z[ helios-setup] Oct 30 00:45:25.647 INFO E| Compiling ryu v1.0.18
25682024-10-30T00:45:25.895Z[ helios-setup] Oct 30 00:45:25.648 INFO E| Compiling unicode-segmentation v1.12.0
25692024-10-30T00:45:26.227Z[ helios-setup] Oct 30 00:45:25.983 INFO E| Compiling pre-proc-macro v0.2.1
25702024-10-30T00:45:26.411Z[ helios-setup] Oct 30 00:45:26.167 INFO E| Compiling syn v2.0.79
25712024-10-30T00:45:26.944Z[ helios-setup] Oct 30 00:45:26.700 INFO E| Compiling memoffset v0.5.6
25722024-10-30T00:45:27.141Z[ helios-setup] Oct 30 00:45:26.897 INFO E| Compiling dyn-clone v1.0.17
25732024-10-30T00:45:27.203Z[ helios-setup] Oct 30 00:45:26.959 INFO E| Compiling ucd-trie v0.1.7
25742024-10-30T00:45:27.742Z[ helios-setup] Oct 30 00:45:27.499 INFO E| Compiling heck v0.3.3
25752024-10-30T00:45:27.748Z[ helios-setup] Oct 30 00:45:27.504 INFO E| Compiling rustversion v1.0.17
25762024-10-30T00:45:28.103Z[ helios-setup] Oct 30 00:45:27.859 INFO E| Compiling lazy_static v1.5.0
25772024-10-30T00:45:28.385Z[ helios-setup] Oct 30 00:45:28.142 INFO E| Compiling paste v1.0.15
25782024-10-30T00:45:28.495Z[ helios-setup] Oct 30 00:45:28.251 INFO E| Compiling libc v0.2.159
25792024-10-30T00:45:29.178Z[ helios-setup] Oct 30 00:45:28.935 INFO E| Compiling pre v0.2.1
25802024-10-30T00:45:29.312Z[ helios-setup] Oct 30 00:45:29.068 INFO E| Compiling static_assertions v1.1.0
25812024-10-30T00:45:29.402Z[ helios-setup] Oct 30 00:45:29.159 INFO E| Compiling cfg-if v0.1.10
25822024-10-30T00:45:29.407Z[ helios-setup] Oct 30 00:45:29.164 INFO E| Compiling byteorder v1.5.0
25832024-10-30T00:45:29.490Z[ helios-setup] Oct 30 00:45:29.247 INFO E| Compiling once_cell v1.20.1
25842024-10-30T00:45:30.550Z[ helios-setup] Oct 30 00:45:30.308 INFO E| Compiling unicode-width v0.1.14
25852024-10-30T00:45:31.227Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25862024-10-30T00:45:31.699Z[ helios-setup] Oct 30 00:45:31.456 INFO E| Compiling textwrap v0.11.0
25872024-10-30T00:45:31.781Z[ helios-setup] Oct 30 00:45:31.539 INFO E| Compiling atty v0.2.14
25882024-10-30T00:45:32.076Z[ helios-setup] Oct 30 00:45:31.834 INFO E| Compiling vec_map v0.8.2
25892024-10-30T00:45:32.640Z[ helios-setup] Oct 30 00:45:32.398 INFO E| Compiling bitflags v1.3.2
25902024-10-30T00:45:32.723Z[ helios-setup] Oct 30 00:45:32.481 INFO E| Compiling fletcher v0.1.0
25912024-10-30T00:45:32.786Z[ helios-setup] Oct 30 00:45:32.544 INFO E| Compiling unic-common v0.9.0
25922024-10-30T00:45:32.923Z[ helios-setup] Oct 30 00:45:32.681 INFO E| Compiling strum v0.23.0
25932024-10-30T00:45:33.077Z[ helios-setup] Oct 30 00:45:32.836 INFO E| Compiling strsim v0.8.0
25942024-10-30T00:45:33.122Z[ helios-setup] Oct 30 00:45:32.881 INFO E| Compiling unic-char-range v0.9.0
25952024-10-30T00:45:33.132Z[ helios-setup] Oct 30 00:45:32.890 INFO E| Compiling ansi_term v0.12.1
25962024-10-30T00:45:33.135Z[ helios-setup] Oct 30 00:45:32.891 INFO E| Compiling unic-ucd-version v0.9.0
25972024-10-30T00:45:33.232Z[ helios-setup] Oct 30 00:45:32.991 INFO E| Compiling plain v0.2.3
25982024-10-30T00:45:33.412Z[ helios-setup] Oct 30 00:45:33.171 INFO E| Compiling parse_int v0.6.0
25992024-10-30T00:45:33.589Z[ helios-setup] Oct 30 00:45:33.347 INFO E| Compiling unic-char-property v0.9.0
26002024-10-30T00:45:33.647Z[ helios-setup] Oct 30 00:45:33.406 INFO E| Compiling clap v2.34.0
26012024-10-30T00:45:34.073Z[ helios-setup] Oct 30 00:45:33.831 INFO E| Compiling log v0.4.22
26022024-10-30T00:45:34.142Z[ helios-setup] Oct 30 00:45:33.900 INFO E| Compiling unic-ucd-ident v0.9.0
26032024-10-30T00:45:34.174Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26042024-10-30T00:45:34.206Z[ helios-setup] Oct 30 00:45:33.965 INFO E| Compiling bytesize v1.3.0
26052024-10-30T00:45:35.272Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26062024-10-30T00:45:35.469Z[ helios-setup] Oct 30 00:45:35.228 INFO E| Compiling serde_derive_internals v0.29.1
26072024-10-30T00:45:37.715Z[ helios-setup] Oct 30 00:45:37.475 INFO E| Compiling toml v0.5.11
26082024-10-30T00:45:38.641Z[ host-package] Compiling yasna v0.5.2
26092024-10-30T00:45:39.222Z[ host-package] Compiling phf_generator v0.11.2
26102024-10-30T00:45:39.702Z[ host-package] Compiling strum_macros v0.24.3
26112024-10-30T00:45:40.887Z[ helios-setup] Oct 30 00:45:40.648 INFO E| Compiling proc-macro-crate v0.1.5
26122024-10-30T00:45:41.616Z[ helios-setup] Oct 30 00:45:41.377 INFO E| Compiling thiserror-impl v1.0.64
26132024-10-30T00:45:41.998Z[ helios-setup] Oct 30 00:45:41.759 INFO E| Compiling serde_derive v1.0.210
26142024-10-30T00:45:43.140Z[ helios-setup] Oct 30 00:45:42.902 INFO E| Compiling schemars_derive v0.8.21
26152024-10-30T00:45:43.170Z[ host-package] Compiling kstat-rs v0.2.4
26162024-10-30T00:45:43.282Z[ helios-setup] Oct 30 00:45:43.043 INFO E| Compiling zerocopy-derive v0.6.6
26172024-10-30T00:45:43.369Z[ helios-setup] Oct 30 00:45:43.131 INFO E| Compiling num-derive v0.4.2
26182024-10-30T00:45:44.924Z[ host-package] Compiling unicase v2.7.0
26192024-10-30T00:45:45.232Z[ host-package] Compiling indoc v1.0.9
26202024-10-30T00:45:45.383Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26212024-10-30T00:45:45.518Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
26222024-10-30T00:45:45.834Z[ host-package] Compiling rcgen v0.12.1
26232024-10-30T00:45:46.786Z[ helios-setup] Oct 30 00:45:46.549 INFO E| Compiling pest v2.7.13
26242024-10-30T00:45:46.875Z[ helios-setup] Oct 30 00:45:46.638 INFO E| Compiling zerocopy v0.6.6
26252024-10-30T00:45:46.962Z[ host-package] Compiling phf_codegen v0.11.2
26262024-10-30T00:45:47.781Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26272024-10-30T00:45:48.664Z[ helios-setup] Oct 30 00:45:48.428 INFO E| Compiling modular-bitfield-impl v0.11.2
26282024-10-30T00:45:48.732Z[ helios-setup] Oct 30 00:45:48.495 INFO E| Compiling scroll_derive v0.10.5
26292024-10-30T00:45:49.128Z[ helios-setup] Oct 30 00:45:48.892 INFO E| Compiling strum_macros v0.23.1
26302024-10-30T00:45:49.263Z[ helios-setup] Oct 30 00:45:49.027 INFO E| Compiling structopt-derive v0.4.18
26312024-10-30T00:45:52.017Z[ helios-setup] Oct 30 00:45:51.782 INFO E| Compiling scroll v0.10.2
26322024-10-30T00:45:53.208Z[ helios-setup] Oct 30 00:45:52.974 INFO E| Compiling pest_meta v2.7.13
26332024-10-30T00:45:53.495Z[ helios-setup] Oct 30 00:45:53.261 INFO E| Compiling goblin v0.4.3
26342024-10-30T00:45:54.564Z[ helios-setup] Oct 30 00:45:54.330 INFO E| Compiling structopt v0.3.26
26352024-10-30T00:45:54.617Z[ helios-setup] Oct 30 00:45:54.383 INFO E| Compiling modular-bitfield v0.11.2
26362024-10-30T00:45:55.765Z[ helios-setup] Oct 30 00:45:55.531 INFO E| Compiling pest_generator v2.7.13
26372024-10-30T00:46:00.369Z[ helios-setup] Oct 30 00:46:00.137 INFO E| Compiling pest_derive v2.7.13
26382024-10-30T00:46:03.771Z[ host-package] Compiling derive_builder v0.20.2
26392024-10-30T00:46:04.104Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26402024-10-30T00:46:04.969Z[ helios-setup] Oct 30 00:46:04.739 INFO E| Compiling json5 v0.4.1
26412024-10-30T00:46:10.012Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26422024-10-30T00:46:10.105Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26432024-10-30T00:46:10.573Z[ host-package] Compiling oso-derive v0.27.3
26442024-10-30T00:46:10.936Z[ helios-setup] Oct 30 00:46:10.708 INFO E| Compiling four-cc v0.3.0
26452024-10-30T00:46:10.936Z[ helios-setup] Oct 30 00:46:10.708 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
26462024-10-30T00:46:11.162Z[ helios-setup] Oct 30 00:46:10.934 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
26472024-10-30T00:46:11.938Z[ host-package] Compiling parse-zoneinfo v0.3.1
26482024-10-30T00:46:13.601Z[ host-package] Compiling libz-sys v1.1.20
26492024-10-30T00:46:14.152Z[ host-package] Compiling quick-xml v0.33.0
26502024-10-30T00:46:14.777Z[ host-package] Compiling subprocess v0.2.9
26512024-10-30T00:46:17.907Z[ host-package] Compiling diesel-dtrace v0.3.0
26522024-10-30T00:46:18.683Z[ host-package] Compiling parking_lot_core v0.8.6
26532024-10-30T00:46:19.110Z[ host-package] Compiling cfg_aliases v0.1.1
26542024-10-30T00:46:19.312Z[ host-package] Compiling oso v0.27.3
26552024-10-30T00:46:19.336Z[ host-package] Compiling nix v0.28.0
26562024-10-30T00:46:20.367Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26572024-10-30T00:46:21.048Z[ host-package] Compiling chrono-tz-build v0.4.0
26582024-10-30T00:46:22.285Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26592024-10-30T00:46:24.058Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26602024-10-30T00:46:29.384Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612024-10-30T00:46:30.161Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26622024-10-30T00:46:30.656Z[ host-package] Compiling bb8 v0.8.5
26632024-10-30T00:46:31.399Z[ host-package] Compiling const_format_proc_macros v0.2.33
26642024-10-30T00:46:32.786Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26652024-10-30T00:46:33.532Z[ host-package] Compiling vte v0.11.1
26662024-10-30T00:46:33.797Z[ host-package] Compiling const_format v0.2.33
26672024-10-30T00:46:35.257Z[ host-package] Compiling async-bb8-diesel v0.2.1
26682024-10-30T00:46:35.362Z[ host-package] Compiling chrono-tz v0.10.0
26692024-10-30T00:46:36.994Z[ host-package] Compiling fd-lock v4.0.2
26702024-10-30T00:46:37.263Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26712024-10-30T00:46:37.307Z[ host-package] Compiling atty v0.2.14
26722024-10-30T00:46:37.526Z[ host-package] Compiling salty v0.3.0
26732024-10-30T00:46:38.090Z[ host-package] Compiling bytecount v0.6.8
26742024-10-30T00:46:38.492Z[ host-package] Compiling papergrid v0.11.0
26752024-10-30T00:46:39.835Z[ host-package] Compiling parking_lot v0.11.2
26762024-10-30T00:46:49.630Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26772024-10-30T00:46:50.617Z[ host-package] Compiling tabled_derive v0.7.0
26782024-10-30T00:46:51.914Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26792024-10-30T00:46:53.089Z[ host-package] Compiling peg-macros v0.8.4
26802024-10-30T00:46:53.712Z[ helios-setup] Oct 30 00:46:53.498 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26812024-10-30T00:46:56.986Z[ host-package] Compiling sqlparser_derive v0.2.2
26822024-10-30T00:46:57.991Z[ host-package] Compiling nu-ansi-term v0.50.1
26832024-10-30T00:46:58.363Z[ host-package] Compiling unicode_categories v0.1.1
26842024-10-30T00:46:59.051Z[ host-package] Compiling sqlformat v0.2.6
26852024-10-30T00:46:59.471Z[ host-package] Compiling reedline v0.35.0
26862024-10-30T00:47:06.352Z[ helios-setup] Oct 30 00:47:06.143 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26872024-10-30T00:47:07.610Z[ host-package] Compiling sqlparser v0.45.0
26882024-10-30T00:47:11.968Z[ host-package] Compiling rustyline v14.0.0
26892024-10-30T00:47:16.988Z[ host-package] Compiling peg v0.8.4
26902024-10-30T00:47:17.083Z[ host-package] Compiling tabled v0.15.0
26912024-10-30T00:47:21.560Z[ host-package] Compiling sled v0.34.7
26922024-10-30T00:47:25.331Z[ host-package] Compiling mime_guess v2.0.5
26932024-10-30T00:47:27.014Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26942024-10-30T00:47:28.898Z[ host-package] Compiling hickory-client v0.24.1
26952024-10-30T00:47:29.843Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
26962024-10-30T00:47:32.117Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26972024-10-30T00:47:36.164Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982024-10-30T00:47:36.265Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26992024-10-30T00:47:39.575Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27002024-10-30T00:47:41.166Z[ host-package] Compiling hickory-server v0.24.1
27012024-10-30T00:47:44.311Z[ helios-setup] Oct 30 00:47:44.115 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s
27022024-10-30T00:47:44.348Z[ helios-setup] Oct 30 00:47:44.152 INFO building project "amd-host-image-builder" ok (175 seconds)
27032024-10-30T00:47:44.348Z[ helios-setup] Oct 30 00:47:44.152 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27042024-10-30T00:47:44.350Z[ helios-setup] Oct 30 00:47:44.152 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27052024-10-30T00:47:44.380Z[ host-package] Compiling primeorder v0.13.6
27062024-10-30T00:47:44.662Z[ helios-setup] Oct 30 00:47:44.467 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27072024-10-30T00:47:45.047Z[ host-package] Compiling vergen v8.3.2
27082024-10-30T00:47:45.449Z[ host-package] Compiling bcs v0.1.6
27092024-10-30T00:47:45.880Z[ helios-setup] Oct 30 00:47:45.685 INFO E| From https://github.com/oxidecomputer/progenitor
27102024-10-30T00:47:45.880Z[ helios-setup] Oct 30 00:47:45.685 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27112024-10-30T00:47:45.914Z[ helios-setup] Oct 30 00:47:45.719 INFO E| * [new tag] v0.1.1 -> v0.1.1
27122024-10-30T00:47:45.915Z[ helios-setup] Oct 30 00:47:45.719 INFO E| * [new tag] v0.2.0 -> v0.2.0
27132024-10-30T00:47:46.051Z[ helios-setup] Oct 30 00:47:45.856 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27142024-10-30T00:47:46.536Z[ host-package] Compiling env_filter v0.1.2
27152024-10-30T00:47:46.654Z[ helios-setup] Oct 30 00:47:46.460 INFO E| From https://github.com/jclulow/hiercmd
27162024-10-30T00:47:46.654Z[ helios-setup] Oct 30 00:47:46.460 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27172024-10-30T00:47:46.677Z[ helios-setup] Oct 30 00:47:46.482 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27182024-10-30T00:47:46.782Z[ host-package] Compiling cargo-platform v0.1.8
27192024-10-30T00:47:47.157Z[ helios-setup] Oct 30 00:47:46.962 INFO E| From https://github.com/jclulow/network-interface
27202024-10-30T00:47:47.157Z[ helios-setup] Oct 30 00:47:46.962 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27212024-10-30T00:47:47.178Z[ helios-setup] Oct 30 00:47:46.983 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27222024-10-30T00:47:47.346Z[ host-package] Compiling nanorand v0.7.0
27232024-10-30T00:47:47.741Z[ helios-setup] Oct 30 00:47:47.547 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27242024-10-30T00:47:47.741Z[ helios-setup] Oct 30 00:47:47.547 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27252024-10-30T00:47:47.781Z[ helios-setup] Oct 30 00:47:47.587 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27262024-10-30T00:47:47.880Z[ host-package] Compiling memoffset v0.9.1
27272024-10-30T00:47:48.101Z[ host-package] Compiling flume v0.11.0
27282024-10-30T00:47:48.602Z[ helios-setup] Oct 30 00:47:48.408 INFO E| From https://github.com/oxidecomputer/facade
27292024-10-30T00:47:48.602Z[ helios-setup] Oct 30 00:47:48.408 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27302024-10-30T00:47:48.658Z[ helios-setup] Oct 30 00:47:48.463 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27312024-10-30T00:47:48.932Z[ host-package] Compiling cargo_metadata v0.18.1
27322024-10-30T00:47:49.386Z[ helios-setup] Oct 30 00:47:49.192 INFO E| From https://github.com/oxidecomputer/dropshot
27332024-10-30T00:47:49.386Z[ helios-setup] Oct 30 00:47:49.192 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27342024-10-30T00:47:49.422Z[ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.3.0 -> v0.3.0
27352024-10-30T00:47:49.422Z[ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.4.0 -> v0.4.0
27362024-10-30T00:47:49.424Z[ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.5.0 -> v0.5.0
27372024-10-30T00:47:49.424Z[ helios-setup] Oct 30 00:47:49.228 INFO E| * [new tag] v0.5.1 -> v0.5.1
27382024-10-30T00:47:49.424Z[ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.6.0 -> v0.6.0
27392024-10-30T00:47:49.424Z[ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.7.0 -> v0.7.0
27402024-10-30T00:47:49.424Z[ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.8.0 -> v0.8.0
27412024-10-30T00:47:49.424Z[ helios-setup] Oct 30 00:47:49.229 INFO E| * [new tag] v0.9.0 -> v0.9.0
27422024-10-30T00:47:49.475Z[ helios-setup] Oct 30 00:47:49.281 INFO E| Updating crates.io index
27432024-10-30T00:47:49.689Z[ helios-setup] Oct 30 00:47:49.495 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27442024-10-30T00:47:50.378Z[ helios-setup] Oct 30 00:47:50.185 INFO E| From https://github.com/oxidecomputer/typify
27452024-10-30T00:47:50.378Z[ helios-setup] Oct 30 00:47:50.185 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27462024-10-30T00:47:50.411Z[ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.10 -> v0.0.10
27472024-10-30T00:47:50.411Z[ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.11 -> v0.0.11
27482024-10-30T00:47:50.411Z[ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.4 -> v0.0.4
27492024-10-30T00:47:50.414Z[ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.5 -> v0.0.5
27502024-10-30T00:47:50.414Z[ helios-setup] Oct 30 00:47:50.218 INFO E| * [new tag] v0.0.7 -> v0.0.7
27512024-10-30T00:47:50.414Z[ helios-setup] Oct 30 00:47:50.219 INFO E| * [new tag] v0.0.8 -> v0.0.8
27522024-10-30T00:47:50.414Z[ helios-setup] Oct 30 00:47:50.219 INFO E| * [new tag] v0.0.9 -> v0.0.9
27532024-10-30T00:47:50.922Z[ helios-setup] Oct 30 00:47:50.729 INFO E| Downloading crates ...
27542024-10-30T00:47:51.073Z[ helios-setup] Oct 30 00:47:50.880 INFO E| Downloaded async-stream v0.3.5
27552024-10-30T00:47:51.080Z[ helios-setup] Oct 30 00:47:50.887 INFO E| Downloaded ahash v0.8.3
27562024-10-30T00:47:51.084Z[ helios-setup] Oct 30 00:47:50.891 INFO E| Downloaded digest v0.10.6
27572024-10-30T00:47:51.088Z[ helios-setup] Oct 30 00:47:50.895 INFO E| Downloaded const-random-macro v0.1.15
27582024-10-30T00:47:51.090Z[ helios-setup] Oct 30 00:47:50.897 INFO E| Downloaded crossbeam-deque v0.8.2
27592024-10-30T00:47:51.093Z[ helios-setup] Oct 30 00:47:50.899 INFO E| Downloaded built v0.6.0
27602024-10-30T00:47:51.095Z[ helios-setup] Oct 30 00:47:50.901 INFO E| Downloaded futures-sink v0.3.28
27612024-10-30T00:47:51.098Z[ helios-setup] Oct 30 00:47:50.903 INFO E| Downloaded project-root v0.2.2
27622024-10-30T00:47:51.102Z[ helios-setup] Oct 30 00:47:50.910 INFO E| Downloaded serde_derive_internals v0.26.0
27632024-10-30T00:47:51.105Z[ helios-setup] Oct 30 00:47:50.913 INFO E| Downloaded generic-array v0.14.6
27642024-10-30T00:47:51.152Z[ helios-setup] Oct 30 00:47:50.959 INFO E| Downloaded anstyle v0.3.5
27652024-10-30T00:47:51.155Z[ helios-setup] Oct 30 00:47:50.962 INFO E| Downloaded toolchain_find v0.2.0
27662024-10-30T00:47:51.157Z[ helios-setup] Oct 30 00:47:50.965 INFO E| Downloaded semver v0.11.0
27672024-10-30T00:47:51.160Z[ helios-setup] Oct 30 00:47:50.967 INFO E| Downloaded log v0.4.17
27682024-10-30T00:47:51.164Z[ helios-setup] Oct 30 00:47:50.971 INFO E| Downloaded utf8parse v0.2.1
27692024-10-30T00:47:51.167Z[ helios-setup] Oct 30 00:47:50.974 INFO E| Downloaded num-integer v0.1.45
27702024-10-30T00:47:51.169Z[ helios-setup] Oct 30 00:47:50.977 INFO E| Downloaded try-lock v0.2.4
27712024-10-30T00:47:51.172Z[ helios-setup] Oct 30 00:47:50.978 INFO E| Downloaded strsim v0.10.0
27722024-10-30T00:47:51.174Z[ helios-setup] Oct 30 00:47:50.981 INFO E| Downloaded num-traits v0.2.15
27732024-10-30T00:47:51.178Z[ helios-setup] Oct 30 00:47:50.985 INFO E| Downloaded smawk v0.3.1
27742024-10-30T00:47:51.181Z[ helios-setup] Oct 30 00:47:50.988 INFO E| Downloaded parking_lot v0.12.1
27752024-10-30T00:47:51.185Z[ helios-setup] Oct 30 00:47:50.992 INFO E| Downloaded futures v0.3.28
27762024-10-30T00:47:51.195Z[ helios-setup] Oct 30 00:47:51.002 INFO E| Downloaded concolor-override v1.0.0
27772024-10-30T00:47:51.198Z[ helios-setup] Oct 30 00:47:51.004 INFO E| Downloaded unicode-bidi v0.3.13
27782024-10-30T00:47:51.201Z[ helios-setup] Oct 30 00:47:51.008 INFO E| Downloaded tokio-rustls v0.24.0
27792024-10-30T00:47:51.206Z[ helios-setup] Oct 30 00:47:51.013 INFO E| Downloaded want v0.3.0
27802024-10-30T00:47:51.208Z[ helios-setup] Oct 30 00:47:51.015 INFO E| Downloaded tower-service v0.3.2
27812024-10-30T00:47:51.211Z[ helios-setup] Oct 30 00:47:51.017 INFO E| Downloaded tinyvec v1.6.0
27822024-10-30T00:47:51.214Z[ helios-setup] Oct 30 00:47:51.021 INFO E| Downloaded thiserror v1.0.38
27832024-10-30T00:47:51.222Z[ helios-setup] Oct 30 00:47:51.029 INFO E| Downloaded serde_yaml v0.9.21
27842024-10-30T00:47:51.227Z[ helios-setup] Oct 30 00:47:51.034 INFO E| Downloaded toml v0.7.3
27852024-10-30T00:47:51.232Z[ helios-setup] Oct 30 00:47:51.039 INFO E| Downloaded sha1 v0.10.5
27862024-10-30T00:47:51.234Z[ helios-setup] Oct 30 00:47:51.042 INFO E| Downloaded terminal_size v0.2.6
27872024-10-30T00:47:51.237Z[ helios-setup] Oct 30 00:47:51.044 INFO E| Downloaded slog-async v2.7.0
27882024-10-30T00:47:51.240Z[ helios-setup] Oct 30 00:47:51.046 INFO E| Downloaded rustfmt-wrapper v0.2.0
27892024-10-30T00:47:51.243Z[ helios-setup] Oct 30 00:47:51.048 INFO E| Downloaded rayon-core v1.10.2
27902024-10-30T00:47:51.249Z[ helios-setup] Oct 30 00:47:51.056 INFO E| Downloaded thiserror-impl v1.0.38
27912024-10-30T00:47:51.251Z[ helios-setup] Oct 30 00:47:51.059 INFO E| Downloaded toml_datetime v0.6.1
27922024-10-30T00:47:51.254Z[ helios-setup] Oct 30 00:47:51.061 INFO E| Downloaded tracing-core v0.1.30
27932024-10-30T00:47:51.258Z[ helios-setup] Oct 30 00:47:51.066 INFO E| Downloaded semver v1.0.17
27942024-10-30T00:47:51.262Z[ helios-setup] Oct 30 00:47:51.070 INFO E| Downloaded tokio-macros v2.0.0
27952024-10-30T00:47:51.265Z[ helios-setup] Oct 30 00:47:51.073 INFO E| Downloaded futures-io v0.3.28
27962024-10-30T00:47:51.273Z[ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded form_urlencoded v1.1.0
27972024-10-30T00:47:51.273Z[ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded tokio-tungstenite v0.18.0
27982024-10-30T00:47:51.273Z[ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded httpdate v1.0.2
27992024-10-30T00:47:51.276Z[ helios-setup] Oct 30 00:47:51.081 INFO E| Downloaded proc-macro-crate v1.2.1
28002024-10-30T00:47:51.276Z[ helios-setup] Oct 30 00:47:51.083 INFO E| Downloaded itoa v1.0.6
28012024-10-30T00:47:51.278Z[ helios-setup] Oct 30 00:47:51.085 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28022024-10-30T00:47:51.281Z[ helios-setup] Oct 30 00:47:51.089 INFO E| Downloaded home v0.5.4
28032024-10-30T00:47:51.284Z[ helios-setup] Oct 30 00:47:51.090 INFO E| Downloaded tungstenite v0.18.0
28042024-10-30T00:47:51.288Z[ helios-setup] Oct 30 00:47:51.096 INFO E| Downloaded toml_edit v0.19.8
28052024-10-30T00:47:51.318Z[ helios-setup] Oct 30 00:47:51.125 INFO E| Downloaded unicode-ident v1.0.8
28062024-10-30T00:47:51.322Z[ helios-setup] Oct 30 00:47:51.129 INFO E| Downloaded uuid v1.3.0
28072024-10-30T00:47:51.329Z[ helios-setup] Oct 30 00:47:51.137 INFO E| Downloaded url v2.3.1
28082024-10-30T00:47:51.335Z[ helios-setup] Oct 30 00:47:51.142 INFO E| Downloaded unicode-normalization v0.1.22
28092024-10-30T00:47:51.341Z[ helios-setup] Oct 30 00:47:51.148 INFO E| Downloaded winnow v0.4.1
28102024-10-30T00:47:51.355Z[ helios-setup] Oct 30 00:47:51.162 INFO E| Downloaded once_cell v1.17.0
28112024-10-30T00:47:51.359Z[ helios-setup] Oct 30 00:47:51.166 INFO E| Downloaded rhai_codegen v1.5.0
28122024-10-30T00:47:51.374Z[ helios-setup] Oct 30 00:47:51.181 INFO E| Downloaded rhai v1.14.0
28132024-10-30T00:47:51.394Z[ helios-setup] Oct 30 00:47:51.201 INFO E| Downloaded clap_builder v4.2.1
28142024-10-30T00:47:51.405Z[ helios-setup] Oct 30 00:47:51.212 INFO E| Downloaded rustls v0.21.0
28152024-10-30T00:47:51.423Z[ helios-setup] Oct 30 00:47:51.230 INFO E| Downloaded syn v2.0.72
28162024-10-30T00:47:51.439Z[ helios-setup] Oct 30 00:47:51.246 INFO E| Downloaded reqwest v0.11.16
28172024-10-30T00:47:51.451Z[ helios-setup] Oct 30 00:47:51.258 INFO E| Downloaded tokio v1.27.0
28182024-10-30T00:47:51.502Z[ helios-setup] Oct 30 00:47:51.309 INFO E| Downloaded mio v0.8.5
28192024-10-30T00:47:51.511Z[ helios-setup] Oct 30 00:47:51.318 INFO E| Downloaded pest v2.5.7
28202024-10-30T00:47:51.519Z[ helios-setup] Oct 30 00:47:51.326 INFO E| Downloaded h2 v0.3.16
28212024-10-30T00:47:51.529Z[ helios-setup] Oct 30 00:47:51.336 INFO E| Downloaded hyper v0.14.25
28222024-10-30T00:47:51.559Z[ helios-setup] Oct 30 00:47:51.366 INFO E| Downloaded futures-util v0.3.28
28232024-10-30T00:47:51.579Z[ helios-setup] Oct 30 00:47:51.386 INFO E| Downloaded rayon v1.6.1
28242024-10-30T00:47:51.593Z[ helios-setup] Oct 30 00:47:51.400 INFO E| Downloaded git2 v0.16.1
28252024-10-30T00:47:51.605Z[ helios-setup] Oct 30 00:47:51.413 INFO E| Downloaded chrono v0.4.24
28262024-10-30T00:47:51.617Z[ helios-setup] Oct 30 00:47:51.424 INFO E| Downloaded regress v0.5.0
28272024-10-30T00:47:51.627Z[ helios-setup] Oct 30 00:47:51.434 INFO E| Downloaded regex v1.7.3
28282024-10-30T00:47:51.640Z[ helios-setup] Oct 30 00:47:51.447 INFO E| Downloaded crossbeam-channel v0.5.6
28292024-10-30T00:47:51.647Z[ helios-setup] Oct 30 00:47:51.454 INFO E| Downloaded aho-corasick v0.7.20
28302024-10-30T00:47:51.653Z[ helios-setup] Oct 30 00:47:51.460 INFO E| Downloaded miniz_oxide v0.6.2
28312024-10-30T00:47:51.656Z[ helios-setup] Oct 30 00:47:51.464 INFO E| Downloaded openapiv3 v1.0.2
28322024-10-30T00:47:51.674Z[ helios-setup] Oct 30 00:47:51.481 INFO E| Downloaded memchr v2.5.0
28332024-10-30T00:47:51.680Z[ helios-setup] Oct 30 00:47:51.487 INFO E| Downloaded rustix v0.37.3
28342024-10-30T00:47:51.711Z[ helios-setup] Oct 30 00:47:51.518 INFO E| Downloaded syn v1.0.107
28352024-10-30T00:47:51.729Z[ helios-setup] Oct 30 00:47:51.536 INFO E| Downloaded parking_lot_core v0.9.6
28362024-10-30T00:47:51.732Z[ helios-setup] Oct 30 00:47:51.539 INFO E| Downloaded flate2 v1.0.25
28372024-10-30T00:47:51.740Z[ helios-setup] Oct 30 00:47:51.547 INFO E| Downloaded bytes v1.4.0
28382024-10-30T00:47:51.746Z[ helios-setup] Oct 30 00:47:51.553 INFO E| Downloaded quote v1.0.36
28392024-10-30T00:47:51.750Z[ helios-setup] Oct 30 00:47:51.558 INFO E| Downloaded pin-project-lite v0.2.9
28402024-10-30T00:47:51.758Z[ helios-setup] Oct 30 00:47:51.565 INFO E| Downloaded crossbeam-utils v0.8.14
28412024-10-30T00:47:51.763Z[ helios-setup] Oct 30 00:47:51.570 INFO E| Downloaded libc v0.2.139
28422024-10-30T00:47:51.804Z[ helios-setup] Oct 30 00:47:51.611 INFO E| Downloaded crossbeam-epoch v0.9.13
28432024-10-30T00:47:51.808Z[ helios-setup] Oct 30 00:47:51.616 INFO E| Downloaded clap v4.2.1
28442024-10-30T00:47:51.821Z[ helios-setup] Oct 30 00:47:51.629 INFO E| Downloaded tokio-util v0.7.7
28452024-10-30T00:47:51.831Z[ helios-setup] Oct 30 00:47:51.639 INFO E| Downloaded serde_json v1.0.95
28462024-10-30T00:47:51.843Z[ helios-setup] Oct 30 00:47:51.650 INFO E| Downloaded io-lifetimes v1.0.10
28472024-10-30T00:47:51.846Z[ helios-setup] Oct 30 00:47:51.654 INFO E| Downloaded unicode-linebreak v0.1.4
28482024-10-30T00:47:51.849Z[ helios-setup] Oct 30 00:47:51.656 INFO E| Downloaded pkg-config v0.3.26
28492024-10-30T00:47:51.851Z[ helios-setup] Oct 30 00:47:51.659 INFO E| Downloaded lock_api v0.4.9
28502024-10-30T00:47:51.853Z[ helios-setup] Oct 30 00:47:51.661 INFO E| Downloaded http v0.2.9
28512024-10-30T00:47:51.860Z[ helios-setup] Oct 30 00:47:51.667 INFO E| Downloaded getrandom v0.2.8
28522024-10-30T00:47:51.893Z[ helios-setup] Oct 30 00:47:51.700 INFO E| Downloaded clap_derive v4.2.0
28532024-10-30T00:47:51.896Z[ helios-setup] Oct 30 00:47:51.704 INFO E| Downloaded cargo-lock v8.0.3
28542024-10-30T00:47:51.901Z[ helios-setup] Oct 30 00:47:51.709 INFO E| Downloaded async-trait v0.1.68
28552024-10-30T00:47:51.907Z[ helios-setup] Oct 30 00:47:51.715 INFO E| Downloaded unsafe-libyaml v0.2.8
28562024-10-30T00:47:51.914Z[ helios-setup] Oct 30 00:47:51.721 INFO E| Downloaded tracing v0.1.37
28572024-10-30T00:47:51.922Z[ helios-setup] Oct 30 00:47:51.729 INFO E| Downloaded textwrap v0.16.0
28582024-10-30T00:47:51.926Z[ helios-setup] Oct 30 00:47:51.733 INFO E| Downloaded schemars v0.8.12
28592024-10-30T00:47:51.946Z[ helios-setup] Oct 30 00:47:51.754 INFO E| Downloaded paste v1.0.12
28602024-10-30T00:47:51.951Z[ helios-setup] Oct 30 00:47:51.759 INFO E| Downloaded encoding_rs v0.8.32
28612024-10-30T00:47:51.987Z[ helios-setup] Oct 30 00:47:51.795 INFO E| Downloaded num_enum v0.5.7
28622024-10-30T00:47:51.993Z[ helios-setup] Oct 30 00:47:51.800 INFO E| Downloaded num_cpus v1.15.0
28632024-10-30T00:47:51.999Z[ helios-setup] Oct 30 00:47:51.807 INFO E| Downloaded futures-channel v0.3.28
28642024-10-30T00:47:52.003Z[ helios-setup] Oct 30 00:47:51.810 INFO E| Downloaded bincode v1.3.3
28652024-10-30T00:47:52.008Z[ helios-setup] Oct 30 00:47:51.815 INFO E| Downloaded ucd-trie v0.1.5
28662024-10-30T00:47:52.010Z[ helios-setup] Oct 30 00:47:51.818 INFO E| Downloaded smallvec v1.10.0
28672024-10-30T00:47:52.014Z[ helios-setup] Oct 30 00:47:51.822 INFO E| Downloaded serde_derive v1.0.204
28682024-10-30T00:47:52.019Z[ helios-setup] Oct 30 00:47:51.827 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28692024-10-30T00:47:52.109Z[ helios-setup] Oct 30 00:47:51.916 INFO E| Downloaded lazy_static v1.4.0
28702024-10-30T00:47:52.113Z[ helios-setup] Oct 30 00:47:51.918 INFO E| Downloaded anyhow v1.0.68
28712024-10-30T00:47:52.118Z[ helios-setup] Oct 30 00:47:51.925 INFO E| Downloaded socket2 v0.4.9
28722024-10-30T00:47:52.124Z[ helios-setup] Oct 30 00:47:51.931 INFO E| Downloaded smartstring v1.0.1
28732024-10-30T00:47:52.128Z[ helios-setup] Oct 30 00:47:51.935 INFO E| Downloaded ryu v1.0.13
28742024-10-30T00:47:52.133Z[ helios-setup] Oct 30 00:47:51.941 INFO E| Downloaded http-body v0.4.5
28752024-10-30T00:47:52.136Z[ helios-setup] Oct 30 00:47:51.944 INFO E| Downloaded is-terminal v0.4.7
28762024-10-30T00:47:52.139Z[ helios-setup] Oct 30 00:47:51.946 INFO E| Downloaded iana-time-zone v0.1.56
28772024-10-30T00:47:52.143Z[ helios-setup] Oct 30 00:47:51.950 INFO E| Downloaded futures-task v0.3.28
28782024-10-30T00:47:52.145Z[ helios-setup] Oct 30 00:47:51.953 INFO E| Downloaded dyn-clone v1.0.11
28792024-10-30T00:47:52.148Z[ helios-setup] Oct 30 00:47:51.955 INFO E| Downloaded concolor-query v0.3.3
28802024-10-30T00:47:52.150Z[ helios-setup] Oct 30 00:47:51.957 INFO E| Downloaded slab v0.4.7
28812024-10-30T00:47:52.152Z[ helios-setup] Oct 30 00:47:51.959 INFO E| Downloaded serde v1.0.204
28822024-10-30T00:47:52.156Z[ helios-setup] Oct 30 00:47:51.964 INFO E| Downloaded libz-sys v1.1.8
28832024-10-30T00:47:52.241Z[ helios-setup] Oct 30 00:47:52.048 INFO E| Downloaded either v1.8.0
28842024-10-30T00:47:52.243Z[ helios-setup] Oct 30 00:47:52.050 INFO E| Downloaded cpufeatures v0.2.5
28852024-10-30T00:47:52.246Z[ helios-setup] Oct 30 00:47:52.052 INFO E| Downloaded clap_lex v0.4.1
28862024-10-30T00:47:52.248Z[ helios-setup] Oct 30 00:47:52.054 INFO E| Downloaded sct v0.7.0
28872024-10-30T00:47:52.252Z[ helios-setup] Oct 30 00:47:52.059 INFO E| Downloaded futures-executor v0.3.28
28882024-10-30T00:47:52.254Z[ helios-setup] Oct 30 00:47:52.062 INFO E| Downloaded autocfg v1.1.0
28892024-10-30T00:47:52.257Z[ helios-setup] Oct 30 00:47:52.064 INFO E| Downloaded byteorder v1.4.3
28902024-10-30T00:47:52.260Z[ helios-setup] Oct 30 00:47:52.067 INFO E| Downloaded block-buffer v0.10.3
28912024-10-30T00:47:52.262Z[ helios-setup] Oct 30 00:47:52.069 INFO E| Downloaded time v0.1.45
28922024-10-30T00:47:52.264Z[ helios-setup] Oct 30 00:47:52.071 INFO E| Downloaded rustls-webpki v0.100.1
28932024-10-30T00:47:52.272Z[ helios-setup] Oct 30 00:47:52.080 INFO E| Downloaded camino v1.1.4
28942024-10-30T00:47:52.280Z[ helios-setup] Oct 30 00:47:52.087 INFO E| Downloaded anstyle-parse v0.1.1
28952024-10-30T00:47:52.282Z[ helios-setup] Oct 30 00:47:52.090 INFO E| Downloaded ahash v0.7.6
28962024-10-30T00:47:52.287Z[ helios-setup] Oct 30 00:47:52.094 INFO E| Downloaded signal-hook-registry v1.4.0
28972024-10-30T00:47:52.289Z[ helios-setup] Oct 30 00:47:52.096 INFO E| Downloaded sha2 v0.10.6
28982024-10-30T00:47:52.292Z[ helios-setup] Oct 30 00:47:52.099 INFO E| Downloaded serde_path_to_error v0.1.11
28992024-10-30T00:47:52.295Z[ helios-setup] Oct 30 00:47:52.102 INFO E| Downloaded serde_tokenstream v0.2.0
29002024-10-30T00:47:52.300Z[ helios-setup] Oct 30 00:47:52.107 INFO E| Downloaded semver-parser v0.10.2
29012024-10-30T00:47:52.302Z[ helios-setup] Oct 30 00:47:52.110 INFO E| Downloaded rustls-pemfile v1.0.2
29022024-10-30T00:47:52.305Z[ helios-setup] Oct 30 00:47:52.113 INFO E| Downloaded scopeguard v1.1.0
29032024-10-30T00:47:52.308Z[ helios-setup] Oct 30 00:47:52.115 INFO E| Downloaded const-random v0.1.15
29042024-10-30T00:47:52.310Z[ helios-setup] Oct 30 00:47:52.116 INFO E| Downloaded async-stream-impl v0.3.5
29052024-10-30T00:47:52.310Z[ helios-setup] Oct 30 00:47:52.118 INFO E| Downloaded tempfile v3.5.0
29062024-10-30T00:47:52.315Z[ helios-setup] Oct 30 00:47:52.121 INFO E| Downloaded serde_spanned v0.6.1
29072024-10-30T00:47:52.317Z[ helios-setup] Oct 30 00:47:52.123 INFO E| Downloaded base64 v0.21.0
29082024-10-30T00:47:52.321Z[ helios-setup] Oct 30 00:47:52.128 INFO E| Downloaded anstream v0.2.6
29092024-10-30T00:47:52.338Z[ helios-setup] Oct 30 00:47:52.145 INFO E| Downloaded cc v1.0.78
29102024-10-30T00:47:52.342Z[ helios-setup] Oct 30 00:47:52.149 INFO E| Downloaded slog-bunyan v2.4.0
29112024-10-30T00:47:52.344Z[ helios-setup] Oct 30 00:47:52.151 INFO E| Downloaded ipnet v2.7.2
29122024-10-30T00:47:52.346Z[ helios-setup] Oct 30 00:47:52.154 INFO E| Downloaded httparse v1.8.0
29132024-10-30T00:47:52.349Z[ helios-setup] Oct 30 00:47:52.157 INFO E| Downloaded schemars_derive v0.8.12
29142024-10-30T00:47:52.352Z[ helios-setup] Oct 30 00:47:52.159 INFO E| Downloaded ppv-lite86 v0.2.17
29152024-10-30T00:47:52.354Z[ helios-setup] Oct 30 00:47:52.161 INFO E| Downloaded percent-encoding v2.2.0
29162024-10-30T00:47:52.357Z[ helios-setup] Oct 30 00:47:52.162 INFO E| Downloaded num_enum_derive v0.5.7
29172024-10-30T00:47:52.357Z[ helios-setup] Oct 30 00:47:52.164 INFO E| Downloaded memoffset v0.7.1
29182024-10-30T00:47:52.359Z[ helios-setup] Oct 30 00:47:52.166 INFO E| Downloaded jobserver v0.1.26
29192024-10-30T00:47:52.361Z[ helios-setup] Oct 30 00:47:52.168 INFO E| Downloaded futures-macro v0.3.28
29202024-10-30T00:47:52.363Z[ helios-setup] Oct 30 00:47:52.170 INFO E| Downloaded futures-core v0.3.28
29212024-10-30T00:47:52.365Z[ helios-setup] Oct 30 00:47:52.172 INFO E| Downloaded fastrand v1.9.0
29222024-10-30T00:47:52.663Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling proc-macro2 v1.0.86
29232024-10-30T00:47:52.663Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling libc v0.2.139
29242024-10-30T00:47:52.663Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling unicode-ident v1.0.8
29252024-10-30T00:47:52.674Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling autocfg v1.1.0
29262024-10-30T00:47:52.674Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling cfg-if v1.0.0
29272024-10-30T00:47:52.674Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling version_check v0.9.4
29282024-10-30T00:47:52.674Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling serde v1.0.204
29292024-10-30T00:47:52.674Z[ helios-setup] Oct 30 00:47:52.471 INFO E| Compiling syn v1.0.107
29302024-10-30T00:47:52.720Z[ host-package] Compiling env_logger v0.11.5
29312024-10-30T00:47:53.421Z[ helios-setup] Oct 30 00:47:53.228 INFO E| Compiling memchr v2.5.0
29322024-10-30T00:47:54.542Z[ helios-setup] Oct 30 00:47:54.350 INFO E| Compiling once_cell v1.17.0
29332024-10-30T00:47:54.601Z[ helios-setup] Oct 30 00:47:54.409 INFO E| Compiling log v0.4.17
29342024-10-30T00:47:54.800Z[ helios-setup] Oct 30 00:47:54.608 INFO E| Compiling thiserror v1.0.38
29352024-10-30T00:47:55.178Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29362024-10-30T00:47:55.370Z[ host-package] Compiling p384 v0.13.0
29372024-10-30T00:47:55.492Z[ helios-setup] Oct 30 00:47:55.300 INFO E| Compiling itoa v1.0.6
29382024-10-30T00:47:55.808Z[ helios-setup] Oct 30 00:47:55.615 INFO E| Compiling serde_json v1.0.95
29392024-10-30T00:47:56.566Z[ helios-setup] Oct 30 00:47:56.375 INFO E| Compiling jobserver v0.1.26
29402024-10-30T00:47:56.695Z[ helios-setup] Oct 30 00:47:56.503 INFO E| Compiling quote v1.0.36
29412024-10-30T00:47:57.158Z[ helios-setup] Oct 30 00:47:56.966 INFO E| Compiling getrandom v0.2.8
29422024-10-30T00:47:57.253Z[ helios-setup] Oct 30 00:47:57.062 INFO E| Compiling indexmap v1.9.3
29432024-10-30T00:47:57.670Z[ helios-setup] Oct 30 00:47:57.479 INFO E| Compiling syn v2.0.72
29442024-10-30T00:47:58.000Z[ helios-setup] Oct 30 00:47:57.809 INFO E| Compiling cc v1.0.78
29452024-10-30T00:47:58.081Z[ helios-setup] Oct 30 00:47:57.890 INFO E| Compiling scopeguard v1.1.0
29462024-10-30T00:47:58.153Z[ helios-setup] Oct 30 00:47:57.963 INFO E| Compiling pin-project-lite v0.2.9
29472024-10-30T00:47:58.271Z[ helios-setup] Oct 30 00:47:58.080 INFO E| Compiling num-integer v0.1.45
29482024-10-30T00:47:58.322Z[ helios-setup] Oct 30 00:47:58.131 INFO E| Compiling futures-core v0.3.28
29492024-10-30T00:47:58.528Z[ helios-setup] Oct 30 00:47:58.337 INFO E| Compiling bytes v1.4.0
29502024-10-30T00:47:59.130Z[ helios-setup] Oct 30 00:47:58.940 INFO E| Compiling ryu v1.0.13
29512024-10-30T00:48:00.283Z[ helios-setup] Oct 30 00:48:00.093 INFO E| Compiling lock_api v0.4.9
29522024-10-30T00:48:00.337Z[ helios-setup] Oct 30 00:48:00.147 INFO E| Compiling typenum v1.16.0
29532024-10-30T00:48:00.488Z[ helios-setup] Oct 30 00:48:00.298 INFO E| Compiling parking_lot_core v0.9.6
29542024-10-30T00:48:00.591Z[ helios-setup] Oct 30 00:48:00.401 INFO E| Compiling bitflags v1.3.2
29552024-10-30T00:48:00.999Z[ helios-setup] Oct 30 00:48:00.809 INFO E| Compiling num_cpus v1.15.0
29562024-10-30T00:48:01.223Z[ helios-setup] Oct 30 00:48:01.032 INFO E| Compiling generic-array v0.14.6
29572024-10-30T00:48:01.821Z[ helios-setup] Oct 30 00:48:01.632 INFO E| Compiling slab v0.4.7
29582024-10-30T00:48:01.996Z[ helios-setup] Oct 30 00:48:01.806 INFO E| Compiling futures-channel v0.3.28
29592024-10-30T00:48:01.998Z[ helios-setup] Oct 30 00:48:01.808 INFO E| Compiling futures-task v0.3.28
29602024-10-30T00:48:02.165Z[ helios-setup] Oct 30 00:48:01.976 INFO E| Compiling futures-sink v0.3.28
29612024-10-30T00:48:02.600Z[ helios-setup] Oct 30 00:48:02.411 INFO E| Compiling tokio v1.27.0
29622024-10-30T00:48:03.030Z[ helios-setup] Oct 30 00:48:02.841 INFO E| Compiling futures-util v0.3.28
29632024-10-30T00:48:03.425Z[ helios-setup] Oct 30 00:48:03.236 INFO E| Compiling schemars v0.8.12
29642024-10-30T00:48:04.224Z[ helios-setup] Oct 30 00:48:04.034 INFO E| Compiling mio v0.8.5
29652024-10-30T00:48:04.314Z[ helios-setup] Oct 30 00:48:04.124 INFO E| Compiling signal-hook-registry v1.4.0
29662024-10-30T00:48:04.595Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29672024-10-30T00:48:04.716Z[ helios-setup] Oct 30 00:48:04.527 INFO E| Compiling socket2 v0.4.9
29682024-10-30T00:48:05.088Z[ helios-setup] Oct 30 00:48:04.900 INFO E| Compiling ahash v0.7.6
29692024-10-30T00:48:05.091Z[ helios-setup] Oct 30 00:48:04.901 INFO E| Compiling num-traits v0.2.15
29702024-10-30T00:48:05.294Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29712024-10-30T00:48:06.112Z[ helios-setup] Oct 30 00:48:05.924 INFO E| Compiling pin-utils v0.1.0
29722024-10-30T00:48:06.401Z[ helios-setup] Oct 30 00:48:06.214 INFO E| Compiling io-lifetimes v1.0.10
29732024-10-30T00:48:06.816Z[ helios-setup] Oct 30 00:48:06.629 INFO E| Compiling futures-io v0.3.28
29742024-10-30T00:48:06.906Z[ host-package] Compiling git2 v0.19.0
29752024-10-30T00:48:07.219Z[ helios-setup] Oct 30 00:48:07.031 INFO E| Compiling crunchy v0.2.2
29762024-10-30T00:48:08.257Z[ helios-setup] Oct 30 00:48:08.070 INFO E| Compiling ahash v0.8.3
29772024-10-30T00:48:08.496Z[ helios-setup] Oct 30 00:48:08.308 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29782024-10-30T00:48:08.609Z[ helios-setup] Oct 30 00:48:08.422 INFO E| Compiling tiny-keccak v2.0.2
29792024-10-30T00:48:09.115Z[ helios-setup] Oct 30 00:48:08.929 INFO E| Compiling hashbrown v0.12.3
29802024-10-30T00:48:09.252Z[ helios-setup] Oct 30 00:48:09.065 INFO E| Compiling rustix v0.37.3
29812024-10-30T00:48:09.901Z[ helios-setup] Oct 30 00:48:09.714 INFO E| Compiling serde_derive_internals v0.26.0
29822024-10-30T00:48:10.077Z[ helios-setup] Oct 30 00:48:09.890 INFO E| Compiling crypto-common v0.1.6
29832024-10-30T00:48:10.196Z[ helios-setup] Oct 30 00:48:10.009 INFO E| Compiling block-buffer v0.10.3
29842024-10-30T00:48:11.864Z[ helios-setup] Oct 30 00:48:11.622 INFO E| Compiling errno v0.3.1
29852024-10-30T00:48:12.175Z[ helios-setup] Oct 30 00:48:11.917 INFO E| Compiling pkg-config v0.3.26
29862024-10-30T00:48:12.258Z[ helios-setup] Oct 30 00:48:11.994 INFO E| Compiling slog v2.7.0
29872024-10-30T00:48:12.537Z[ helios-setup] Oct 30 00:48:12.295 INFO E| Compiling fnv v1.0.7
29882024-10-30T00:48:12.854Z[ helios-setup] Oct 30 00:48:12.634 INFO E| Compiling crossbeam-utils v0.8.14
29892024-10-30T00:48:13.995Z[ helios-setup] Oct 30 00:48:13.807 INFO E| Compiling http v0.2.9
29902024-10-30T00:48:14.705Z[ helios-setup] Oct 30 00:48:14.520 INFO E| Compiling digest v0.10.6
29912024-10-30T00:48:15.809Z[ helios-setup] Oct 30 00:48:15.625 INFO E| Compiling aho-corasick v0.7.20
29922024-10-30T00:48:15.975Z[ helios-setup] Oct 30 00:48:15.791 INFO E| Compiling tinyvec_macros v0.1.1
29932024-10-30T00:48:16.369Z[ helios-setup] Oct 30 00:48:16.184 INFO E| Compiling anyhow v1.0.68
29942024-10-30T00:48:16.946Z[ helios-setup] Oct 30 00:48:16.762 INFO E| Compiling regex-syntax v0.6.29
29952024-10-30T00:48:17.923Z[ helios-setup] Oct 30 00:48:17.739 INFO E| Compiling httparse v1.8.0
29962024-10-30T00:48:18.913Z[ helios-setup] Oct 30 00:48:18.730 INFO E| Compiling percent-encoding v2.2.0
29972024-10-30T00:48:19.208Z[ helios-setup] Oct 30 00:48:19.024 INFO E| Compiling unicode-width v0.1.10
29982024-10-30T00:48:19.290Z[ helios-setup] Oct 30 00:48:19.106 INFO E| Compiling cpufeatures v0.2.5
29992024-10-30T00:48:19.766Z[ helios-setup] Oct 30 00:48:19.582 INFO E| Compiling heck v0.4.1
30002024-10-30T00:48:19.865Z[ helios-setup] Oct 30 00:48:19.682 INFO E| Compiling form_urlencoded v1.1.0
30012024-10-30T00:48:19.970Z[ helios-setup] Oct 30 00:48:19.787 INFO E| Compiling tinyvec v1.6.0
30022024-10-30T00:48:20.184Z[ helios-setup] Oct 30 00:48:20.000 INFO E| Compiling thiserror-impl v1.0.38
30032024-10-30T00:48:20.279Z[ helios-setup] Oct 30 00:48:20.096 INFO E| Compiling schemars_derive v0.8.12
30042024-10-30T00:48:20.793Z[ helios-setup] Oct 30 00:48:20.610 INFO E| Compiling const-random-macro v0.1.15
30052024-10-30T00:48:21.166Z[ helios-setup] Oct 30 00:48:20.983 INFO E| Compiling serde_derive v1.0.204
30062024-10-30T00:48:22.065Z[ helios-setup] Oct 30 00:48:21.882 INFO E| Compiling futures-macro v0.3.28
30072024-10-30T00:48:22.913Z[ helios-setup] Oct 30 00:48:22.730 INFO E| Compiling tokio-macros v2.0.0
30082024-10-30T00:48:23.511Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30092024-10-30T00:48:23.811Z[ helios-setup] Oct 30 00:48:23.630 INFO E| Compiling hashbrown v0.13.2
30102024-10-30T00:48:25.699Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30112024-10-30T00:48:26.160Z[ helios-setup] Oct 30 00:48:25.979 INFO E| Compiling regex v1.7.3
30122024-10-30T00:48:26.696Z[ helios-setup] Oct 30 00:48:26.516 INFO E| Compiling libz-sys v1.1.8
30132024-10-30T00:48:26.897Z[ helios-setup] Oct 30 00:48:26.717 INFO E| Compiling chrono v0.4.24
30142024-10-30T00:48:28.569Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30152024-10-30T00:48:29.264Z[ helios-setup] Oct 30 00:48:29.082 INFO E| Compiling dyn-clone v1.0.11
30162024-10-30T00:48:29.468Z[ helios-setup] Oct 30 00:48:29.288 INFO E| Compiling uuid v1.3.0
30172024-10-30T00:48:29.991Z[ helios-setup] Oct 30 00:48:29.811 INFO E| Compiling unicode-normalization v0.1.22
30182024-10-30T00:48:30.160Z[ helios-setup] Oct 30 00:48:29.979 INFO E| Compiling regress v0.5.0
30192024-10-30T00:48:31.003Z[ helios-setup] Oct 30 00:48:30.823 INFO E| Compiling const-random v0.1.15
30202024-10-30T00:48:31.920Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30212024-10-30T00:48:32.333Z[ helios-setup] Oct 30 00:48:32.152 INFO E| Compiling getopts v0.2.21
30222024-10-30T00:48:33.542Z[ helios-setup] Oct 30 00:48:33.363 INFO E| Compiling tracing-core v0.1.30
30232024-10-30T00:48:34.212Z[ helios-setup] Oct 30 00:48:34.034 INFO E| Compiling memoffset v0.7.1
30242024-10-30T00:48:34.241Z[ helios-setup] Oct 30 00:48:34.063 INFO E| Compiling time-core v0.1.2
30252024-10-30T00:48:35.347Z[ helios-setup] Oct 30 00:48:35.169 INFO E| Compiling unicode-bidi v0.3.13
30262024-10-30T00:48:36.518Z[ helios-setup] Oct 30 00:48:36.340 INFO E| Compiling num-conv v0.1.0
30272024-10-30T00:48:36.704Z[ helios-setup] Oct 30 00:48:36.527 INFO E| Compiling ucd-trie v0.1.5
30282024-10-30T00:48:37.737Z[ helios-setup] Oct 30 00:48:37.560 INFO E| Compiling powerfmt v0.2.0
30292024-10-30T00:48:38.049Z[ helios-setup] Oct 30 00:48:37.872 INFO E| Compiling pest v2.5.7
30302024-10-30T00:48:38.205Z[ helios-setup] Oct 30 00:48:38.028 INFO E| Compiling idna v0.3.0
30312024-10-30T00:48:38.781Z[ helios-setup] Oct 30 00:48:38.603 INFO E| Compiling deranged v0.3.11
30322024-10-30T00:48:39.070Z[ helios-setup] Oct 30 00:48:38.893 INFO E| Compiling time-macros v0.2.18
30332024-10-30T00:48:39.506Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30342024-10-30T00:48:43.540Z[ host-package] Compiling rand_seeder v0.3.0
30352024-10-30T00:48:43.768Z[ helios-setup] Oct 30 00:48:43.593 INFO E| Compiling tracing v0.1.37
30362024-10-30T00:48:44.478Z[ host-package] Compiling libsqlite3-sys v0.30.1
30372024-10-30T00:48:45.228Z[ helios-setup] Oct 30 00:48:45.052 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30382024-10-30T00:48:45.293Z[ helios-setup] Oct 30 00:48:45.118 INFO E| Compiling time v0.1.45
30392024-10-30T00:48:45.349Z[ host-package] Compiling rustls v0.21.12
30402024-10-30T00:48:45.423Z[ helios-setup] Oct 30 00:48:45.248 INFO E| Compiling crossbeam-epoch v0.9.13
30412024-10-30T00:48:45.559Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30422024-10-30T00:48:45.771Z[ host-package] Compiling cfg_aliases v0.2.1
30432024-10-30T00:48:46.011Z[ host-package] Compiling nix v0.29.0
30442024-10-30T00:48:46.339Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30452024-10-30T00:48:46.654Z[ helios-setup] Oct 30 00:48:46.480 INFO E| Compiling iana-time-zone v0.1.56
30462024-10-30T00:48:46.858Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30472024-10-30T00:48:47.060Z[ helios-setup] Oct 30 00:48:46.886 INFO E| Compiling semver v1.0.17
30482024-10-30T00:48:48.455Z[ helios-setup] Oct 30 00:48:48.281 INFO E| Compiling num_threads v0.1.6
30492024-10-30T00:48:48.756Z[ helios-setup] Oct 30 00:48:48.583 INFO E| Compiling smallvec v1.10.0
30502024-10-30T00:48:48.908Z[ helios-setup] Oct 30 00:48:48.735 INFO E| Compiling toml v0.5.11
30512024-10-30T00:48:49.632Z[ helios-setup] Oct 30 00:48:49.459 INFO E| Compiling serde_tokenstream v0.2.0
30522024-10-30T00:48:50.011Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30532024-10-30T00:48:51.212Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30542024-10-30T00:48:51.260Z[ helios-setup] Oct 30 00:48:51.087 INFO E| Compiling parking_lot v0.12.1
30552024-10-30T00:48:51.956Z[ helios-setup] Oct 30 00:48:51.784 INFO E| Compiling time v0.3.36
30562024-10-30T00:48:51.995Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30572024-10-30T00:48:53.048Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30582024-10-30T00:48:53.108Z[ host-package] Compiling sct v0.7.1
30592024-10-30T00:48:54.069Z[ host-package] Compiling rustls-webpki v0.101.7
30602024-10-30T00:48:57.435Z[ helios-setup] Oct 30 00:48:55.590 INFO E| Compiling url v2.3.1
30612024-10-30T00:48:57.703Z[ host-package] Compiling castaway v0.2.3
30622024-10-30T00:48:58.259Z[ host-package] Compiling csv-core v0.1.11
30632024-10-30T00:48:59.158Z[ helios-setup] Oct 30 00:48:58.989 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30642024-10-30T00:49:00.006Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30652024-10-30T00:49:00.889Z[ helios-setup] Oct 30 00:49:00.720 INFO E| Compiling semver-parser v0.10.2
30662024-10-30T00:49:00.994Z[ host-package] Compiling http-range v0.1.5
30672024-10-30T00:49:01.872Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30682024-10-30T00:49:02.647Z[ helios-setup] Oct 30 00:49:02.479 INFO E| Compiling crossbeam-channel v0.5.6
30692024-10-30T00:49:02.750Z[ host-package] Compiling hyper-staticfile v0.10.1
30702024-10-30T00:49:04.799Z[ host-package] Compiling csv v1.3.0
30712024-10-30T00:49:05.007Z[ helios-setup] Oct 30 00:49:04.840 INFO E| Compiling dirs-sys-next v0.1.2
30722024-10-30T00:49:06.190Z[ helios-setup] Oct 30 00:49:06.023 INFO E| Compiling crc32fast v1.3.2
30732024-10-30T00:49:06.196Z[ host-package] Compiling compact_str v0.8.0
30742024-10-30T00:49:06.424Z[ helios-setup] Oct 30 00:49:06.258 INFO E| Compiling try-lock v0.2.4
30752024-10-30T00:49:07.029Z[ helios-setup] Oct 30 00:49:06.848 INFO E| Compiling same-file v1.0.6
30762024-10-30T00:49:07.964Z[ helios-setup] Oct 30 00:49:07.796 INFO E| Compiling walkdir v2.3.3
30772024-10-30T00:49:08.184Z[ helios-setup] Oct 30 00:49:08.018 INFO E| Compiling want v0.3.0
30782024-10-30T00:49:08.633Z[ helios-setup] Oct 30 00:49:08.467 INFO E| Compiling dirs-next v2.0.0
30792024-10-30T00:49:09.377Z[ helios-setup] Oct 30 00:49:09.211 INFO E| Compiling semver v0.11.0
30802024-10-30T00:49:09.620Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30812024-10-30T00:49:11.138Z[ helios-setup] Oct 30 00:49:10.973 INFO E| Compiling tokio-util v0.7.7
30822024-10-30T00:49:11.515Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30832024-10-30T00:49:12.851Z[ host-package] Compiling nix v0.27.1
30842024-10-30T00:49:13.686Z[ helios-setup] Oct 30 00:49:13.522 INFO E| Compiling h2 v0.3.16
30852024-10-30T00:49:14.067Z[ helios-setup] Oct 30 00:49:13.902 INFO E| Compiling proc-macro-crate v1.2.1
30862024-10-30T00:49:14.484Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30872024-10-30T00:49:15.596Z[ helios-setup] Oct 30 00:49:15.433 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30882024-10-30T00:49:16.168Z[ helios-setup] Oct 30 00:49:16.004 INFO E| Compiling futures-executor v0.3.28
30892024-10-30T00:49:18.360Z[ helios-setup] Oct 30 00:49:18.193 INFO E| Compiling http-body v0.4.5
30902024-10-30T00:49:18.899Z[ helios-setup] Oct 30 00:49:18.736 INFO E| Compiling ring v0.16.20
30912024-10-30T00:49:19.386Z[ helios-setup] Oct 30 00:49:19.224 INFO E| Compiling rand_core v0.6.4
30922024-10-30T00:49:19.960Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30932024-10-30T00:49:20.642Z[ helios-setup] Oct 30 00:49:20.480 INFO E| Compiling thread_local v1.1.7
30942024-10-30T00:49:21.217Z[ helios-setup] Oct 30 00:49:21.055 INFO E| Compiling fastrand v1.9.0
30952024-10-30T00:49:22.419Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30962024-10-30T00:49:23.106Z[ helios-setup] Oct 30 00:49:22.945 INFO E| Compiling httpdate v1.0.2
30972024-10-30T00:49:24.161Z[ helios-setup] Oct 30 00:49:24.000 INFO E| Compiling base64 v0.21.0
30982024-10-30T00:49:24.460Z[ helios-setup] Oct 30 00:49:24.300 INFO E| Compiling tower-service v0.3.2
30992024-10-30T00:49:25.008Z[ helios-setup] Oct 30 00:49:24.848 INFO E| Compiling lazy_static v1.4.0
31002024-10-30T00:49:25.111Z[ helios-setup] Oct 30 00:49:24.951 INFO E| Compiling home v0.5.4
31012024-10-30T00:49:25.588Z[ helios-setup] Oct 30 00:49:25.428 INFO E| Compiling adler v1.0.2
31022024-10-30T00:49:25.770Z[ helios-setup] Oct 30 00:49:25.611 INFO E| Compiling ppv-lite86 v0.2.17
31032024-10-30T00:49:26.240Z[ helios-setup] Oct 30 00:49:26.080 INFO E| Compiling utf8parse v0.2.1
31042024-10-30T00:49:26.613Z[ helios-setup] Oct 30 00:49:26.454 INFO E| Compiling rayon-core v1.10.2
31052024-10-30T00:49:27.183Z[ helios-setup] Oct 30 00:49:27.024 INFO E| Compiling anstyle-parse v0.1.1
31062024-10-30T00:49:27.567Z[ helios-setup] Oct 30 00:49:27.408 INFO E| Compiling miniz_oxide v0.6.2
31072024-10-30T00:49:27.960Z[ helios-setup] Oct 30 00:49:27.801 INFO E| Compiling rand_chacha v0.3.1
31082024-10-30T00:49:28.083Z[ helios-setup] Oct 30 00:49:27.924 INFO E| Compiling toolchain_find v0.2.0
31092024-10-30T00:49:29.139Z[ helios-setup] Oct 30 00:49:28.980 INFO E| Compiling hyper v0.14.25
31102024-10-30T00:49:32.160Z[ helios-setup] Oct 30 00:49:32.002 INFO E| Compiling tempfile v3.5.0
31112024-10-30T00:49:32.503Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31122024-10-30T00:49:36.650Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31132024-10-30T00:49:39.562Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31142024-10-30T00:49:40.618Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31152024-10-30T00:49:41.240Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31162024-10-30T00:49:42.019Z[ host-package] Compiling unicode-truncate v1.1.0
31172024-10-30T00:49:42.998Z[ host-package] Compiling hashlink v0.9.1
31182024-10-30T00:49:43.640Z[ helios-setup] Oct 30 00:49:43.486 INFO E| Compiling futures v0.3.28
31192024-10-30T00:49:43.866Z[ helios-setup] Oct 30 00:49:43.712 INFO E| Compiling num_enum_derive v0.5.7
31202024-10-30T00:49:43.900Z[ helios-setup] Oct 30 00:49:43.746 INFO E| Compiling cargo-lock v8.0.3
31212024-10-30T00:49:45.003Z[ host-package] Compiling tungstenite v0.23.0
31222024-10-30T00:49:46.585Z[ host-package] Compiling lru v0.12.5
31232024-10-30T00:49:47.654Z[ host-package] Compiling instability v0.3.2
31242024-10-30T00:49:48.955Z[ helios-setup] Oct 30 00:49:48.803 INFO E| Compiling crossbeam-deque v0.8.2
31252024-10-30T00:49:50.097Z[ helios-setup] Oct 30 00:49:49.945 INFO E| Compiling term v0.7.0
31262024-10-30T00:49:50.173Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31272024-10-30T00:49:50.798Z[ host-package] Compiling cassowary v0.3.0
31282024-10-30T00:49:51.327Z[ helios-setup] Oct 30 00:49:51.175 INFO E| Compiling serde_urlencoded v0.7.1
31292024-10-30T00:49:51.825Z[ helios-setup] Oct 30 00:49:51.674 INFO E| Compiling sha2 v0.10.6
31302024-10-30T00:49:52.401Z[ host-package] Compiling fallible-iterator v0.3.0
31312024-10-30T00:49:52.760Z[ helios-setup] Oct 30 00:49:52.610 INFO E| Compiling sha1 v0.10.5
31322024-10-30T00:49:53.073Z[ helios-setup] Oct 30 00:49:52.922 INFO E| Compiling is-terminal v0.4.7
31332024-10-30T00:49:53.343Z[ helios-setup] Oct 30 00:49:53.193 INFO E| Compiling atty v0.2.14
31342024-10-30T00:49:53.827Z[ helios-setup] Oct 30 00:49:53.677 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31352024-10-30T00:49:53.990Z[ helios-setup] Oct 30 00:49:53.840 INFO E| Compiling concolor-override v1.0.0
31362024-10-30T00:49:54.571Z[ host-package] Compiling rusqlite v0.32.1
31372024-10-30T00:49:54.595Z[ helios-setup] Oct 30 00:49:54.445 INFO E| Compiling anstyle v0.3.5
31382024-10-30T00:49:55.721Z[ host-package] Compiling ratatui v0.28.1
31392024-10-30T00:49:55.908Z[ helios-setup] Oct 30 00:49:55.759 INFO E| Compiling concolor-query v0.3.3
31402024-10-30T00:49:56.447Z[ helios-setup] Oct 30 00:49:56.298 INFO E| Compiling anstream v0.2.6
31412024-10-30T00:49:58.002Z[ host-package] Compiling tokio-tungstenite v0.23.1
31422024-10-30T00:49:58.537Z[ helios-setup] Oct 30 00:49:58.389 INFO E| Compiling slog-term v2.9.0
31432024-10-30T00:49:59.264Z[ helios-setup] Oct 30 00:49:59.116 INFO E| Compiling flate2 v1.0.25
31442024-10-30T00:50:02.010Z[ helios-setup] Oct 30 00:50:01.863 INFO E| Compiling num_enum v0.5.7
31452024-10-30T00:50:02.343Z[ helios-setup] Oct 30 00:50:02.196 INFO E| Compiling rustfmt-wrapper v0.2.0
31462024-10-30T00:50:02.796Z[ helios-setup] Oct 30 00:50:02.649 INFO E| Compiling rand v0.8.5
31472024-10-30T00:50:03.386Z[ helios-setup] Oct 30 00:50:03.239 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31482024-10-30T00:50:03.415Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31492024-10-30T00:50:03.597Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31502024-10-30T00:50:03.822Z[ helios-setup] Oct 30 00:50:03.676 INFO E| Compiling openapiv3 v1.0.2
31512024-10-30T00:50:03.969Z[ helios-setup] Oct 30 00:50:03.822 INFO E| Compiling encoding_rs v0.8.32
31522024-10-30T00:50:06.483Z[ helios-setup] Oct 30 00:50:06.337 INFO E| Compiling project-root v0.2.2
31532024-10-30T00:50:07.249Z[ helios-setup] Oct 30 00:50:07.104 INFO E| Compiling byteorder v1.4.3
31542024-10-30T00:50:09.034Z[ helios-setup] Oct 30 00:50:08.889 INFO E| Compiling clap_lex v0.4.1
31552024-10-30T00:50:10.050Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31562024-10-30T00:50:11.208Z[ helios-setup] Oct 30 00:50:11.064 INFO E| Compiling untrusted v0.7.1
31572024-10-30T00:50:11.761Z[ helios-setup] Oct 30 00:50:11.617 INFO E| Compiling unsafe-libyaml v0.2.8
31582024-10-30T00:50:12.230Z[ helios-setup] Oct 30 00:50:12.087 INFO E| Compiling strsim v0.10.0
31592024-10-30T00:50:12.474Z[ helios-setup] Oct 30 00:50:12.331 INFO E| Compiling spin v0.5.2
31602024-10-30T00:50:13.075Z[ helios-setup] Oct 30 00:50:12.932 INFO E| Compiling mime v0.3.17
31612024-10-30T00:50:15.004Z[ host-package] Compiling tokio-rustls v0.24.1
31622024-10-30T00:50:15.227Z[ helios-setup] Oct 30 00:50:15.084 INFO E| Compiling base64 v0.13.1
31632024-10-30T00:50:15.412Z[ helios-setup] Oct 30 00:50:15.270 INFO E| Compiling ipnet v2.7.2
31642024-10-30T00:50:15.752Z[ helios-setup] Oct 30 00:50:15.609 INFO E| Compiling utf-8 v0.7.6
31652024-10-30T00:50:16.896Z[ helios-setup] Oct 30 00:50:16.754 INFO E| Compiling either v1.8.0
31662024-10-30T00:50:16.937Z[ helios-setup] Oct 30 00:50:16.795 INFO E| Compiling reqwest v0.11.16
31672024-10-30T00:50:17.561Z[ helios-setup] Oct 30 00:50:17.420 INFO E| Compiling rayon v1.6.1
31682024-10-30T00:50:17.674Z[ helios-setup] Oct 30 00:50:17.533 INFO E| Compiling tungstenite v0.18.0
31692024-10-30T00:50:19.747Z[ helios-setup] Oct 30 00:50:19.606 INFO E| Compiling serde_yaml v0.9.21
31702024-10-30T00:50:20.334Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31712024-10-30T00:50:20.551Z[ helios-setup] Oct 30 00:50:20.410 INFO E| Compiling clap_builder v4.2.1
31722024-10-30T00:50:24.377Z[ helios-setup] Oct 30 00:50:24.238 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31732024-10-30T00:50:27.810Z[ helios-setup] Oct 30 00:50:27.672 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31742024-10-30T00:50:27.900Z[ helios-setup] Oct 30 00:50:27.762 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31752024-10-30T00:50:30.475Z[ helios-setup] Oct 30 00:50:30.338 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31762024-10-30T00:50:30.593Z[ helios-setup] Oct 30 00:50:30.455 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31772024-10-30T00:50:32.749Z[ helios-setup] Oct 30 00:50:32.610 INFO E| Compiling clap_derive v4.2.0
31782024-10-30T00:50:34.764Z[ helios-setup] Oct 30 00:50:34.628 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31792024-10-30T00:50:35.420Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31802024-10-30T00:50:35.818Z[ helios-setup] Oct 30 00:50:35.682 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31812024-10-30T00:50:37.539Z[ host-package] Compiling rustls-pemfile v1.0.4
31822024-10-30T00:50:39.620Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31832024-10-30T00:50:40.452Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31842024-10-30T00:50:42.276Z[ helios-setup] Oct 30 00:50:42.143 INFO E| Compiling clap v4.2.1
31852024-10-30T00:50:49.522Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31862024-10-30T00:50:50.003Z[ host-package] Compiling signal-hook-tokio v0.3.1
31872024-10-30T00:50:50.073Z[ host-package] Compiling twox-hash v1.6.3
31882024-10-30T00:50:50.589Z[ host-package] Compiling is_ci v1.2.0
31892024-10-30T00:50:51.257Z[ host-package] Compiling smawk v0.3.2
31902024-10-30T00:50:52.100Z[ host-package] Compiling unicode-linebreak v0.1.5
31912024-10-30T00:50:53.164Z[ host-package] Compiling textwrap v0.16.1
31922024-10-30T00:50:53.970Z[ host-package] Compiling supports-color v3.0.1
31932024-10-30T00:50:54.988Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31942024-10-30T00:50:59.506Z[ helios-setup] Oct 30 00:50:59.379 INFO E| Compiling tokio-tungstenite v0.18.0
31952024-10-30T00:50:59.521Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31962024-10-30T00:51:00.955Z[ helios-setup] Oct 30 00:51:00.828 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31972024-10-30T00:51:04.587Z[ helios-setup] Oct 30 00:51:04.461 INFO E| Compiling smartstring v1.0.1
31982024-10-30T00:51:05.329Z[ helios-setup] Oct 30 00:51:05.204 INFO E| Compiling rustls v0.21.0
31992024-10-30T00:51:07.465Z[ helios-setup] Oct 30 00:51:07.340 INFO E| Compiling toml_datetime v0.6.1
32002024-10-30T00:51:08.854Z[ helios-setup] Oct 30 00:51:08.731 INFO E| Compiling serde_spanned v0.6.1
32012024-10-30T00:51:09.404Z[ helios-setup] Oct 30 00:51:09.280 INFO E| Compiling match_cfg v0.1.0
32022024-10-30T00:51:09.807Z[ helios-setup] Oct 30 00:51:09.683 INFO E| Compiling slog-async v2.7.0
32032024-10-30T00:51:10.600Z[ helios-setup] Oct 30 00:51:10.476 INFO E| Compiling camino v1.1.4
32042024-10-30T00:51:11.265Z[ helios-setup] Oct 30 00:51:11.142 INFO E| Compiling winnow v0.4.1
32052024-10-30T00:51:11.870Z[ helios-setup] Oct 30 00:51:11.748 INFO E| Compiling paste v1.0.12
32062024-10-30T00:51:12.826Z[ helios-setup] Oct 30 00:51:12.704 INFO E| Compiling static_assertions v1.1.0
32072024-10-30T00:51:13.038Z[ helios-setup] Oct 30 00:51:12.916 INFO E| Compiling async-trait v0.1.68
32082024-10-30T00:51:15.335Z[ helios-setup] Oct 30 00:51:15.214 INFO E| Compiling hostname v0.3.1
32092024-10-30T00:51:15.390Z[ helios-setup] Oct 30 00:51:15.269 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32102024-10-30T00:51:16.039Z[ helios-setup] Oct 30 00:51:15.918 INFO E| Compiling slog-json v2.6.1
32112024-10-30T00:51:16.162Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122024-10-30T00:51:17.202Z[ helios-setup] Oct 30 00:51:17.081 INFO E| Compiling unicode-linebreak v0.1.4
32132024-10-30T00:51:19.436Z[ helios-setup] Oct 30 00:51:19.316 INFO E| Compiling toml_edit v0.19.8
32142024-10-30T00:51:22.506Z[ helios-setup] Oct 30 00:51:22.386 INFO E| Compiling async-stream-impl v0.3.5
32152024-10-30T00:51:23.083Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32162024-10-30T00:51:23.210Z[ helios-setup] Oct 30 00:51:23.091 INFO E| Compiling rhai_codegen v1.5.0
32172024-10-30T00:51:25.580Z[ helios-setup] Oct 30 00:51:25.462 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32182024-10-30T00:51:26.745Z[ helios-setup] Oct 30 00:51:26.628 INFO E| Compiling take_mut v0.2.2
32192024-10-30T00:51:29.112Z[ helios-setup] Oct 30 00:51:28.996 INFO E| Compiling rhai v1.14.0
32202024-10-30T00:51:32.031Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32212024-10-30T00:51:32.475Z[ helios-setup] Oct 30 00:51:32.360 INFO E| Compiling toml v0.7.3
32222024-10-30T00:51:32.879Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32232024-10-30T00:51:33.113Z[ helios-setup] Oct 30 00:51:32.997 INFO E| Compiling async-stream v0.3.5
32242024-10-30T00:51:34.033Z[ helios-setup] Oct 30 00:51:33.918 INFO E| Compiling slog-bunyan v2.4.0
32252024-10-30T00:51:34.159Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32262024-10-30T00:51:40.128Z[ helios-setup] Oct 30 00:51:40.015 INFO E| Compiling rustls-pemfile v1.0.2
32272024-10-30T00:51:40.196Z[ helios-setup] Oct 30 00:51:40.083 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32282024-10-30T00:51:41.548Z[ helios-setup] Oct 30 00:51:41.435 INFO E| Compiling serde_path_to_error v0.1.11
32292024-10-30T00:51:41.949Z[ helios-setup] Oct 30 00:51:41.836 INFO E| Compiling bincode v1.3.3
32302024-10-30T00:51:43.533Z[ helios-setup] Oct 30 00:51:43.422 INFO E| Compiling terminal_size v0.2.6
32312024-10-30T00:51:43.803Z[ helios-setup] Oct 30 00:51:43.691 INFO E| Compiling smawk v0.3.1
32322024-10-30T00:51:44.650Z[ helios-setup] Oct 30 00:51:44.539 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32332024-10-30T00:51:44.696Z[ helios-setup] Oct 30 00:51:44.585 INFO E| Compiling textwrap v0.16.0
32342024-10-30T00:51:53.200Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32352024-10-30T00:51:56.340Z[ helios-setup] Oct 30 00:51:56.233 INFO E| Compiling sct v0.7.0
32362024-10-30T00:51:56.437Z[ helios-setup] Oct 30 00:51:56.330 INFO E| Compiling rustls-webpki v0.100.1
32372024-10-30T00:51:59.500Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32382024-10-30T00:52:00.206Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32392024-10-30T00:52:02.954Z[ helios-setup] Oct 30 00:52:02.850 INFO E| Compiling git2 v0.16.1
32402024-10-30T00:52:04.720Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32412024-10-30T00:52:05.166Z[ helios-setup] Oct 30 00:52:05.062 INFO E| Compiling tokio-rustls v0.24.0
32422024-10-30T00:52:09.996Z[ helios-setup] Oct 30 00:52:09.894 INFO E| Compiling built v0.6.0
32432024-10-30T00:52:10.484Z[ host-package] Compiling fatfs v0.3.6
32442024-10-30T00:52:11.309Z[ host-package] Compiling rtoolbox v0.0.2
32452024-10-30T00:52:12.157Z[ host-package] Compiling assert_matches v1.5.0
32462024-10-30T00:52:12.436Z[ host-package] Compiling rpassword v7.3.1
32472024-10-30T00:52:15.464Z[ helios-setup] Oct 30 00:52:15.364 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32482024-10-30T00:52:15.816Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32492024-10-30T00:52:18.389Z[ helios-setup] Oct 30 00:52:18.290 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32502024-10-30T00:52:19.411Z[ helios-setup] Oct 30 00:52:19.312 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32512024-10-30T00:52:20.908Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32522024-10-30T00:52:24.352Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32532024-10-30T00:52:36.068Z[ host-package] Compiling tui-tree-widget v0.22.0
32542024-10-30T00:52:37.328Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32552024-10-30T00:52:46.848Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32562024-10-30T00:52:47.297Z[ helios-setup] Oct 30 00:52:47.208 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32572024-10-30T00:52:49.610Z[ helios-setup] Oct 30 00:52:49.522 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32582024-10-30T00:52:58.743Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32592024-10-30T00:52:59.716Z[ host-package] Compiling uzers v0.12.1
32602024-10-30T00:53:05.548Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32612024-10-30T00:53:08.301Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32622024-10-30T00:53:10.893Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32632024-10-30T00:53:33.901Z[ helios-setup] Oct 30 00:53:33.828 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32642024-10-30T00:53:50.197Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32652024-10-30T00:53:57.571Z[ host-package] Compiling multimap v0.10.0
32662024-10-30T00:54:39.472Z[ helios-setup] Oct 30 00:54:39.422 INFO E| Finished `release` profile [optimized] target(s) in 6m 55s
32672024-10-30T00:54:39.629Z[ helios-setup] Oct 30 00:54:39.579 INFO building project "pilot" ok (415 seconds)
32682024-10-30T00:54:39.629Z[ helios-setup] Oct 30 00:54:39.579 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32692024-10-30T00:54:39.629Z[ helios-setup] Oct 30 00:54:39.579 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32702024-10-30T00:54:39.942Z[ helios-setup] Oct 30 00:54:39.892 INFO E| Downloading crates ...
32712024-10-30T00:54:40.041Z[ helios-setup] Oct 30 00:54:39.992 INFO E| Downloaded digest v0.10.3
32722024-10-30T00:54:40.049Z[ helios-setup] Oct 30 00:54:40.000 INFO E| Downloaded bytes v1.2.1
32732024-10-30T00:54:40.062Z[ helios-setup] Oct 30 00:54:40.013 INFO E| Downloaded typenum v1.15.0
32742024-10-30T00:54:40.066Z[ helios-setup] Oct 30 00:54:40.016 INFO E| Downloaded sha2 v0.10.5
32752024-10-30T00:54:40.069Z[ helios-setup] Oct 30 00:54:40.020 INFO E| Downloaded anyhow v1.0.62
32762024-10-30T00:54:40.240Z[ helios-setup] Oct 30 00:54:40.191 INFO E| Compiling version_check v0.9.4
32772024-10-30T00:54:40.243Z[ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling typenum v1.15.0
32782024-10-30T00:54:40.243Z[ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling cfg-if v1.0.0
32792024-10-30T00:54:40.243Z[ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling crc32fast v1.3.2
32802024-10-30T00:54:40.243Z[ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling anyhow v1.0.62
32812024-10-30T00:54:40.246Z[ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling adler v1.0.2
32822024-10-30T00:54:40.246Z[ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling cpufeatures v0.2.5
32832024-10-30T00:54:40.246Z[ helios-setup] Oct 30 00:54:40.194 INFO E| Compiling unicode-width v0.1.10
32842024-10-30T00:54:40.951Z[ helios-setup] Oct 30 00:54:40.902 INFO E| Compiling getopts v0.2.21
32852024-10-30T00:54:41.011Z[ helios-setup] Oct 30 00:54:40.962 INFO E| Compiling bitflags v1.3.2
32862024-10-30T00:54:41.201Z[ helios-setup] Oct 30 00:54:41.151 INFO E| Compiling miniz_oxide v0.6.2
32872024-10-30T00:54:41.362Z[ helios-setup] Oct 30 00:54:41.313 INFO E| Compiling bytes v1.2.1
32882024-10-30T00:54:42.129Z[ helios-setup] Oct 30 00:54:42.080 INFO E| Compiling generic-array v0.14.6
32892024-10-30T00:54:43.023Z[ helios-setup] Oct 30 00:54:42.975 INFO E| Compiling flate2 v1.0.25
32902024-10-30T00:54:46.481Z[ helios-setup] Oct 30 00:54:46.434 INFO E| Compiling crypto-common v0.1.6
32912024-10-30T00:54:46.484Z[ helios-setup] Oct 30 00:54:46.434 INFO E| Compiling block-buffer v0.10.3
32922024-10-30T00:54:46.710Z[ helios-setup] Oct 30 00:54:46.663 INFO E| Compiling digest v0.10.3
32932024-10-30T00:54:47.080Z[ helios-setup] Oct 30 00:54:47.033 INFO E| Compiling sha2 v0.10.5
32942024-10-30T00:54:47.597Z[ helios-setup] Oct 30 00:54:47.550 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32952024-10-30T00:54:54.112Z[ helios-setup] Oct 30 00:54:54.067 INFO E| Finished `release` profile [optimized] target(s) in 14.38s
32962024-10-30T00:54:54.128Z[ helios-setup] Oct 30 00:54:54.084 INFO building project "bootserver" ok (14 seconds)
32972024-10-30T00:54:54.128Z[ helios-setup] Oct 30 00:54:54.084 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32982024-10-30T00:54:54.128Z[ helios-setup] Oct 30 00:54:54.084 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32992024-10-30T00:54:54.451Z[ helios-setup] Oct 30 00:54:54.407 INFO E| Downloading crates ...
33002024-10-30T00:54:54.541Z[ helios-setup] Oct 30 00:54:54.497 INFO E| Downloaded miniz_oxide v0.7.2
33012024-10-30T00:54:54.745Z[ helios-setup] Oct 30 00:54:54.700 INFO E| Compiling adler v1.0.2
33022024-10-30T00:54:54.897Z[ helios-setup] Oct 30 00:54:54.852 INFO E| Compiling miniz_oxide v0.7.2
33032024-10-30T00:54:57.920Z[ helios-setup] Oct 30 00:54:57.876 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
33042024-10-30T00:54:58.922Z[ helios-setup] Oct 30 00:54:58.879 INFO E| Finished `release` profile [optimized] target(s) in 4.68s
33052024-10-30T00:54:58.934Z[ helios-setup] Oct 30 00:54:58.891 INFO building project "pinprick" ok (4 seconds)
33062024-10-30T00:54:58.936Z[ helios-setup] rm -f helios-build
33072024-10-30T00:54:58.939Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33082024-10-30T00:54:58.943Z[ helios-setup]
33092024-10-30T00:54:58.945Z[ helios-setup] Setup complete! ./helios-build is now available.
33102024-10-30T00:54:58.948Z[ helios-setup]
33112024-10-30T00:54:58.948Z[ helios-setup]
33122024-10-30T00:54:58.948Z[ helios-setup] real 12:03.100303549
33132024-10-30T00:54:58.948Z[ helios-setup] user 29:06.075479641
33142024-10-30T00:54:58.948Z[ helios-setup] sys 3:35.187968189
33152024-10-30T00:54:58.948Z[ helios-setup] trap 1.706912581
33162024-10-30T00:54:58.948Z[ helios-setup] tflt 7.728289243
33172024-10-30T00:54:58.948Z[ helios-setup] dflt 29.497859365
33182024-10-30T00:54:58.948Z[ helios-setup] kflt 0.018771974
33192024-10-30T00:54:58.948Z[ helios-setup] lock 2:05:32.386660450
33202024-10-30T00:54:58.948Z[ helios-setup] slp 3:46:19.536858835
33212024-10-30T00:54:58.948Z[ helios-setup] lat 33:05.321661536
33222024-10-30T00:54:58.948Z[ helios-setup] stop 4:53.410383694
33232024-10-30T00:54:58.950ZOct 30 00:54:58.906 INFO [helios-setup] process exited with exit status: 0 (723.107706359s)
33242024-10-30T00:54:58.950ZOct 30 00:54:58.906 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33252024-10-30T00:54:58.975Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33262024-10-30T00:54:59.267Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33272024-10-30T00:54:59.267Z[ phbl-toolchain] info: downloading component 'cargo'
33282024-10-30T00:55:00.661Z[ phbl-toolchain] info: downloading component 'clippy'
33292024-10-30T00:55:01.037Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33302024-10-30T00:55:05.198Z[ phbl-toolchain] info: downloading component 'miri'
33312024-10-30T00:55:05.942Z[ phbl-toolchain] info: downloading component 'rust-docs'
33322024-10-30T00:55:07.278Z[ phbl-toolchain] info: downloading component 'rust-src'
33332024-10-30T00:55:07.980Z[ phbl-toolchain] info: downloading component 'rust-std'
33342024-10-30T00:55:10.284Z[ phbl-toolchain] info: downloading component 'rustc'
33352024-10-30T00:55:19.102Z[ phbl-toolchain] info: downloading component 'rustfmt'
33362024-10-30T00:55:20.058Z[ phbl-toolchain] info: installing component 'cargo'
33372024-10-30T00:55:21.330Z[ phbl-toolchain] info: installing component 'clippy'
33382024-10-30T00:55:21.887Z[ phbl-toolchain] info: installing component 'llvm-tools'
33392024-10-30T00:55:28.203Z[ phbl-toolchain] info: installing component 'miri'
33402024-10-30T00:55:28.589Z[ phbl-toolchain] info: installing component 'rust-docs'
33412024-10-30T00:55:36.527Z[ phbl-toolchain] info: installing component 'rust-src'
33422024-10-30T00:55:37.476Z[ phbl-toolchain] info: installing component 'rust-std'
33432024-10-30T00:55:40.300Z[ phbl-toolchain] info: installing component 'rustc'
33442024-10-30T00:55:50.162Z[ phbl-toolchain] info: installing component 'rustfmt'
33452024-10-30T00:55:51.075Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33462024-10-30T00:55:51.078ZOct 30 00:55:51.054 INFO [phbl-toolchain] process exited with exit status: 0 (52.148056992s)
33472024-10-30T00:56:35.640Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33482024-10-30T00:56:47.026Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33492024-10-30T01:03:44.852Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 03s
33502024-10-30T01:04:47.965ZOct 30 01:04:48.129 INFO [host-package] process exited with exit status: 0 (1267.042637263s)
33512024-10-30T01:04:47.967ZOct 30 01:04:48.129 INFO [host-stamp] running task
33522024-10-30T01:04:47.967ZOct 30 01:04:48.130 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33532024-10-30T01:04:47.967ZOct 30 01:04:48.130 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitf78d2bb4dca
33542024-10-30T01:04:47.982ZOct 30 01:04:48.147 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gitf78d2bb4dca
33552024-10-30T01:04:47.990Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33562024-10-30T01:04:47.994Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-30T01:04:47.996ZOct 30 01:04:48.159 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gitf78d2bb4dca
33582024-10-30T01:04:48.006ZOct 30 01:04:48.170 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gitf78d2bb4dca
33592024-10-30T01:04:48.014Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-30T01:04:48.019Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-30T01:04:48.022ZOct 30 01:04:48.184 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gitf78d2bb4dca
33622024-10-30T01:04:48.032Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-30T01:04:48.034Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33642024-10-30T01:04:48.034ZOct 30 01:04:48.199 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gitf78d2bb4dca
33652024-10-30T01:04:48.048Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-30T01:04:48.050ZOct 30 01:04:48.212 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitf78d2bb4dca
33672024-10-30T01:04:48.060Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33682024-10-30T01:04:48.063Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-30T01:04:48.066ZOct 30 01:04:48.228 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gitf78d2bb4dca
33702024-10-30T01:04:48.081Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-10-30T01:04:48.081ZOct 30 01:04:48.245 INFO [stamp-overlay] process exited with exit status: 0 (75.055291ms)
33722024-10-30T01:04:48.081ZOct 30 01:04:48.245 INFO [stamp-oxlog] process exited with exit status: 0 (60.94317ms)
33732024-10-30T01:04:48.091Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-10-30T01:04:48.093Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33752024-10-30T01:04:48.097ZOct 30 01:04:48.262 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (33.915536ms)
33762024-10-30T01:04:48.171Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33772024-10-30T01:04:48.174ZOct 30 01:04:48.339 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.734585ms)
33782024-10-30T01:04:48.264Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33792024-10-30T01:04:48.267ZOct 30 01:04:48.431 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (284.619497ms)
33802024-10-30T01:04:48.357Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33812024-10-30T01:04:48.360ZOct 30 01:04:48.525 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (394.518467ms)
33822024-10-30T01:04:49.226Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33832024-10-30T01:04:49.230ZOct 30 01:04:49.395 INFO [stamp-propolis-server] process exited with exit status: 0 (1.236019599s)
33842024-10-30T01:04:49.442Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33852024-10-30T01:04:51.749Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33862024-10-30T01:04:58.496Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33872024-10-30T01:04:58.529ZOct 30 01:04:58.650 INFO [stamp-switch-asic] process exited with exit status: 0 (10.451426763s)
33882024-10-30T01:04:58.530ZOct 30 01:04:58.650 INFO [host-stamp] task succeeded (10.521282347s)
33892024-10-30T01:04:58.530ZOct 30 01:04:58.651 INFO [host-proto] running task
33902024-10-30T01:04:58.916ZOct 30 01:04:59.084 INFO [host-proto] task succeeded (433.75745ms)
33912024-10-30T01:04:58.916ZOct 30 01:04:59.084 INFO [host-profile] running task
33922024-10-30T01:04:58.919ZOct 30 01:04:59.085 INFO [host-profile] task succeeded (280.642µs)
33932024-10-30T01:04:58.919ZOct 30 01:04:59.085 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpaVpy3U/proto/host/root -N 'ci f78d2bb/${os_short_commit} 2024-10-30 00:42' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33942024-10-30T01:04:58.935Z[ host-image] Oct 30 01:04:59.104 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33952024-10-30T01:04:58.938Z[ host-image] Oct 30 01:04:59.104 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33962024-10-30T01:04:58.952Z[ host-image] Oct 30 01:04:59.121 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaVpy3U/proto/host/root"
33972024-10-30T01:04:58.952Z[ host-image] Oct 30 01:04:59.121 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33982024-10-30T01:04:58.955Z[ host-image] Oct 30 01:04:59.121 INFO image builder template: ramdisk-01-os...
33992024-10-30T01:04:58.955Z[ host-image] Oct 30 01:04:59.121 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpaVpy3U/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34002024-10-30T01:04:58.973Z[ host-image] Oct 30 01:04:59.141 INFO O| Oct 30 01:04:59.141 INFO CREATE DATASET: rpool/images/build/host/output
34012024-10-30T01:04:59.284Z[ host-image] Oct 30 01:04:59.452 INFO O| Oct 30 01:04:59.452 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34022024-10-30T01:04:59.288Z[ host-image] Oct 30 01:04:59.457 INFO O| Oct 30 01:04:59.457 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34032024-10-30T01:04:59.494Z[ host-image] Oct 30 01:04:59.662 INFO O| Oct 30 01:04:59.662 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34042024-10-30T01:04:59.562Z[ host-image] Oct 30 01:04:59.730 INFO O| Oct 30 01:04:59.730 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34052024-10-30T01:04:59.562Z[ host-image] Oct 30 01:04:59.730 INFO O| Oct 30 01:04:59.730 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34062024-10-30T01:04:59.564Z[ host-image] Oct 30 01:04:59.730 INFO O| Oct 30 01:04:59.730 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34072024-10-30T01:04:59.564Z[ host-image] Oct 30 01:04:59.731 INFO O| Oct 30 01:04:59.730 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-30T01:04:59.570Z[ host-image] Oct 30 01:04:59.739 INFO O| Oct 30 01:04:59.739 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34092024-10-30T01:04:59.795Z[ host-image] Oct 30 01:04:59.964 INFO O| Oct 30 01:04:59.963 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34102024-10-30T01:04:59.807Z[ host-image] Oct 30 01:04:59.976 INFO O| Oct 30 01:04:59.976 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34112024-10-30T01:05:00.274Z[ host-image] Oct 30 01:05:00.442 INFO O| Oct 30 01:05:00.442 INFO O| Caching catalogs ... Done
34122024-10-30T01:05:00.393Z[ host-image] Oct 30 01:05:00.560 INFO O| Oct 30 01:05:00.560 INFO STEP 0 (pkg_image_create) COMPLETE
34132024-10-30T01:05:00.393Z[ host-image] Oct 30 01:05:00.561 INFO O| Oct 30 01:05:00.560 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-30T01:05:00.395Z[ host-image] Oct 30 01:05:00.561 INFO O| Oct 30 01:05:00.560 INFO skip step because feature "repo_redist" is not enabled
34152024-10-30T01:05:00.395Z[ host-image] Oct 30 01:05:00.561 INFO O| Oct 30 01:05:00.560 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-10-30T01:05:00.404Z[ host-image] Oct 30 01:05:00.573 INFO O| Oct 30 01:05:00.573 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34172024-10-30T01:05:00.938Z[ host-image] Oct 30 01:05:01.107 INFO O| Oct 30 01:05:01.107 INFO STEP 2 (pkg_set_publisher) COMPLETE
34182024-10-30T01:05:00.938Z[ host-image] Oct 30 01:05:01.107 INFO O| Oct 30 01:05:01.107 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34192024-10-30T01:05:00.955Z[ host-image] Oct 30 01:05:01.123 INFO O| Oct 30 01:05:01.123 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34202024-10-30T01:05:01.523Z[ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO STEP 3 (pkg_set_publisher) COMPLETE
34212024-10-30T01:05:01.523Z[ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34222024-10-30T01:05:01.527Z[ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO skip step because feature "repo_redist" is not enabled
34232024-10-30T01:05:01.527Z[ host-image] Oct 30 01:05:01.692 INFO O| Oct 30 01:05:01.692 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-10-30T01:05:01.994Z[ host-image] Oct 30 01:05:02.163 INFO O| Oct 30 01:05:02.163 INFO variant opensolaris.zone is already global
34252024-10-30T01:05:01.994Z[ host-image] Oct 30 01:05:02.163 INFO O| Oct 30 01:05:02.163 INFO STEP 5 (pkg_change_variant) COMPLETE
34262024-10-30T01:05:01.996Z[ host-image] Oct 30 01:05:02.163 INFO O| Oct 30 01:05:02.163 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34272024-10-30T01:05:02.553Z[ host-image] Oct 30 01:05:02.722 INFO O| Oct 30 01:05:02.722 INFO variant opensolaris.imagetype is full; changing to partial
34282024-10-30T01:05:02.553Z[ host-image] Oct 30 01:05:02.722 INFO O| Oct 30 01:05:02.722 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34292024-10-30T01:05:09.367Z[ host-image] Oct 30 01:05:09.539 INFO O| Oct 30 01:05:09.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34302024-10-30T01:05:11.116Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.88s
34312024-10-30T01:05:12.738Z[ host-image] Oct 30 01:05:12.911 INFO O| Oct 30 01:05:12.911 INFO O| Startup: Caching catalogs ... Done
34322024-10-30T01:05:12.803Z[ host-image] Oct 30 01:05:12.976 INFO O| Oct 30 01:05:12.976 INFO O| Planning: Planning completed in 0.00 seconds
34332024-10-30T01:05:12.805Z[ host-image] Oct 30 01:05:12.976 INFO O| Oct 30 01:05:12.976 INFO O| Planning: Consolidating action changes ... Done
34342024-10-30T01:05:12.805Z[ host-image] Oct 30 01:05:12.976 INFO O| Oct 30 01:05:12.976 INFO O| Planning: Evaluating mediators ... Done
34352024-10-30T01:05:12.805Z[ host-image] Oct 30 01:05:12.977 INFO O| Oct 30 01:05:12.977 INFO O| Planning: Planning completed in 0.00 seconds
34362024-10-30T01:05:12.805Z[ host-image] Oct 30 01:05:12.977 INFO O| Oct 30 01:05:12.977 INFO O| Variants/Facets to change: 1
34372024-10-30T01:05:12.822Z[ host-image] Oct 30 01:05:12.994 INFO O| Oct 30 01:05:12.994 INFO O| Done
34382024-10-30T01:05:12.826Z[ host-image] Oct 30 01:05:12.994 INFO O| Oct 30 01:05:12.994 INFO O| Done
34392024-10-30T01:05:12.877ZOct 30 01:05:13.050 INFO [recovery-package] process exited with exit status: 0 (24.920018893s)
34402024-10-30T01:05:12.877ZOct 30 01:05:13.050 INFO [recovery-stamp] running task
34412024-10-30T01:05:12.879ZOct 30 01:05:13.050 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34422024-10-30T01:05:12.879ZOct 30 01:05:13.050 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitf78d2bb4dca
34432024-10-30T01:05:12.896ZOct 30 01:05:13.069 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gitf78d2bb4dca
34442024-10-30T01:05:12.907Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34452024-10-30T01:05:12.914Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34462024-10-30T01:05:12.998Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34472024-10-30T01:05:13.002ZOct 30 01:05:13.175 INFO [stamp-installinator] process exited with exit status: 0 (124.316585ms)
34482024-10-30T01:05:13.045Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34492024-10-30T01:05:13.053ZOct 30 01:05:13.221 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.457925ms)
34502024-10-30T01:05:13.053ZOct 30 01:05:13.222 INFO [recovery-stamp] task succeeded (171.577646ms)
34512024-10-30T01:05:13.053ZOct 30 01:05:13.222 INFO [recovery-proto] running task
34522024-10-30T01:05:13.053ZOct 30 01:05:13.222 INFO [tuf-stamp] running task
34532024-10-30T01:05:13.053ZOct 30 01:05:13.223 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gitf78d2bb4dca
34542024-10-30T01:05:13.068ZOct 30 01:05:13.241 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gitf78d2bb4dca
34552024-10-30T01:05:13.083Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-30T01:05:13.086ZOct 30 01:05:13.257 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gitf78d2bb4dca
34572024-10-30T01:05:13.098ZOct 30 01:05:13.271 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitf78d2bb4dca
34582024-10-30T01:05:13.107Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34592024-10-30T01:05:13.110Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34602024-10-30T01:05:13.113ZOct 30 01:05:13.286 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gitf78d2bb4dca
34612024-10-30T01:05:13.130ZOct 30 01:05:13.303 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gitf78d2bb4dca
34622024-10-30T01:05:13.151Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-30T01:05:13.154ZOct 30 01:05:13.326 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gitf78d2bb4dca
34642024-10-30T01:05:13.184Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34652024-10-30T01:05:13.184Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34662024-10-30T01:05:13.187ZOct 30 01:05:13.360 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gitf78d2bb4dca
34672024-10-30T01:05:13.256ZOct 30 01:05:13.430 INFO [recovery-proto] task succeeded (207.935442ms)
34682024-10-30T01:05:13.259Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34692024-10-30T01:05:13.259ZOct 30 01:05:13.432 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gitf78d2bb4dca
34702024-10-30T01:05:13.285ZOct 30 01:05:13.458 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpaVpy3U/proto/recovery/root -N 'recovery f78d2bb/${os_short_commit} 2024-10-30 00:42' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34712024-10-30T01:05:13.322ZOct 30 01:05:13.495 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gitf78d2bb4dca
34722024-10-30T01:05:13.325Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-30T01:05:13.710Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34742024-10-30T01:05:13.713Z[ host-image] Oct 30 01:05:13.560 INFO O| Oct 30 01:05:13.560 INFO O| Done
34752024-10-30T01:05:13.713Z[ host-image] Oct 30 01:05:13.625 INFO O| Oct 30 01:05:13.625 INFO O| Done
34762024-10-30T01:05:13.713Z[ recovery-image] Oct 30 01:05:13.579 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34772024-10-30T01:05:13.713Z[ host-image] Oct 30 01:05:13.711 INFO O| Oct 30 01:05:13.711 INFO O| Done
34782024-10-30T01:05:13.713Z[ host-image] Oct 30 01:05:13.711 INFO O| Oct 30 01:05:13.711 INFO O| Done
34792024-10-30T01:05:13.713Z[ recovery-image] Oct 30 01:05:13.579 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34802024-10-30T01:05:13.713Z[ host-image] Oct 30 01:05:13.713 INFO O| Oct 30 01:05:13.713 INFO O| Done
34812024-10-30T01:05:13.713Z[ recovery-image] Oct 30 01:05:13.595 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaVpy3U/proto/recovery/root"
34822024-10-30T01:05:13.713Z[ recovery-image] Oct 30 01:05:13.596 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34832024-10-30T01:05:13.713Z[ recovery-image] Oct 30 01:05:13.596 INFO image builder template: ramdisk-01-os...
34842024-10-30T01:05:13.713Z[ recovery-image] Oct 30 01:05:13.596 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpaVpy3U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34852024-10-30T01:05:13.713Z[ recovery-image] Oct 30 01:05:13.693 INFO O| Oct 30 01:05:13.624 INFO CREATE DATASET: rpool/images/build/recovery/output
34862024-10-30T01:05:13.716Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34872024-10-30T01:05:13.716ZOct 30 01:05:13.890 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gitf78d2bb4dca
34882024-10-30T01:05:13.734Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34892024-10-30T01:05:13.736ZOct 30 01:05:13.908 INFO [stamp-probe] process exited with exit status: 0 (475.848286ms)
34902024-10-30T01:05:13.746Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34912024-10-30T01:05:14.045Z[ recovery-image] Oct 30 01:05:14.218 INFO O| Oct 30 01:05:14.218 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34922024-10-30T01:05:14.051Z[ recovery-image] Oct 30 01:05:14.224 INFO O| Oct 30 01:05:14.224 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34932024-10-30T01:05:14.255Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34942024-10-30T01:05:14.319ZOct 30 01:05:14.492 INFO [stamp-ntp] process exited with exit status: 0 (602.782721ms)
34952024-10-30T01:05:14.395Z[ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO STEP 6 (pkg_change_variant) COMPLETE
34962024-10-30T01:05:14.398Z[ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34972024-10-30T01:05:14.398Z[ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO skip step because feature "debug_variant" is not enabled
34982024-10-30T01:05:14.398Z[ host-image] Oct 30 01:05:14.569 INFO O| Oct 30 01:05:14.569 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34992024-10-30T01:05:14.498Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
35002024-10-30T01:05:14.558Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35012024-10-30T01:05:14.565Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35022024-10-30T01:05:14.620ZOct 30 01:05:14.794 INFO [stamp-internal-dns] process exited with exit status: 0 (1.570825821s)
35032024-10-30T01:05:14.637Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35042024-10-30T01:05:14.641ZOct 30 01:05:14.815 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.511543128s)
35052024-10-30T01:05:14.703Z[ recovery-image] Oct 30 01:05:14.877 INFO O| Oct 30 01:05:14.876 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35062024-10-30T01:05:14.780Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35072024-10-30T01:05:14.843ZOct 30 01:05:15.016 INFO [stamp-external-dns] process exited with exit status: 0 (1.775219962s)
35082024-10-30T01:05:14.850Z[ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35092024-10-30T01:05:14.852Z[ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35102024-10-30T01:05:14.852Z[ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35112024-10-30T01:05:14.853Z[ recovery-image] Oct 30 01:05:15.024 INFO O| Oct 30 01:05:15.024 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35122024-10-30T01:05:14.861Z[ recovery-image] Oct 30 01:05:15.035 INFO O| Oct 30 01:05:15.035 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35132024-10-30T01:05:14.916Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35142024-10-30T01:05:14.921ZOct 30 01:05:15.095 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.824020781s)
35152024-10-30T01:05:14.966Z[ host-image] Oct 30 01:05:15.140 INFO O| Oct 30 01:05:15.140 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35162024-10-30T01:05:15.328Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35172024-10-30T01:05:15.331ZOct 30 01:05:15.505 INFO [stamp-oximeter] process exited with exit status: 0 (2.219154164s)
35182024-10-30T01:05:15.483Z[ recovery-image] Oct 30 01:05:15.657 INFO O| Oct 30 01:05:15.657 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-10-30T01:05:15.497Z[ recovery-image] Oct 30 01:05:15.671 INFO O| Oct 30 01:05:15.671 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35202024-10-30T01:05:15.706Z[ host-image] Oct 30 01:05:15.880 INFO O| Oct 30 01:05:15.880 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35212024-10-30T01:05:15.708Z[ host-image] Oct 30 01:05:15.881 INFO O| Oct 30 01:05:15.881 INFO O| Planning: Planning completed in 0.00 seconds
35222024-10-30T01:05:15.708Z[ host-image] Oct 30 01:05:15.882 INFO O| Oct 30 01:05:15.882 INFO O| Planning: Consolidating action changes ... Done
35232024-10-30T01:05:15.708Z[ host-image] Oct 30 01:05:15.882 INFO O| Oct 30 01:05:15.882 INFO O| Planning: Evaluating mediators ... Done
35242024-10-30T01:05:15.708Z[ host-image] Oct 30 01:05:15.883 INFO O| Oct 30 01:05:15.883 INFO O| Planning: Planning completed in 0.00 seconds
35252024-10-30T01:05:15.711Z[ host-image] Oct 30 01:05:15.883 INFO O| Oct 30 01:05:15.883 INFO O| Variants/Facets to change: 1
35262024-10-30T01:05:15.732Z[ host-image] Oct 30 01:05:15.907 INFO O| Oct 30 01:05:15.906 INFO O| Done
35272024-10-30T01:05:15.733Z[ host-image] Oct 30 01:05:15.907 INFO O| Oct 30 01:05:15.907 INFO O| Done
35282024-10-30T01:05:15.944Z[ recovery-image] Oct 30 01:05:16.118 INFO O| Oct 30 01:05:16.118 INFO O| Caching catalogs ... Done
35292024-10-30T01:05:16.058Z[ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO STEP 0 (pkg_image_create) COMPLETE
35302024-10-30T01:05:16.058Z[ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35312024-10-30T01:05:16.058Z[ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO skip step because feature "repo_redist" is not enabled
35322024-10-30T01:05:16.061Z[ recovery-image] Oct 30 01:05:16.232 INFO O| Oct 30 01:05:16.232 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35332024-10-30T01:05:16.074Z[ recovery-image] Oct 30 01:05:16.249 INFO O| Oct 30 01:05:16.248 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35342024-10-30T01:05:16.235Z[ host-image] Oct 30 01:05:16.408 INFO O| Oct 30 01:05:16.408 INFO O| Done
35352024-10-30T01:05:16.297Z[ host-image] Oct 30 01:05:16.471 INFO O| Oct 30 01:05:16.471 INFO O| Done
35362024-10-30T01:05:16.300Z[ host-image] Oct 30 01:05:16.472 INFO O| Oct 30 01:05:16.472 INFO O| Done
35372024-10-30T01:05:16.300Z[ host-image] Oct 30 01:05:16.472 INFO O| Oct 30 01:05:16.472 INFO O| Done
35382024-10-30T01:05:16.300Z[ host-image] Oct 30 01:05:16.474 INFO O| Oct 30 01:05:16.474 INFO O| Done
35392024-10-30T01:05:16.374Z[ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 8 (pkg_change_facet) COMPLETE
35402024-10-30T01:05:16.374Z[ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-10-30T01:05:16.377Z[ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO skip step because feature "recovery" is not enabled
35422024-10-30T01:05:16.377Z[ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-30T01:05:16.378Z[ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO skip step because feature "recovery" is not enabled
35442024-10-30T01:05:16.378Z[ host-image] Oct 30 01:05:16.548 INFO O| Oct 30 01:05:16.548 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35452024-10-30T01:05:16.389Z[ host-image] Oct 30 01:05:16.563 INFO O| Oct 30 01:05:16.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35462024-10-30T01:05:16.532Z[ recovery-image] Oct 30 01:05:16.706 INFO O| Oct 30 01:05:16.706 INFO STEP 2 (pkg_set_publisher) COMPLETE
35472024-10-30T01:05:16.532Z[ recovery-image] Oct 30 01:05:16.706 INFO O| Oct 30 01:05:16.706 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-30T01:05:16.547Z[ recovery-image] Oct 30 01:05:16.721 INFO O| Oct 30 01:05:16.721 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35492024-10-30T01:05:16.973Z[ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO STEP 3 (pkg_set_publisher) COMPLETE
35502024-10-30T01:05:16.973Z[ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-10-30T01:05:16.973Z[ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO skip step because feature "repo_redist" is not enabled
35522024-10-30T01:05:16.973Z[ recovery-image] Oct 30 01:05:17.147 INFO O| Oct 30 01:05:17.147 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-10-30T01:05:17.025Z[ host-image] Oct 30 01:05:17.200 INFO O| Oct 30 01:05:17.200 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35542024-10-30T01:05:17.396Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35552024-10-30T01:05:17.399ZOct 30 01:05:17.574 INFO [stamp-nexus] process exited with exit status: 0 (4.07853632s)
35562024-10-30T01:05:17.401Z[ recovery-image] Oct 30 01:05:17.576 INFO O| Oct 30 01:05:17.576 INFO variant opensolaris.zone is already global
35572024-10-30T01:05:17.401Z[ recovery-image] Oct 30 01:05:17.576 INFO O| Oct 30 01:05:17.576 INFO STEP 5 (pkg_change_variant) COMPLETE
35582024-10-30T01:05:17.402Z[ recovery-image] Oct 30 01:05:17.576 INFO O| Oct 30 01:05:17.576 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-10-30T01:05:17.808Z[ recovery-image] Oct 30 01:05:17.983 INFO O| Oct 30 01:05:17.982 INFO variant opensolaris.imagetype is full; changing to partial
35602024-10-30T01:05:17.808Z[ recovery-image] Oct 30 01:05:17.983 INFO O| Oct 30 01:05:17.983 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35612024-10-30T01:05:18.261Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35622024-10-30T01:05:18.410Z[verify-libraries] Compiling polyval v0.6.2
35632024-10-30T01:05:18.428Z[verify-libraries] Compiling ctr v0.9.2
35642024-10-30T01:05:18.431Z[verify-libraries] Compiling ssh-encoding v0.2.0
35652024-10-30T01:05:18.431Z[verify-libraries] Compiling blowfish v0.9.1
35662024-10-30T01:05:18.434Z[verify-libraries] Compiling password-hash v0.4.2
35672024-10-30T01:05:18.434Z[verify-libraries] Compiling matches v0.1.10
35682024-10-30T01:05:18.434Z[verify-libraries] Compiling p256 v0.13.2
35692024-10-30T01:05:18.532Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35702024-10-30T01:05:18.538ZOct 30 01:05:18.714 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.388226176s)
35712024-10-30T01:05:18.838Z[verify-libraries] Compiling ghash v0.5.1
35722024-10-30T01:05:18.960Z[verify-libraries] Compiling idna v0.2.3
35732024-10-30T01:05:19.068Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35742024-10-30T01:05:19.314Z[verify-libraries] Compiling aes-gcm v0.10.3
35752024-10-30T01:05:19.408Z[verify-libraries] Compiling pbkdf2 v0.11.0
35762024-10-30T01:05:19.670Z[verify-libraries] Compiling p521 v0.13.3
35772024-10-30T01:05:19.843Z[verify-libraries] Compiling ssh-cipher v0.2.0
35782024-10-30T01:05:20.135Z[verify-libraries] Compiling enum-as-inner v0.5.1
35792024-10-30T01:05:20.679Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35802024-10-30T01:05:20.837Z[verify-libraries] Compiling md5 v0.7.0
35812024-10-30T01:05:21.405Z[verify-libraries] Compiling ssh-key v0.6.6
35822024-10-30T01:05:21.468Z[verify-libraries] Compiling num-bigint v0.4.6
35832024-10-30T01:05:21.878Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35842024-10-30T01:05:21.968Z[verify-libraries] Compiling des v0.8.1
35852024-10-30T01:05:22.832Z[verify-libraries] Compiling hex-literal v0.4.1
35862024-10-30T01:05:23.358Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35872024-10-30T01:05:23.625Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35882024-10-30T01:05:24.087Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35892024-10-30T01:05:24.149ZOct 30 01:05:24.326 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.069304799s)
35902024-10-30T01:05:24.703Z[verify-libraries] Compiling russh-keys v0.45.0
35912024-10-30T01:05:24.938Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35922024-10-30T01:05:25.007ZOct 30 01:05:25.185 INFO [stamp-clickhouse] process exited with exit status: 0 (11.825006129s)
35932024-10-30T01:05:25.007ZOct 30 01:05:25.185 INFO [tuf-stamp] task succeeded (11.963130913s)
35942024-10-30T01:05:25.734Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35952024-10-30T01:05:26.624Z[verify-libraries] Compiling internet-checksum v0.2.1
35962024-10-30T01:05:27.120Z[verify-libraries] Compiling heck v0.4.1
35972024-10-30T01:05:28.705Z[ recovery-image] Oct 30 01:05:28.883 INFO O| Oct 30 01:05:28.883 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35982024-10-30T01:05:28.709Z[verify-libraries] Compiling dhcproto v0.12.0
35992024-10-30T01:05:32.614Z[verify-libraries] Compiling russh v0.45.0
36002024-10-30T01:05:32.757Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36012024-10-30T01:05:35.949Z[ recovery-image] Oct 30 01:05:36.130 INFO O| Oct 30 01:05:36.130 INFO O| Startup: Caching catalogs ... Done
36022024-10-30T01:05:36.061Z[ recovery-image] Oct 30 01:05:36.242 INFO O| Oct 30 01:05:36.242 INFO O| Planning: Planning completed in 0.00 seconds
36032024-10-30T01:05:36.064Z[ recovery-image] Oct 30 01:05:36.243 INFO O| Oct 30 01:05:36.243 INFO O| Planning: Consolidating action changes ... Done
36042024-10-30T01:05:36.064Z[ recovery-image] Oct 30 01:05:36.243 INFO O| Oct 30 01:05:36.243 INFO O| Planning: Evaluating mediators ... Done
36052024-10-30T01:05:36.064Z[ recovery-image] Oct 30 01:05:36.243 INFO O| Oct 30 01:05:36.243 INFO O| Planning: Planning completed in 0.00 seconds
36062024-10-30T01:05:36.064Z[ recovery-image] Oct 30 01:05:36.245 INFO O| Oct 30 01:05:36.245 INFO O| Variants/Facets to change: 1
36072024-10-30T01:05:36.153Z[ recovery-image] Oct 30 01:05:36.334 INFO O| Oct 30 01:05:36.334 INFO O| Done
36082024-10-30T01:05:36.153Z[ recovery-image] Oct 30 01:05:36.334 INFO O| Oct 30 01:05:36.334 INFO O| Done
36092024-10-30T01:05:36.969Z[ recovery-image] Oct 30 01:05:37.151 INFO O| Oct 30 01:05:37.151 INFO O| Done
36102024-10-30T01:05:37.033Z[ recovery-image] Oct 30 01:05:37.215 INFO O| Oct 30 01:05:37.215 INFO O| Done
36112024-10-30T01:05:37.036Z[ recovery-image] Oct 30 01:05:37.217 INFO O| Oct 30 01:05:37.217 INFO O| Done
36122024-10-30T01:05:37.036Z[ recovery-image] Oct 30 01:05:37.217 INFO O| Oct 30 01:05:37.217 INFO O| Done
36132024-10-30T01:05:37.039Z[ recovery-image] Oct 30 01:05:37.219 INFO O| Oct 30 01:05:37.219 INFO O| Done
36142024-10-30T01:05:37.710Z[ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO STEP 6 (pkg_change_variant) COMPLETE
36152024-10-30T01:05:37.711Z[ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36162024-10-30T01:05:37.714Z[ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO skip step because feature "debug_variant" is not enabled
36172024-10-30T01:05:37.714Z[ recovery-image] Oct 30 01:05:37.892 INFO O| Oct 30 01:05:37.892 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36182024-10-30T01:05:38.496Z[ recovery-image] Oct 30 01:05:38.678 INFO O| Oct 30 01:05:38.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36192024-10-30T01:05:39.617Z[ recovery-image] Oct 30 01:05:39.800 INFO O| Oct 30 01:05:39.800 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36202024-10-30T01:05:39.620Z[ recovery-image] Oct 30 01:05:39.802 INFO O| Oct 30 01:05:39.802 INFO O| Planning: Planning completed in 0.00 seconds
36212024-10-30T01:05:39.623Z[ recovery-image] Oct 30 01:05:39.803 INFO O| Oct 30 01:05:39.803 INFO O| Planning: Consolidating action changes ... Done
36222024-10-30T01:05:39.623Z[ recovery-image] Oct 30 01:05:39.803 INFO O| Oct 30 01:05:39.803 INFO O| Planning: Evaluating mediators ... Done
36232024-10-30T01:05:39.623Z[ recovery-image] Oct 30 01:05:39.804 INFO O| Oct 30 01:05:39.804 INFO O| Planning: Planning completed in 0.00 seconds
36242024-10-30T01:05:39.623Z[ recovery-image] Oct 30 01:05:39.805 INFO O| Oct 30 01:05:39.804 INFO O| Variants/Facets to change: 1
36252024-10-30T01:05:39.666Z[ recovery-image] Oct 30 01:05:39.849 INFO O| Oct 30 01:05:39.849 INFO O| Done
36262024-10-30T01:05:39.666Z[ recovery-image] Oct 30 01:05:39.849 INFO O| Oct 30 01:05:39.849 INFO O| Done
36272024-10-30T01:05:40.198Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36282024-10-30T01:05:40.425Z[ recovery-image] Oct 30 01:05:40.608 INFO O| Oct 30 01:05:40.608 INFO O| Done
36292024-10-30T01:05:40.533Z[ recovery-image] Oct 30 01:05:40.716 INFO O| Oct 30 01:05:40.715 INFO O| Done
36302024-10-30T01:05:40.536Z[ recovery-image] Oct 30 01:05:40.717 INFO O| Oct 30 01:05:40.716 INFO O| Done
36312024-10-30T01:05:40.536Z[ recovery-image] Oct 30 01:05:40.717 INFO O| Oct 30 01:05:40.717 INFO O| Done
36322024-10-30T01:05:40.536Z[ recovery-image] Oct 30 01:05:40.718 INFO O| Oct 30 01:05:40.718 INFO O| Done
36332024-10-30T01:05:40.652Z[ recovery-image] Oct 30 01:05:40.835 INFO O| Oct 30 01:05:40.834 INFO STEP 8 (pkg_change_facet) COMPLETE
36342024-10-30T01:05:40.652Z[ recovery-image] Oct 30 01:05:40.835 INFO O| Oct 30 01:05:40.835 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-10-30T01:05:41.428Z[ recovery-image] Oct 30 01:05:41.611 INFO O| Oct 30 01:05:41.611 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36362024-10-30T01:05:41.749Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36372024-10-30T01:05:42.347Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36382024-10-30T01:05:42.638Z[ recovery-image] Oct 30 01:05:42.822 INFO O| Oct 30 01:05:42.821 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36392024-10-30T01:05:42.641Z[ recovery-image] Oct 30 01:05:42.824 INFO O| Oct 30 01:05:42.824 INFO O| Planning: Planning completed in 0.00 seconds
36402024-10-30T01:05:42.641Z[ recovery-image] Oct 30 01:05:42.824 INFO O| Oct 30 01:05:42.824 INFO O| Planning: Consolidating action changes ... Done
36412024-10-30T01:05:42.641Z[ recovery-image] Oct 30 01:05:42.825 INFO O| Oct 30 01:05:42.825 INFO O| Planning: Evaluating mediators ... Done
36422024-10-30T01:05:42.644Z[ recovery-image] Oct 30 01:05:42.825 INFO O| Oct 30 01:05:42.825 INFO O| Planning: Planning completed in 0.00 seconds
36432024-10-30T01:05:42.644Z[ recovery-image] Oct 30 01:05:42.825 INFO O| Oct 30 01:05:42.825 INFO O| Variants/Facets to change: 1
36442024-10-30T01:05:42.692Z[ recovery-image] Oct 30 01:05:42.875 INFO O| Oct 30 01:05:42.875 INFO O| Done
36452024-10-30T01:05:42.694Z[ recovery-image] Oct 30 01:05:42.875 INFO O| Oct 30 01:05:42.875 INFO O| Done
36462024-10-30T01:05:42.797Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36472024-10-30T01:05:43.290Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36482024-10-30T01:05:43.380Z[ recovery-image] Oct 30 01:05:43.563 INFO O| Oct 30 01:05:43.563 INFO O| Done
36492024-10-30T01:05:43.452Z[ recovery-image] Oct 30 01:05:43.635 INFO O| Oct 30 01:05:43.635 INFO O| Done
36502024-10-30T01:05:43.454Z[ recovery-image] Oct 30 01:05:43.635 INFO O| Oct 30 01:05:43.635 INFO O| Done
36512024-10-30T01:05:43.454Z[ recovery-image] Oct 30 01:05:43.636 INFO O| Oct 30 01:05:43.636 INFO O| Done
36522024-10-30T01:05:43.454Z[ recovery-image] Oct 30 01:05:43.637 INFO O| Oct 30 01:05:43.637 INFO O| Done
36532024-10-30T01:05:43.544Z[ recovery-image] Oct 30 01:05:43.728 INFO O| Oct 30 01:05:43.728 INFO STEP 9 (pkg_change_facet) COMPLETE
36542024-10-30T01:05:43.544Z[ recovery-image] Oct 30 01:05:43.728 INFO O| Oct 30 01:05:43.728 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-10-30T01:05:44.037Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36562024-10-30T01:05:44.088Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36572024-10-30T01:05:44.162Z[ recovery-image] Oct 30 01:05:44.346 INFO O| Oct 30 01:05:44.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36582024-10-30T01:05:45.208Z[ recovery-image] Oct 30 01:05:45.392 INFO O| Oct 30 01:05:45.392 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36592024-10-30T01:05:45.210Z[ recovery-image] Oct 30 01:05:45.395 INFO O| Oct 30 01:05:45.394 INFO O| Planning: Planning completed in 0.00 seconds
36602024-10-30T01:05:45.213Z[ recovery-image] Oct 30 01:05:45.396 INFO O| Oct 30 01:05:45.396 INFO O| Planning: Consolidating action changes ... Done
36612024-10-30T01:05:45.214Z[ recovery-image] Oct 30 01:05:45.396 INFO O| Oct 30 01:05:45.396 INFO O| Planning: Evaluating mediators ... Done
36622024-10-30T01:05:45.214Z[ recovery-image] Oct 30 01:05:45.397 INFO O| Oct 30 01:05:45.397 INFO O| Planning: Planning completed in 0.00 seconds
36632024-10-30T01:05:45.214Z[ recovery-image] Oct 30 01:05:45.397 INFO O| Oct 30 01:05:45.397 INFO O| Variants/Facets to change: 1
36642024-10-30T01:05:45.300Z[ recovery-image] Oct 30 01:05:45.485 INFO O| Oct 30 01:05:45.485 INFO O| Done
36652024-10-30T01:05:45.301Z[ recovery-image] Oct 30 01:05:45.485 INFO O| Oct 30 01:05:45.485 INFO O| Done
36662024-10-30T01:05:45.782Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36672024-10-30T01:05:45.940Z[ recovery-image] Oct 30 01:05:46.125 INFO O| Oct 30 01:05:46.124 INFO O| Done
36682024-10-30T01:05:46.036Z[ recovery-image] Oct 30 01:05:46.221 INFO O| Oct 30 01:05:46.220 INFO O| Done
36692024-10-30T01:05:46.039Z[ recovery-image] Oct 30 01:05:46.221 INFO O| Oct 30 01:05:46.221 INFO O| Done
36702024-10-30T01:05:46.039Z[ recovery-image] Oct 30 01:05:46.222 INFO O| Oct 30 01:05:46.222 INFO O| Done
36712024-10-30T01:05:46.039Z[ recovery-image] Oct 30 01:05:46.224 INFO O| Oct 30 01:05:46.224 INFO O| Done
36722024-10-30T01:05:46.139Z[ recovery-image] Oct 30 01:05:46.324 INFO O| Oct 30 01:05:46.324 INFO STEP 10 (pkg_change_facet) COMPLETE
36732024-10-30T01:05:46.139Z[ recovery-image] Oct 30 01:05:46.324 INFO O| Oct 30 01:05:46.324 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-10-30T01:05:46.159Z[ recovery-image] Oct 30 01:05:46.343 INFO O| Oct 30 01:05:46.343 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
36752024-10-30T01:05:47.123Z[ recovery-image] Oct 30 01:05:47.307 INFO O| Oct 30 01:05:47.307 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36762024-10-30T01:05:50.409Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36772024-10-30T01:05:54.615Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36782024-10-30T01:05:57.320Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36792024-10-30T01:06:01.991Z[verify-libraries] Compiling termios v0.3.3
36802024-10-30T01:06:02.412Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36812024-10-30T01:06:08.777Z[ host-image] Oct 30 01:06:08.970 INFO O| Oct 30 01:06:08.970 INFO O| Planning: Solver setup ... Done
36822024-10-30T01:06:22.747Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36832024-10-30T01:06:37.310Z[ recovery-image] Oct 30 01:06:37.513 INFO O| Oct 30 01:06:37.513 INFO O| Planning: Solver setup ... Done
36842024-10-30T01:07:05.022Z[ host-image] Oct 30 01:07:05.235 INFO O| Oct 30 01:07:05.235 INFO O| Planning: Running solver ... Done
36852024-10-30T01:07:05.554Z[ host-image] Oct 30 01:07:05.751 INFO O| Oct 30 01:07:05.751 INFO O| Planning: Finding local manifests ... Done
36862024-10-30T01:07:05.567Z[ host-image] Oct 30 01:07:05.764 INFO O| Oct 30 01:07:05.764 INFO O| Planning: Fetching manifests: 0/124 0% complete
36872024-10-30T01:07:10.307Z[ host-image] Oct 30 01:07:10.521 INFO O| Oct 30 01:07:10.521 INFO O| Planning: Fetching manifests: 124/124 100% complete
36882024-10-30T01:07:11.394Z[ host-image] Oct 30 01:07:11.608 INFO O| Oct 30 01:07:11.608 INFO O| Planning: Package planning ... Done
36892024-10-30T01:07:12.948Z[ host-image] Oct 30 01:07:13.160 INFO O| Oct 30 01:07:13.160 INFO O| Planning: Merging actions ... Done
36902024-10-30T01:07:13.227Z[ host-image] Oct 30 01:07:13.443 INFO O| Oct 30 01:07:13.443 INFO O| Planning: Checking for conflicting actions ... Done
36912024-10-30T01:07:13.555Z[ host-image] Oct 30 01:07:13.771 INFO O| Oct 30 01:07:13.770 INFO O| Planning: Consolidating action changes ... Done
36922024-10-30T01:07:14.323Z[ host-image] Oct 30 01:07:14.539 INFO O| Oct 30 01:07:14.539 INFO O| Planning: Evaluating mediators ... Done
36932024-10-30T01:07:15.812Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36942024-10-30T01:07:20.835Z[ host-image] Oct 30 01:07:21.053 INFO O| Oct 30 01:07:21.053 INFO O| Planning: Planning completed in 123.85 seconds
36952024-10-30T01:07:20.842Z[ host-image] Oct 30 01:07:21.060 INFO O| Oct 30 01:07:21.060 INFO O| Packages to install: 124
36962024-10-30T01:07:20.842Z[ host-image] Oct 30 01:07:21.060 INFO O| Oct 30 01:07:21.060 INFO O| Mediators to change: 4
36972024-10-30T01:07:20.845Z[ host-image] Oct 30 01:07:21.060 INFO O| Oct 30 01:07:21.060 INFO O| Services to change: 6
36982024-10-30T01:07:20.964Z[ host-image] Oct 30 01:07:21.182 INFO O| Oct 30 01:07:21.182 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
36992024-10-30T01:07:25.972Z[ host-image] Oct 30 01:07:26.192 INFO O| Oct 30 01:07:26.191 INFO O| Download: 516/22744 items 3.3/199.4MB 1% complete (706k/s)
37002024-10-30T01:07:27.544Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37012024-10-30T01:07:27.658Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022024-10-30T01:07:31.497Z[ recovery-image] Oct 30 01:07:31.719 INFO O| Oct 30 01:07:31.719 INFO O| Planning: Running solver ... Done
37032024-10-30T01:07:31.944Z[ recovery-image] Oct 30 01:07:32.166 INFO O| Oct 30 01:07:32.166 INFO O| Planning: Finding local manifests ... Done
37042024-10-30T01:07:31.961Z[ recovery-image] Oct 30 01:07:32.183 INFO O| Oct 30 01:07:32.183 INFO O| Planning: Fetching manifests: 0/124 0% complete
37052024-10-30T01:07:33.090Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37062024-10-30T01:07:33.545Z[ host-image] Oct 30 01:07:33.764 INFO O| Oct 30 01:07:33.764 INFO O| Download: 1020/22744 items 6.1/199.4MB 3% complete (728k/s)
37072024-10-30T01:07:37.203Z[ recovery-image] Oct 30 01:07:37.427 INFO O| Oct 30 01:07:37.427 INFO O| Planning: Fetching manifests: 124/124 100% complete
37082024-10-30T01:07:38.207Z[ recovery-image] Oct 30 01:07:38.431 INFO O| Oct 30 01:07:38.431 INFO O| Planning: Package planning ... Done
37092024-10-30T01:07:38.958Z[ recovery-image] Oct 30 01:07:39.182 INFO O| Oct 30 01:07:39.182 INFO O| Planning: Merging actions ... Done
37102024-10-30T01:07:39.146Z[ recovery-image] Oct 30 01:07:39.370 INFO O| Oct 30 01:07:39.370 INFO O| Planning: Checking for conflicting actions ... Done
37112024-10-30T01:07:39.290Z[ recovery-image] Oct 30 01:07:39.514 INFO O| Oct 30 01:07:39.514 INFO O| Planning: Consolidating action changes ... Done
37122024-10-30T01:07:39.644Z[ recovery-image] Oct 30 01:07:39.868 INFO O| Oct 30 01:07:39.868 INFO O| Planning: Evaluating mediators ... Done
37132024-10-30T01:07:39.723Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37142024-10-30T01:07:45.551Z[ recovery-image] Oct 30 01:07:45.777 INFO O| Oct 30 01:07:45.777 INFO O| Planning: Planning completed in 118.47 seconds
37152024-10-30T01:07:45.557Z[ recovery-image] Oct 30 01:07:45.784 INFO O| Oct 30 01:07:45.784 INFO O| Packages to install: 124
37162024-10-30T01:07:45.557Z[ recovery-image] Oct 30 01:07:45.784 INFO O| Oct 30 01:07:45.784 INFO O| Mediators to change: 4
37172024-10-30T01:07:45.560Z[ recovery-image] Oct 30 01:07:45.784 INFO O| Oct 30 01:07:45.784 INFO O| Services to change: 5
37182024-10-30T01:07:45.635Z[ recovery-image] Oct 30 01:07:45.861 INFO O| Oct 30 01:07:45.861 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37192024-10-30T01:07:46.336Z[ host-image] Oct 30 01:07:46.563 INFO O| Oct 30 01:07:46.563 INFO O| Download: 1021/22744 items 6.1/199.4MB 3% complete
37202024-10-30T01:07:50.835Z[ recovery-image] Oct 30 01:07:51.047 INFO O| Oct 30 01:07:51.047 INFO O| Download: 1002/15846 items 7.8/176.2MB 4% complete (1.6M/s)
37212024-10-30T01:07:51.334Z[ host-image] Oct 30 01:07:51.563 INFO O| Oct 30 01:07:51.563 INFO O| Download: 1598/22744 items 9.6/199.4MB 4% complete (719k/s)
37222024-10-30T01:07:56.506Z[ host-image] Oct 30 01:07:56.736 INFO O| Oct 30 01:07:56.736 INFO O| Download: 1793/22744 items 13.2/199.4MB 6% complete (675k/s)
37232024-10-30T01:07:59.745Z[ recovery-image] Oct 30 01:07:59.977 INFO O| Oct 30 01:07:59.977 INFO O| Download: 1109/15846 items 9.5/176.2MB 5% complete (1.2M/s)
37242024-10-30T01:08:01.532Z[ host-image] Oct 30 01:08:01.764 INFO O| Oct 30 01:08:01.764 INFO O| Download: 2111/22744 items 23.5/199.4MB 11% complete (1.4M/s)
37252024-10-30T01:08:02.122Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37262024-10-30T01:08:04.746Z[ recovery-image] Oct 30 01:08:04.979 INFO O| Oct 30 01:08:04.979 INFO O| Download: 1430/15846 items 21.4/176.2MB 12% complete (1.2M/s)
37272024-10-30T01:08:06.754Z[ host-image] Oct 30 01:08:06.987 INFO O| Oct 30 01:08:06.987 INFO O| Download: 2288/22744 items 26.4/199.4MB 13% complete (1.4M/s)
37282024-10-30T01:08:07.582Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37292024-10-30T01:08:10.469Z[ recovery-image] Oct 30 01:08:10.704 INFO O| Oct 30 01:08:10.704 INFO O| Download: 1564/15846 items 23.1/176.2MB 13% complete (1.4M/s)
37302024-10-30T01:08:13.495Z[ host-image] Oct 30 01:08:13.732 INFO O| Oct 30 01:08:13.732 INFO O| Download: 2455/22744 items 28.2/199.4MB 14% complete (904k/s)
37312024-10-30T01:08:15.468Z[ recovery-image] Oct 30 01:08:15.704 INFO O| Oct 30 01:08:15.704 INFO O| Download: 2187/15846 items 31.2/176.2MB 17% complete (1002k/s)
37322024-10-30T01:08:18.493Z[ host-image] Oct 30 01:08:18.732 INFO O| Oct 30 01:08:18.732 INFO O| Download: 3334/22744 items 34.2/199.4MB 17% complete (628k/s)
37332024-10-30T01:08:20.468Z[ recovery-image] Oct 30 01:08:20.707 INFO O| Oct 30 01:08:20.707 INFO O| Download: 3188/15846 items 37.5/176.2MB 21% complete (1.5M/s)
37342024-10-30T01:08:23.492Z[ host-image] Oct 30 01:08:23.732 INFO O| Oct 30 01:08:23.732 INFO O| Download: 4020/22744 items 40.2/199.4MB 20% complete (1.2M/s)
37352024-10-30T01:08:25.475Z[ recovery-image] Oct 30 01:08:25.716 INFO O| Oct 30 01:08:25.716 INFO O| Download: 3681/15846 items 40.1/176.2MB 22% complete (1.1M/s)
37362024-10-30T01:08:29.188Z[ host-image] Oct 30 01:08:29.430 INFO O| Oct 30 01:08:29.430 INFO O| Download: 4658/22744 items 43.2/199.4MB 21% complete (914k/s)
37372024-10-30T01:08:30.475Z[ recovery-image] Oct 30 01:08:30.716 INFO O| Oct 30 01:08:30.716 INFO O| Download: 4784/15846 items 43.0/176.2MB 24% complete (566k/s)
37382024-10-30T01:08:34.203Z[ host-image] Oct 30 01:08:34.446 INFO O| Oct 30 01:08:34.446 INFO O| Download: 5469/22744 items 46.1/199.4MB 23% complete (551k/s)
37392024-10-30T01:08:35.569Z[ recovery-image] Oct 30 01:08:35.813 INFO O| Oct 30 01:08:35.813 INFO O| Download: 5664/15846 items 44.5/176.2MB 25% complete (425k/s)
37402024-10-30T01:08:39.203Z[ host-image] Oct 30 01:08:39.449 INFO O| Oct 30 01:08:39.449 INFO O| Download: 6248/22744 items 46.6/199.4MB 23% complete (339k/s)
37412024-10-30T01:08:41.366Z[ recovery-image] Oct 30 01:08:41.612 INFO O| Oct 30 01:08:41.612 INFO O| Download: 5948/15846 items 53.6/176.2MB 30% complete (1.0M/s)
37422024-10-30T01:08:44.203Z[ host-image] Oct 30 01:08:44.451 INFO O| Oct 30 01:08:44.451 INFO O| Download: 7394/22744 items 55.3/199.4MB 27% complete (934k/s)
37432024-10-30T01:08:46.366Z[ recovery-image] Oct 30 01:08:46.614 INFO O| Oct 30 01:08:46.614 INFO O| Download: 6230/15846 items 62.3/176.2MB 35% complete (1.6M/s)
37442024-10-30T01:08:49.202Z[ host-image] Oct 30 01:08:49.451 INFO O| Oct 30 01:08:49.451 INFO O| Download: 8098/22744 items 60.7/199.4MB 30% complete (1.4M/s)
37452024-10-30T01:08:51.518Z[ recovery-image] Oct 30 01:08:51.766 INFO O| Oct 30 01:08:51.766 INFO O| Download: 7625/15846 items 73.7/176.2MB 41% complete (2.0M/s)
37462024-10-30T01:08:54.221Z[ host-image] Oct 30 01:08:54.471 INFO O| Oct 30 01:08:54.471 INFO O| Download: 8613/22744 items 70.4/199.4MB 35% complete (1.5M/s)
37472024-10-30T01:08:56.660Z[ recovery-image] Oct 30 01:08:56.912 INFO O| Oct 30 01:08:56.912 INFO O| Download: 7961/15846 items 78.7/176.2MB 44% complete (1.6M/s)
37482024-10-30T01:08:59.240Z[ host-image] Oct 30 01:08:59.493 INFO O| Oct 30 01:08:59.493 INFO O| Download: 9641/22744 items 83.4/199.4MB 41% complete (2.3M/s)
37492024-10-30T01:09:02.105Z[ recovery-image] Oct 30 01:09:02.358 INFO O| Oct 30 01:09:02.358 INFO O| Download: 8661/15846 items 81.5/176.2MB 46% complete (764k/s)
37502024-10-30T01:09:04.273Z[ host-image] Oct 30 01:09:04.527 INFO O| Oct 30 01:09:04.527 INFO O| Download: 10847/22744 items 90.0/199.4MB 45% complete (2.0M/s)
37512024-10-30T01:09:07.103Z[ recovery-image] Oct 30 01:09:07.358 INFO O| Oct 30 01:09:07.358 INFO O| Download: 8829/15846 items 91.8/176.2MB 52% complete (1.3M/s)
37522024-10-30T01:09:09.520Z[ host-image] Oct 30 01:09:09.775 INFO O| Oct 30 01:09:09.775 INFO O| Download: 11240/22744 items 94.2/199.4MB 47% complete (1.1M/s)
37532024-10-30T01:09:12.112Z[ recovery-image] Oct 30 01:09:12.369 INFO O| Oct 30 01:09:12.369 INFO O| Download: 9299/15846 items 92.8/176.2MB 52% complete (1.1M/s)
37542024-10-30T01:09:15.212Z[ host-image] Oct 30 01:09:15.470 INFO O| Oct 30 01:09:15.470 INFO O| Download: 11979/22744 items 98.2/199.4MB 49% complete (781k/s)
37552024-10-30T01:09:17.282Z[ recovery-image] Oct 30 01:09:17.541 INFO O| Oct 30 01:09:17.540 INFO O| Download: 10538/15846 items 93.4/176.2MB 53% complete (196k/s)
37562024-10-30T01:09:20.403Z[ host-image] Oct 30 01:09:20.663 INFO O| Oct 30 01:09:20.663 INFO O| Download: 12171/22744 items 108.1/199.4MB 54% complete (1.3M/s)
37572024-10-30T01:09:23.087Z[ recovery-image] Oct 30 01:09:23.348 INFO O| Oct 30 01:09:23.348 INFO O| Download: 11095/15846 items 99.6/176.2MB 56% complete (661k/s)
37582024-10-30T01:09:25.412Z[ host-image] Oct 30 01:09:25.674 INFO O| Oct 30 01:09:25.674 INFO O| Download: 13363/22744 items 110.0/199.4MB 55% complete (1.2M/s)
37592024-10-30T01:09:28.112Z[ recovery-image] Oct 30 01:09:28.374 INFO O| Oct 30 01:09:28.374 INFO O| Download: 11494/15846 items 109.5/176.2MB 62% complete (1.5M/s)
37602024-10-30T01:09:34.463Z[ host-image] Oct 30 01:09:30.701 INFO O| Oct 30 01:09:30.701 INFO O| Download: 14269/22744 items 110.7/199.4MB 55% complete (360k/s)
37612024-10-30T01:09:34.540Z[ recovery-image] Oct 30 01:09:33.530 INFO O| Oct 30 01:09:33.530 INFO O| Download: 11995/15846 items 139.9/176.2MB 79% complete (4.4M/s)
37622024-10-30T01:09:35.441Z[ host-image] Oct 30 01:09:35.706 INFO O| Oct 30 01:09:35.706 INFO O| Download: 14815/22744 items 120.3/199.4MB 60% complete (1.0M/s)
37632024-10-30T01:09:38.268Z[ recovery-image] Oct 30 01:09:38.534 INFO O| Oct 30 01:09:38.534 INFO O| Download: 12821/15846 items 142.9/176.2MB 81% complete (3.3M/s)
37642024-10-30T01:09:40.443Z[ host-image] Oct 30 01:09:40.710 INFO O| Oct 30 01:09:40.710 INFO O| Download: 15602/22744 items 125.8/199.4MB 63% complete (1.5M/s)
37652024-10-30T01:09:43.419Z[ recovery-image] Oct 30 01:09:43.687 INFO O| Oct 30 01:09:43.687 INFO O| Download: 13749/15846 items 146.2/176.2MB 82% complete (670k/s)
37662024-10-30T01:09:45.462Z[ host-image] Oct 30 01:09:45.731 INFO O| Oct 30 01:09:45.731 INFO O| Download: 16230/22744 items 134.1/199.4MB 67% complete (1.4M/s)
37672024-10-30T01:09:48.511Z[ recovery-image] Oct 30 01:09:48.780 INFO O| Oct 30 01:09:48.780 INFO O| Download: 14661/15846 items 150.5/176.2MB 85% complete (744k/s)
37682024-10-30T01:09:50.476Z[ host-image] Oct 30 01:09:50.746 INFO O| Oct 30 01:09:50.746 INFO O| Download: 17227/22744 items 145.1/199.4MB 72% complete (1.9M/s)
37692024-10-30T01:09:53.527Z[ recovery-image] Oct 30 01:09:53.799 INFO O| Oct 30 01:09:53.799 INFO O| Download: 14909/15846 items 157.2/176.2MB 89% complete (1.1M/s)
37702024-10-30T01:09:55.511Z[ host-image] Oct 30 01:09:55.783 INFO O| Oct 30 01:09:55.783 INFO O| Download: 17923/22744 items 161.1/199.4MB 80% complete (2.6M/s)
37712024-10-30T01:09:58.553Z[ recovery-image] Oct 30 01:09:58.826 INFO O| Oct 30 01:09:58.826 INFO O| Download: 15560/15846 items 169.1/176.2MB 95% complete (1.9M/s)
37722024-10-30T01:10:00.509Z[ host-image] Oct 30 01:10:00.783 INFO O| Oct 30 01:10:00.783 INFO O| Download: 18960/22744 items 165.5/199.4MB 82% complete (2.0M/s)
37732024-10-30T01:10:03.656Z[ recovery-image] Oct 30 01:10:03.932 INFO O| Oct 30 01:10:03.931 INFO O| Download: 15844/15846 items 175.8/176.2MB 99% complete (1.9M/s)
37742024-10-30T01:10:03.673Z[ recovery-image] Oct 30 01:10:03.948 INFO O| Oct 30 01:10:03.948 INFO O| Download: Completed 176.18 MB in 138.09 seconds (1.3M/s)
37752024-10-30T01:10:04.655Z[ recovery-image] Oct 30 01:10:04.931 INFO O| Oct 30 01:10:04.931 INFO O| Actions: 1/25012 actions (Installing new actions)
37762024-10-30T01:10:05.508Z[ host-image] Oct 30 01:10:05.784 INFO O| Oct 30 01:10:05.783 INFO O| Download: 19984/22744 items 168.9/199.4MB 84% complete (815k/s)
37772024-10-30T01:10:09.654Z[ recovery-image] Oct 30 01:10:09.932 INFO O| Oct 30 01:10:09.932 INFO O| Actions: 8944/25012 actions (Installing new actions)
37782024-10-30T01:10:10.527Z[ host-image] Oct 30 01:10:10.803 INFO O| Oct 30 01:10:10.803 INFO O| Download: 20821/22744 items 178.1/199.4MB 89% complete (1.2M/s)
37792024-10-30T01:10:14.687Z[ recovery-image] Oct 30 01:10:14.935 INFO O| Oct 30 01:10:14.935 INFO O| Actions: 14748/25012 actions (Installing new actions)
37802024-10-30T01:10:15.901Z[ host-image] Oct 30 01:10:16.180 INFO O| Oct 30 01:10:16.180 INFO O| Download: 21562/22744 items 183.4/199.4MB 91% complete (1.4M/s)
37812024-10-30T01:10:19.655Z[ recovery-image] Oct 30 01:10:19.935 INFO O| Oct 30 01:10:19.935 INFO O| Actions: 24532/25012 actions (Installing new actions)
37822024-10-30T01:10:21.071Z[ host-image] Oct 30 01:10:21.352 INFO O| Oct 30 01:10:21.352 INFO O| Download: 22218/22744 items 197.6/199.4MB 99% complete (2.0M/s)
37832024-10-30T01:10:21.983Z[ recovery-image] Oct 30 01:10:22.264 INFO O| Oct 30 01:10:22.264 INFO O| Actions: Completed 25012 actions in 17.33 seconds.
37842024-10-30T01:10:22.757Z[ recovery-image] Oct 30 01:10:23.039 INFO O| Oct 30 01:10:23.039 INFO O| Done
37852024-10-30T01:10:22.757Z[ recovery-image] Oct 30 01:10:23.039 INFO O| Oct 30 01:10:23.039 INFO O| Done
37862024-10-30T01:10:23.429Z[ host-image] Oct 30 01:10:23.703 INFO O| Oct 30 01:10:23.703 INFO O| Download: Completed 199.42 MB in 182.52 seconds (1.1M/s)
37872024-10-30T01:10:24.181Z[ recovery-image] Oct 30 01:10:24.450 INFO O| Oct 30 01:10:24.450 INFO O| Done
37882024-10-30T01:10:24.923Z[ host-image] Oct 30 01:10:25.203 INFO O| Oct 30 01:10:25.203 INFO O| Actions: 1/49311 actions (Installing new actions)
37892024-10-30T01:10:25.959Z[ recovery-image] Oct 30 01:10:26.242 INFO O| Oct 30 01:10:26.242 INFO O| Done
37902024-10-30T01:10:25.980Z[ recovery-image] Oct 30 01:10:26.263 INFO O| Oct 30 01:10:26.263 INFO O| Done
37912024-10-30T01:10:29.920Z[ host-image] Oct 30 01:10:30.205 INFO O| Oct 30 01:10:30.204 INFO O| Actions: 9296/49311 actions (Installing new actions)
37922024-10-30T01:10:31.371Z[ recovery-image] Oct 30 01:10:31.655 INFO O| Oct 30 01:10:31.655 INFO O| Done
37932024-10-30T01:10:32.175Z[ recovery-image] Oct 30 01:10:32.456 INFO O| Oct 30 01:10:32.456 INFO O| Done
37942024-10-30T01:10:32.627Z[ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 11 (pkg_install) COMPLETE
37952024-10-30T01:10:32.635Z[ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-10-30T01:10:32.635Z[ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO skip step because feature "recovery" is enabled
37972024-10-30T01:10:32.636Z[ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-10-30T01:10:32.636Z[ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO skip step because feature "omicron1" is not enabled
37992024-10-30T01:10:32.636Z[ recovery-image] Oct 30 01:10:32.909 INFO O| Oct 30 01:10:32.909 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38002024-10-30T01:10:32.669Z[ recovery-image] Oct 30 01:10:32.950 INFO O| Oct 30 01:10:32.950 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38012024-10-30T01:10:34.240Z[ recovery-image] Oct 30 01:10:34.526 INFO O| Oct 30 01:10:34.526 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38022024-10-30T01:10:34.919Z[ host-image] Oct 30 01:10:35.205 INFO O| Oct 30 01:10:35.205 INFO O| Actions: 15764/49311 actions (Installing new actions)
38032024-10-30T01:10:38.223Z[ recovery-image] Oct 30 01:10:38.511 INFO O| Oct 30 01:10:38.511 INFO O| Planning: Solver setup ... Done
38042024-10-30T01:10:38.230Z[ recovery-image] Oct 30 01:10:38.517 INFO O| Oct 30 01:10:38.517 INFO O| Planning: Running solver ... Done
38052024-10-30T01:10:38.350Z[ recovery-image] Oct 30 01:10:38.637 INFO O| Oct 30 01:10:38.637 INFO O| Planning: Finding local manifests ... Done
38062024-10-30T01:10:38.353Z[ recovery-image] Oct 30 01:10:38.639 INFO O| Oct 30 01:10:38.639 INFO O| Planning: Fetching manifests: 0/1 0% complete
38072024-10-30T01:10:38.519Z[ recovery-image] Oct 30 01:10:38.807 INFO O| Oct 30 01:10:38.807 INFO O| Planning: Fetching manifests: 1/1 100% complete
38082024-10-30T01:10:38.550Z[ recovery-image] Oct 30 01:10:38.837 INFO O| Oct 30 01:10:38.837 INFO O| Planning: Package planning ... Done
38092024-10-30T01:10:38.553Z[ recovery-image] Oct 30 01:10:38.838 INFO O| Oct 30 01:10:38.838 INFO O| Planning: Merging actions ... Done
38102024-10-30T01:10:38.624Z[ recovery-image] Oct 30 01:10:38.912 INFO O| Oct 30 01:10:38.912 INFO O| Planning: Checking for conflicting actions ... Done
38112024-10-30T01:10:38.627Z[ recovery-image] Oct 30 01:10:38.912 INFO O| Oct 30 01:10:38.912 INFO O| Planning: Consolidating action changes ... Done
38122024-10-30T01:10:38.941Z[ recovery-image] Oct 30 01:10:39.228 INFO O| Oct 30 01:10:39.228 INFO O| Planning: Evaluating mediators ... Done
38132024-10-30T01:10:38.943Z[ recovery-image] Oct 30 01:10:39.229 INFO O| Oct 30 01:10:39.229 INFO O| Planning: Planning completed in 4.70 seconds
38142024-10-30T01:10:38.945Z[ recovery-image] Oct 30 01:10:39.232 INFO O| Oct 30 01:10:39.232 INFO O| Packages to install: 1
38152024-10-30T01:10:38.965Z[ recovery-image] Oct 30 01:10:39.252 INFO O| Oct 30 01:10:39.252 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38162024-10-30T01:10:39.917Z[ host-image] Oct 30 01:10:40.205 INFO O| Oct 30 01:10:40.205 INFO O| Actions: 23745/49311 actions (Installing new actions)
38172024-10-30T01:10:40.634Z[ recovery-image] Oct 30 01:10:40.922 INFO O| Oct 30 01:10:40.921 INFO O| Download: Completed 20.80 MB in 1.67 seconds (12.5M/s)
38182024-10-30T01:10:40.766Z[ recovery-image] Oct 30 01:10:41.054 INFO O| Oct 30 01:10:41.054 INFO O| Actions: 1/22 actions (Installing new actions)
38192024-10-30T01:10:41.857Z[ recovery-image] Oct 30 01:10:42.145 INFO O| Oct 30 01:10:42.145 INFO O| Actions: Completed 22 actions in 1.09 seconds.
38202024-10-30T01:10:42.443Z[ recovery-image] Oct 30 01:10:42.732 INFO O| Oct 30 01:10:42.732 INFO O| Done
38212024-10-30T01:10:42.443Z[ recovery-image] Oct 30 01:10:42.732 INFO O| Oct 30 01:10:42.732 INFO O| Done
38222024-10-30T01:10:43.783Z[ recovery-image] Oct 30 01:10:44.072 INFO O| Oct 30 01:10:44.072 INFO O| Done
38232024-10-30T01:10:44.917Z[ host-image] Oct 30 01:10:45.206 INFO O| Oct 30 01:10:45.206 INFO O| Actions: 48791/49311 actions (Installing new actions)
38242024-10-30T01:10:45.619Z[ recovery-image] Oct 30 01:10:45.909 INFO O| Oct 30 01:10:45.909 INFO O| Done
38252024-10-30T01:10:45.643Z[ recovery-image] Oct 30 01:10:45.933 INFO O| Oct 30 01:10:45.933 INFO O| Done
38262024-10-30T01:10:45.643Z[ recovery-image] Oct 30 01:10:45.933 INFO O| Oct 30 01:10:45.933 INFO O| Done
38272024-10-30T01:10:45.660Z[ recovery-image] Oct 30 01:10:45.949 INFO O| Oct 30 01:10:45.949 INFO O| Done
38282024-10-30T01:10:45.872Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 14 (pkg_install) COMPLETE
38292024-10-30T01:10:45.872Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38302024-10-30T01:10:45.872Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "mfg" is not enabled
38312024-10-30T01:10:45.875Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38322024-10-30T01:10:45.876Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "compliance" is not enabled
38332024-10-30T01:10:45.876Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38342024-10-30T01:10:45.876Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "stress" is not enabled
38352024-10-30T01:10:45.876Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38362024-10-30T01:10:45.876Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO skip step because feature "nfs" is not enabled
38372024-10-30T01:10:45.876Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38382024-10-30T01:10:45.876Z[ recovery-image] Oct 30 01:10:46.162 INFO O| Oct 30 01:10:46.162 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38392024-10-30T01:10:46.178Z[ recovery-image] Oct 30 01:10:46.468 INFO O| Oct 30 01:10:46.468 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38402024-10-30T01:10:46.369Z[ recovery-image] Oct 30 01:10:46.659 INFO O| Oct 30 01:10:46.659 INFO completed processing gimlet/ramdisk-01-os
38412024-10-30T01:10:46.372Z[ recovery-image] Oct 30 01:10:46.662 INFO image builder template: ramdisk-02-trim...
38422024-10-30T01:10:46.372Z[ recovery-image] Oct 30 01:10:46.663 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpaVpy3U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38432024-10-30T01:10:46.411Z[ recovery-image] Oct 30 01:10:46.700 INFO O| Oct 30 01:10:46.700 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38442024-10-30T01:10:46.439Z[ recovery-image] Oct 30 01:10:46.729 INFO O| Oct 30 01:10:46.729 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38452024-10-30T01:10:46.527Z[ recovery-image] Oct 30 01:10:46.817 INFO O| Oct 30 01:10:46.816 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38462024-10-30T01:10:46.732Z[ recovery-image] Oct 30 01:10:47.022 INFO O| Oct 30 01:10:47.022 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38472024-10-30T01:10:46.732Z[ recovery-image] Oct 30 01:10:47.022 INFO O| Oct 30 01:10:47.022 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38482024-10-30T01:10:46.741Z[ recovery-image] Oct 30 01:10:47.031 INFO O| Oct 30 01:10:47.031 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38492024-10-30T01:10:46.748Z[ recovery-image] Oct 30 01:10:47.039 INFO O| Oct 30 01:10:47.038 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38502024-10-30T01:10:46.770Z[ recovery-image] Oct 30 01:10:47.060 INFO O| Oct 30 01:10:47.060 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38512024-10-30T01:10:47.522Z[ recovery-image] Oct 30 01:10:47.807 INFO O| Oct 30 01:10:47.807 INFO rolled back to input snapshot; work may begin
38522024-10-30T01:10:47.523Z[ recovery-image] Oct 30 01:10:47.807 INFO O| Oct 30 01:10:47.807 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38532024-10-30T01:10:47.550Z[ recovery-image] Oct 30 01:10:47.833 INFO O| Oct 30 01:10:47.833 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-10-30T01:10:47.567Z[ recovery-image] Oct 30 01:10:47.851 INFO O| Oct 30 01:10:47.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38552024-10-30T01:10:47.714Z[ recovery-image] Oct 30 01:10:47.972 INFO O| Oct 30 01:10:47.972 INFO STEP 0 (remove_files) COMPLETE
38562024-10-30T01:10:47.719Z[ recovery-image] Oct 30 01:10:47.972 INFO O| Oct 30 01:10:47.972 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-10-30T01:10:47.763Z[ recovery-image] Oct 30 01:10:48.050 INFO O| Oct 30 01:10:48.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38582024-10-30T01:10:47.777Z[ recovery-image] Oct 30 01:10:48.053 INFO O| Oct 30 01:10:48.053 INFO STEP 1 (remove_files) COMPLETE
38592024-10-30T01:10:47.777Z[ recovery-image] Oct 30 01:10:48.053 INFO O| Oct 30 01:10:48.053 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-10-30T01:10:47.844Z[ recovery-image] Oct 30 01:10:48.129 INFO O| Oct 30 01:10:48.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38612024-10-30T01:10:47.897Z[ recovery-image] Oct 30 01:10:48.175 INFO O| Oct 30 01:10:48.175 INFO STEP 2 (remove_files) COMPLETE
38622024-10-30T01:10:47.898Z[ recovery-image] Oct 30 01:10:48.176 INFO O| Oct 30 01:10:48.175 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-10-30T01:10:47.939Z[ recovery-image] Oct 30 01:10:48.207 INFO O| Oct 30 01:10:48.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38642024-10-30T01:10:47.948Z[ recovery-image] Oct 30 01:10:48.211 INFO O| Oct 30 01:10:48.210 INFO STEP 3 (remove_files) COMPLETE
38652024-10-30T01:10:47.948Z[ recovery-image] Oct 30 01:10:48.211 INFO O| Oct 30 01:10:48.211 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-10-30T01:10:47.983Z[ recovery-image] Oct 30 01:10:48.270 INFO O| Oct 30 01:10:48.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38672024-10-30T01:10:47.998Z[ recovery-image] Oct 30 01:10:48.277 INFO O| Oct 30 01:10:48.277 INFO STEP 4 (remove_files) COMPLETE
38682024-10-30T01:10:47.998Z[ recovery-image] Oct 30 01:10:48.277 INFO O| Oct 30 01:10:48.277 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-10-30T01:10:48.016Z[ recovery-image] Oct 30 01:10:48.296 INFO O| Oct 30 01:10:48.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38702024-10-30T01:10:48.021Z[ recovery-image] Oct 30 01:10:48.297 INFO O| Oct 30 01:10:48.297 INFO STEP 5 (remove_files) COMPLETE
38712024-10-30T01:10:48.021Z[ recovery-image] Oct 30 01:10:48.297 INFO O| Oct 30 01:10:48.297 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-30T01:10:48.025Z[ recovery-image] Oct 30 01:10:48.314 INFO O| Oct 30 01:10:48.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38732024-10-30T01:10:48.045Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 6 (remove_files) COMPLETE
38742024-10-30T01:10:48.045Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-10-30T01:10:48.052Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO skip step because feature "recovery" is enabled
38762024-10-30T01:10:48.052Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-30T01:10:48.052Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO skip step because feature "recovery" is enabled
38782024-10-30T01:10:48.052Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-30T01:10:48.052Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO skip step because feature "recovery" is enabled
38802024-10-30T01:10:48.052Z[ recovery-image] Oct 30 01:10:48.335 INFO O| Oct 30 01:10:48.335 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-10-30T01:10:48.064Z[ recovery-image] Oct 30 01:10:48.354 INFO O| Oct 30 01:10:48.354 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38822024-10-30T01:10:48.075Z[ recovery-image] Oct 30 01:10:48.361 INFO O| Oct 30 01:10:48.361 INFO STEP 10 (remove_files) COMPLETE
38832024-10-30T01:10:48.079Z[ recovery-image] Oct 30 01:10:48.361 INFO O| Oct 30 01:10:48.361 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-10-30T01:10:48.092Z[ recovery-image] Oct 30 01:10:48.380 INFO O| Oct 30 01:10:48.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38852024-10-30T01:10:48.096Z[ recovery-image] Oct 30 01:10:48.381 INFO O| Oct 30 01:10:48.381 INFO STEP 11 (remove_files) COMPLETE
38862024-10-30T01:10:48.097Z[ recovery-image] Oct 30 01:10:48.381 INFO O| Oct 30 01:10:48.381 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-30T01:10:48.111Z[ recovery-image] Oct 30 01:10:48.398 INFO O| Oct 30 01:10:48.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38882024-10-30T01:10:48.117Z[ recovery-image] Oct 30 01:10:48.401 INFO O| Oct 30 01:10:48.401 INFO STEP 12 (remove_files) COMPLETE
38892024-10-30T01:10:48.117Z[ recovery-image] Oct 30 01:10:48.401 INFO O| Oct 30 01:10:48.401 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-10-30T01:10:48.356Z[ recovery-image] Oct 30 01:10:48.640 INFO O| Oct 30 01:10:48.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38912024-10-30T01:10:48.426Z[ recovery-image] Oct 30 01:10:48.716 INFO O| Oct 30 01:10:48.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38922024-10-30T01:10:48.429Z[ recovery-image] Oct 30 01:10:48.719 INFO O| Oct 30 01:10:48.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38932024-10-30T01:10:48.479Z[ recovery-image] Oct 30 01:10:48.727 INFO O| Oct 30 01:10:48.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38942024-10-30T01:10:48.528Z[ recovery-image] Oct 30 01:10:48.819 INFO O| Oct 30 01:10:48.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38952024-10-30T01:10:48.550Z[ recovery-image] Oct 30 01:10:48.841 INFO O| Oct 30 01:10:48.840 INFO STEP 13 (remove_files) COMPLETE
38962024-10-30T01:10:48.550Z[ recovery-image] Oct 30 01:10:48.841 INFO O| Oct 30 01:10:48.841 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-30T01:10:48.568Z[ recovery-image] Oct 30 01:10:48.859 INFO O| Oct 30 01:10:48.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38982024-10-30T01:10:48.570Z[ recovery-image] Oct 30 01:10:48.862 INFO O| Oct 30 01:10:48.862 INFO STEP 14 (remove_files) COMPLETE
38992024-10-30T01:10:48.573Z[ recovery-image] Oct 30 01:10:48.862 INFO O| Oct 30 01:10:48.862 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-30T01:10:48.599Z[ recovery-image] Oct 30 01:10:48.890 INFO O| Oct 30 01:10:48.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39012024-10-30T01:10:48.610Z[ recovery-image] Oct 30 01:10:48.901 INFO O| Oct 30 01:10:48.901 INFO STEP 15 (remove_files) COMPLETE
39022024-10-30T01:10:48.612Z[ recovery-image] Oct 30 01:10:48.901 INFO O| Oct 30 01:10:48.901 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-30T01:10:48.715Z[ recovery-image] Oct 30 01:10:48.997 INFO O| Oct 30 01:10:48.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39042024-10-30T01:10:48.715Z[ recovery-image] Oct 30 01:10:48.998 INFO O| Oct 30 01:10:48.998 INFO STEP 16 (remove_files) COMPLETE
39052024-10-30T01:10:48.715Z[ recovery-image] Oct 30 01:10:48.998 INFO O| Oct 30 01:10:48.998 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-30T01:10:48.724Z[ recovery-image] Oct 30 01:10:49.015 INFO O| Oct 30 01:10:49.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39072024-10-30T01:10:48.726Z[ recovery-image] Oct 30 01:10:49.017 INFO O| Oct 30 01:10:49.017 INFO STEP 17 (remove_files) COMPLETE
39082024-10-30T01:10:48.726Z[ recovery-image] Oct 30 01:10:49.017 INFO O| Oct 30 01:10:49.017 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-30T01:10:48.752Z[ recovery-image] Oct 30 01:10:49.034 INFO O| Oct 30 01:10:49.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39102024-10-30T01:10:48.752Z[ recovery-image] Oct 30 01:10:49.034 INFO O| Oct 30 01:10:49.034 INFO STEP 18 (remove_files) COMPLETE
39112024-10-30T01:10:48.752Z[ recovery-image] Oct 30 01:10:49.034 INFO O| Oct 30 01:10:49.034 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-30T01:10:48.765Z[ recovery-image] Oct 30 01:10:49.052 INFO O| Oct 30 01:10:49.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39132024-10-30T01:10:48.765Z[ recovery-image] Oct 30 01:10:49.052 INFO O| Oct 30 01:10:49.052 INFO STEP 19 (remove_files) COMPLETE
39142024-10-30T01:10:48.765Z[ recovery-image] Oct 30 01:10:49.052 INFO O| Oct 30 01:10:49.052 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-10-30T01:10:48.779Z[ recovery-image] Oct 30 01:10:49.070 INFO O| Oct 30 01:10:49.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39162024-10-30T01:10:48.782Z[ recovery-image] Oct 30 01:10:49.070 INFO O| Oct 30 01:10:49.070 INFO STEP 20 (remove_files) COMPLETE
39172024-10-30T01:10:48.782Z[ recovery-image] Oct 30 01:10:49.070 INFO O| Oct 30 01:10:49.070 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-30T01:10:48.810Z[ recovery-image] Oct 30 01:10:49.088 INFO O| Oct 30 01:10:49.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39192024-10-30T01:10:48.810Z[ recovery-image] Oct 30 01:10:49.089 INFO O| Oct 30 01:10:49.089 INFO STEP 21 (remove_files) COMPLETE
39202024-10-30T01:10:48.812Z[ recovery-image] Oct 30 01:10:49.089 INFO O| Oct 30 01:10:49.089 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-10-30T01:10:48.816Z[ recovery-image] Oct 30 01:10:49.107 INFO O| Oct 30 01:10:49.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39222024-10-30T01:10:48.818Z[ recovery-image] Oct 30 01:10:49.107 INFO O| Oct 30 01:10:49.107 INFO STEP 22 (remove_files) COMPLETE
39232024-10-30T01:10:48.818Z[ recovery-image] Oct 30 01:10:49.107 INFO O| Oct 30 01:10:49.107 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-10-30T01:10:48.835Z[ recovery-image] Oct 30 01:10:49.126 INFO O| Oct 30 01:10:49.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39252024-10-30T01:10:48.838Z[ recovery-image] Oct 30 01:10:49.127 INFO O| Oct 30 01:10:49.127 INFO STEP 23 (remove_files) COMPLETE
39262024-10-30T01:10:48.838Z[ recovery-image] Oct 30 01:10:49.127 INFO O| Oct 30 01:10:49.127 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-10-30T01:10:48.887Z[ recovery-image] Oct 30 01:10:49.178 INFO O| Oct 30 01:10:49.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39282024-10-30T01:10:48.889Z[ recovery-image] Oct 30 01:10:49.178 INFO O| Oct 30 01:10:49.178 INFO STEP 24 (remove_files) COMPLETE
39292024-10-30T01:10:48.889Z[ recovery-image] Oct 30 01:10:49.178 INFO O| Oct 30 01:10:49.178 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-10-30T01:10:48.907Z[ recovery-image] Oct 30 01:10:49.198 INFO O| Oct 30 01:10:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39312024-10-30T01:10:48.910Z[ recovery-image] Oct 30 01:10:49.198 INFO O| Oct 30 01:10:49.198 INFO STEP 25 (remove_files) COMPLETE
39322024-10-30T01:10:48.910Z[ recovery-image] Oct 30 01:10:49.198 INFO O| Oct 30 01:10:49.198 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-10-30T01:10:48.927Z[ recovery-image] Oct 30 01:10:49.219 INFO O| Oct 30 01:10:49.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39342024-10-30T01:10:48.930Z[ recovery-image] Oct 30 01:10:49.219 INFO O| Oct 30 01:10:49.219 INFO STEP 26 (remove_files) COMPLETE
39352024-10-30T01:10:48.930Z[ recovery-image] Oct 30 01:10:49.219 INFO O| Oct 30 01:10:49.219 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-10-30T01:10:48.948Z[ recovery-image] Oct 30 01:10:49.239 INFO O| Oct 30 01:10:49.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39372024-10-30T01:10:48.950Z[ recovery-image] Oct 30 01:10:49.239 INFO O| Oct 30 01:10:49.239 INFO STEP 27 (remove_files) COMPLETE
39382024-10-30T01:10:48.950Z[ recovery-image] Oct 30 01:10:49.239 INFO O| Oct 30 01:10:49.239 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-10-30T01:10:48.968Z[ recovery-image] Oct 30 01:10:49.259 INFO O| Oct 30 01:10:49.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39402024-10-30T01:10:48.971Z[ recovery-image] Oct 30 01:10:49.260 INFO O| Oct 30 01:10:49.260 INFO STEP 28 (remove_files) COMPLETE
39412024-10-30T01:10:48.971Z[ recovery-image] Oct 30 01:10:49.260 INFO O| Oct 30 01:10:49.260 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-10-30T01:10:48.989Z[ recovery-image] Oct 30 01:10:49.280 INFO O| Oct 30 01:10:49.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39432024-10-30T01:10:48.991Z[ recovery-image] Oct 30 01:10:49.280 INFO O| Oct 30 01:10:49.280 INFO STEP 29 (remove_files) COMPLETE
39442024-10-30T01:10:48.991Z[ recovery-image] Oct 30 01:10:49.280 INFO O| Oct 30 01:10:49.280 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-10-30T01:10:49.010Z[ recovery-image] Oct 30 01:10:49.301 INFO O| Oct 30 01:10:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39462024-10-30T01:10:49.013Z[ recovery-image] Oct 30 01:10:49.301 INFO O| Oct 30 01:10:49.301 INFO STEP 30 (remove_files) COMPLETE
39472024-10-30T01:10:49.013Z[ recovery-image] Oct 30 01:10:49.301 INFO O| Oct 30 01:10:49.301 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-10-30T01:10:49.031Z[ recovery-image] Oct 30 01:10:49.322 INFO O| Oct 30 01:10:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39492024-10-30T01:10:49.033Z[ recovery-image] Oct 30 01:10:49.322 INFO O| Oct 30 01:10:49.322 INFO STEP 31 (remove_files) COMPLETE
39502024-10-30T01:10:49.034Z[ recovery-image] Oct 30 01:10:49.322 INFO O| Oct 30 01:10:49.322 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-10-30T01:10:49.050Z[ recovery-image] Oct 30 01:10:49.341 INFO O| Oct 30 01:10:49.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39522024-10-30T01:10:49.053Z[ recovery-image] Oct 30 01:10:49.342 INFO O| Oct 30 01:10:49.342 INFO STEP 32 (remove_files) COMPLETE
39532024-10-30T01:10:49.053Z[ recovery-image] Oct 30 01:10:49.342 INFO O| Oct 30 01:10:49.342 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-10-30T01:10:49.068Z[ recovery-image] Oct 30 01:10:49.359 INFO O| Oct 30 01:10:49.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39552024-10-30T01:10:49.070Z[ recovery-image] Oct 30 01:10:49.359 INFO O| Oct 30 01:10:49.359 INFO STEP 33 (remove_files) COMPLETE
39562024-10-30T01:10:49.070Z[ recovery-image] Oct 30 01:10:49.359 INFO O| Oct 30 01:10:49.359 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39572024-10-30T01:10:49.085Z[ recovery-image] Oct 30 01:10:49.376 INFO O| Oct 30 01:10:49.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39582024-10-30T01:10:49.088Z[ recovery-image] Oct 30 01:10:49.376 INFO O| Oct 30 01:10:49.376 INFO STEP 34 (remove_files) COMPLETE
39592024-10-30T01:10:49.088Z[ recovery-image] Oct 30 01:10:49.377 INFO O| Oct 30 01:10:49.377 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-10-30T01:10:49.103Z[ recovery-image] Oct 30 01:10:49.394 INFO O| Oct 30 01:10:49.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39612024-10-30T01:10:49.105Z[ recovery-image] Oct 30 01:10:49.394 INFO O| Oct 30 01:10:49.394 INFO STEP 35 (remove_files) COMPLETE
39622024-10-30T01:10:49.105Z[ recovery-image] Oct 30 01:10:49.394 INFO O| Oct 30 01:10:49.394 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-10-30T01:10:49.137Z[ recovery-image] Oct 30 01:10:49.428 INFO O| Oct 30 01:10:49.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39642024-10-30T01:10:49.141Z[ recovery-image] Oct 30 01:10:49.429 INFO O| Oct 30 01:10:49.428 INFO STEP 36 (remove_files) COMPLETE
39652024-10-30T01:10:49.141Z[ recovery-image] Oct 30 01:10:49.429 INFO O| Oct 30 01:10:49.429 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39662024-10-30T01:10:49.220Z[ recovery-image] Oct 30 01:10:49.488 INFO O| Oct 30 01:10:49.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39672024-10-30T01:10:49.220Z[ recovery-image] Oct 30 01:10:49.488 INFO O| Oct 30 01:10:49.488 INFO STEP 37 (remove_files) COMPLETE
39682024-10-30T01:10:49.221Z[ recovery-image] Oct 30 01:10:49.488 INFO O| Oct 30 01:10:49.488 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-10-30T01:10:49.221Z[ host-image] Oct 30 01:10:49.505 INFO O| Oct 30 01:10:49.505 INFO O| Actions: Completed 49311 actions in 24.30 seconds.
39702024-10-30T01:10:49.221Z[ recovery-image] Oct 30 01:10:49.507 INFO O| Oct 30 01:10:49.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39712024-10-30T01:10:49.221Z[ recovery-image] Oct 30 01:10:49.507 INFO O| Oct 30 01:10:49.507 INFO STEP 38 (remove_files) COMPLETE
39722024-10-30T01:10:49.221Z[ recovery-image] Oct 30 01:10:49.507 INFO O| Oct 30 01:10:49.507 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-30T01:10:49.234Z[ recovery-image] Oct 30 01:10:49.525 INFO O| Oct 30 01:10:49.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39742024-10-30T01:10:49.237Z[ recovery-image] Oct 30 01:10:49.525 INFO O| Oct 30 01:10:49.525 INFO STEP 39 (remove_files) COMPLETE
39752024-10-30T01:10:49.237Z[ recovery-image] Oct 30 01:10:49.525 INFO O| Oct 30 01:10:49.525 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-30T01:10:49.271Z[ recovery-image] Oct 30 01:10:49.561 INFO O| Oct 30 01:10:49.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39772024-10-30T01:10:49.271Z[ recovery-image] Oct 30 01:10:49.561 INFO O| Oct 30 01:10:49.561 INFO STEP 40 (remove_files) COMPLETE
39782024-10-30T01:10:49.271Z[ recovery-image] Oct 30 01:10:49.561 INFO O| Oct 30 01:10:49.561 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-30T01:10:49.287Z[ recovery-image] Oct 30 01:10:49.579 INFO O| Oct 30 01:10:49.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39802024-10-30T01:10:49.288Z[ recovery-image] Oct 30 01:10:49.579 INFO O| Oct 30 01:10:49.579 INFO STEP 41 (remove_files) COMPLETE
39812024-10-30T01:10:49.290Z[ recovery-image] Oct 30 01:10:49.579 INFO O| Oct 30 01:10:49.579 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-30T01:10:49.327Z[ recovery-image] Oct 30 01:10:49.618 INFO O| Oct 30 01:10:49.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39832024-10-30T01:10:49.327Z[ recovery-image] Oct 30 01:10:49.618 INFO O| Oct 30 01:10:49.618 INFO STEP 42 (remove_files) COMPLETE
39842024-10-30T01:10:49.329Z[ recovery-image] Oct 30 01:10:49.618 INFO O| Oct 30 01:10:49.618 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-30T01:10:49.343Z[ recovery-image] Oct 30 01:10:49.635 INFO O| Oct 30 01:10:49.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39862024-10-30T01:10:49.343Z[ recovery-image] Oct 30 01:10:49.635 INFO O| Oct 30 01:10:49.635 INFO STEP 43 (remove_files) COMPLETE
39872024-10-30T01:10:49.346Z[ recovery-image] Oct 30 01:10:49.635 INFO O| Oct 30 01:10:49.635 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-30T01:10:49.364Z[ recovery-image] Oct 30 01:10:49.654 INFO O| Oct 30 01:10:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39892024-10-30T01:10:49.364Z[ recovery-image] Oct 30 01:10:49.654 INFO O| Oct 30 01:10:49.654 INFO STEP 44 (remove_files) COMPLETE
39902024-10-30T01:10:49.364Z[ recovery-image] Oct 30 01:10:49.654 INFO O| Oct 30 01:10:49.654 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-30T01:10:49.379Z[ recovery-image] Oct 30 01:10:49.670 INFO O| Oct 30 01:10:49.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39922024-10-30T01:10:49.379Z[ recovery-image] Oct 30 01:10:49.670 INFO O| Oct 30 01:10:49.670 INFO STEP 45 (remove_files) COMPLETE
39932024-10-30T01:10:49.379Z[ recovery-image] Oct 30 01:10:49.670 INFO O| Oct 30 01:10:49.670 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-30T01:10:49.395Z[ recovery-image] Oct 30 01:10:49.686 INFO O| Oct 30 01:10:49.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39952024-10-30T01:10:49.395Z[ recovery-image] Oct 30 01:10:49.686 INFO O| Oct 30 01:10:49.686 INFO STEP 46 (remove_files) COMPLETE
39962024-10-30T01:10:49.397Z[ recovery-image] Oct 30 01:10:49.686 INFO O| Oct 30 01:10:49.686 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-30T01:10:49.429Z[ recovery-image] Oct 30 01:10:49.720 INFO O| Oct 30 01:10:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39982024-10-30T01:10:49.432Z[ recovery-image] Oct 30 01:10:49.720 INFO O| Oct 30 01:10:49.720 INFO STEP 47 (remove_files) COMPLETE
39992024-10-30T01:10:49.432Z[ recovery-image] Oct 30 01:10:49.720 INFO O| Oct 30 01:10:49.720 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-30T01:10:49.446Z[ recovery-image] Oct 30 01:10:49.738 INFO O| Oct 30 01:10:49.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40012024-10-30T01:10:49.449Z[ recovery-image] Oct 30 01:10:49.738 INFO O| Oct 30 01:10:49.738 INFO STEP 48 (remove_files) COMPLETE
40022024-10-30T01:10:49.455Z[ recovery-image] Oct 30 01:10:49.738 INFO O| Oct 30 01:10:49.738 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-30T01:10:49.466Z[ recovery-image] Oct 30 01:10:49.757 INFO O| Oct 30 01:10:49.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40042024-10-30T01:10:49.468Z[ recovery-image] Oct 30 01:10:49.757 INFO O| Oct 30 01:10:49.757 INFO STEP 49 (remove_files) COMPLETE
40052024-10-30T01:10:49.468Z[ recovery-image] Oct 30 01:10:49.757 INFO O| Oct 30 01:10:49.757 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-30T01:10:49.485Z[ recovery-image] Oct 30 01:10:49.777 INFO O| Oct 30 01:10:49.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40072024-10-30T01:10:49.488Z[ recovery-image] Oct 30 01:10:49.777 INFO O| Oct 30 01:10:49.777 INFO STEP 50 (remove_files) COMPLETE
40082024-10-30T01:10:49.488Z[ recovery-image] Oct 30 01:10:49.777 INFO O| Oct 30 01:10:49.777 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-30T01:10:49.506Z[ recovery-image] Oct 30 01:10:49.797 INFO O| Oct 30 01:10:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40102024-10-30T01:10:49.506Z[ recovery-image] Oct 30 01:10:49.797 INFO O| Oct 30 01:10:49.797 INFO STEP 51 (remove_files) COMPLETE
40112024-10-30T01:10:49.506Z[ recovery-image] Oct 30 01:10:49.797 INFO O| Oct 30 01:10:49.797 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-30T01:10:49.548Z[ recovery-image] Oct 30 01:10:49.838 INFO O| Oct 30 01:10:49.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40132024-10-30T01:10:49.548Z[ recovery-image] Oct 30 01:10:49.838 INFO O| Oct 30 01:10:49.838 INFO STEP 52 (remove_files) COMPLETE
40142024-10-30T01:10:49.548Z[ recovery-image] Oct 30 01:10:49.838 INFO O| Oct 30 01:10:49.838 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-30T01:10:49.564Z[ recovery-image] Oct 30 01:10:49.856 INFO O| Oct 30 01:10:49.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40162024-10-30T01:10:49.565Z[ recovery-image] Oct 30 01:10:49.856 INFO O| Oct 30 01:10:49.856 INFO STEP 53 (remove_files) COMPLETE
40172024-10-30T01:10:49.568Z[ recovery-image] Oct 30 01:10:49.856 INFO O| Oct 30 01:10:49.856 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-30T01:10:49.603Z[ recovery-image] Oct 30 01:10:49.894 INFO O| Oct 30 01:10:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40192024-10-30T01:10:49.605Z[ recovery-image] Oct 30 01:10:49.894 INFO O| Oct 30 01:10:49.894 INFO STEP 54 (remove_files) COMPLETE
40202024-10-30T01:10:49.605Z[ recovery-image] Oct 30 01:10:49.894 INFO O| Oct 30 01:10:49.894 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-30T01:10:49.624Z[ recovery-image] Oct 30 01:10:49.916 INFO O| Oct 30 01:10:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40222024-10-30T01:10:49.624Z[ recovery-image] Oct 30 01:10:49.916 INFO O| Oct 30 01:10:49.916 INFO STEP 55 (remove_files) COMPLETE
40232024-10-30T01:10:49.627Z[ recovery-image] Oct 30 01:10:49.916 INFO O| Oct 30 01:10:49.916 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-30T01:10:49.656Z[ recovery-image] Oct 30 01:10:49.948 INFO O| Oct 30 01:10:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40252024-10-30T01:10:49.657Z[ recovery-image] Oct 30 01:10:49.948 INFO O| Oct 30 01:10:49.948 INFO STEP 56 (remove_files) COMPLETE
40262024-10-30T01:10:49.659Z[ recovery-image] Oct 30 01:10:49.948 INFO O| Oct 30 01:10:49.948 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-30T01:10:49.687Z[ recovery-image] Oct 30 01:10:49.978 INFO O| Oct 30 01:10:49.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40282024-10-30T01:10:49.687Z[ recovery-image] Oct 30 01:10:49.978 INFO O| Oct 30 01:10:49.978 INFO STEP 57 (remove_files) COMPLETE
40292024-10-30T01:10:49.687Z[ recovery-image] Oct 30 01:10:49.978 INFO O| Oct 30 01:10:49.978 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-30T01:10:49.728Z[ recovery-image] Oct 30 01:10:50.019 INFO O| Oct 30 01:10:50.019 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40312024-10-30T01:10:49.728Z[ recovery-image] Oct 30 01:10:50.019 INFO O| Oct 30 01:10:50.019 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40322024-10-30T01:10:49.730Z[ recovery-image] Oct 30 01:10:50.019 INFO O| Oct 30 01:10:50.019 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40332024-10-30T01:10:49.730Z[ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40342024-10-30T01:10:49.730Z[ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40352024-10-30T01:10:49.730Z[ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40362024-10-30T01:10:49.730Z[ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO ok!
40372024-10-30T01:10:49.730Z[ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO STEP 58 (ensure_file) COMPLETE
40382024-10-30T01:10:49.730Z[ recovery-image] Oct 30 01:10:50.020 INFO O| Oct 30 01:10:50.020 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-30T01:10:49.760Z[ recovery-image] Oct 30 01:10:50.051 INFO O| Oct 30 01:10:50.051 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40402024-10-30T01:10:49.760Z[ recovery-image] Oct 30 01:10:50.051 INFO O| Oct 30 01:10:50.051 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40412024-10-30T01:10:49.763Z[ recovery-image] Oct 30 01:10:50.051 INFO O| Oct 30 01:10:50.051 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40422024-10-30T01:10:49.763Z[ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40432024-10-30T01:10:49.763Z[ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40442024-10-30T01:10:49.763Z[ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40452024-10-30T01:10:49.763Z[ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO ok!
40462024-10-30T01:10:49.763Z[ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO STEP 59 (ensure_file) COMPLETE
40472024-10-30T01:10:49.763Z[ recovery-image] Oct 30 01:10:50.052 INFO O| Oct 30 01:10:50.052 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-30T01:10:49.777Z[ recovery-image] Oct 30 01:10:50.068 INFO O| Oct 30 01:10:50.068 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40492024-10-30T01:10:49.781Z[ recovery-image] Oct 30 01:10:50.068 INFO O| Oct 30 01:10:50.068 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40502024-10-30T01:10:49.781Z[ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40512024-10-30T01:10:49.781Z[ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO ok!
40522024-10-30T01:10:49.781Z[ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO STEP 60 (ensure_file) COMPLETE
40532024-10-30T01:10:49.781Z[ recovery-image] Oct 30 01:10:50.069 INFO O| Oct 30 01:10:50.069 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-10-30T01:10:49.798Z[ recovery-image] Oct 30 01:10:50.089 INFO O| Oct 30 01:10:50.089 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40552024-10-30T01:10:49.800Z[ recovery-image] Oct 30 01:10:50.089 INFO O| Oct 30 01:10:50.089 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40562024-10-30T01:10:49.800Z[ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40572024-10-30T01:10:49.801Z[ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO ok!
40582024-10-30T01:10:49.801Z[ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO STEP 61 (ensure_file) COMPLETE
40592024-10-30T01:10:49.801Z[ recovery-image] Oct 30 01:10:50.090 INFO O| Oct 30 01:10:50.090 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-10-30T01:10:49.838Z[ host-image] Oct 30 01:10:50.129 INFO O| Oct 30 01:10:50.129 INFO O| Done
40612024-10-30T01:10:49.841Z[ host-image] Oct 30 01:10:50.129 INFO O| Oct 30 01:10:50.129 INFO O| Done
40622024-10-30T01:10:49.856Z[ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40632024-10-30T01:10:49.856Z[ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40642024-10-30T01:10:49.856Z[ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40652024-10-30T01:10:49.859Z[ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40662024-10-30T01:10:49.863Z[ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO ok!
40672024-10-30T01:10:49.863Z[ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO STEP 62 (ensure_file) COMPLETE
40682024-10-30T01:10:49.863Z[ recovery-image] Oct 30 01:10:50.148 INFO O| Oct 30 01:10:50.148 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-10-30T01:10:49.889Z[ recovery-image] Oct 30 01:10:50.170 INFO O| Oct 30 01:10:50.170 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40702024-10-30T01:10:49.889Z[ recovery-image] Oct 30 01:10:50.170 INFO O| Oct 30 01:10:50.170 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40712024-10-30T01:10:49.889Z[ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40722024-10-30T01:10:49.889Z[ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40732024-10-30T01:10:49.889Z[ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO ok!
40742024-10-30T01:10:49.889Z[ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO STEP 63 (ensure_file) COMPLETE
40752024-10-30T01:10:49.889Z[ recovery-image] Oct 30 01:10:50.171 INFO O| Oct 30 01:10:50.171 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-30T01:10:49.899Z[ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40772024-10-30T01:10:49.899Z[ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40782024-10-30T01:10:49.902Z[ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40792024-10-30T01:10:49.902Z[ recovery-image] Oct 30 01:10:50.191 INFO O| Oct 30 01:10:50.191 INFO ok!
40802024-10-30T01:10:49.902Z[ recovery-image] Oct 30 01:10:50.192 INFO O| Oct 30 01:10:50.191 INFO STEP 64 (assemble_files) COMPLETE
40812024-10-30T01:10:49.902Z[ recovery-image] Oct 30 01:10:50.192 INFO O| Oct 30 01:10:50.192 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-10-30T01:10:49.920Z[ recovery-image] Oct 30 01:10:50.211 INFO O| Oct 30 01:10:50.211 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40832024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.211 INFO O| Oct 30 01:10:50.211 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40842024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40852024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40862024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO ok!
40872024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO STEP 65 (ensure_file) COMPLETE
40882024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO skip step because feature "omicron1" is not enabled
40902024-10-30T01:10:49.922Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-10-30T01:10:49.923Z[ recovery-image] Oct 30 01:10:50.212 INFO O| Oct 30 01:10:50.212 INFO skip step because feature "omicron1" is not enabled
40922024-10-30T01:10:49.923Z[ recovery-image] Oct 30 01:10:50.213 INFO O| Oct 30 01:10:50.213 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-10-30T01:10:49.923Z[ recovery-image] Oct 30 01:10:50.213 INFO O| Oct 30 01:10:50.213 INFO skip step because feature "omicron1" is not enabled
40942024-10-30T01:10:49.923Z[ recovery-image] Oct 30 01:10:50.213 INFO O| Oct 30 01:10:50.213 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-10-30T01:10:49.949Z[ recovery-image] Oct 30 01:10:50.241 INFO O| Oct 30 01:10:50.240 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40962024-10-30T01:10:49.952Z[ recovery-image] Oct 30 01:10:50.241 INFO O| Oct 30 01:10:50.241 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40972024-10-30T01:10:51.294Z[ host-image] Oct 30 01:10:51.585 INFO O| Oct 30 01:10:51.585 INFO O| Done
40982024-10-30T01:10:52.550Z[ recovery-image] Oct 30 01:10:52.843 INFO O| Oct 30 01:10:52.842 INFO STEP 69 (pack_tar) COMPLETE
40992024-10-30T01:10:52.550Z[ recovery-image] Oct 30 01:10:52.843 INFO O| Oct 30 01:10:52.842 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41002024-10-30T01:10:52.553Z[ recovery-image] Oct 30 01:10:52.843 INFO O| Oct 30 01:10:52.842 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41012024-10-30T01:10:52.944Z[ recovery-image] Oct 30 01:10:53.237 INFO O| Oct 30 01:10:53.237 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41022024-10-30T01:10:53.041Z[ recovery-image] Oct 30 01:10:53.334 INFO O| Oct 30 01:10:53.334 INFO completed processing gimlet/ramdisk-02-trim
41032024-10-30T01:10:53.045Z[ recovery-image] Oct 30 01:10:53.336 INFO image builder template: ramdisk-03-recovery-trim...
41042024-10-30T01:10:53.045Z[ recovery-image] Oct 30 01:10:53.336 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpaVpy3U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41052024-10-30T01:10:53.157Z[ recovery-image] Oct 30 01:10:53.449 INFO O| Oct 30 01:10:53.449 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41062024-10-30T01:10:53.161Z[ recovery-image] Oct 30 01:10:53.454 INFO O| Oct 30 01:10:53.454 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41072024-10-30T01:10:53.255Z[ host-image] Oct 30 01:10:53.547 INFO O| Oct 30 01:10:53.547 INFO O| Done
41082024-10-30T01:10:53.276Z[ host-image] Oct 30 01:10:53.569 INFO O| Oct 30 01:10:53.569 INFO O| Done
41092024-10-30T01:10:53.300Z[ recovery-image] Oct 30 01:10:53.593 INFO O| Oct 30 01:10:53.593 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41102024-10-30T01:10:53.381Z[ recovery-image] Oct 30 01:10:53.674 INFO O| Oct 30 01:10:53.674 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41112024-10-30T01:10:53.384Z[ recovery-image] Oct 30 01:10:53.674 INFO O| Oct 30 01:10:53.674 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41122024-10-30T01:10:53.392Z[ recovery-image] Oct 30 01:10:53.685 INFO O| Oct 30 01:10:53.685 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41132024-10-30T01:10:53.397Z[ recovery-image] Oct 30 01:10:53.690 INFO O| Oct 30 01:10:53.690 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41142024-10-30T01:10:53.402Z[ recovery-image] Oct 30 01:10:53.695 INFO O| Oct 30 01:10:53.695 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41152024-10-30T01:10:53.714Z[ recovery-image] Oct 30 01:10:54.005 INFO O| Oct 30 01:10:54.005 INFO rolled back to input snapshot; work may begin
41162024-10-30T01:10:53.714Z[ recovery-image] Oct 30 01:10:54.005 INFO O| Oct 30 01:10:54.005 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41172024-10-30T01:10:53.718Z[ recovery-image] Oct 30 01:10:54.011 INFO O| Oct 30 01:10:54.011 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-10-30T01:10:53.730Z[ recovery-image] Oct 30 01:10:54.022 INFO O| Oct 30 01:10:54.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41192024-10-30T01:10:53.733Z[ recovery-image] Oct 30 01:10:54.026 INFO O| Oct 30 01:10:54.026 INFO STEP 0 (remove_files) COMPLETE
41202024-10-30T01:10:53.733Z[ recovery-image] Oct 30 01:10:54.026 INFO O| Oct 30 01:10:54.026 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-10-30T01:10:53.746Z[ recovery-image] Oct 30 01:10:54.039 INFO O| Oct 30 01:10:54.039 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41222024-10-30T01:10:53.806Z[ recovery-image] Oct 30 01:10:54.099 INFO O| Oct 30 01:10:54.099 INFO STEP 1 (remove_files) COMPLETE
41232024-10-30T01:10:53.806Z[ recovery-image] Oct 30 01:10:54.099 INFO O| Oct 30 01:10:54.099 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-10-30T01:10:53.818Z[ recovery-image] Oct 30 01:10:54.111 INFO O| Oct 30 01:10:54.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41252024-10-30T01:10:53.821Z[ recovery-image] Oct 30 01:10:54.113 INFO O| Oct 30 01:10:54.113 INFO STEP 2 (remove_files) COMPLETE
41262024-10-30T01:10:53.821Z[ recovery-image] Oct 30 01:10:54.113 INFO O| Oct 30 01:10:54.113 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-10-30T01:10:53.833Z[ recovery-image] Oct 30 01:10:54.126 INFO O| Oct 30 01:10:54.126 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41282024-10-30T01:10:53.886Z[ recovery-image] Oct 30 01:10:54.178 INFO O| Oct 30 01:10:54.178 INFO STEP 3 (remove_files) COMPLETE
41292024-10-30T01:10:53.886Z[ recovery-image] Oct 30 01:10:54.178 INFO O| Oct 30 01:10:54.178 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-10-30T01:10:53.897Z[ recovery-image] Oct 30 01:10:54.190 INFO O| Oct 30 01:10:54.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41312024-10-30T01:10:53.914Z[ recovery-image] Oct 30 01:10:54.207 INFO O| Oct 30 01:10:54.207 INFO STEP 4 (remove_files) COMPLETE
41322024-10-30T01:10:53.914Z[ recovery-image] Oct 30 01:10:54.207 INFO O| Oct 30 01:10:54.207 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-10-30T01:10:53.930Z[ recovery-image] Oct 30 01:10:54.223 INFO O| Oct 30 01:10:54.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41342024-10-30T01:10:53.934Z[ recovery-image] Oct 30 01:10:54.228 INFO O| Oct 30 01:10:54.227 INFO STEP 5 (remove_files) COMPLETE
41352024-10-30T01:10:53.934Z[ recovery-image] Oct 30 01:10:54.228 INFO O| Oct 30 01:10:54.228 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-10-30T01:10:53.946Z[ recovery-image] Oct 30 01:10:54.239 INFO O| Oct 30 01:10:54.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41372024-10-30T01:10:53.948Z[ recovery-image] Oct 30 01:10:54.240 INFO O| Oct 30 01:10:54.240 INFO STEP 6 (remove_files) COMPLETE
41382024-10-30T01:10:53.948Z[ recovery-image] Oct 30 01:10:54.240 INFO O| Oct 30 01:10:54.240 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-10-30T01:10:53.959Z[ recovery-image] Oct 30 01:10:54.252 INFO O| Oct 30 01:10:54.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41402024-10-30T01:10:53.962Z[ recovery-image] Oct 30 01:10:54.254 INFO O| Oct 30 01:10:54.254 INFO STEP 7 (remove_files) COMPLETE
41412024-10-30T01:10:53.962Z[ recovery-image] Oct 30 01:10:54.254 INFO O| Oct 30 01:10:54.254 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-10-30T01:10:53.973Z[ recovery-image] Oct 30 01:10:54.266 INFO O| Oct 30 01:10:54.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41432024-10-30T01:10:53.978Z[ recovery-image] Oct 30 01:10:54.271 INFO O| Oct 30 01:10:54.271 INFO STEP 8 (remove_files) COMPLETE
41442024-10-30T01:10:53.980Z[ recovery-image] Oct 30 01:10:54.271 INFO O| Oct 30 01:10:54.271 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-30T01:10:53.989Z[ recovery-image] Oct 30 01:10:54.283 INFO O| Oct 30 01:10:54.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41462024-10-30T01:10:53.992Z[ recovery-image] Oct 30 01:10:54.283 INFO O| Oct 30 01:10:54.283 INFO STEP 9 (remove_files) COMPLETE
41472024-10-30T01:10:53.992Z[ recovery-image] Oct 30 01:10:54.283 INFO O| Oct 30 01:10:54.283 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-30T01:10:54.003Z[ recovery-image] Oct 30 01:10:54.296 INFO O| Oct 30 01:10:54.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41492024-10-30T01:10:54.005Z[ recovery-image] Oct 30 01:10:54.297 INFO O| Oct 30 01:10:54.297 INFO STEP 10 (remove_files) COMPLETE
41502024-10-30T01:10:54.005Z[ recovery-image] Oct 30 01:10:54.297 INFO O| Oct 30 01:10:54.297 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-10-30T01:10:54.017Z[ recovery-image] Oct 30 01:10:54.310 INFO O| Oct 30 01:10:54.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41522024-10-30T01:10:54.073Z[ recovery-image] Oct 30 01:10:54.366 INFO O| Oct 30 01:10:54.365 INFO STEP 11 (remove_files) COMPLETE
41532024-10-30T01:10:54.073Z[ recovery-image] Oct 30 01:10:54.366 INFO O| Oct 30 01:10:54.366 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-10-30T01:10:54.084Z[ recovery-image] Oct 30 01:10:54.377 INFO O| Oct 30 01:10:54.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41552024-10-30T01:10:54.087Z[ recovery-image] Oct 30 01:10:54.380 INFO O| Oct 30 01:10:54.380 INFO STEP 12 (remove_files) COMPLETE
41562024-10-30T01:10:54.087Z[ recovery-image] Oct 30 01:10:54.380 INFO O| Oct 30 01:10:54.380 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-10-30T01:10:54.097Z[ recovery-image] Oct 30 01:10:54.390 INFO O| Oct 30 01:10:54.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41582024-10-30T01:10:54.100Z[ recovery-image] Oct 30 01:10:54.393 INFO O| Oct 30 01:10:54.393 INFO STEP 13 (remove_files) COMPLETE
41592024-10-30T01:10:54.100Z[ recovery-image] Oct 30 01:10:54.393 INFO O| Oct 30 01:10:54.393 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-10-30T01:10:54.110Z[ recovery-image] Oct 30 01:10:54.403 INFO O| Oct 30 01:10:54.403 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41612024-10-30T01:10:54.113Z[ recovery-image] Oct 30 01:10:54.404 INFO O| Oct 30 01:10:54.404 INFO STEP 14 (remove_files) COMPLETE
41622024-10-30T01:10:54.113Z[ recovery-image] Oct 30 01:10:54.404 INFO O| Oct 30 01:10:54.404 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-10-30T01:10:54.123Z[ recovery-image] Oct 30 01:10:54.416 INFO O| Oct 30 01:10:54.416 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41642024-10-30T01:10:54.125Z[ recovery-image] Oct 30 01:10:54.417 INFO O| Oct 30 01:10:54.417 INFO STEP 15 (remove_files) COMPLETE
41652024-10-30T01:10:54.125Z[ recovery-image] Oct 30 01:10:54.417 INFO O| Oct 30 01:10:54.417 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-10-30T01:10:54.135Z[ recovery-image] Oct 30 01:10:54.429 INFO O| Oct 30 01:10:54.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41672024-10-30T01:10:54.145Z[ recovery-image] Oct 30 01:10:54.438 INFO O| Oct 30 01:10:54.438 INFO STEP 16 (remove_files) COMPLETE
41682024-10-30T01:10:54.145Z[ recovery-image] Oct 30 01:10:54.438 INFO O| Oct 30 01:10:54.438 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-10-30T01:10:54.157Z[ recovery-image] Oct 30 01:10:54.450 INFO O| Oct 30 01:10:54.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41702024-10-30T01:10:54.157Z[ recovery-image] Oct 30 01:10:54.450 INFO O| Oct 30 01:10:54.450 INFO STEP 17 (remove_files) COMPLETE
41712024-10-30T01:10:54.160Z[ recovery-image] Oct 30 01:10:54.450 INFO O| Oct 30 01:10:54.450 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-10-30T01:10:54.167Z[ recovery-image] Oct 30 01:10:54.460 INFO O| Oct 30 01:10:54.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41732024-10-30T01:10:54.170Z[ recovery-image] Oct 30 01:10:54.461 INFO O| Oct 30 01:10:54.461 INFO STEP 18 (remove_files) COMPLETE
41742024-10-30T01:10:54.170Z[ recovery-image] Oct 30 01:10:54.461 INFO O| Oct 30 01:10:54.461 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-10-30T01:10:54.180Z[ recovery-image] Oct 30 01:10:54.473 INFO O| Oct 30 01:10:54.473 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41762024-10-30T01:10:54.223Z[ recovery-image] Oct 30 01:10:54.517 INFO O| Oct 30 01:10:54.516 INFO STEP 19 (remove_files) COMPLETE
41772024-10-30T01:10:54.224Z[ recovery-image] Oct 30 01:10:54.517 INFO O| Oct 30 01:10:54.517 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-10-30T01:10:54.237Z[ recovery-image] Oct 30 01:10:54.530 INFO O| Oct 30 01:10:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41792024-10-30T01:10:54.239Z[ recovery-image] Oct 30 01:10:54.531 INFO O| Oct 30 01:10:54.531 INFO STEP 20 (remove_files) COMPLETE
41802024-10-30T01:10:54.239Z[ recovery-image] Oct 30 01:10:54.531 INFO O| Oct 30 01:10:54.531 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-10-30T01:10:54.248Z[ recovery-image] Oct 30 01:10:54.541 INFO O| Oct 30 01:10:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41822024-10-30T01:10:54.250Z[ recovery-image] Oct 30 01:10:54.541 INFO O| Oct 30 01:10:54.541 INFO STEP 21 (remove_files) COMPLETE
41832024-10-30T01:10:54.250Z[ recovery-image] Oct 30 01:10:54.541 INFO O| Oct 30 01:10:54.541 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-10-30T01:10:54.258Z[ recovery-image] Oct 30 01:10:54.551 INFO O| Oct 30 01:10:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41852024-10-30T01:10:54.261Z[ recovery-image] Oct 30 01:10:54.552 INFO O| Oct 30 01:10:54.552 INFO STEP 22 (remove_files) COMPLETE
41862024-10-30T01:10:54.261Z[ recovery-image] Oct 30 01:10:54.552 INFO O| Oct 30 01:10:54.552 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-10-30T01:10:54.269Z[ recovery-image] Oct 30 01:10:54.562 INFO O| Oct 30 01:10:54.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41882024-10-30T01:10:54.271Z[ recovery-image] Oct 30 01:10:54.563 INFO O| Oct 30 01:10:54.562 INFO STEP 23 (remove_files) COMPLETE
41892024-10-30T01:10:54.271Z[ recovery-image] Oct 30 01:10:54.563 INFO O| Oct 30 01:10:54.563 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-10-30T01:10:54.279Z[ recovery-image] Oct 30 01:10:54.573 INFO O| Oct 30 01:10:54.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41912024-10-30T01:10:54.282Z[ recovery-image] Oct 30 01:10:54.573 INFO O| Oct 30 01:10:54.573 INFO STEP 24 (remove_files) COMPLETE
41922024-10-30T01:10:54.282Z[ recovery-image] Oct 30 01:10:54.573 INFO O| Oct 30 01:10:54.573 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-10-30T01:10:54.290Z[ recovery-image] Oct 30 01:10:54.583 INFO O| Oct 30 01:10:54.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41942024-10-30T01:10:54.290Z[ recovery-image] Oct 30 01:10:54.584 INFO O| Oct 30 01:10:54.583 INFO STEP 25 (remove_files) COMPLETE
41952024-10-30T01:10:54.290Z[ recovery-image] Oct 30 01:10:54.584 INFO O| Oct 30 01:10:54.584 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-10-30T01:10:54.301Z[ recovery-image] Oct 30 01:10:54.594 INFO O| Oct 30 01:10:54.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41972024-10-30T01:10:54.304Z[ recovery-image] Oct 30 01:10:54.594 INFO O| Oct 30 01:10:54.594 INFO STEP 26 (remove_files) COMPLETE
41982024-10-30T01:10:54.304Z[ recovery-image] Oct 30 01:10:54.594 INFO O| Oct 30 01:10:54.594 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-30T01:10:54.311Z[ recovery-image] Oct 30 01:10:54.604 INFO O| Oct 30 01:10:54.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42002024-10-30T01:10:54.315Z[ recovery-image] Oct 30 01:10:54.605 INFO O| Oct 30 01:10:54.605 INFO STEP 27 (remove_files) COMPLETE
42012024-10-30T01:10:54.315Z[ recovery-image] Oct 30 01:10:54.605 INFO O| Oct 30 01:10:54.605 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-30T01:10:54.321Z[ recovery-image] Oct 30 01:10:54.615 INFO O| Oct 30 01:10:54.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42032024-10-30T01:10:54.324Z[ recovery-image] Oct 30 01:10:54.616 INFO O| Oct 30 01:10:54.616 INFO STEP 28 (remove_files) COMPLETE
42042024-10-30T01:10:54.324Z[ recovery-image] Oct 30 01:10:54.616 INFO O| Oct 30 01:10:54.616 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-30T01:10:54.333Z[ recovery-image] Oct 30 01:10:54.626 INFO O| Oct 30 01:10:54.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42062024-10-30T01:10:54.335Z[ recovery-image] Oct 30 01:10:54.626 INFO O| Oct 30 01:10:54.626 INFO STEP 29 (remove_files) COMPLETE
42072024-10-30T01:10:54.335Z[ recovery-image] Oct 30 01:10:54.626 INFO O| Oct 30 01:10:54.626 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-30T01:10:54.343Z[ recovery-image] Oct 30 01:10:54.636 INFO O| Oct 30 01:10:54.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42092024-10-30T01:10:54.343Z[ recovery-image] Oct 30 01:10:54.636 INFO O| Oct 30 01:10:54.636 INFO STEP 30 (remove_files) COMPLETE
42102024-10-30T01:10:54.346Z[ recovery-image] Oct 30 01:10:54.636 INFO O| Oct 30 01:10:54.636 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-30T01:10:54.353Z[ recovery-image] Oct 30 01:10:54.646 INFO O| Oct 30 01:10:54.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42122024-10-30T01:10:54.353Z[ recovery-image] Oct 30 01:10:54.646 INFO O| Oct 30 01:10:54.646 INFO STEP 31 (remove_files) COMPLETE
42132024-10-30T01:10:54.356Z[ recovery-image] Oct 30 01:10:54.647 INFO O| Oct 30 01:10:54.646 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-30T01:10:54.364Z[ recovery-image] Oct 30 01:10:54.657 INFO O| Oct 30 01:10:54.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42152024-10-30T01:10:54.364Z[ recovery-image] Oct 30 01:10:54.657 INFO O| Oct 30 01:10:54.657 INFO STEP 32 (remove_files) COMPLETE
42162024-10-30T01:10:54.364Z[ recovery-image] Oct 30 01:10:54.657 INFO O| Oct 30 01:10:54.657 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-30T01:10:54.377Z[ recovery-image] Oct 30 01:10:54.668 INFO O| Oct 30 01:10:54.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42182024-10-30T01:10:54.377Z[ recovery-image] Oct 30 01:10:54.668 INFO O| Oct 30 01:10:54.668 INFO STEP 33 (remove_files) COMPLETE
42192024-10-30T01:10:54.379Z[ recovery-image] Oct 30 01:10:54.668 INFO O| Oct 30 01:10:54.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-30T01:10:54.386Z[ recovery-image] Oct 30 01:10:54.679 INFO O| Oct 30 01:10:54.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42212024-10-30T01:10:54.388Z[ recovery-image] Oct 30 01:10:54.680 INFO O| Oct 30 01:10:54.680 INFO STEP 34 (remove_files) COMPLETE
42222024-10-30T01:10:54.388Z[ recovery-image] Oct 30 01:10:54.680 INFO O| Oct 30 01:10:54.680 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-10-30T01:10:54.397Z[ recovery-image] Oct 30 01:10:54.690 INFO O| Oct 30 01:10:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42242024-10-30T01:10:54.397Z[ recovery-image] Oct 30 01:10:54.691 INFO O| Oct 30 01:10:54.691 INFO STEP 35 (remove_files) COMPLETE
42252024-10-30T01:10:54.400Z[ recovery-image] Oct 30 01:10:54.691 INFO O| Oct 30 01:10:54.691 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-10-30T01:10:54.408Z[ recovery-image] Oct 30 01:10:54.701 INFO O| Oct 30 01:10:54.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42272024-10-30T01:10:54.410Z[ recovery-image] Oct 30 01:10:54.702 INFO O| Oct 30 01:10:54.702 INFO STEP 36 (remove_files) COMPLETE
42282024-10-30T01:10:54.410Z[ recovery-image] Oct 30 01:10:54.702 INFO O| Oct 30 01:10:54.702 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-10-30T01:10:54.419Z[ recovery-image] Oct 30 01:10:54.712 INFO O| Oct 30 01:10:54.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42302024-10-30T01:10:54.419Z[ recovery-image] Oct 30 01:10:54.712 INFO O| Oct 30 01:10:54.712 INFO STEP 37 (remove_files) COMPLETE
42312024-10-30T01:10:54.422Z[ recovery-image] Oct 30 01:10:54.712 INFO O| Oct 30 01:10:54.712 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-10-30T01:10:54.429Z[ recovery-image] Oct 30 01:10:54.722 INFO O| Oct 30 01:10:54.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42332024-10-30T01:10:54.429Z[ recovery-image] Oct 30 01:10:54.722 INFO O| Oct 30 01:10:54.722 INFO STEP 38 (remove_files) COMPLETE
42342024-10-30T01:10:54.432Z[ recovery-image] Oct 30 01:10:54.722 INFO O| Oct 30 01:10:54.722 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-10-30T01:10:54.439Z[ recovery-image] Oct 30 01:10:54.732 INFO O| Oct 30 01:10:54.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42362024-10-30T01:10:54.439Z[ recovery-image] Oct 30 01:10:54.732 INFO O| Oct 30 01:10:54.732 INFO STEP 39 (remove_files) COMPLETE
42372024-10-30T01:10:54.441Z[ recovery-image] Oct 30 01:10:54.732 INFO O| Oct 30 01:10:54.732 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-10-30T01:10:54.449Z[ recovery-image] Oct 30 01:10:54.742 INFO O| Oct 30 01:10:54.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42392024-10-30T01:10:54.449Z[ recovery-image] Oct 30 01:10:54.742 INFO O| Oct 30 01:10:54.742 INFO STEP 40 (remove_files) COMPLETE
42402024-10-30T01:10:54.451Z[ recovery-image] Oct 30 01:10:54.742 INFO O| Oct 30 01:10:54.742 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-10-30T01:10:54.459Z[ recovery-image] Oct 30 01:10:54.752 INFO O| Oct 30 01:10:54.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42422024-10-30T01:10:54.462Z[ recovery-image] Oct 30 01:10:54.753 INFO O| Oct 30 01:10:54.753 INFO STEP 41 (remove_files) COMPLETE
42432024-10-30T01:10:54.462Z[ recovery-image] Oct 30 01:10:54.753 INFO O| Oct 30 01:10:54.753 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-10-30T01:10:54.469Z[ recovery-image] Oct 30 01:10:54.763 INFO O| Oct 30 01:10:54.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42452024-10-30T01:10:54.469Z[ recovery-image] Oct 30 01:10:54.763 INFO O| Oct 30 01:10:54.763 INFO STEP 42 (remove_files) COMPLETE
42462024-10-30T01:10:54.472Z[ recovery-image] Oct 30 01:10:54.763 INFO O| Oct 30 01:10:54.763 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-10-30T01:10:54.480Z[ recovery-image] Oct 30 01:10:54.773 INFO O| Oct 30 01:10:54.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42482024-10-30T01:10:54.480Z[ recovery-image] Oct 30 01:10:54.773 INFO O| Oct 30 01:10:54.773 INFO STEP 43 (remove_files) COMPLETE
42492024-10-30T01:10:54.483Z[ recovery-image] Oct 30 01:10:54.773 INFO O| Oct 30 01:10:54.773 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-10-30T01:10:54.490Z[ recovery-image] Oct 30 01:10:54.783 INFO O| Oct 30 01:10:54.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42512024-10-30T01:10:54.490Z[ recovery-image] Oct 30 01:10:54.784 INFO O| Oct 30 01:10:54.784 INFO STEP 44 (remove_files) COMPLETE
42522024-10-30T01:10:54.490Z[ recovery-image] Oct 30 01:10:54.784 INFO O| Oct 30 01:10:54.784 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-10-30T01:10:54.500Z[ recovery-image] Oct 30 01:10:54.794 INFO O| Oct 30 01:10:54.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42542024-10-30T01:10:54.503Z[ recovery-image] Oct 30 01:10:54.794 INFO O| Oct 30 01:10:54.794 INFO STEP 45 (remove_files) COMPLETE
42552024-10-30T01:10:54.503Z[ recovery-image] Oct 30 01:10:54.794 INFO O| Oct 30 01:10:54.794 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-10-30T01:10:54.511Z[ recovery-image] Oct 30 01:10:54.804 INFO O| Oct 30 01:10:54.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42572024-10-30T01:10:54.511Z[ recovery-image] Oct 30 01:10:54.805 INFO O| Oct 30 01:10:54.804 INFO STEP 46 (remove_files) COMPLETE
42582024-10-30T01:10:54.511Z[ recovery-image] Oct 30 01:10:54.805 INFO O| Oct 30 01:10:54.805 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-10-30T01:10:54.521Z[ recovery-image] Oct 30 01:10:54.815 INFO O| Oct 30 01:10:54.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42602024-10-30T01:10:54.524Z[ recovery-image] Oct 30 01:10:54.815 INFO O| Oct 30 01:10:54.815 INFO STEP 47 (remove_files) COMPLETE
42612024-10-30T01:10:54.524Z[ recovery-image] Oct 30 01:10:54.815 INFO O| Oct 30 01:10:54.815 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-10-30T01:10:54.531Z[ recovery-image] Oct 30 01:10:54.825 INFO O| Oct 30 01:10:54.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42632024-10-30T01:10:54.534Z[ recovery-image] Oct 30 01:10:54.825 INFO O| Oct 30 01:10:54.825 INFO STEP 48 (remove_files) COMPLETE
42642024-10-30T01:10:54.534Z[ recovery-image] Oct 30 01:10:54.825 INFO O| Oct 30 01:10:54.825 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-10-30T01:10:54.541Z[ recovery-image] Oct 30 01:10:54.835 INFO O| Oct 30 01:10:54.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42662024-10-30T01:10:54.541Z[ recovery-image] Oct 30 01:10:54.835 INFO O| Oct 30 01:10:54.835 INFO STEP 49 (remove_files) COMPLETE
42672024-10-30T01:10:54.541Z[ recovery-image] Oct 30 01:10:54.835 INFO O| Oct 30 01:10:54.835 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-10-30T01:10:54.552Z[ recovery-image] Oct 30 01:10:54.845 INFO O| Oct 30 01:10:54.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42692024-10-30T01:10:54.552Z[ recovery-image] Oct 30 01:10:54.845 INFO O| Oct 30 01:10:54.845 INFO STEP 50 (remove_files) COMPLETE
42702024-10-30T01:10:54.554Z[ recovery-image] Oct 30 01:10:54.845 INFO O| Oct 30 01:10:54.845 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-10-30T01:10:54.562Z[ recovery-image] Oct 30 01:10:54.855 INFO O| Oct 30 01:10:54.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42722024-10-30T01:10:54.562Z[ recovery-image] Oct 30 01:10:54.855 INFO O| Oct 30 01:10:54.855 INFO STEP 51 (remove_files) COMPLETE
42732024-10-30T01:10:54.562Z[ recovery-image] Oct 30 01:10:54.855 INFO O| Oct 30 01:10:54.855 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-10-30T01:10:54.572Z[ recovery-image] Oct 30 01:10:54.865 INFO O| Oct 30 01:10:54.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42752024-10-30T01:10:54.575Z[ recovery-image] Oct 30 01:10:54.865 INFO O| Oct 30 01:10:54.865 INFO STEP 52 (remove_files) COMPLETE
42762024-10-30T01:10:54.575Z[ recovery-image] Oct 30 01:10:54.866 INFO O| Oct 30 01:10:54.865 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-10-30T01:10:54.583Z[ recovery-image] Oct 30 01:10:54.877 INFO O| Oct 30 01:10:54.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42782024-10-30T01:10:54.586Z[ recovery-image] Oct 30 01:10:54.877 INFO O| Oct 30 01:10:54.877 INFO STEP 53 (remove_files) COMPLETE
42792024-10-30T01:10:54.586Z[ recovery-image] Oct 30 01:10:54.877 INFO O| Oct 30 01:10:54.877 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-10-30T01:10:54.594Z[ recovery-image] Oct 30 01:10:54.887 INFO O| Oct 30 01:10:54.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42812024-10-30T01:10:54.596Z[ recovery-image] Oct 30 01:10:54.888 INFO O| Oct 30 01:10:54.888 INFO STEP 54 (remove_files) COMPLETE
42822024-10-30T01:10:54.596Z[ recovery-image] Oct 30 01:10:54.888 INFO O| Oct 30 01:10:54.888 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-10-30T01:10:54.605Z[ recovery-image] Oct 30 01:10:54.898 INFO O| Oct 30 01:10:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42842024-10-30T01:10:54.605Z[ recovery-image] Oct 30 01:10:54.898 INFO O| Oct 30 01:10:54.898 INFO STEP 55 (remove_files) COMPLETE
42852024-10-30T01:10:54.607Z[ recovery-image] Oct 30 01:10:54.898 INFO O| Oct 30 01:10:54.898 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-10-30T01:10:54.615Z[ recovery-image] Oct 30 01:10:54.908 INFO O| Oct 30 01:10:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42872024-10-30T01:10:54.617Z[ recovery-image] Oct 30 01:10:54.908 INFO O| Oct 30 01:10:54.908 INFO STEP 56 (remove_files) COMPLETE
42882024-10-30T01:10:54.617Z[ recovery-image] Oct 30 01:10:54.908 INFO O| Oct 30 01:10:54.908 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-10-30T01:10:54.625Z[ recovery-image] Oct 30 01:10:54.919 INFO O| Oct 30 01:10:54.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42902024-10-30T01:10:54.625Z[ recovery-image] Oct 30 01:10:54.919 INFO O| Oct 30 01:10:54.919 INFO STEP 57 (remove_files) COMPLETE
42912024-10-30T01:10:54.628Z[ recovery-image] Oct 30 01:10:54.919 INFO O| Oct 30 01:10:54.919 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-30T01:10:54.636Z[ recovery-image] Oct 30 01:10:54.929 INFO O| Oct 30 01:10:54.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42932024-10-30T01:10:54.636Z[ recovery-image] Oct 30 01:10:54.929 INFO O| Oct 30 01:10:54.929 INFO STEP 58 (remove_files) COMPLETE
42942024-10-30T01:10:54.638Z[ recovery-image] Oct 30 01:10:54.929 INFO O| Oct 30 01:10:54.929 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-10-30T01:10:54.647Z[ recovery-image] Oct 30 01:10:54.940 INFO O| Oct 30 01:10:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42962024-10-30T01:10:54.650Z[ recovery-image] Oct 30 01:10:54.940 INFO O| Oct 30 01:10:54.940 INFO STEP 59 (remove_files) COMPLETE
42972024-10-30T01:10:54.650Z[ recovery-image] Oct 30 01:10:54.940 INFO O| Oct 30 01:10:54.940 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-10-30T01:10:54.659Z[ recovery-image] Oct 30 01:10:54.952 INFO O| Oct 30 01:10:54.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42992024-10-30T01:10:54.661Z[ recovery-image] Oct 30 01:10:54.952 INFO O| Oct 30 01:10:54.952 INFO STEP 60 (remove_files) COMPLETE
43002024-10-30T01:10:54.661Z[ recovery-image] Oct 30 01:10:54.952 INFO O| Oct 30 01:10:54.952 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-10-30T01:10:54.670Z[ recovery-image] Oct 30 01:10:54.964 INFO O| Oct 30 01:10:54.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43022024-10-30T01:10:54.673Z[ recovery-image] Oct 30 01:10:54.964 INFO O| Oct 30 01:10:54.964 INFO STEP 61 (remove_files) COMPLETE
43032024-10-30T01:10:54.673Z[ recovery-image] Oct 30 01:10:54.964 INFO O| Oct 30 01:10:54.964 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-10-30T01:10:54.683Z[ recovery-image] Oct 30 01:10:54.976 INFO O| Oct 30 01:10:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43052024-10-30T01:10:54.683Z[ recovery-image] Oct 30 01:10:54.976 INFO O| Oct 30 01:10:54.976 INFO STEP 62 (remove_files) COMPLETE
43062024-10-30T01:10:54.685Z[ recovery-image] Oct 30 01:10:54.976 INFO O| Oct 30 01:10:54.976 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-10-30T01:10:54.695Z[ recovery-image] Oct 30 01:10:54.988 INFO O| Oct 30 01:10:54.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43082024-10-30T01:10:54.695Z[ recovery-image] Oct 30 01:10:54.988 INFO O| Oct 30 01:10:54.988 INFO STEP 63 (remove_files) COMPLETE
43092024-10-30T01:10:54.695Z[ recovery-image] Oct 30 01:10:54.988 INFO O| Oct 30 01:10:54.988 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-10-30T01:10:54.709Z[ recovery-image] Oct 30 01:10:55.002 INFO O| Oct 30 01:10:55.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43112024-10-30T01:10:54.709Z[ recovery-image] Oct 30 01:10:55.002 INFO O| Oct 30 01:10:55.002 INFO STEP 64 (remove_files) COMPLETE
43122024-10-30T01:10:54.712Z[ recovery-image] Oct 30 01:10:55.002 INFO O| Oct 30 01:10:55.002 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-10-30T01:10:54.720Z[ recovery-image] Oct 30 01:10:55.014 INFO O| Oct 30 01:10:55.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43142024-10-30T01:10:54.721Z[ recovery-image] Oct 30 01:10:55.014 INFO O| Oct 30 01:10:55.014 INFO STEP 65 (remove_files) COMPLETE
43152024-10-30T01:10:54.721Z[ recovery-image] Oct 30 01:10:55.014 INFO O| Oct 30 01:10:55.014 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-30T01:10:54.731Z[ recovery-image] Oct 30 01:10:55.024 INFO O| Oct 30 01:10:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43172024-10-30T01:10:54.731Z[ recovery-image] Oct 30 01:10:55.024 INFO O| Oct 30 01:10:55.024 INFO STEP 66 (remove_files) COMPLETE
43182024-10-30T01:10:54.734Z[ recovery-image] Oct 30 01:10:55.024 INFO O| Oct 30 01:10:55.024 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-30T01:10:54.742Z[ recovery-image] Oct 30 01:10:55.035 INFO O| Oct 30 01:10:55.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43202024-10-30T01:10:54.742Z[ recovery-image] Oct 30 01:10:55.035 INFO O| Oct 30 01:10:55.035 INFO STEP 67 (remove_files) COMPLETE
43212024-10-30T01:10:54.744Z[ recovery-image] Oct 30 01:10:55.035 INFO O| Oct 30 01:10:55.035 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-10-30T01:10:54.752Z[ recovery-image] Oct 30 01:10:55.045 INFO O| Oct 30 01:10:55.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43232024-10-30T01:10:54.752Z[ recovery-image] Oct 30 01:10:55.045 INFO O| Oct 30 01:10:55.045 INFO STEP 68 (remove_files) COMPLETE
43242024-10-30T01:10:54.752Z[ recovery-image] Oct 30 01:10:55.045 INFO O| Oct 30 01:10:55.045 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-10-30T01:10:54.764Z[ recovery-image] Oct 30 01:10:55.056 INFO O| Oct 30 01:10:55.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43262024-10-30T01:10:54.766Z[ recovery-image] Oct 30 01:10:55.056 INFO O| Oct 30 01:10:55.056 INFO STEP 69 (remove_files) COMPLETE
43272024-10-30T01:10:54.766Z[ recovery-image] Oct 30 01:10:55.056 INFO O| Oct 30 01:10:55.056 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-30T01:10:54.775Z[ recovery-image] Oct 30 01:10:55.067 INFO O| Oct 30 01:10:55.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43292024-10-30T01:10:54.778Z[ recovery-image] Oct 30 01:10:55.067 INFO O| Oct 30 01:10:55.067 INFO STEP 70 (remove_files) COMPLETE
43302024-10-30T01:10:54.778Z[ recovery-image] Oct 30 01:10:55.067 INFO O| Oct 30 01:10:55.067 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-30T01:10:54.784Z[ recovery-image] Oct 30 01:10:55.078 INFO O| Oct 30 01:10:55.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43322024-10-30T01:10:54.784Z[ recovery-image] Oct 30 01:10:55.078 INFO O| Oct 30 01:10:55.078 INFO STEP 71 (remove_files) COMPLETE
43332024-10-30T01:10:54.788Z[ recovery-image] Oct 30 01:10:55.078 INFO O| Oct 30 01:10:55.078 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-30T01:10:54.797Z[ recovery-image] Oct 30 01:10:55.090 INFO O| Oct 30 01:10:55.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43352024-10-30T01:10:54.797Z[ recovery-image] Oct 30 01:10:55.090 INFO O| Oct 30 01:10:55.090 INFO STEP 72 (remove_files) COMPLETE
43362024-10-30T01:10:54.801Z[ recovery-image] Oct 30 01:10:55.090 INFO O| Oct 30 01:10:55.090 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-30T01:10:54.809Z[ recovery-image] Oct 30 01:10:55.102 INFO O| Oct 30 01:10:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43382024-10-30T01:10:54.809Z[ recovery-image] Oct 30 01:10:55.102 INFO O| Oct 30 01:10:55.102 INFO STEP 73 (remove_files) COMPLETE
43392024-10-30T01:10:54.809Z[ recovery-image] Oct 30 01:10:55.102 INFO O| Oct 30 01:10:55.102 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-30T01:10:54.819Z[ recovery-image] Oct 30 01:10:55.113 INFO O| Oct 30 01:10:55.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43412024-10-30T01:10:54.819Z[ recovery-image] Oct 30 01:10:55.113 INFO O| Oct 30 01:10:55.113 INFO STEP 74 (remove_files) COMPLETE
43422024-10-30T01:10:54.819Z[ recovery-image] Oct 30 01:10:55.113 INFO O| Oct 30 01:10:55.113 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-30T01:10:54.830Z[ recovery-image] Oct 30 01:10:55.123 INFO O| Oct 30 01:10:55.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43442024-10-30T01:10:54.830Z[ recovery-image] Oct 30 01:10:55.123 INFO O| Oct 30 01:10:55.123 INFO STEP 75 (remove_files) COMPLETE
43452024-10-30T01:10:54.834Z[ recovery-image] Oct 30 01:10:55.123 INFO O| Oct 30 01:10:55.123 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-30T01:10:54.843Z[ recovery-image] Oct 30 01:10:55.133 INFO O| Oct 30 01:10:55.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43472024-10-30T01:10:54.847Z[ recovery-image] Oct 30 01:10:55.134 INFO O| Oct 30 01:10:55.133 INFO STEP 76 (remove_files) COMPLETE
43482024-10-30T01:10:54.848Z[ recovery-image] Oct 30 01:10:55.134 INFO O| Oct 30 01:10:55.133 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-30T01:10:54.854Z[ recovery-image] Oct 30 01:10:55.144 INFO O| Oct 30 01:10:55.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43502024-10-30T01:10:54.854Z[ recovery-image] Oct 30 01:10:55.144 INFO O| Oct 30 01:10:55.144 INFO STEP 77 (remove_files) COMPLETE
43512024-10-30T01:10:54.857Z[ recovery-image] Oct 30 01:10:55.144 INFO O| Oct 30 01:10:55.144 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-30T01:10:54.861Z[ recovery-image] Oct 30 01:10:55.155 INFO O| Oct 30 01:10:55.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43532024-10-30T01:10:54.861Z[ recovery-image] Oct 30 01:10:55.155 INFO O| Oct 30 01:10:55.155 INFO STEP 78 (remove_files) COMPLETE
43542024-10-30T01:10:54.864Z[ recovery-image] Oct 30 01:10:55.155 INFO O| Oct 30 01:10:55.155 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-30T01:10:54.872Z[ recovery-image] Oct 30 01:10:55.165 INFO O| Oct 30 01:10:55.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43562024-10-30T01:10:54.872Z[ recovery-image] Oct 30 01:10:55.166 INFO O| Oct 30 01:10:55.165 INFO STEP 79 (remove_files) COMPLETE
43572024-10-30T01:10:54.872Z[ recovery-image] Oct 30 01:10:55.166 INFO O| Oct 30 01:10:55.166 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-30T01:10:54.883Z[ recovery-image] Oct 30 01:10:55.176 INFO O| Oct 30 01:10:55.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43592024-10-30T01:10:54.883Z[ recovery-image] Oct 30 01:10:55.176 INFO O| Oct 30 01:10:55.176 INFO STEP 80 (remove_files) COMPLETE
43602024-10-30T01:10:54.883Z[ recovery-image] Oct 30 01:10:55.176 INFO O| Oct 30 01:10:55.176 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-30T01:10:54.894Z[ recovery-image] Oct 30 01:10:55.187 INFO O| Oct 30 01:10:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43622024-10-30T01:10:54.894Z[ recovery-image] Oct 30 01:10:55.187 INFO O| Oct 30 01:10:55.187 INFO STEP 81 (remove_files) COMPLETE
43632024-10-30T01:10:54.894Z[ recovery-image] Oct 30 01:10:55.187 INFO O| Oct 30 01:10:55.187 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-30T01:10:54.904Z[ recovery-image] Oct 30 01:10:55.197 INFO O| Oct 30 01:10:55.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43652024-10-30T01:10:54.906Z[ recovery-image] Oct 30 01:10:55.197 INFO O| Oct 30 01:10:55.197 INFO STEP 82 (remove_files) COMPLETE
43662024-10-30T01:10:54.907Z[ recovery-image] Oct 30 01:10:55.197 INFO O| Oct 30 01:10:55.197 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-30T01:10:54.914Z[ recovery-image] Oct 30 01:10:55.208 INFO O| Oct 30 01:10:55.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43682024-10-30T01:10:54.917Z[ recovery-image] Oct 30 01:10:55.208 INFO O| Oct 30 01:10:55.208 INFO STEP 83 (remove_files) COMPLETE
43692024-10-30T01:10:54.917Z[ recovery-image] Oct 30 01:10:55.208 INFO O| Oct 30 01:10:55.208 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-30T01:10:54.924Z[ recovery-image] Oct 30 01:10:55.218 INFO O| Oct 30 01:10:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43712024-10-30T01:10:54.924Z[ recovery-image] Oct 30 01:10:55.218 INFO O| Oct 30 01:10:55.218 INFO STEP 84 (remove_files) COMPLETE
43722024-10-30T01:10:54.924Z[ recovery-image] Oct 30 01:10:55.218 INFO O| Oct 30 01:10:55.218 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-30T01:10:54.937Z[ recovery-image] Oct 30 01:10:55.231 INFO O| Oct 30 01:10:55.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43742024-10-30T01:10:54.937Z[ recovery-image] Oct 30 01:10:55.231 INFO O| Oct 30 01:10:55.231 INFO STEP 85 (remove_files) COMPLETE
43752024-10-30T01:10:54.941Z[ recovery-image] Oct 30 01:10:55.231 INFO O| Oct 30 01:10:55.231 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-30T01:10:54.950Z[ recovery-image] Oct 30 01:10:55.242 INFO O| Oct 30 01:10:55.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43772024-10-30T01:10:54.950Z[ recovery-image] Oct 30 01:10:55.242 INFO O| Oct 30 01:10:55.242 INFO STEP 86 (remove_files) COMPLETE
43782024-10-30T01:10:54.953Z[ recovery-image] Oct 30 01:10:55.242 INFO O| Oct 30 01:10:55.242 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-30T01:10:54.960Z[ recovery-image] Oct 30 01:10:55.253 INFO O| Oct 30 01:10:55.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43802024-10-30T01:10:54.962Z[ recovery-image] Oct 30 01:10:55.254 INFO O| Oct 30 01:10:55.254 INFO STEP 87 (remove_files) COMPLETE
43812024-10-30T01:10:54.962Z[ recovery-image] Oct 30 01:10:55.254 INFO O| Oct 30 01:10:55.254 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-30T01:10:54.971Z[ recovery-image] Oct 30 01:10:55.264 INFO O| Oct 30 01:10:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43832024-10-30T01:10:54.973Z[ recovery-image] Oct 30 01:10:55.264 INFO O| Oct 30 01:10:55.264 INFO STEP 88 (remove_files) COMPLETE
43842024-10-30T01:10:54.973Z[ recovery-image] Oct 30 01:10:55.264 INFO O| Oct 30 01:10:55.264 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-30T01:10:54.981Z[ recovery-image] Oct 30 01:10:55.274 INFO O| Oct 30 01:10:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43862024-10-30T01:10:54.984Z[ recovery-image] Oct 30 01:10:55.274 INFO O| Oct 30 01:10:55.274 INFO STEP 89 (remove_files) COMPLETE
43872024-10-30T01:10:54.984Z[ recovery-image] Oct 30 01:10:55.274 INFO O| Oct 30 01:10:55.274 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-30T01:10:54.992Z[ recovery-image] Oct 30 01:10:55.284 INFO O| Oct 30 01:10:55.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43892024-10-30T01:10:54.992Z[ recovery-image] Oct 30 01:10:55.284 INFO O| Oct 30 01:10:55.284 INFO STEP 90 (remove_files) COMPLETE
43902024-10-30T01:10:54.995Z[ recovery-image] Oct 30 01:10:55.284 INFO O| Oct 30 01:10:55.284 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-30T01:10:55.001Z[ recovery-image] Oct 30 01:10:55.294 INFO O| Oct 30 01:10:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43922024-10-30T01:10:55.001Z[ recovery-image] Oct 30 01:10:55.294 INFO O| Oct 30 01:10:55.294 INFO STEP 91 (remove_files) COMPLETE
43932024-10-30T01:10:55.004Z[ recovery-image] Oct 30 01:10:55.295 INFO O| Oct 30 01:10:55.294 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-30T01:10:55.011Z[ recovery-image] Oct 30 01:10:55.304 INFO O| Oct 30 01:10:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43952024-10-30T01:10:55.013Z[ recovery-image] Oct 30 01:10:55.304 INFO O| Oct 30 01:10:55.304 INFO STEP 92 (remove_files) COMPLETE
43962024-10-30T01:10:55.013Z[ recovery-image] Oct 30 01:10:55.305 INFO O| Oct 30 01:10:55.304 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-30T01:10:55.021Z[ recovery-image] Oct 30 01:10:55.314 INFO O| Oct 30 01:10:55.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43982024-10-30T01:10:55.021Z[ recovery-image] Oct 30 01:10:55.314 INFO O| Oct 30 01:10:55.314 INFO STEP 93 (remove_files) COMPLETE
43992024-10-30T01:10:55.023Z[ recovery-image] Oct 30 01:10:55.314 INFO O| Oct 30 01:10:55.314 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-30T01:10:55.031Z[ recovery-image] Oct 30 01:10:55.325 INFO O| Oct 30 01:10:55.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44012024-10-30T01:10:55.034Z[ recovery-image] Oct 30 01:10:55.325 INFO O| Oct 30 01:10:55.325 INFO STEP 94 (remove_files) COMPLETE
44022024-10-30T01:10:55.034Z[ recovery-image] Oct 30 01:10:55.325 INFO O| Oct 30 01:10:55.325 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-10-30T01:10:55.042Z[ recovery-image] Oct 30 01:10:55.335 INFO O| Oct 30 01:10:55.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44042024-10-30T01:10:55.042Z[ recovery-image] Oct 30 01:10:55.335 INFO O| Oct 30 01:10:55.335 INFO STEP 95 (remove_files) COMPLETE
44052024-10-30T01:10:55.044Z[ recovery-image] Oct 30 01:10:55.335 INFO O| Oct 30 01:10:55.335 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-10-30T01:10:55.052Z[ recovery-image] Oct 30 01:10:55.346 INFO O| Oct 30 01:10:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44072024-10-30T01:10:55.052Z[ recovery-image] Oct 30 01:10:55.346 INFO O| Oct 30 01:10:55.346 INFO STEP 96 (remove_files) COMPLETE
44082024-10-30T01:10:55.052Z[ recovery-image] Oct 30 01:10:55.346 INFO O| Oct 30 01:10:55.346 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-10-30T01:10:55.067Z[ recovery-image] Oct 30 01:10:55.360 INFO O| Oct 30 01:10:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44102024-10-30T01:10:55.070Z[ recovery-image] Oct 30 01:10:55.361 INFO O| Oct 30 01:10:55.361 INFO STEP 97 (remove_files) COMPLETE
44112024-10-30T01:10:55.070Z[ recovery-image] Oct 30 01:10:55.361 INFO O| Oct 30 01:10:55.361 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-10-30T01:10:55.081Z[ recovery-image] Oct 30 01:10:55.375 INFO O| Oct 30 01:10:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44132024-10-30T01:10:55.081Z[ recovery-image] Oct 30 01:10:55.375 INFO O| Oct 30 01:10:55.375 INFO STEP 98 (remove_files) COMPLETE
44142024-10-30T01:10:55.084Z[ recovery-image] Oct 30 01:10:55.375 INFO O| Oct 30 01:10:55.375 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-10-30T01:10:55.093Z[ recovery-image] Oct 30 01:10:55.387 INFO O| Oct 30 01:10:55.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44162024-10-30T01:10:55.093Z[ recovery-image] Oct 30 01:10:55.387 INFO O| Oct 30 01:10:55.387 INFO STEP 99 (remove_files) COMPLETE
44172024-10-30T01:10:55.093Z[ recovery-image] Oct 30 01:10:55.387 INFO O| Oct 30 01:10:55.387 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-10-30T01:10:55.106Z[ recovery-image] Oct 30 01:10:55.399 INFO O| Oct 30 01:10:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44192024-10-30T01:10:55.106Z[ recovery-image] Oct 30 01:10:55.399 INFO O| Oct 30 01:10:55.399 INFO STEP 100 (remove_files) COMPLETE
44202024-10-30T01:10:55.108Z[ recovery-image] Oct 30 01:10:55.399 INFO O| Oct 30 01:10:55.399 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-10-30T01:10:55.117Z[ recovery-image] Oct 30 01:10:55.410 INFO O| Oct 30 01:10:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44222024-10-30T01:10:55.117Z[ recovery-image] Oct 30 01:10:55.410 INFO O| Oct 30 01:10:55.410 INFO STEP 101 (remove_files) COMPLETE
44232024-10-30T01:10:55.117Z[ recovery-image] Oct 30 01:10:55.410 INFO O| Oct 30 01:10:55.410 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-10-30T01:10:55.128Z[ recovery-image] Oct 30 01:10:55.421 INFO O| Oct 30 01:10:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44252024-10-30T01:10:55.128Z[ recovery-image] Oct 30 01:10:55.422 INFO O| Oct 30 01:10:55.422 INFO STEP 102 (remove_files) COMPLETE
44262024-10-30T01:10:55.128Z[ recovery-image] Oct 30 01:10:55.422 INFO O| Oct 30 01:10:55.422 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-10-30T01:10:55.139Z[ recovery-image] Oct 30 01:10:55.433 INFO O| Oct 30 01:10:55.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44282024-10-30T01:10:55.139Z[ recovery-image] Oct 30 01:10:55.433 INFO O| Oct 30 01:10:55.433 INFO STEP 103 (remove_files) COMPLETE
44292024-10-30T01:10:55.139Z[ recovery-image] Oct 30 01:10:55.433 INFO O| Oct 30 01:10:55.433 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-10-30T01:10:55.151Z[ recovery-image] Oct 30 01:10:55.445 INFO O| Oct 30 01:10:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44312024-10-30T01:10:55.151Z[ recovery-image] Oct 30 01:10:55.445 INFO O| Oct 30 01:10:55.445 INFO STEP 104 (remove_files) COMPLETE
44322024-10-30T01:10:55.151Z[ recovery-image] Oct 30 01:10:55.445 INFO O| Oct 30 01:10:55.445 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-10-30T01:10:55.164Z[ recovery-image] Oct 30 01:10:55.457 INFO O| Oct 30 01:10:55.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44342024-10-30T01:10:55.164Z[ recovery-image] Oct 30 01:10:55.457 INFO O| Oct 30 01:10:55.457 INFO STEP 105 (remove_files) COMPLETE
44352024-10-30T01:10:55.164Z[ recovery-image] Oct 30 01:10:55.457 INFO O| Oct 30 01:10:55.457 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-10-30T01:10:55.176Z[ recovery-image] Oct 30 01:10:55.469 INFO O| Oct 30 01:10:55.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44372024-10-30T01:10:55.176Z[ recovery-image] Oct 30 01:10:55.469 INFO O| Oct 30 01:10:55.469 INFO STEP 106 (remove_files) COMPLETE
44382024-10-30T01:10:55.179Z[ recovery-image] Oct 30 01:10:55.469 INFO O| Oct 30 01:10:55.469 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-30T01:10:55.188Z[ recovery-image] Oct 30 01:10:55.481 INFO O| Oct 30 01:10:55.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44402024-10-30T01:10:55.188Z[ recovery-image] Oct 30 01:10:55.481 INFO O| Oct 30 01:10:55.481 INFO STEP 107 (remove_files) COMPLETE
44412024-10-30T01:10:55.191Z[ recovery-image] Oct 30 01:10:55.481 INFO O| Oct 30 01:10:55.481 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-30T01:10:55.200Z[ recovery-image] Oct 30 01:10:55.494 INFO O| Oct 30 01:10:55.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44432024-10-30T01:10:55.203Z[ recovery-image] Oct 30 01:10:55.494 INFO O| Oct 30 01:10:55.494 INFO STEP 108 (remove_files) COMPLETE
44442024-10-30T01:10:55.203Z[ recovery-image] Oct 30 01:10:55.494 INFO O| Oct 30 01:10:55.494 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-30T01:10:55.213Z[ recovery-image] Oct 30 01:10:55.505 INFO O| Oct 30 01:10:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44462024-10-30T01:10:55.213Z[ recovery-image] Oct 30 01:10:55.505 INFO O| Oct 30 01:10:55.505 INFO STEP 109 (remove_files) COMPLETE
44472024-10-30T01:10:55.213Z[ recovery-image] Oct 30 01:10:55.505 INFO O| Oct 30 01:10:55.505 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-30T01:10:55.222Z[ recovery-image] Oct 30 01:10:55.516 INFO O| Oct 30 01:10:55.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44492024-10-30T01:10:55.222Z[ recovery-image] Oct 30 01:10:55.516 INFO O| Oct 30 01:10:55.516 INFO STEP 110 (remove_files) COMPLETE
44502024-10-30T01:10:55.225Z[ recovery-image] Oct 30 01:10:55.516 INFO O| Oct 30 01:10:55.516 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-10-30T01:10:55.236Z[ recovery-image] Oct 30 01:10:55.529 INFO O| Oct 30 01:10:55.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44522024-10-30T01:10:55.236Z[ recovery-image] Oct 30 01:10:55.529 INFO O| Oct 30 01:10:55.529 INFO STEP 111 (remove_files) COMPLETE
44532024-10-30T01:10:55.238Z[ recovery-image] Oct 30 01:10:55.529 INFO O| Oct 30 01:10:55.529 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-10-30T01:10:55.247Z[ recovery-image] Oct 30 01:10:55.541 INFO O| Oct 30 01:10:55.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44552024-10-30T01:10:55.247Z[ recovery-image] Oct 30 01:10:55.541 INFO O| Oct 30 01:10:55.541 INFO STEP 112 (remove_files) COMPLETE
44562024-10-30T01:10:55.247Z[ recovery-image] Oct 30 01:10:55.541 INFO O| Oct 30 01:10:55.541 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-10-30T01:10:55.258Z[ recovery-image] Oct 30 01:10:55.551 INFO O| Oct 30 01:10:55.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44582024-10-30T01:10:55.258Z[ recovery-image] Oct 30 01:10:55.551 INFO O| Oct 30 01:10:55.551 INFO STEP 113 (remove_files) COMPLETE
44592024-10-30T01:10:55.260Z[ recovery-image] Oct 30 01:10:55.551 INFO O| Oct 30 01:10:55.551 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-10-30T01:10:55.268Z[ recovery-image] Oct 30 01:10:55.561 INFO O| Oct 30 01:10:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44612024-10-30T01:10:55.268Z[ recovery-image] Oct 30 01:10:55.562 INFO O| Oct 30 01:10:55.562 INFO STEP 114 (remove_files) COMPLETE
44622024-10-30T01:10:55.268Z[ recovery-image] Oct 30 01:10:55.562 INFO O| Oct 30 01:10:55.562 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-10-30T01:10:55.278Z[ recovery-image] Oct 30 01:10:55.572 INFO O| Oct 30 01:10:55.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44642024-10-30T01:10:55.278Z[ recovery-image] Oct 30 01:10:55.572 INFO O| Oct 30 01:10:55.572 INFO STEP 115 (remove_files) COMPLETE
44652024-10-30T01:10:55.281Z[ recovery-image] Oct 30 01:10:55.572 INFO O| Oct 30 01:10:55.572 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-10-30T01:10:55.289Z[ recovery-image] Oct 30 01:10:55.582 INFO O| Oct 30 01:10:55.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44672024-10-30T01:10:55.289Z[ recovery-image] Oct 30 01:10:55.582 INFO O| Oct 30 01:10:55.582 INFO STEP 116 (remove_files) COMPLETE
44682024-10-30T01:10:55.289Z[ recovery-image] Oct 30 01:10:55.582 INFO O| Oct 30 01:10:55.582 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-10-30T01:10:55.299Z[ recovery-image] Oct 30 01:10:55.592 INFO O| Oct 30 01:10:55.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44702024-10-30T01:10:55.302Z[ recovery-image] Oct 30 01:10:55.592 INFO O| Oct 30 01:10:55.592 INFO STEP 117 (remove_files) COMPLETE
44712024-10-30T01:10:55.302Z[ recovery-image] Oct 30 01:10:55.592 INFO O| Oct 30 01:10:55.592 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-30T01:10:55.309Z[ recovery-image] Oct 30 01:10:55.603 INFO O| Oct 30 01:10:55.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44732024-10-30T01:10:55.309Z[ recovery-image] Oct 30 01:10:55.603 INFO O| Oct 30 01:10:55.603 INFO STEP 118 (remove_files) COMPLETE
44742024-10-30T01:10:55.309Z[ recovery-image] Oct 30 01:10:55.603 INFO O| Oct 30 01:10:55.603 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-30T01:10:55.321Z[ recovery-image] Oct 30 01:10:55.614 INFO O| Oct 30 01:10:55.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44762024-10-30T01:10:55.321Z[ recovery-image] Oct 30 01:10:55.614 INFO O| Oct 30 01:10:55.614 INFO STEP 119 (remove_files) COMPLETE
44772024-10-30T01:10:55.323Z[ recovery-image] Oct 30 01:10:55.615 INFO O| Oct 30 01:10:55.614 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-30T01:10:55.331Z[ recovery-image] Oct 30 01:10:55.625 INFO O| Oct 30 01:10:55.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44792024-10-30T01:10:55.334Z[ recovery-image] Oct 30 01:10:55.626 INFO O| Oct 30 01:10:55.626 INFO STEP 120 (remove_files) COMPLETE
44802024-10-30T01:10:55.334Z[ recovery-image] Oct 30 01:10:55.626 INFO O| Oct 30 01:10:55.626 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-30T01:10:55.343Z[ recovery-image] Oct 30 01:10:55.636 INFO O| Oct 30 01:10:55.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44822024-10-30T01:10:55.343Z[ recovery-image] Oct 30 01:10:55.636 INFO O| Oct 30 01:10:55.636 INFO STEP 121 (remove_files) COMPLETE
44832024-10-30T01:10:55.343Z[ recovery-image] Oct 30 01:10:55.636 INFO O| Oct 30 01:10:55.636 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-30T01:10:55.353Z[ recovery-image] Oct 30 01:10:55.647 INFO O| Oct 30 01:10:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44852024-10-30T01:10:55.356Z[ recovery-image] Oct 30 01:10:55.647 INFO O| Oct 30 01:10:55.647 INFO STEP 122 (remove_files) COMPLETE
44862024-10-30T01:10:55.356Z[ recovery-image] Oct 30 01:10:55.647 INFO O| Oct 30 01:10:55.647 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-30T01:10:55.366Z[ recovery-image] Oct 30 01:10:55.660 INFO O| Oct 30 01:10:55.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44882024-10-30T01:10:55.366Z[ recovery-image] Oct 30 01:10:55.660 INFO O| Oct 30 01:10:55.660 INFO STEP 123 (remove_files) COMPLETE
44892024-10-30T01:10:55.369Z[ recovery-image] Oct 30 01:10:55.660 INFO O| Oct 30 01:10:55.660 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-30T01:10:55.377Z[ recovery-image] Oct 30 01:10:55.671 INFO O| Oct 30 01:10:55.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44912024-10-30T01:10:55.377Z[ recovery-image] Oct 30 01:10:55.671 INFO O| Oct 30 01:10:55.671 INFO STEP 124 (remove_files) COMPLETE
44922024-10-30T01:10:55.380Z[ recovery-image] Oct 30 01:10:55.671 INFO O| Oct 30 01:10:55.671 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-30T01:10:55.387Z[ recovery-image] Oct 30 01:10:55.681 INFO O| Oct 30 01:10:55.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44942024-10-30T01:10:55.387Z[ recovery-image] Oct 30 01:10:55.681 INFO O| Oct 30 01:10:55.681 INFO STEP 125 (remove_files) COMPLETE
44952024-10-30T01:10:55.387Z[ recovery-image] Oct 30 01:10:55.681 INFO O| Oct 30 01:10:55.681 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-30T01:10:55.398Z[ recovery-image] Oct 30 01:10:55.691 INFO O| Oct 30 01:10:55.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44972024-10-30T01:10:55.398Z[ recovery-image] Oct 30 01:10:55.691 INFO O| Oct 30 01:10:55.691 INFO STEP 126 (remove_files) COMPLETE
44982024-10-30T01:10:55.398Z[ recovery-image] Oct 30 01:10:55.691 INFO O| Oct 30 01:10:55.691 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-30T01:10:55.408Z[ recovery-image] Oct 30 01:10:55.702 INFO O| Oct 30 01:10:55.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45002024-10-30T01:10:55.408Z[ recovery-image] Oct 30 01:10:55.702 INFO O| Oct 30 01:10:55.702 INFO STEP 127 (remove_files) COMPLETE
45012024-10-30T01:10:55.410Z[ recovery-image] Oct 30 01:10:55.702 INFO O| Oct 30 01:10:55.702 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-30T01:10:55.420Z[ recovery-image] Oct 30 01:10:55.713 INFO O| Oct 30 01:10:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45032024-10-30T01:10:55.420Z[ recovery-image] Oct 30 01:10:55.713 INFO O| Oct 30 01:10:55.713 INFO STEP 128 (remove_files) COMPLETE
45042024-10-30T01:10:55.422Z[ recovery-image] Oct 30 01:10:55.713 INFO O| Oct 30 01:10:55.713 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-30T01:10:55.430Z[ recovery-image] Oct 30 01:10:55.723 INFO O| Oct 30 01:10:55.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45062024-10-30T01:10:55.432Z[ recovery-image] Oct 30 01:10:55.723 INFO O| Oct 30 01:10:55.723 INFO STEP 129 (remove_files) COMPLETE
45072024-10-30T01:10:55.432Z[ recovery-image] Oct 30 01:10:55.724 INFO O| Oct 30 01:10:55.723 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-30T01:10:55.441Z[ recovery-image] Oct 30 01:10:55.734 INFO O| Oct 30 01:10:55.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45092024-10-30T01:10:55.441Z[ recovery-image] Oct 30 01:10:55.734 INFO O| Oct 30 01:10:55.734 INFO STEP 130 (remove_files) COMPLETE
45102024-10-30T01:10:55.443Z[ recovery-image] Oct 30 01:10:55.734 INFO O| Oct 30 01:10:55.734 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-30T01:10:55.453Z[ recovery-image] Oct 30 01:10:55.746 INFO O| Oct 30 01:10:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45122024-10-30T01:10:55.453Z[ recovery-image] Oct 30 01:10:55.746 INFO O| Oct 30 01:10:55.746 INFO STEP 131 (remove_files) COMPLETE
45132024-10-30T01:10:55.453Z[ recovery-image] Oct 30 01:10:55.746 INFO O| Oct 30 01:10:55.746 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-30T01:10:55.463Z[ recovery-image] Oct 30 01:10:55.756 INFO O| Oct 30 01:10:55.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45152024-10-30T01:10:55.466Z[ recovery-image] Oct 30 01:10:55.756 INFO O| Oct 30 01:10:55.756 INFO STEP 132 (remove_files) COMPLETE
45162024-10-30T01:10:55.466Z[ recovery-image] Oct 30 01:10:55.756 INFO O| Oct 30 01:10:55.756 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-30T01:10:55.474Z[ recovery-image] Oct 30 01:10:55.767 INFO O| Oct 30 01:10:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45182024-10-30T01:10:55.474Z[ recovery-image] Oct 30 01:10:55.767 INFO O| Oct 30 01:10:55.767 INFO STEP 133 (remove_files) COMPLETE
45192024-10-30T01:10:55.476Z[ recovery-image] Oct 30 01:10:55.767 INFO O| Oct 30 01:10:55.767 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-30T01:10:55.484Z[ recovery-image] Oct 30 01:10:55.776 INFO O| Oct 30 01:10:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45212024-10-30T01:10:55.484Z[ recovery-image] Oct 30 01:10:55.777 INFO O| Oct 30 01:10:55.777 INFO STEP 134 (remove_files) COMPLETE
45222024-10-30T01:10:55.487Z[ recovery-image] Oct 30 01:10:55.777 INFO O| Oct 30 01:10:55.777 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-30T01:10:55.494Z[ recovery-image] Oct 30 01:10:55.788 INFO O| Oct 30 01:10:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45242024-10-30T01:10:55.498Z[ recovery-image] Oct 30 01:10:55.788 INFO O| Oct 30 01:10:55.788 INFO STEP 135 (remove_files) COMPLETE
45252024-10-30T01:10:55.498Z[ recovery-image] Oct 30 01:10:55.788 INFO O| Oct 30 01:10:55.788 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-30T01:10:55.506Z[ recovery-image] Oct 30 01:10:55.800 INFO O| Oct 30 01:10:55.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45272024-10-30T01:10:55.507Z[ recovery-image] Oct 30 01:10:55.800 INFO O| Oct 30 01:10:55.800 INFO STEP 136 (remove_files) COMPLETE
45282024-10-30T01:10:55.507Z[ recovery-image] Oct 30 01:10:55.800 INFO O| Oct 30 01:10:55.800 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-30T01:10:55.518Z[ recovery-image] Oct 30 01:10:55.812 INFO O| Oct 30 01:10:55.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45302024-10-30T01:10:55.518Z[ recovery-image] Oct 30 01:10:55.812 INFO O| Oct 30 01:10:55.812 INFO STEP 137 (remove_files) COMPLETE
45312024-10-30T01:10:55.521Z[ recovery-image] Oct 30 01:10:55.812 INFO O| Oct 30 01:10:55.812 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-30T01:10:55.529Z[ recovery-image] Oct 30 01:10:55.823 INFO O| Oct 30 01:10:55.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45332024-10-30T01:10:55.530Z[ recovery-image] Oct 30 01:10:55.823 INFO O| Oct 30 01:10:55.823 INFO STEP 138 (remove_files) COMPLETE
45342024-10-30T01:10:55.530Z[ recovery-image] Oct 30 01:10:55.823 INFO O| Oct 30 01:10:55.823 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-30T01:10:55.539Z[ recovery-image] Oct 30 01:10:55.833 INFO O| Oct 30 01:10:55.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45362024-10-30T01:10:55.544Z[ recovery-image] Oct 30 01:10:55.833 INFO O| Oct 30 01:10:55.833 INFO STEP 139 (remove_files) COMPLETE
45372024-10-30T01:10:55.544Z[ recovery-image] Oct 30 01:10:55.833 INFO O| Oct 30 01:10:55.833 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-30T01:10:55.549Z[ recovery-image] Oct 30 01:10:55.843 INFO O| Oct 30 01:10:55.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45392024-10-30T01:10:55.549Z[ recovery-image] Oct 30 01:10:55.843 INFO O| Oct 30 01:10:55.843 INFO STEP 140 (remove_files) COMPLETE
45402024-10-30T01:10:55.549Z[ recovery-image] Oct 30 01:10:55.843 INFO O| Oct 30 01:10:55.843 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-30T01:10:55.560Z[ recovery-image] Oct 30 01:10:55.853 INFO O| Oct 30 01:10:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45422024-10-30T01:10:55.560Z[ recovery-image] Oct 30 01:10:55.853 INFO O| Oct 30 01:10:55.853 INFO STEP 141 (remove_files) COMPLETE
45432024-10-30T01:10:55.564Z[ recovery-image] Oct 30 01:10:55.853 INFO O| Oct 30 01:10:55.853 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-30T01:10:55.570Z[ recovery-image] Oct 30 01:10:55.863 INFO O| Oct 30 01:10:55.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45452024-10-30T01:10:55.570Z[ recovery-image] Oct 30 01:10:55.863 INFO O| Oct 30 01:10:55.863 INFO STEP 142 (remove_files) COMPLETE
45462024-10-30T01:10:55.570Z[ recovery-image] Oct 30 01:10:55.863 INFO O| Oct 30 01:10:55.863 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-30T01:10:55.580Z[ recovery-image] Oct 30 01:10:55.873 INFO O| Oct 30 01:10:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45482024-10-30T01:10:55.580Z[ recovery-image] Oct 30 01:10:55.873 INFO O| Oct 30 01:10:55.873 INFO STEP 143 (remove_files) COMPLETE
45492024-10-30T01:10:55.583Z[ recovery-image] Oct 30 01:10:55.873 INFO O| Oct 30 01:10:55.873 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-30T01:10:55.590Z[ recovery-image] Oct 30 01:10:55.883 INFO O| Oct 30 01:10:55.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45512024-10-30T01:10:55.590Z[ recovery-image] Oct 30 01:10:55.883 INFO O| Oct 30 01:10:55.883 INFO STEP 144 (remove_files) COMPLETE
45522024-10-30T01:10:55.592Z[ recovery-image] Oct 30 01:10:55.883 INFO O| Oct 30 01:10:55.883 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-30T01:10:55.600Z[ recovery-image] Oct 30 01:10:55.893 INFO O| Oct 30 01:10:55.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45542024-10-30T01:10:55.600Z[ recovery-image] Oct 30 01:10:55.893 INFO O| Oct 30 01:10:55.893 INFO STEP 145 (remove_files) COMPLETE
45552024-10-30T01:10:55.600Z[ recovery-image] Oct 30 01:10:55.893 INFO O| Oct 30 01:10:55.893 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-30T01:10:55.611Z[ recovery-image] Oct 30 01:10:55.903 INFO O| Oct 30 01:10:55.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45572024-10-30T01:10:55.611Z[ recovery-image] Oct 30 01:10:55.903 INFO O| Oct 30 01:10:55.903 INFO STEP 146 (remove_files) COMPLETE
45582024-10-30T01:10:55.614Z[ recovery-image] Oct 30 01:10:55.903 INFO O| Oct 30 01:10:55.903 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-30T01:10:55.620Z[ recovery-image] Oct 30 01:10:55.914 INFO O| Oct 30 01:10:55.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45602024-10-30T01:10:55.620Z[ recovery-image] Oct 30 01:10:55.914 INFO O| Oct 30 01:10:55.914 INFO STEP 147 (remove_files) COMPLETE
45612024-10-30T01:10:55.623Z[ recovery-image] Oct 30 01:10:55.914 INFO O| Oct 30 01:10:55.914 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-30T01:10:55.630Z[ recovery-image] Oct 30 01:10:55.924 INFO O| Oct 30 01:10:55.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45632024-10-30T01:10:55.633Z[ recovery-image] Oct 30 01:10:55.924 INFO O| Oct 30 01:10:55.924 INFO STEP 148 (remove_files) COMPLETE
45642024-10-30T01:10:55.633Z[ recovery-image] Oct 30 01:10:55.924 INFO O| Oct 30 01:10:55.924 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-30T01:10:55.640Z[ recovery-image] Oct 30 01:10:55.934 INFO O| Oct 30 01:10:55.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45662024-10-30T01:10:55.640Z[ recovery-image] Oct 30 01:10:55.934 INFO O| Oct 30 01:10:55.934 INFO STEP 149 (remove_files) COMPLETE
45672024-10-30T01:10:55.643Z[ recovery-image] Oct 30 01:10:55.934 INFO O| Oct 30 01:10:55.934 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-30T01:10:55.650Z[ recovery-image] Oct 30 01:10:55.944 INFO O| Oct 30 01:10:55.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45692024-10-30T01:10:55.650Z[ recovery-image] Oct 30 01:10:55.944 INFO O| Oct 30 01:10:55.944 INFO STEP 150 (remove_files) COMPLETE
45702024-10-30T01:10:55.653Z[ recovery-image] Oct 30 01:10:55.944 INFO O| Oct 30 01:10:55.944 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-30T01:10:55.660Z[ recovery-image] Oct 30 01:10:55.954 INFO O| Oct 30 01:10:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45722024-10-30T01:10:55.663Z[ recovery-image] Oct 30 01:10:55.954 INFO O| Oct 30 01:10:55.954 INFO STEP 151 (remove_files) COMPLETE
45732024-10-30T01:10:55.663Z[ recovery-image] Oct 30 01:10:55.954 INFO O| Oct 30 01:10:55.954 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-30T01:10:55.670Z[ recovery-image] Oct 30 01:10:55.964 INFO O| Oct 30 01:10:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45752024-10-30T01:10:55.670Z[ recovery-image] Oct 30 01:10:55.964 INFO O| Oct 30 01:10:55.964 INFO STEP 152 (remove_files) COMPLETE
45762024-10-30T01:10:55.672Z[ recovery-image] Oct 30 01:10:55.964 INFO O| Oct 30 01:10:55.964 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-30T01:10:55.680Z[ recovery-image] Oct 30 01:10:55.974 INFO O| Oct 30 01:10:55.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45782024-10-30T01:10:55.680Z[ recovery-image] Oct 30 01:10:55.974 INFO O| Oct 30 01:10:55.974 INFO STEP 153 (remove_files) COMPLETE
45792024-10-30T01:10:55.682Z[ recovery-image] Oct 30 01:10:55.974 INFO O| Oct 30 01:10:55.974 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-30T01:10:55.692Z[ recovery-image] Oct 30 01:10:55.985 INFO O| Oct 30 01:10:55.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45812024-10-30T01:10:55.692Z[ recovery-image] Oct 30 01:10:55.985 INFO O| Oct 30 01:10:55.985 INFO STEP 154 (remove_files) COMPLETE
45822024-10-30T01:10:55.692Z[ recovery-image] Oct 30 01:10:55.986 INFO O| Oct 30 01:10:55.985 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-30T01:10:55.702Z[ recovery-image] Oct 30 01:10:55.996 INFO O| Oct 30 01:10:55.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45842024-10-30T01:10:55.704Z[ recovery-image] Oct 30 01:10:55.996 INFO O| Oct 30 01:10:55.996 INFO STEP 155 (remove_files) COMPLETE
45852024-10-30T01:10:55.704Z[ recovery-image] Oct 30 01:10:55.996 INFO O| Oct 30 01:10:55.996 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-30T01:10:55.714Z[ recovery-image] Oct 30 01:10:56.007 INFO O| Oct 30 01:10:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45872024-10-30T01:10:55.714Z[ recovery-image] Oct 30 01:10:56.007 INFO O| Oct 30 01:10:56.007 INFO STEP 156 (remove_files) COMPLETE
45882024-10-30T01:10:55.716Z[ recovery-image] Oct 30 01:10:56.007 INFO O| Oct 30 01:10:56.007 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-30T01:10:55.724Z[ recovery-image] Oct 30 01:10:56.018 INFO O| Oct 30 01:10:56.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45902024-10-30T01:10:55.724Z[ recovery-image] Oct 30 01:10:56.018 INFO O| Oct 30 01:10:56.018 INFO STEP 157 (remove_files) COMPLETE
45912024-10-30T01:10:55.727Z[ recovery-image] Oct 30 01:10:56.018 INFO O| Oct 30 01:10:56.018 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-30T01:10:55.736Z[ recovery-image] Oct 30 01:10:56.029 INFO O| Oct 30 01:10:56.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45932024-10-30T01:10:55.736Z[ recovery-image] Oct 30 01:10:56.029 INFO O| Oct 30 01:10:56.029 INFO STEP 158 (remove_files) COMPLETE
45942024-10-30T01:10:55.736Z[ recovery-image] Oct 30 01:10:56.029 INFO O| Oct 30 01:10:56.029 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-30T01:10:55.748Z[ recovery-image] Oct 30 01:10:56.042 INFO O| Oct 30 01:10:56.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45962024-10-30T01:10:55.748Z[ recovery-image] Oct 30 01:10:56.042 INFO O| Oct 30 01:10:56.042 INFO STEP 159 (remove_files) COMPLETE
45972024-10-30T01:10:55.751Z[ recovery-image] Oct 30 01:10:56.042 INFO O| Oct 30 01:10:56.042 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-30T01:10:55.761Z[ recovery-image] Oct 30 01:10:56.054 INFO O| Oct 30 01:10:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45992024-10-30T01:10:55.761Z[ recovery-image] Oct 30 01:10:56.054 INFO O| Oct 30 01:10:56.054 INFO STEP 160 (remove_files) COMPLETE
46002024-10-30T01:10:55.761Z[ recovery-image] Oct 30 01:10:56.054 INFO O| Oct 30 01:10:56.054 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-30T01:10:55.772Z[ recovery-image] Oct 30 01:10:56.066 INFO O| Oct 30 01:10:56.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46022024-10-30T01:10:55.772Z[ recovery-image] Oct 30 01:10:56.066 INFO O| Oct 30 01:10:56.066 INFO STEP 161 (remove_files) COMPLETE
46032024-10-30T01:10:55.772Z[ recovery-image] Oct 30 01:10:56.066 INFO O| Oct 30 01:10:56.066 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-30T01:10:55.783Z[ recovery-image] Oct 30 01:10:56.077 INFO O| Oct 30 01:10:56.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46052024-10-30T01:10:55.783Z[ recovery-image] Oct 30 01:10:56.077 INFO O| Oct 30 01:10:56.077 INFO STEP 162 (remove_files) COMPLETE
46062024-10-30T01:10:55.786Z[ recovery-image] Oct 30 01:10:56.077 INFO O| Oct 30 01:10:56.077 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-30T01:10:55.794Z[ recovery-image] Oct 30 01:10:56.087 INFO O| Oct 30 01:10:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46082024-10-30T01:10:55.794Z[ recovery-image] Oct 30 01:10:56.087 INFO O| Oct 30 01:10:56.087 INFO STEP 163 (remove_files) COMPLETE
46092024-10-30T01:10:55.796Z[ recovery-image] Oct 30 01:10:56.087 INFO O| Oct 30 01:10:56.087 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-30T01:10:55.804Z[ recovery-image] Oct 30 01:10:56.098 INFO O| Oct 30 01:10:56.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46112024-10-30T01:10:55.804Z[ recovery-image] Oct 30 01:10:56.098 INFO O| Oct 30 01:10:56.098 INFO STEP 164 (remove_files) COMPLETE
46122024-10-30T01:10:55.807Z[ recovery-image] Oct 30 01:10:56.098 INFO O| Oct 30 01:10:56.098 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-30T01:10:55.814Z[ recovery-image] Oct 30 01:10:56.108 INFO O| Oct 30 01:10:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46142024-10-30T01:10:55.814Z[ recovery-image] Oct 30 01:10:56.108 INFO O| Oct 30 01:10:56.108 INFO STEP 165 (remove_files) COMPLETE
46152024-10-30T01:10:55.815Z[ recovery-image] Oct 30 01:10:56.108 INFO O| Oct 30 01:10:56.108 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-30T01:10:55.825Z[ recovery-image] Oct 30 01:10:56.119 INFO O| Oct 30 01:10:56.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46172024-10-30T01:10:55.828Z[ recovery-image] Oct 30 01:10:56.119 INFO O| Oct 30 01:10:56.119 INFO STEP 166 (remove_files) COMPLETE
46182024-10-30T01:10:55.828Z[ recovery-image] Oct 30 01:10:56.119 INFO O| Oct 30 01:10:56.119 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-30T01:10:55.836Z[ recovery-image] Oct 30 01:10:56.129 INFO O| Oct 30 01:10:56.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46202024-10-30T01:10:55.836Z[ recovery-image] Oct 30 01:10:56.129 INFO O| Oct 30 01:10:56.129 INFO STEP 167 (remove_files) COMPLETE
46212024-10-30T01:10:55.838Z[ recovery-image] Oct 30 01:10:56.130 INFO O| Oct 30 01:10:56.129 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-30T01:10:55.846Z[ recovery-image] Oct 30 01:10:56.140 INFO O| Oct 30 01:10:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46232024-10-30T01:10:55.846Z[ recovery-image] Oct 30 01:10:56.140 INFO O| Oct 30 01:10:56.140 INFO STEP 168 (remove_files) COMPLETE
46242024-10-30T01:10:55.849Z[ recovery-image] Oct 30 01:10:56.140 INFO O| Oct 30 01:10:56.140 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-30T01:10:55.856Z[ recovery-image] Oct 30 01:10:56.150 INFO O| Oct 30 01:10:56.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46262024-10-30T01:10:55.856Z[ recovery-image] Oct 30 01:10:56.150 INFO O| Oct 30 01:10:56.150 INFO STEP 169 (remove_files) COMPLETE
46272024-10-30T01:10:55.859Z[ recovery-image] Oct 30 01:10:56.150 INFO O| Oct 30 01:10:56.150 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-30T01:10:55.866Z[ recovery-image] Oct 30 01:10:56.160 INFO O| Oct 30 01:10:56.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46292024-10-30T01:10:55.866Z[ recovery-image] Oct 30 01:10:56.160 INFO O| Oct 30 01:10:56.160 INFO STEP 170 (remove_files) COMPLETE
46302024-10-30T01:10:55.869Z[ recovery-image] Oct 30 01:10:56.160 INFO O| Oct 30 01:10:56.160 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-30T01:10:55.877Z[ recovery-image] Oct 30 01:10:56.170 INFO O| Oct 30 01:10:56.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46322024-10-30T01:10:55.877Z[ recovery-image] Oct 30 01:10:56.170 INFO O| Oct 30 01:10:56.170 INFO STEP 171 (remove_files) COMPLETE
46332024-10-30T01:10:55.879Z[ recovery-image] Oct 30 01:10:56.171 INFO O| Oct 30 01:10:56.170 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-30T01:10:55.887Z[ recovery-image] Oct 30 01:10:56.180 INFO O| Oct 30 01:10:56.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46352024-10-30T01:10:55.887Z[ recovery-image] Oct 30 01:10:56.181 INFO O| Oct 30 01:10:56.181 INFO STEP 172 (remove_files) COMPLETE
46362024-10-30T01:10:55.889Z[ recovery-image] Oct 30 01:10:56.181 INFO O| Oct 30 01:10:56.181 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-30T01:10:55.896Z[ recovery-image] Oct 30 01:10:56.190 INFO O| Oct 30 01:10:56.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46382024-10-30T01:10:55.896Z[ recovery-image] Oct 30 01:10:56.190 INFO O| Oct 30 01:10:56.190 INFO STEP 173 (remove_files) COMPLETE
46392024-10-30T01:10:55.897Z[ recovery-image] Oct 30 01:10:56.190 INFO O| Oct 30 01:10:56.190 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-30T01:10:55.906Z[ recovery-image] Oct 30 01:10:56.200 INFO O| Oct 30 01:10:56.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46412024-10-30T01:10:55.909Z[ recovery-image] Oct 30 01:10:56.200 INFO O| Oct 30 01:10:56.200 INFO STEP 174 (remove_files) COMPLETE
46422024-10-30T01:10:55.909Z[ recovery-image] Oct 30 01:10:56.200 INFO O| Oct 30 01:10:56.200 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-30T01:10:55.916Z[ recovery-image] Oct 30 01:10:56.210 INFO O| Oct 30 01:10:56.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46442024-10-30T01:10:55.918Z[ recovery-image] Oct 30 01:10:56.211 INFO O| Oct 30 01:10:56.211 INFO STEP 175 (remove_files) COMPLETE
46452024-10-30T01:10:55.919Z[ recovery-image] Oct 30 01:10:56.211 INFO O| Oct 30 01:10:56.211 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-30T01:10:55.927Z[ recovery-image] Oct 30 01:10:56.220 INFO O| Oct 30 01:10:56.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46472024-10-30T01:10:55.927Z[ recovery-image] Oct 30 01:10:56.220 INFO O| Oct 30 01:10:56.220 INFO STEP 176 (remove_files) COMPLETE
46482024-10-30T01:10:55.927Z[ recovery-image] Oct 30 01:10:56.220 INFO O| Oct 30 01:10:56.220 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-30T01:10:55.938Z[ recovery-image] Oct 30 01:10:56.231 INFO O| Oct 30 01:10:56.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46502024-10-30T01:10:55.940Z[ recovery-image] Oct 30 01:10:56.231 INFO O| Oct 30 01:10:56.231 INFO STEP 177 (remove_files) COMPLETE
46512024-10-30T01:10:55.940Z[ recovery-image] Oct 30 01:10:56.231 INFO O| Oct 30 01:10:56.231 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-30T01:10:55.947Z[ recovery-image] Oct 30 01:10:56.241 INFO O| Oct 30 01:10:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46532024-10-30T01:10:55.950Z[ recovery-image] Oct 30 01:10:56.241 INFO O| Oct 30 01:10:56.241 INFO STEP 178 (remove_files) COMPLETE
46542024-10-30T01:10:55.950Z[ recovery-image] Oct 30 01:10:56.241 INFO O| Oct 30 01:10:56.241 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-30T01:10:55.957Z[ recovery-image] Oct 30 01:10:56.251 INFO O| Oct 30 01:10:56.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46562024-10-30T01:10:55.957Z[ recovery-image] Oct 30 01:10:56.251 INFO O| Oct 30 01:10:56.251 INFO STEP 179 (remove_files) COMPLETE
46572024-10-30T01:10:55.960Z[ recovery-image] Oct 30 01:10:56.251 INFO O| Oct 30 01:10:56.251 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-30T01:10:55.968Z[ recovery-image] Oct 30 01:10:56.262 INFO O| Oct 30 01:10:56.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46592024-10-30T01:10:55.970Z[ recovery-image] Oct 30 01:10:56.262 INFO O| Oct 30 01:10:56.262 INFO STEP 180 (remove_files) COMPLETE
46602024-10-30T01:10:55.970Z[ recovery-image] Oct 30 01:10:56.262 INFO O| Oct 30 01:10:56.262 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-30T01:10:55.978Z[ recovery-image] Oct 30 01:10:56.272 INFO O| Oct 30 01:10:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46622024-10-30T01:10:55.978Z[ recovery-image] Oct 30 01:10:56.272 INFO O| Oct 30 01:10:56.272 INFO STEP 181 (remove_files) COMPLETE
46632024-10-30T01:10:55.980Z[ recovery-image] Oct 30 01:10:56.272 INFO O| Oct 30 01:10:56.272 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-30T01:10:55.988Z[ recovery-image] Oct 30 01:10:56.281 INFO O| Oct 30 01:10:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46652024-10-30T01:10:55.988Z[ recovery-image] Oct 30 01:10:56.281 INFO O| Oct 30 01:10:56.281 INFO STEP 182 (remove_files) COMPLETE
46662024-10-30T01:10:55.988Z[ recovery-image] Oct 30 01:10:56.281 INFO O| Oct 30 01:10:56.281 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-30T01:10:55.997Z[ recovery-image] Oct 30 01:10:56.291 INFO O| Oct 30 01:10:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46682024-10-30T01:10:56.000Z[ recovery-image] Oct 30 01:10:56.292 INFO O| Oct 30 01:10:56.292 INFO STEP 183 (remove_files) COMPLETE
46692024-10-30T01:10:56.000Z[ recovery-image] Oct 30 01:10:56.292 INFO O| Oct 30 01:10:56.292 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-30T01:10:56.008Z[ recovery-image] Oct 30 01:10:56.302 INFO O| Oct 30 01:10:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46712024-10-30T01:10:56.008Z[ recovery-image] Oct 30 01:10:56.302 INFO O| Oct 30 01:10:56.302 INFO STEP 184 (remove_files) COMPLETE
46722024-10-30T01:10:56.011Z[ recovery-image] Oct 30 01:10:56.302 INFO O| Oct 30 01:10:56.302 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-30T01:10:56.018Z[ recovery-image] Oct 30 01:10:56.312 INFO O| Oct 30 01:10:56.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46742024-10-30T01:10:56.018Z[ recovery-image] Oct 30 01:10:56.312 INFO O| Oct 30 01:10:56.312 INFO STEP 185 (remove_files) COMPLETE
46752024-10-30T01:10:56.018Z[ recovery-image] Oct 30 01:10:56.312 INFO O| Oct 30 01:10:56.312 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-30T01:10:56.028Z[ recovery-image] Oct 30 01:10:56.322 INFO O| Oct 30 01:10:56.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46772024-10-30T01:10:56.028Z[ recovery-image] Oct 30 01:10:56.322 INFO O| Oct 30 01:10:56.322 INFO STEP 186 (remove_files) COMPLETE
46782024-10-30T01:10:56.030Z[ recovery-image] Oct 30 01:10:56.322 INFO O| Oct 30 01:10:56.322 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-30T01:10:56.038Z[ recovery-image] Oct 30 01:10:56.332 INFO O| Oct 30 01:10:56.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46802024-10-30T01:10:56.038Z[ recovery-image] Oct 30 01:10:56.332 INFO O| Oct 30 01:10:56.332 INFO STEP 187 (remove_files) COMPLETE
46812024-10-30T01:10:56.038Z[ recovery-image] Oct 30 01:10:56.332 INFO O| Oct 30 01:10:56.332 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-30T01:10:56.048Z[ recovery-image] Oct 30 01:10:56.342 INFO O| Oct 30 01:10:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46832024-10-30T01:10:56.048Z[ recovery-image] Oct 30 01:10:56.342 INFO O| Oct 30 01:10:56.342 INFO STEP 188 (remove_files) COMPLETE
46842024-10-30T01:10:56.051Z[ recovery-image] Oct 30 01:10:56.342 INFO O| Oct 30 01:10:56.342 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-30T01:10:56.058Z[ recovery-image] Oct 30 01:10:56.352 INFO O| Oct 30 01:10:56.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46862024-10-30T01:10:56.058Z[ recovery-image] Oct 30 01:10:56.352 INFO O| Oct 30 01:10:56.352 INFO STEP 189 (remove_files) COMPLETE
46872024-10-30T01:10:56.061Z[ recovery-image] Oct 30 01:10:56.352 INFO O| Oct 30 01:10:56.352 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-30T01:10:56.070Z[ recovery-image] Oct 30 01:10:56.363 INFO O| Oct 30 01:10:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46892024-10-30T01:10:56.070Z[ recovery-image] Oct 30 01:10:56.364 INFO O| Oct 30 01:10:56.364 INFO STEP 190 (remove_files) COMPLETE
46902024-10-30T01:10:56.072Z[ recovery-image] Oct 30 01:10:56.364 INFO O| Oct 30 01:10:56.364 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-30T01:10:56.083Z[ recovery-image] Oct 30 01:10:56.377 INFO O| Oct 30 01:10:56.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46922024-10-30T01:10:56.083Z[ recovery-image] Oct 30 01:10:56.377 INFO O| Oct 30 01:10:56.377 INFO STEP 191 (remove_files) COMPLETE
46932024-10-30T01:10:56.085Z[ recovery-image] Oct 30 01:10:56.377 INFO O| Oct 30 01:10:56.377 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-30T01:10:56.098Z[ recovery-image] Oct 30 01:10:56.392 INFO O| Oct 30 01:10:56.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46952024-10-30T01:10:56.100Z[ recovery-image] Oct 30 01:10:56.392 INFO O| Oct 30 01:10:56.392 INFO STEP 192 (remove_files) COMPLETE
46962024-10-30T01:10:56.101Z[ recovery-image] Oct 30 01:10:56.392 INFO O| Oct 30 01:10:56.392 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-30T01:10:56.110Z[ recovery-image] Oct 30 01:10:56.404 INFO O| Oct 30 01:10:56.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46982024-10-30T01:10:56.110Z[ recovery-image] Oct 30 01:10:56.404 INFO O| Oct 30 01:10:56.404 INFO STEP 193 (remove_files) COMPLETE
46992024-10-30T01:10:56.110Z[ recovery-image] Oct 30 01:10:56.404 INFO O| Oct 30 01:10:56.404 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-30T01:10:56.121Z[ recovery-image] Oct 30 01:10:56.414 INFO O| Oct 30 01:10:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47012024-10-30T01:10:56.121Z[ recovery-image] Oct 30 01:10:56.415 INFO O| Oct 30 01:10:56.415 INFO STEP 194 (remove_files) COMPLETE
47022024-10-30T01:10:56.123Z[ recovery-image] Oct 30 01:10:56.415 INFO O| Oct 30 01:10:56.415 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-30T01:10:56.131Z[ recovery-image] Oct 30 01:10:56.425 INFO O| Oct 30 01:10:56.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47042024-10-30T01:10:56.131Z[ recovery-image] Oct 30 01:10:56.425 INFO O| Oct 30 01:10:56.425 INFO STEP 195 (remove_files) COMPLETE
47052024-10-30T01:10:56.134Z[ recovery-image] Oct 30 01:10:56.425 INFO O| Oct 30 01:10:56.425 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-30T01:10:56.141Z[ recovery-image] Oct 30 01:10:56.435 INFO O| Oct 30 01:10:56.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47072024-10-30T01:10:56.141Z[ recovery-image] Oct 30 01:10:56.435 INFO O| Oct 30 01:10:56.435 INFO STEP 196 (remove_files) COMPLETE
47082024-10-30T01:10:56.144Z[ recovery-image] Oct 30 01:10:56.435 INFO O| Oct 30 01:10:56.435 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-30T01:10:56.151Z[ recovery-image] Oct 30 01:10:56.445 INFO O| Oct 30 01:10:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47102024-10-30T01:10:56.155Z[ recovery-image] Oct 30 01:10:56.445 INFO O| Oct 30 01:10:56.445 INFO STEP 197 (remove_files) COMPLETE
47112024-10-30T01:10:56.155Z[ recovery-image] Oct 30 01:10:56.445 INFO O| Oct 30 01:10:56.445 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-30T01:10:56.161Z[ recovery-image] Oct 30 01:10:56.455 INFO O| Oct 30 01:10:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47132024-10-30T01:10:56.164Z[ recovery-image] Oct 30 01:10:56.455 INFO O| Oct 30 01:10:56.455 INFO STEP 198 (remove_files) COMPLETE
47142024-10-30T01:10:56.164Z[ recovery-image] Oct 30 01:10:56.455 INFO O| Oct 30 01:10:56.455 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-30T01:10:56.171Z[ recovery-image] Oct 30 01:10:56.465 INFO O| Oct 30 01:10:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47162024-10-30T01:10:56.174Z[ recovery-image] Oct 30 01:10:56.465 INFO O| Oct 30 01:10:56.465 INFO STEP 199 (remove_files) COMPLETE
47172024-10-30T01:10:56.174Z[ recovery-image] Oct 30 01:10:56.465 INFO O| Oct 30 01:10:56.465 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-30T01:10:56.181Z[ recovery-image] Oct 30 01:10:56.475 INFO O| Oct 30 01:10:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47192024-10-30T01:10:56.181Z[ recovery-image] Oct 30 01:10:56.475 INFO O| Oct 30 01:10:56.475 INFO STEP 200 (remove_files) COMPLETE
47202024-10-30T01:10:56.184Z[ recovery-image] Oct 30 01:10:56.475 INFO O| Oct 30 01:10:56.475 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-30T01:10:56.189Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 39s
47222024-10-30T01:10:56.192Z[ recovery-image] Oct 30 01:10:56.486 INFO O| Oct 30 01:10:56.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47232024-10-30T01:10:56.195Z[ recovery-image] Oct 30 01:10:56.486 INFO O| Oct 30 01:10:56.486 INFO STEP 201 (remove_files) COMPLETE
47242024-10-30T01:10:56.195Z[ recovery-image] Oct 30 01:10:56.487 INFO O| Oct 30 01:10:56.486 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-30T01:10:56.206Z[ recovery-image] Oct 30 01:10:56.499 INFO O| Oct 30 01:10:56.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47262024-10-30T01:10:56.206Z[ recovery-image] Oct 30 01:10:56.500 INFO O| Oct 30 01:10:56.499 INFO STEP 202 (remove_files) COMPLETE
47272024-10-30T01:10:56.206Z[ recovery-image] Oct 30 01:10:56.500 INFO O| Oct 30 01:10:56.499 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-30T01:10:56.219Z[ recovery-image] Oct 30 01:10:56.513 INFO O| Oct 30 01:10:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47292024-10-30T01:10:56.219Z[ recovery-image] Oct 30 01:10:56.513 INFO O| Oct 30 01:10:56.513 INFO STEP 203 (remove_files) COMPLETE
47302024-10-30T01:10:56.221Z[ recovery-image] Oct 30 01:10:56.513 INFO O| Oct 30 01:10:56.513 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-30T01:10:56.232Z[ recovery-image] Oct 30 01:10:56.526 INFO O| Oct 30 01:10:56.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47322024-10-30T01:10:56.232Z[ recovery-image] Oct 30 01:10:56.526 INFO O| Oct 30 01:10:56.526 INFO STEP 204 (remove_files) COMPLETE
47332024-10-30T01:10:56.232Z[ recovery-image] Oct 30 01:10:56.526 INFO O| Oct 30 01:10:56.526 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-30T01:10:56.245Z[ recovery-image] Oct 30 01:10:56.539 INFO O| Oct 30 01:10:56.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47352024-10-30T01:10:56.245Z[ recovery-image] Oct 30 01:10:56.539 INFO O| Oct 30 01:10:56.539 INFO STEP 205 (remove_files) COMPLETE
47362024-10-30T01:10:56.248Z[ recovery-image] Oct 30 01:10:56.539 INFO O| Oct 30 01:10:56.539 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-30T01:10:56.257Z[ recovery-image] Oct 30 01:10:56.551 INFO O| Oct 30 01:10:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47382024-10-30T01:10:56.257Z[ recovery-image] Oct 30 01:10:56.551 INFO O| Oct 30 01:10:56.551 INFO STEP 206 (remove_files) COMPLETE
47392024-10-30T01:10:56.260Z[ recovery-image] Oct 30 01:10:56.551 INFO O| Oct 30 01:10:56.551 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-30T01:10:56.268Z[ recovery-image] Oct 30 01:10:56.562 INFO O| Oct 30 01:10:56.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47412024-10-30T01:10:56.271Z[ recovery-image] Oct 30 01:10:56.562 INFO O| Oct 30 01:10:56.562 INFO STEP 207 (remove_files) COMPLETE
47422024-10-30T01:10:56.271Z[ recovery-image] Oct 30 01:10:56.562 INFO O| Oct 30 01:10:56.562 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-30T01:10:56.278Z[ recovery-image] Oct 30 01:10:56.572 INFO O| Oct 30 01:10:56.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47442024-10-30T01:10:56.281Z[ recovery-image] Oct 30 01:10:56.572 INFO O| Oct 30 01:10:56.572 INFO STEP 208 (remove_files) COMPLETE
47452024-10-30T01:10:56.281Z[ recovery-image] Oct 30 01:10:56.572 INFO O| Oct 30 01:10:56.572 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-30T01:10:56.288Z[ recovery-image] Oct 30 01:10:56.582 INFO O| Oct 30 01:10:56.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47472024-10-30T01:10:56.288Z[ recovery-image] Oct 30 01:10:56.582 INFO O| Oct 30 01:10:56.582 INFO STEP 209 (remove_files) COMPLETE
47482024-10-30T01:10:56.291Z[ recovery-image] Oct 30 01:10:56.582 INFO O| Oct 30 01:10:56.582 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-30T01:10:56.300Z[ recovery-image] Oct 30 01:10:56.594 INFO O| Oct 30 01:10:56.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47502024-10-30T01:10:56.300Z[ recovery-image] Oct 30 01:10:56.594 INFO O| Oct 30 01:10:56.594 INFO STEP 210 (remove_files) COMPLETE
47512024-10-30T01:10:56.300Z[ recovery-image] Oct 30 01:10:56.594 INFO O| Oct 30 01:10:56.594 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-30T01:10:56.310Z[ recovery-image] Oct 30 01:10:56.604 INFO O| Oct 30 01:10:56.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47532024-10-30T01:10:56.313Z[ recovery-image] Oct 30 01:10:56.604 INFO O| Oct 30 01:10:56.604 INFO STEP 211 (remove_files) COMPLETE
47542024-10-30T01:10:56.313Z[ recovery-image] Oct 30 01:10:56.604 INFO O| Oct 30 01:10:56.604 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-30T01:10:56.319Z[ recovery-image] Oct 30 01:10:56.614 INFO O| Oct 30 01:10:56.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47562024-10-30T01:10:56.320Z[ recovery-image] Oct 30 01:10:56.614 INFO O| Oct 30 01:10:56.614 INFO STEP 212 (remove_files) COMPLETE
47572024-10-30T01:10:56.320Z[ recovery-image] Oct 30 01:10:56.614 INFO O| Oct 30 01:10:56.614 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-30T01:10:56.329Z[ recovery-image] Oct 30 01:10:56.623 INFO O| Oct 30 01:10:56.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47592024-10-30T01:10:56.332Z[ recovery-image] Oct 30 01:10:56.623 INFO O| Oct 30 01:10:56.623 INFO STEP 213 (remove_files) COMPLETE
47602024-10-30T01:10:56.332Z[ recovery-image] Oct 30 01:10:56.623 INFO O| Oct 30 01:10:56.623 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-30T01:10:56.339Z[ recovery-image] Oct 30 01:10:56.633 INFO O| Oct 30 01:10:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47622024-10-30T01:10:56.339Z[ recovery-image] Oct 30 01:10:56.633 INFO O| Oct 30 01:10:56.633 INFO STEP 214 (remove_files) COMPLETE
47632024-10-30T01:10:56.341Z[ recovery-image] Oct 30 01:10:56.633 INFO O| Oct 30 01:10:56.633 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-30T01:10:56.351Z[ recovery-image] Oct 30 01:10:56.645 INFO O| Oct 30 01:10:56.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47652024-10-30T01:10:56.351Z[ recovery-image] Oct 30 01:10:56.645 INFO O| Oct 30 01:10:56.645 INFO STEP 215 (remove_files) COMPLETE
47662024-10-30T01:10:56.353Z[ recovery-image] Oct 30 01:10:56.645 INFO O| Oct 30 01:10:56.645 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-30T01:10:56.360Z[ recovery-image] Oct 30 01:10:56.654 INFO O| Oct 30 01:10:56.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47682024-10-30T01:10:56.360Z[ recovery-image] Oct 30 01:10:56.655 INFO O| Oct 30 01:10:56.655 INFO STEP 216 (remove_files) COMPLETE
47692024-10-30T01:10:56.361Z[ recovery-image] Oct 30 01:10:56.655 INFO O| Oct 30 01:10:56.655 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-30T01:10:56.370Z[ recovery-image] Oct 30 01:10:56.664 INFO O| Oct 30 01:10:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47712024-10-30T01:10:56.373Z[ recovery-image] Oct 30 01:10:56.664 INFO O| Oct 30 01:10:56.664 INFO STEP 217 (remove_files) COMPLETE
47722024-10-30T01:10:56.373Z[ recovery-image] Oct 30 01:10:56.664 INFO O| Oct 30 01:10:56.664 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-30T01:10:56.380Z[ recovery-image] Oct 30 01:10:56.674 INFO O| Oct 30 01:10:56.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47742024-10-30T01:10:56.383Z[ recovery-image] Oct 30 01:10:56.674 INFO O| Oct 30 01:10:56.674 INFO STEP 218 (remove_files) COMPLETE
47752024-10-30T01:10:56.383Z[ recovery-image] Oct 30 01:10:56.674 INFO O| Oct 30 01:10:56.674 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-30T01:10:56.390Z[ recovery-image] Oct 30 01:10:56.684 INFO O| Oct 30 01:10:56.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47772024-10-30T01:10:56.390Z[ recovery-image] Oct 30 01:10:56.684 INFO O| Oct 30 01:10:56.684 INFO STEP 219 (remove_files) COMPLETE
47782024-10-30T01:10:56.393Z[ recovery-image] Oct 30 01:10:56.684 INFO O| Oct 30 01:10:56.684 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-30T01:10:56.399Z[ recovery-image] Oct 30 01:10:56.693 INFO O| Oct 30 01:10:56.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47802024-10-30T01:10:56.399Z[ recovery-image] Oct 30 01:10:56.693 INFO O| Oct 30 01:10:56.693 INFO STEP 220 (remove_files) COMPLETE
47812024-10-30T01:10:56.399Z[ recovery-image] Oct 30 01:10:56.693 INFO O| Oct 30 01:10:56.693 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-30T01:10:56.409Z[ recovery-image] Oct 30 01:10:56.703 INFO O| Oct 30 01:10:56.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47832024-10-30T01:10:56.409Z[ recovery-image] Oct 30 01:10:56.703 INFO O| Oct 30 01:10:56.703 INFO STEP 221 (remove_files) COMPLETE
47842024-10-30T01:10:56.409Z[ recovery-image] Oct 30 01:10:56.703 INFO O| Oct 30 01:10:56.703 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-30T01:10:56.419Z[ recovery-image] Oct 30 01:10:56.712 INFO O| Oct 30 01:10:56.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47862024-10-30T01:10:56.419Z[ recovery-image] Oct 30 01:10:56.713 INFO O| Oct 30 01:10:56.712 INFO STEP 222 (remove_files) COMPLETE
47872024-10-30T01:10:56.421Z[ recovery-image] Oct 30 01:10:56.713 INFO O| Oct 30 01:10:56.713 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-30T01:10:56.428Z[ recovery-image] Oct 30 01:10:56.722 INFO O| Oct 30 01:10:56.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47892024-10-30T01:10:56.430Z[ recovery-image] Oct 30 01:10:56.722 INFO O| Oct 30 01:10:56.722 INFO STEP 223 (remove_files) COMPLETE
47902024-10-30T01:10:56.431Z[ recovery-image] Oct 30 01:10:56.722 INFO O| Oct 30 01:10:56.722 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-30T01:10:56.438Z[ recovery-image] Oct 30 01:10:56.732 INFO O| Oct 30 01:10:56.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47922024-10-30T01:10:56.438Z[ recovery-image] Oct 30 01:10:56.732 INFO O| Oct 30 01:10:56.732 INFO STEP 224 (remove_files) COMPLETE
47932024-10-30T01:10:56.438Z[ recovery-image] Oct 30 01:10:56.732 INFO O| Oct 30 01:10:56.732 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-30T01:10:56.447Z[ recovery-image] Oct 30 01:10:56.742 INFO O| Oct 30 01:10:56.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47952024-10-30T01:10:56.450Z[ recovery-image] Oct 30 01:10:56.742 INFO O| Oct 30 01:10:56.742 INFO STEP 225 (remove_files) COMPLETE
47962024-10-30T01:10:56.450Z[ recovery-image] Oct 30 01:10:56.742 INFO O| Oct 30 01:10:56.742 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-30T01:10:56.457Z[ recovery-image] Oct 30 01:10:56.751 INFO O| Oct 30 01:10:56.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47982024-10-30T01:10:56.457Z[ recovery-image] Oct 30 01:10:56.752 INFO O| Oct 30 01:10:56.751 INFO STEP 226 (remove_files) COMPLETE
47992024-10-30T01:10:56.460Z[ recovery-image] Oct 30 01:10:56.752 INFO O| Oct 30 01:10:56.752 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-30T01:10:56.467Z[ recovery-image] Oct 30 01:10:56.761 INFO O| Oct 30 01:10:56.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48012024-10-30T01:10:56.467Z[ recovery-image] Oct 30 01:10:56.762 INFO O| Oct 30 01:10:56.761 INFO STEP 227 (remove_files) COMPLETE
48022024-10-30T01:10:56.471Z[ recovery-image] Oct 30 01:10:56.762 INFO O| Oct 30 01:10:56.762 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-30T01:10:56.478Z[ recovery-image] Oct 30 01:10:56.772 INFO O| Oct 30 01:10:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48042024-10-30T01:10:56.480Z[ recovery-image] Oct 30 01:10:56.772 INFO O| Oct 30 01:10:56.772 INFO STEP 228 (remove_files) COMPLETE
48052024-10-30T01:10:56.480Z[ recovery-image] Oct 30 01:10:56.772 INFO O| Oct 30 01:10:56.772 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-30T01:10:56.491Z[ recovery-image] Oct 30 01:10:56.784 INFO O| Oct 30 01:10:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48072024-10-30T01:10:56.491Z[ recovery-image] Oct 30 01:10:56.784 INFO O| Oct 30 01:10:56.784 INFO STEP 229 (remove_files) COMPLETE
48082024-10-30T01:10:56.493Z[ recovery-image] Oct 30 01:10:56.784 INFO O| Oct 30 01:10:56.784 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-30T01:10:56.500Z[ recovery-image] Oct 30 01:10:56.794 INFO O| Oct 30 01:10:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48102024-10-30T01:10:56.500Z[ recovery-image] Oct 30 01:10:56.794 INFO O| Oct 30 01:10:56.794 INFO STEP 230 (remove_files) COMPLETE
48112024-10-30T01:10:56.502Z[ recovery-image] Oct 30 01:10:56.794 INFO O| Oct 30 01:10:56.794 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-30T01:10:56.513Z[ recovery-image] Oct 30 01:10:56.808 INFO O| Oct 30 01:10:56.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48132024-10-30T01:10:56.516Z[ recovery-image] Oct 30 01:10:56.808 INFO O| Oct 30 01:10:56.808 INFO STEP 231 (remove_files) COMPLETE
48142024-10-30T01:10:56.516Z[ recovery-image] Oct 30 01:10:56.808 INFO O| Oct 30 01:10:56.808 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-30T01:10:56.516ZOct 30 01:10:56.809 INFO [verify-libraries] process exited with exit status: 0 (343.758942213s)
48162024-10-30T01:10:56.524Z[ recovery-image] Oct 30 01:10:56.818 INFO O| Oct 30 01:10:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48172024-10-30T01:10:56.524Z[ recovery-image] Oct 30 01:10:56.818 INFO O| Oct 30 01:10:56.818 INFO STEP 232 (remove_files) COMPLETE
48182024-10-30T01:10:56.527Z[ recovery-image] Oct 30 01:10:56.818 INFO O| Oct 30 01:10:56.818 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-10-30T01:10:56.533Z[ recovery-image] Oct 30 01:10:56.827 INFO O| Oct 30 01:10:56.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48202024-10-30T01:10:56.533Z[ recovery-image] Oct 30 01:10:56.828 INFO O| Oct 30 01:10:56.828 INFO STEP 233 (remove_files) COMPLETE
48212024-10-30T01:10:56.533Z[ recovery-image] Oct 30 01:10:56.828 INFO O| Oct 30 01:10:56.828 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-10-30T01:10:56.543Z[ recovery-image] Oct 30 01:10:56.837 INFO O| Oct 30 01:10:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48232024-10-30T01:10:56.543Z[ recovery-image] Oct 30 01:10:56.837 INFO O| Oct 30 01:10:56.837 INFO STEP 234 (remove_files) COMPLETE
48242024-10-30T01:10:56.546Z[ recovery-image] Oct 30 01:10:56.837 INFO O| Oct 30 01:10:56.837 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-10-30T01:10:56.552Z[ recovery-image] Oct 30 01:10:56.847 INFO O| Oct 30 01:10:56.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48262024-10-30T01:10:56.553Z[ recovery-image] Oct 30 01:10:56.847 INFO O| Oct 30 01:10:56.847 INFO STEP 235 (remove_files) COMPLETE
48272024-10-30T01:10:56.555Z[ recovery-image] Oct 30 01:10:56.847 INFO O| Oct 30 01:10:56.847 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-10-30T01:10:56.562Z[ recovery-image] Oct 30 01:10:56.856 INFO O| Oct 30 01:10:56.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48292024-10-30T01:10:56.562Z[ recovery-image] Oct 30 01:10:56.856 INFO O| Oct 30 01:10:56.856 INFO STEP 236 (remove_files) COMPLETE
48302024-10-30T01:10:56.565Z[ recovery-image] Oct 30 01:10:56.856 INFO O| Oct 30 01:10:56.856 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-10-30T01:10:56.572Z[ recovery-image] Oct 30 01:10:56.866 INFO O| Oct 30 01:10:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48322024-10-30T01:10:56.572Z[ recovery-image] Oct 30 01:10:56.866 INFO O| Oct 30 01:10:56.866 INFO STEP 237 (remove_files) COMPLETE
48332024-10-30T01:10:56.572Z[ recovery-image] Oct 30 01:10:56.866 INFO O| Oct 30 01:10:56.866 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-10-30T01:10:56.582Z[ recovery-image] Oct 30 01:10:56.876 INFO O| Oct 30 01:10:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48352024-10-30T01:10:56.582Z[ recovery-image] Oct 30 01:10:56.876 INFO O| Oct 30 01:10:56.876 INFO STEP 238 (remove_files) COMPLETE
48362024-10-30T01:10:56.582Z[ recovery-image] Oct 30 01:10:56.876 INFO O| Oct 30 01:10:56.876 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-10-30T01:10:56.591Z[ recovery-image] Oct 30 01:10:56.885 INFO O| Oct 30 01:10:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48382024-10-30T01:10:56.591Z[ recovery-image] Oct 30 01:10:56.885 INFO O| Oct 30 01:10:56.885 INFO STEP 239 (remove_files) COMPLETE
48392024-10-30T01:10:56.591Z[ recovery-image] Oct 30 01:10:56.885 INFO O| Oct 30 01:10:56.885 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-10-30T01:10:56.601Z[ recovery-image] Oct 30 01:10:56.895 INFO O| Oct 30 01:10:56.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48412024-10-30T01:10:56.601Z[ recovery-image] Oct 30 01:10:56.895 INFO O| Oct 30 01:10:56.895 INFO STEP 240 (remove_files) COMPLETE
48422024-10-30T01:10:56.603Z[ recovery-image] Oct 30 01:10:56.895 INFO O| Oct 30 01:10:56.895 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-10-30T01:10:56.610Z[ recovery-image] Oct 30 01:10:56.904 INFO O| Oct 30 01:10:56.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48442024-10-30T01:10:56.610Z[ recovery-image] Oct 30 01:10:56.904 INFO O| Oct 30 01:10:56.904 INFO STEP 241 (remove_files) COMPLETE
48452024-10-30T01:10:56.613Z[ recovery-image] Oct 30 01:10:56.904 INFO O| Oct 30 01:10:56.904 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-10-30T01:10:56.620Z[ recovery-image] Oct 30 01:10:56.914 INFO O| Oct 30 01:10:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48472024-10-30T01:10:56.620Z[ recovery-image] Oct 30 01:10:56.914 INFO O| Oct 30 01:10:56.914 INFO STEP 242 (remove_files) COMPLETE
48482024-10-30T01:10:56.622Z[ recovery-image] Oct 30 01:10:56.914 INFO O| Oct 30 01:10:56.914 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-10-30T01:10:56.629Z[ recovery-image] Oct 30 01:10:56.923 INFO O| Oct 30 01:10:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48502024-10-30T01:10:56.629Z[ recovery-image] Oct 30 01:10:56.924 INFO O| Oct 30 01:10:56.924 INFO STEP 243 (remove_files) COMPLETE
48512024-10-30T01:10:56.629Z[ recovery-image] Oct 30 01:10:56.924 INFO O| Oct 30 01:10:56.924 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-10-30T01:10:56.639Z[ recovery-image] Oct 30 01:10:56.933 INFO O| Oct 30 01:10:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48532024-10-30T01:10:56.639Z[ recovery-image] Oct 30 01:10:56.933 INFO O| Oct 30 01:10:56.933 INFO STEP 244 (remove_files) COMPLETE
48542024-10-30T01:10:56.639Z[ recovery-image] Oct 30 01:10:56.933 INFO O| Oct 30 01:10:56.933 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-10-30T01:10:56.649Z[ recovery-image] Oct 30 01:10:56.943 INFO O| Oct 30 01:10:56.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48562024-10-30T01:10:56.649Z[ recovery-image] Oct 30 01:10:56.943 INFO O| Oct 30 01:10:56.943 INFO STEP 245 (remove_files) COMPLETE
48572024-10-30T01:10:56.649Z[ recovery-image] Oct 30 01:10:56.943 INFO O| Oct 30 01:10:56.943 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-10-30T01:10:56.658Z[ recovery-image] Oct 30 01:10:56.952 INFO O| Oct 30 01:10:56.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48592024-10-30T01:10:56.658Z[ recovery-image] Oct 30 01:10:56.952 INFO O| Oct 30 01:10:56.952 INFO STEP 246 (remove_files) COMPLETE
48602024-10-30T01:10:56.658Z[ recovery-image] Oct 30 01:10:56.952 INFO O| Oct 30 01:10:56.952 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-10-30T01:10:56.668Z[ recovery-image] Oct 30 01:10:56.962 INFO O| Oct 30 01:10:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48622024-10-30T01:10:56.668Z[ recovery-image] Oct 30 01:10:56.962 INFO O| Oct 30 01:10:56.962 INFO STEP 247 (remove_files) COMPLETE
48632024-10-30T01:10:56.668Z[ recovery-image] Oct 30 01:10:56.962 INFO O| Oct 30 01:10:56.962 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-10-30T01:10:56.677Z[ recovery-image] Oct 30 01:10:56.971 INFO O| Oct 30 01:10:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48652024-10-30T01:10:56.677Z[ recovery-image] Oct 30 01:10:56.971 INFO O| Oct 30 01:10:56.971 INFO STEP 248 (remove_files) COMPLETE
48662024-10-30T01:10:56.677Z[ recovery-image] Oct 30 01:10:56.971 INFO O| Oct 30 01:10:56.971 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-10-30T01:10:56.687Z[ recovery-image] Oct 30 01:10:56.981 INFO O| Oct 30 01:10:56.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48682024-10-30T01:10:56.687Z[ recovery-image] Oct 30 01:10:56.981 INFO O| Oct 30 01:10:56.981 INFO STEP 249 (remove_files) COMPLETE
48692024-10-30T01:10:56.689Z[ recovery-image] Oct 30 01:10:56.981 INFO O| Oct 30 01:10:56.981 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-10-30T01:10:56.696Z[ recovery-image] Oct 30 01:10:56.990 INFO O| Oct 30 01:10:56.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48712024-10-30T01:10:56.696Z[ recovery-image] Oct 30 01:10:56.990 INFO O| Oct 30 01:10:56.990 INFO STEP 250 (remove_files) COMPLETE
48722024-10-30T01:10:56.696Z[ recovery-image] Oct 30 01:10:56.990 INFO O| Oct 30 01:10:56.990 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-10-30T01:10:56.707Z[ recovery-image] Oct 30 01:10:57.000 INFO O| Oct 30 01:10:57.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48742024-10-30T01:10:56.710Z[ recovery-image] Oct 30 01:10:57.001 INFO O| Oct 30 01:10:57.000 INFO STEP 251 (remove_files) COMPLETE
48752024-10-30T01:10:56.711Z[ recovery-image] Oct 30 01:10:57.001 INFO O| Oct 30 01:10:57.001 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-10-30T01:10:56.717Z[ recovery-image] Oct 30 01:10:57.011 INFO O| Oct 30 01:10:57.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48772024-10-30T01:10:56.717Z[ recovery-image] Oct 30 01:10:57.011 INFO O| Oct 30 01:10:57.011 INFO STEP 252 (remove_files) COMPLETE
48782024-10-30T01:10:56.719Z[ recovery-image] Oct 30 01:10:57.011 INFO O| Oct 30 01:10:57.011 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-10-30T01:10:56.726Z[ host-image] Oct 30 01:10:57.020 INFO O| Oct 30 01:10:57.020 INFO O| Done
48802024-10-30T01:10:56.728Z[ recovery-image] Oct 30 01:10:57.021 INFO O| Oct 30 01:10:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48812024-10-30T01:10:56.728Z[ recovery-image] Oct 30 01:10:57.021 INFO O| Oct 30 01:10:57.021 INFO STEP 253 (remove_files) COMPLETE
48822024-10-30T01:10:56.728Z[ recovery-image] Oct 30 01:10:57.021 INFO O| Oct 30 01:10:57.021 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-30T01:10:56.736Z[ recovery-image] Oct 30 01:10:57.031 INFO O| Oct 30 01:10:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48842024-10-30T01:10:56.736Z[ recovery-image] Oct 30 01:10:57.031 INFO O| Oct 30 01:10:57.031 INFO STEP 254 (remove_files) COMPLETE
48852024-10-30T01:10:56.736Z[ recovery-image] Oct 30 01:10:57.031 INFO O| Oct 30 01:10:57.031 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-30T01:10:56.746Z[ recovery-image] Oct 30 01:10:57.040 INFO O| Oct 30 01:10:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48872024-10-30T01:10:56.746Z[ recovery-image] Oct 30 01:10:57.040 INFO O| Oct 30 01:10:57.040 INFO STEP 255 (remove_files) COMPLETE
48882024-10-30T01:10:56.749Z[ recovery-image] Oct 30 01:10:57.040 INFO O| Oct 30 01:10:57.040 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-30T01:10:56.756Z[ recovery-image] Oct 30 01:10:57.050 INFO O| Oct 30 01:10:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48902024-10-30T01:10:56.759Z[ recovery-image] Oct 30 01:10:57.050 INFO O| Oct 30 01:10:57.050 INFO STEP 256 (remove_files) COMPLETE
48912024-10-30T01:10:56.759Z[ recovery-image] Oct 30 01:10:57.050 INFO O| Oct 30 01:10:57.050 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-30T01:10:56.766Z[ recovery-image] Oct 30 01:10:57.060 INFO O| Oct 30 01:10:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48932024-10-30T01:10:56.766Z[ recovery-image] Oct 30 01:10:57.060 INFO O| Oct 30 01:10:57.060 INFO STEP 257 (remove_files) COMPLETE
48942024-10-30T01:10:56.769Z[ recovery-image] Oct 30 01:10:57.060 INFO O| Oct 30 01:10:57.060 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-30T01:10:56.776Z[ recovery-image] Oct 30 01:10:57.070 INFO O| Oct 30 01:10:57.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48962024-10-30T01:10:56.776Z[ recovery-image] Oct 30 01:10:57.070 INFO O| Oct 30 01:10:57.070 INFO STEP 258 (remove_files) COMPLETE
48972024-10-30T01:10:56.776Z[ recovery-image] Oct 30 01:10:57.070 INFO O| Oct 30 01:10:57.070 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-30T01:10:56.786Z[ recovery-image] Oct 30 01:10:57.080 INFO O| Oct 30 01:10:57.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48992024-10-30T01:10:56.786Z[ recovery-image] Oct 30 01:10:57.080 INFO O| Oct 30 01:10:57.080 INFO STEP 259 (remove_files) COMPLETE
49002024-10-30T01:10:56.786Z[ recovery-image] Oct 30 01:10:57.080 INFO O| Oct 30 01:10:57.080 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-30T01:10:56.796Z[ recovery-image] Oct 30 01:10:57.090 INFO O| Oct 30 01:10:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49022024-10-30T01:10:56.799Z[ recovery-image] Oct 30 01:10:57.090 INFO O| Oct 30 01:10:57.090 INFO STEP 260 (remove_files) COMPLETE
49032024-10-30T01:10:56.799Z[ recovery-image] Oct 30 01:10:57.090 INFO O| Oct 30 01:10:57.090 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-30T01:10:56.806Z[ recovery-image] Oct 30 01:10:57.100 INFO O| Oct 30 01:10:57.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49052024-10-30T01:10:56.806Z[ recovery-image] Oct 30 01:10:57.100 INFO O| Oct 30 01:10:57.100 INFO STEP 261 (remove_files) COMPLETE
49062024-10-30T01:10:56.806Z[ recovery-image] Oct 30 01:10:57.100 INFO O| Oct 30 01:10:57.100 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-30T01:10:56.816Z[ recovery-image] Oct 30 01:10:57.110 INFO O| Oct 30 01:10:57.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49082024-10-30T01:10:56.818Z[ recovery-image] Oct 30 01:10:57.110 INFO O| Oct 30 01:10:57.110 INFO STEP 262 (remove_files) COMPLETE
49092024-10-30T01:10:56.818Z[ recovery-image] Oct 30 01:10:57.110 INFO O| Oct 30 01:10:57.110 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-30T01:10:56.826Z[ recovery-image] Oct 30 01:10:57.120 INFO O| Oct 30 01:10:57.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49112024-10-30T01:10:56.826Z[ recovery-image] Oct 30 01:10:57.120 INFO O| Oct 30 01:10:57.120 INFO STEP 263 (remove_files) COMPLETE
49122024-10-30T01:10:56.828Z[ recovery-image] Oct 30 01:10:57.120 INFO O| Oct 30 01:10:57.120 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-30T01:10:56.835Z[ recovery-image] Oct 30 01:10:57.130 INFO O| Oct 30 01:10:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49142024-10-30T01:10:56.835Z[ recovery-image] Oct 30 01:10:57.130 INFO O| Oct 30 01:10:57.130 INFO STEP 264 (remove_files) COMPLETE
49152024-10-30T01:10:56.838Z[ recovery-image] Oct 30 01:10:57.130 INFO O| Oct 30 01:10:57.130 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-30T01:10:56.845Z[ recovery-image] Oct 30 01:10:57.139 INFO O| Oct 30 01:10:57.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49172024-10-30T01:10:56.848Z[ recovery-image] Oct 30 01:10:57.139 INFO O| Oct 30 01:10:57.139 INFO STEP 265 (remove_files) COMPLETE
49182024-10-30T01:10:56.848Z[ recovery-image] Oct 30 01:10:57.140 INFO O| Oct 30 01:10:57.139 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-30T01:10:56.855Z[ recovery-image] Oct 30 01:10:57.149 INFO O| Oct 30 01:10:57.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49202024-10-30T01:10:56.857Z[ recovery-image] Oct 30 01:10:57.149 INFO O| Oct 30 01:10:57.149 INFO STEP 266 (remove_files) COMPLETE
49212024-10-30T01:10:56.858Z[ recovery-image] Oct 30 01:10:57.149 INFO O| Oct 30 01:10:57.149 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-30T01:10:56.865Z[ recovery-image] Oct 30 01:10:57.159 INFO O| Oct 30 01:10:57.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49232024-10-30T01:10:56.867Z[ recovery-image] Oct 30 01:10:57.160 INFO O| Oct 30 01:10:57.160 INFO STEP 267 (remove_files) COMPLETE
49242024-10-30T01:10:56.867Z[ recovery-image] Oct 30 01:10:57.160 INFO O| Oct 30 01:10:57.160 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-30T01:10:56.875Z[ recovery-image] Oct 30 01:10:57.169 INFO O| Oct 30 01:10:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49262024-10-30T01:10:56.877Z[ recovery-image] Oct 30 01:10:57.170 INFO O| Oct 30 01:10:57.170 INFO STEP 268 (remove_files) COMPLETE
49272024-10-30T01:10:56.877Z[ recovery-image] Oct 30 01:10:57.170 INFO O| Oct 30 01:10:57.170 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-30T01:10:56.885Z[ recovery-image] Oct 30 01:10:57.179 INFO O| Oct 30 01:10:57.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49292024-10-30T01:10:56.885Z[ recovery-image] Oct 30 01:10:57.179 INFO O| Oct 30 01:10:57.179 INFO STEP 269 (remove_files) COMPLETE
49302024-10-30T01:10:56.888Z[ recovery-image] Oct 30 01:10:57.179 INFO O| Oct 30 01:10:57.179 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-30T01:10:56.895Z[ recovery-image] Oct 30 01:10:57.189 INFO O| Oct 30 01:10:57.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49322024-10-30T01:10:56.897Z[ recovery-image] Oct 30 01:10:57.189 INFO O| Oct 30 01:10:57.189 INFO STEP 270 (remove_files) COMPLETE
49332024-10-30T01:10:56.897Z[ recovery-image] Oct 30 01:10:57.189 INFO O| Oct 30 01:10:57.189 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-30T01:10:56.904Z[ recovery-image] Oct 30 01:10:57.199 INFO O| Oct 30 01:10:57.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49352024-10-30T01:10:56.907Z[ recovery-image] Oct 30 01:10:57.199 INFO O| Oct 30 01:10:57.199 INFO STEP 271 (remove_files) COMPLETE
49362024-10-30T01:10:56.907Z[ recovery-image] Oct 30 01:10:57.199 INFO O| Oct 30 01:10:57.199 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-30T01:10:56.914Z[ recovery-image] Oct 30 01:10:57.208 INFO O| Oct 30 01:10:57.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49382024-10-30T01:10:56.914Z[ recovery-image] Oct 30 01:10:57.208 INFO O| Oct 30 01:10:57.208 INFO STEP 272 (remove_files) COMPLETE
49392024-10-30T01:10:56.914Z[ recovery-image] Oct 30 01:10:57.208 INFO O| Oct 30 01:10:57.208 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-30T01:10:56.924Z[ recovery-image] Oct 30 01:10:57.218 INFO O| Oct 30 01:10:57.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49412024-10-30T01:10:56.926Z[ recovery-image] Oct 30 01:10:57.218 INFO O| Oct 30 01:10:57.218 INFO STEP 273 (remove_files) COMPLETE
49422024-10-30T01:10:56.926Z[ recovery-image] Oct 30 01:10:57.218 INFO O| Oct 30 01:10:57.218 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-30T01:10:56.933Z[ recovery-image] Oct 30 01:10:57.228 INFO O| Oct 30 01:10:57.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49442024-10-30T01:10:56.936Z[ recovery-image] Oct 30 01:10:57.228 INFO O| Oct 30 01:10:57.228 INFO STEP 274 (remove_files) COMPLETE
49452024-10-30T01:10:56.936Z[ recovery-image] Oct 30 01:10:57.228 INFO O| Oct 30 01:10:57.228 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-30T01:10:56.943Z[ recovery-image] Oct 30 01:10:57.237 INFO O| Oct 30 01:10:57.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49472024-10-30T01:10:56.943Z[ recovery-image] Oct 30 01:10:57.237 INFO O| Oct 30 01:10:57.237 INFO STEP 275 (remove_files) COMPLETE
49482024-10-30T01:10:56.943Z[ recovery-image] Oct 30 01:10:57.237 INFO O| Oct 30 01:10:57.237 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-30T01:10:56.953Z[ recovery-image] Oct 30 01:10:57.247 INFO O| Oct 30 01:10:57.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49502024-10-30T01:10:56.953Z[ recovery-image] Oct 30 01:10:57.247 INFO O| Oct 30 01:10:57.247 INFO STEP 276 (remove_files) COMPLETE
49512024-10-30T01:10:56.955Z[ recovery-image] Oct 30 01:10:57.247 INFO O| Oct 30 01:10:57.247 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-30T01:10:56.963Z[ recovery-image] Oct 30 01:10:57.257 INFO O| Oct 30 01:10:57.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49532024-10-30T01:10:56.963Z[ recovery-image] Oct 30 01:10:57.257 INFO O| Oct 30 01:10:57.257 INFO STEP 277 (remove_files) COMPLETE
49542024-10-30T01:10:56.965Z[ recovery-image] Oct 30 01:10:57.257 INFO O| Oct 30 01:10:57.257 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-30T01:10:56.972Z[ recovery-image] Oct 30 01:10:57.266 INFO O| Oct 30 01:10:57.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49562024-10-30T01:10:56.972Z[ recovery-image] Oct 30 01:10:57.266 INFO O| Oct 30 01:10:57.266 INFO STEP 278 (remove_files) COMPLETE
49572024-10-30T01:10:56.975Z[ recovery-image] Oct 30 01:10:57.267 INFO O| Oct 30 01:10:57.266 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-30T01:10:56.982Z[ recovery-image] Oct 30 01:10:57.276 INFO O| Oct 30 01:10:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49592024-10-30T01:10:56.982Z[ recovery-image] Oct 30 01:10:57.276 INFO O| Oct 30 01:10:57.276 INFO STEP 279 (remove_files) COMPLETE
49602024-10-30T01:10:56.982Z[ recovery-image] Oct 30 01:10:57.276 INFO O| Oct 30 01:10:57.276 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-30T01:10:56.992Z[ recovery-image] Oct 30 01:10:57.286 INFO O| Oct 30 01:10:57.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49622024-10-30T01:10:56.992Z[ recovery-image] Oct 30 01:10:57.286 INFO O| Oct 30 01:10:57.286 INFO STEP 280 (remove_files) COMPLETE
49632024-10-30T01:10:56.994Z[ recovery-image] Oct 30 01:10:57.286 INFO O| Oct 30 01:10:57.286 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-30T01:10:57.001Z[ recovery-image] Oct 30 01:10:57.295 INFO O| Oct 30 01:10:57.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49652024-10-30T01:10:57.004Z[ recovery-image] Oct 30 01:10:57.296 INFO O| Oct 30 01:10:57.296 INFO STEP 281 (remove_files) COMPLETE
49662024-10-30T01:10:57.004Z[ recovery-image] Oct 30 01:10:57.296 INFO O| Oct 30 01:10:57.296 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-30T01:10:57.013Z[ recovery-image] Oct 30 01:10:57.305 INFO O| Oct 30 01:10:57.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49682024-10-30T01:10:57.013Z[ recovery-image] Oct 30 01:10:57.305 INFO O| Oct 30 01:10:57.305 INFO STEP 282 (remove_files) COMPLETE
49692024-10-30T01:10:57.015Z[ recovery-image] Oct 30 01:10:57.305 INFO O| Oct 30 01:10:57.305 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-30T01:10:57.021Z[ recovery-image] Oct 30 01:10:57.315 INFO O| Oct 30 01:10:57.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49712024-10-30T01:10:57.021Z[ recovery-image] Oct 30 01:10:57.315 INFO O| Oct 30 01:10:57.315 INFO STEP 283 (remove_files) COMPLETE
49722024-10-30T01:10:57.021Z[ recovery-image] Oct 30 01:10:57.315 INFO O| Oct 30 01:10:57.315 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-30T01:10:57.030Z[ recovery-image] Oct 30 01:10:57.325 INFO O| Oct 30 01:10:57.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49742024-10-30T01:10:57.033Z[ recovery-image] Oct 30 01:10:57.325 INFO O| Oct 30 01:10:57.325 INFO STEP 284 (remove_files) COMPLETE
49752024-10-30T01:10:57.033Z[ recovery-image] Oct 30 01:10:57.325 INFO O| Oct 30 01:10:57.325 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-30T01:10:57.040Z[ recovery-image] Oct 30 01:10:57.334 INFO O| Oct 30 01:10:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49772024-10-30T01:10:57.040Z[ recovery-image] Oct 30 01:10:57.334 INFO O| Oct 30 01:10:57.334 INFO STEP 285 (remove_files) COMPLETE
49782024-10-30T01:10:57.040Z[ recovery-image] Oct 30 01:10:57.334 INFO O| Oct 30 01:10:57.334 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-30T01:10:57.049Z[ recovery-image] Oct 30 01:10:57.344 INFO O| Oct 30 01:10:57.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49802024-10-30T01:10:57.049Z[ recovery-image] Oct 30 01:10:57.344 INFO O| Oct 30 01:10:57.344 INFO STEP 286 (remove_files) COMPLETE
49812024-10-30T01:10:57.049Z[ recovery-image] Oct 30 01:10:57.344 INFO O| Oct 30 01:10:57.344 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-30T01:10:57.059Z[ recovery-image] Oct 30 01:10:57.353 INFO O| Oct 30 01:10:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49832024-10-30T01:10:57.059Z[ recovery-image] Oct 30 01:10:57.353 INFO O| Oct 30 01:10:57.353 INFO STEP 287 (remove_files) COMPLETE
49842024-10-30T01:10:57.059Z[ recovery-image] Oct 30 01:10:57.353 INFO O| Oct 30 01:10:57.353 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-30T01:10:57.069Z[ recovery-image] Oct 30 01:10:57.363 INFO O| Oct 30 01:10:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49862024-10-30T01:10:57.069Z[ recovery-image] Oct 30 01:10:57.363 INFO O| Oct 30 01:10:57.363 INFO STEP 288 (remove_files) COMPLETE
49872024-10-30T01:10:57.071Z[ recovery-image] Oct 30 01:10:57.363 INFO O| Oct 30 01:10:57.363 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-30T01:10:57.079Z[ recovery-image] Oct 30 01:10:57.373 INFO O| Oct 30 01:10:57.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49892024-10-30T01:10:57.079Z[ recovery-image] Oct 30 01:10:57.373 INFO O| Oct 30 01:10:57.373 INFO STEP 289 (remove_files) COMPLETE
49902024-10-30T01:10:57.079Z[ recovery-image] Oct 30 01:10:57.373 INFO O| Oct 30 01:10:57.373 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-30T01:10:57.088Z[ recovery-image] Oct 30 01:10:57.382 INFO O| Oct 30 01:10:57.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49922024-10-30T01:10:57.088Z[ recovery-image] Oct 30 01:10:57.382 INFO O| Oct 30 01:10:57.382 INFO STEP 290 (remove_files) COMPLETE
49932024-10-30T01:10:57.088Z[ recovery-image] Oct 30 01:10:57.382 INFO O| Oct 30 01:10:57.382 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-30T01:10:57.098Z[ recovery-image] Oct 30 01:10:57.392 INFO O| Oct 30 01:10:57.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49952024-10-30T01:10:57.098Z[ recovery-image] Oct 30 01:10:57.392 INFO O| Oct 30 01:10:57.392 INFO STEP 291 (remove_files) COMPLETE
49962024-10-30T01:10:57.100Z[ recovery-image] Oct 30 01:10:57.392 INFO O| Oct 30 01:10:57.392 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-10-30T01:10:57.107Z[ recovery-image] Oct 30 01:10:57.401 INFO O| Oct 30 01:10:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49982024-10-30T01:10:57.110Z[ recovery-image] Oct 30 01:10:57.402 INFO O| Oct 30 01:10:57.402 INFO STEP 292 (remove_files) COMPLETE
49992024-10-30T01:10:57.110Z[ recovery-image] Oct 30 01:10:57.402 INFO O| Oct 30 01:10:57.402 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-10-30T01:10:57.118Z[ recovery-image] Oct 30 01:10:57.412 INFO O| Oct 30 01:10:57.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50012024-10-30T01:10:57.120Z[ recovery-image] Oct 30 01:10:57.412 INFO O| Oct 30 01:10:57.412 INFO STEP 293 (remove_files) COMPLETE
50022024-10-30T01:10:57.120Z[ recovery-image] Oct 30 01:10:57.412 INFO O| Oct 30 01:10:57.412 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-30T01:10:57.127Z[ recovery-image] Oct 30 01:10:57.421 INFO O| Oct 30 01:10:57.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50042024-10-30T01:10:57.127Z[ recovery-image] Oct 30 01:10:57.422 INFO O| Oct 30 01:10:57.421 INFO STEP 294 (remove_files) COMPLETE
50052024-10-30T01:10:57.130Z[ recovery-image] Oct 30 01:10:57.422 INFO O| Oct 30 01:10:57.421 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-30T01:10:57.137Z[ recovery-image] Oct 30 01:10:57.431 INFO O| Oct 30 01:10:57.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50072024-10-30T01:10:57.137Z[ recovery-image] Oct 30 01:10:57.431 INFO O| Oct 30 01:10:57.431 INFO STEP 295 (remove_files) COMPLETE
50082024-10-30T01:10:57.140Z[ recovery-image] Oct 30 01:10:57.431 INFO O| Oct 30 01:10:57.431 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-30T01:10:57.147Z[ recovery-image] Oct 30 01:10:57.441 INFO O| Oct 30 01:10:57.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50102024-10-30T01:10:57.149Z[ recovery-image] Oct 30 01:10:57.441 INFO O| Oct 30 01:10:57.441 INFO STEP 296 (remove_files) COMPLETE
50112024-10-30T01:10:57.149Z[ recovery-image] Oct 30 01:10:57.441 INFO O| Oct 30 01:10:57.441 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-30T01:10:57.156Z[ recovery-image] Oct 30 01:10:57.451 INFO O| Oct 30 01:10:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50132024-10-30T01:10:57.156Z[ recovery-image] Oct 30 01:10:57.451 INFO O| Oct 30 01:10:57.451 INFO STEP 297 (remove_files) COMPLETE
50142024-10-30T01:10:57.156Z[ recovery-image] Oct 30 01:10:57.451 INFO O| Oct 30 01:10:57.451 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-30T01:10:57.166Z[ recovery-image] Oct 30 01:10:57.460 INFO O| Oct 30 01:10:57.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50162024-10-30T01:10:57.166Z[ recovery-image] Oct 30 01:10:57.460 INFO O| Oct 30 01:10:57.460 INFO STEP 298 (remove_files) COMPLETE
50172024-10-30T01:10:57.166Z[ recovery-image] Oct 30 01:10:57.460 INFO O| Oct 30 01:10:57.460 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-30T01:10:57.176Z[ recovery-image] Oct 30 01:10:57.470 INFO O| Oct 30 01:10:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50192024-10-30T01:10:57.178Z[ recovery-image] Oct 30 01:10:57.470 INFO O| Oct 30 01:10:57.470 INFO STEP 299 (remove_files) COMPLETE
50202024-10-30T01:10:57.178Z[ recovery-image] Oct 30 01:10:57.470 INFO O| Oct 30 01:10:57.470 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-30T01:10:57.185Z[ recovery-image] Oct 30 01:10:57.479 INFO O| Oct 30 01:10:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50222024-10-30T01:10:57.185Z[ recovery-image] Oct 30 01:10:57.479 INFO O| Oct 30 01:10:57.479 INFO STEP 300 (remove_files) COMPLETE
50232024-10-30T01:10:57.188Z[ recovery-image] Oct 30 01:10:57.479 INFO O| Oct 30 01:10:57.479 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-30T01:10:57.195Z[ recovery-image] Oct 30 01:10:57.489 INFO O| Oct 30 01:10:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50252024-10-30T01:10:57.195Z[ recovery-image] Oct 30 01:10:57.489 INFO O| Oct 30 01:10:57.489 INFO STEP 301 (remove_files) COMPLETE
50262024-10-30T01:10:57.197Z[ recovery-image] Oct 30 01:10:57.489 INFO O| Oct 30 01:10:57.489 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-30T01:10:57.204Z[ recovery-image] Oct 30 01:10:57.499 INFO O| Oct 30 01:10:57.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50282024-10-30T01:10:57.204Z[ recovery-image] Oct 30 01:10:57.499 INFO O| Oct 30 01:10:57.499 INFO STEP 302 (remove_files) COMPLETE
50292024-10-30T01:10:57.204Z[ recovery-image] Oct 30 01:10:57.499 INFO O| Oct 30 01:10:57.499 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-30T01:10:57.210Z[ host-image] Oct 30 01:10:57.504 INFO O| Oct 30 01:10:57.503 INFO O| Done
50312024-10-30T01:10:57.214Z[ recovery-image] Oct 30 01:10:57.508 INFO O| Oct 30 01:10:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50322024-10-30T01:10:57.217Z[ recovery-image] Oct 30 01:10:57.508 INFO O| Oct 30 01:10:57.508 INFO STEP 303 (remove_files) COMPLETE
50332024-10-30T01:10:57.217Z[ recovery-image] Oct 30 01:10:57.508 INFO O| Oct 30 01:10:57.508 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-30T01:10:57.224Z[ recovery-image] Oct 30 01:10:57.518 INFO O| Oct 30 01:10:57.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50352024-10-30T01:10:57.224Z[ recovery-image] Oct 30 01:10:57.518 INFO O| Oct 30 01:10:57.518 INFO STEP 304 (remove_files) COMPLETE
50362024-10-30T01:10:57.227Z[ recovery-image] Oct 30 01:10:57.518 INFO O| Oct 30 01:10:57.518 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-30T01:10:57.234Z[ recovery-image] Oct 30 01:10:57.528 INFO O| Oct 30 01:10:57.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50382024-10-30T01:10:57.234Z[ recovery-image] Oct 30 01:10:57.529 INFO O| Oct 30 01:10:57.528 INFO STEP 305 (remove_files) COMPLETE
50392024-10-30T01:10:57.234Z[ recovery-image] Oct 30 01:10:57.529 INFO O| Oct 30 01:10:57.528 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-30T01:10:57.245Z[ recovery-image] Oct 30 01:10:57.539 INFO O| Oct 30 01:10:57.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50412024-10-30T01:10:57.245Z[ recovery-image] Oct 30 01:10:57.539 INFO O| Oct 30 01:10:57.539 INFO STEP 306 (remove_files) COMPLETE
50422024-10-30T01:10:57.245Z[ recovery-image] Oct 30 01:10:57.539 INFO O| Oct 30 01:10:57.539 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-30T01:10:57.255Z[ recovery-image] Oct 30 01:10:57.549 INFO O| Oct 30 01:10:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50442024-10-30T01:10:57.255Z[ recovery-image] Oct 30 01:10:57.549 INFO O| Oct 30 01:10:57.549 INFO STEP 307 (remove_files) COMPLETE
50452024-10-30T01:10:57.258Z[ recovery-image] Oct 30 01:10:57.549 INFO O| Oct 30 01:10:57.549 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-30T01:10:57.265Z[ recovery-image] Oct 30 01:10:57.560 INFO O| Oct 30 01:10:57.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50472024-10-30T01:10:57.265Z[ recovery-image] Oct 30 01:10:57.560 INFO O| Oct 30 01:10:57.560 INFO STEP 308 (remove_files) COMPLETE
50482024-10-30T01:10:57.268Z[ recovery-image] Oct 30 01:10:57.560 INFO O| Oct 30 01:10:57.560 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-30T01:10:57.275Z[ recovery-image] Oct 30 01:10:57.570 INFO O| Oct 30 01:10:57.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50502024-10-30T01:10:57.276Z[ recovery-image] Oct 30 01:10:57.570 INFO O| Oct 30 01:10:57.570 INFO STEP 309 (remove_files) COMPLETE
50512024-10-30T01:10:57.276Z[ recovery-image] Oct 30 01:10:57.570 INFO O| Oct 30 01:10:57.570 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-30T01:10:57.285Z[ recovery-image] Oct 30 01:10:57.580 INFO O| Oct 30 01:10:57.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50532024-10-30T01:10:57.288Z[ recovery-image] Oct 30 01:10:57.580 INFO O| Oct 30 01:10:57.580 INFO STEP 310 (remove_files) COMPLETE
50542024-10-30T01:10:57.288Z[ recovery-image] Oct 30 01:10:57.580 INFO O| Oct 30 01:10:57.580 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-30T01:10:57.295Z[ recovery-image] Oct 30 01:10:57.590 INFO O| Oct 30 01:10:57.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50562024-10-30T01:10:57.298Z[ recovery-image] Oct 30 01:10:57.590 INFO O| Oct 30 01:10:57.590 INFO STEP 311 (remove_files) COMPLETE
50572024-10-30T01:10:57.298Z[ recovery-image] Oct 30 01:10:57.590 INFO O| Oct 30 01:10:57.590 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-30T01:10:57.305Z[ recovery-image] Oct 30 01:10:57.599 INFO O| Oct 30 01:10:57.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50592024-10-30T01:10:57.308Z[ recovery-image] Oct 30 01:10:57.599 INFO O| Oct 30 01:10:57.599 INFO STEP 312 (remove_files) COMPLETE
50602024-10-30T01:10:57.308Z[ recovery-image] Oct 30 01:10:57.599 INFO O| Oct 30 01:10:57.599 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-30T01:10:57.314Z[ recovery-image] Oct 30 01:10:57.609 INFO O| Oct 30 01:10:57.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50622024-10-30T01:10:57.317Z[ recovery-image] Oct 30 01:10:57.609 INFO O| Oct 30 01:10:57.609 INFO STEP 313 (remove_files) COMPLETE
50632024-10-30T01:10:57.317Z[ recovery-image] Oct 30 01:10:57.609 INFO O| Oct 30 01:10:57.609 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-30T01:10:57.324Z[ recovery-image] Oct 30 01:10:57.619 INFO O| Oct 30 01:10:57.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50652024-10-30T01:10:57.327Z[ recovery-image] Oct 30 01:10:57.619 INFO O| Oct 30 01:10:57.619 INFO STEP 314 (remove_files) COMPLETE
50662024-10-30T01:10:57.327Z[ recovery-image] Oct 30 01:10:57.619 INFO O| Oct 30 01:10:57.619 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-30T01:10:57.334Z[ recovery-image] Oct 30 01:10:57.629 INFO O| Oct 30 01:10:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50682024-10-30T01:10:57.334Z[ recovery-image] Oct 30 01:10:57.629 INFO O| Oct 30 01:10:57.629 INFO STEP 315 (remove_files) COMPLETE
50692024-10-30T01:10:57.334Z[ recovery-image] Oct 30 01:10:57.629 INFO O| Oct 30 01:10:57.629 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-30T01:10:57.344Z[ recovery-image] Oct 30 01:10:57.639 INFO O| Oct 30 01:10:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50712024-10-30T01:10:57.347Z[ recovery-image] Oct 30 01:10:57.639 INFO O| Oct 30 01:10:57.639 INFO STEP 316 (remove_files) COMPLETE
50722024-10-30T01:10:57.347Z[ recovery-image] Oct 30 01:10:57.639 INFO O| Oct 30 01:10:57.639 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-30T01:10:57.354Z[ recovery-image] Oct 30 01:10:57.649 INFO O| Oct 30 01:10:57.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50742024-10-30T01:10:57.354Z[ recovery-image] Oct 30 01:10:57.649 INFO O| Oct 30 01:10:57.649 INFO STEP 317 (remove_files) COMPLETE
50752024-10-30T01:10:57.354Z[ recovery-image] Oct 30 01:10:57.649 INFO O| Oct 30 01:10:57.649 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-30T01:10:57.364Z[ recovery-image] Oct 30 01:10:57.659 INFO O| Oct 30 01:10:57.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50772024-10-30T01:10:57.364Z[ recovery-image] Oct 30 01:10:57.659 INFO O| Oct 30 01:10:57.659 INFO STEP 318 (remove_files) COMPLETE
50782024-10-30T01:10:57.367Z[ recovery-image] Oct 30 01:10:57.659 INFO O| Oct 30 01:10:57.659 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-30T01:10:57.375Z[ recovery-image] Oct 30 01:10:57.668 INFO O| Oct 30 01:10:57.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50802024-10-30T01:10:57.375Z[ recovery-image] Oct 30 01:10:57.669 INFO O| Oct 30 01:10:57.668 INFO STEP 319 (remove_files) COMPLETE
50812024-10-30T01:10:57.378Z[ recovery-image] Oct 30 01:10:57.669 INFO O| Oct 30 01:10:57.669 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-30T01:10:57.384Z[ recovery-image] Oct 30 01:10:57.678 INFO O| Oct 30 01:10:57.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50832024-10-30T01:10:57.384Z[ recovery-image] Oct 30 01:10:57.678 INFO O| Oct 30 01:10:57.678 INFO STEP 320 (remove_files) COMPLETE
50842024-10-30T01:10:57.386Z[ recovery-image] Oct 30 01:10:57.678 INFO O| Oct 30 01:10:57.678 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-30T01:10:57.394Z[ recovery-image] Oct 30 01:10:57.688 INFO O| Oct 30 01:10:57.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50862024-10-30T01:10:57.396Z[ recovery-image] Oct 30 01:10:57.688 INFO O| Oct 30 01:10:57.688 INFO STEP 321 (remove_files) COMPLETE
50872024-10-30T01:10:57.396Z[ recovery-image] Oct 30 01:10:57.688 INFO O| Oct 30 01:10:57.688 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-30T01:10:57.404Z[ recovery-image] Oct 30 01:10:57.698 INFO O| Oct 30 01:10:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50892024-10-30T01:10:57.404Z[ recovery-image] Oct 30 01:10:57.698 INFO O| Oct 30 01:10:57.698 INFO STEP 322 (remove_files) COMPLETE
50902024-10-30T01:10:57.404Z[ recovery-image] Oct 30 01:10:57.698 INFO O| Oct 30 01:10:57.698 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-30T01:10:57.414Z[ recovery-image] Oct 30 01:10:57.708 INFO O| Oct 30 01:10:57.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50922024-10-30T01:10:57.414Z[ recovery-image] Oct 30 01:10:57.708 INFO O| Oct 30 01:10:57.708 INFO STEP 323 (remove_files) COMPLETE
50932024-10-30T01:10:57.416Z[ recovery-image] Oct 30 01:10:57.708 INFO O| Oct 30 01:10:57.708 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-30T01:10:57.423Z[ recovery-image] Oct 30 01:10:57.718 INFO O| Oct 30 01:10:57.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50952024-10-30T01:10:57.424Z[ recovery-image] Oct 30 01:10:57.718 INFO O| Oct 30 01:10:57.718 INFO STEP 324 (remove_files) COMPLETE
50962024-10-30T01:10:57.426Z[ recovery-image] Oct 30 01:10:57.718 INFO O| Oct 30 01:10:57.718 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-30T01:10:57.433Z[ recovery-image] Oct 30 01:10:57.728 INFO O| Oct 30 01:10:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50982024-10-30T01:10:57.433Z[ recovery-image] Oct 30 01:10:57.728 INFO O| Oct 30 01:10:57.728 INFO STEP 325 (remove_files) COMPLETE
50992024-10-30T01:10:57.434Z[ recovery-image] Oct 30 01:10:57.728 INFO O| Oct 30 01:10:57.728 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-30T01:10:57.443Z[ recovery-image] Oct 30 01:10:57.738 INFO O| Oct 30 01:10:57.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51012024-10-30T01:10:57.446Z[ recovery-image] Oct 30 01:10:57.738 INFO O| Oct 30 01:10:57.738 INFO STEP 326 (remove_files) COMPLETE
51022024-10-30T01:10:57.446Z[ recovery-image] Oct 30 01:10:57.738 INFO O| Oct 30 01:10:57.738 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-30T01:10:57.453Z[ recovery-image] Oct 30 01:10:57.748 INFO O| Oct 30 01:10:57.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51042024-10-30T01:10:57.456Z[ recovery-image] Oct 30 01:10:57.748 INFO O| Oct 30 01:10:57.748 INFO STEP 327 (remove_files) COMPLETE
51052024-10-30T01:10:57.456Z[ recovery-image] Oct 30 01:10:57.748 INFO O| Oct 30 01:10:57.748 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-30T01:10:57.463Z[ recovery-image] Oct 30 01:10:57.758 INFO O| Oct 30 01:10:57.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51072024-10-30T01:10:57.466Z[ recovery-image] Oct 30 01:10:57.758 INFO O| Oct 30 01:10:57.758 INFO STEP 328 (remove_files) COMPLETE
51082024-10-30T01:10:57.466Z[ recovery-image] Oct 30 01:10:57.758 INFO O| Oct 30 01:10:57.758 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-30T01:10:57.473Z[ recovery-image] Oct 30 01:10:57.767 INFO O| Oct 30 01:10:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51102024-10-30T01:10:57.473Z[ recovery-image] Oct 30 01:10:57.767 INFO O| Oct 30 01:10:57.767 INFO STEP 329 (remove_files) COMPLETE
51112024-10-30T01:10:57.476Z[ recovery-image] Oct 30 01:10:57.767 INFO O| Oct 30 01:10:57.767 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-30T01:10:57.483Z[ recovery-image] Oct 30 01:10:57.777 INFO O| Oct 30 01:10:57.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51132024-10-30T01:10:57.483Z[ recovery-image] Oct 30 01:10:57.777 INFO O| Oct 30 01:10:57.777 INFO STEP 330 (remove_files) COMPLETE
51142024-10-30T01:10:57.483Z[ recovery-image] Oct 30 01:10:57.777 INFO O| Oct 30 01:10:57.777 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-30T01:10:57.493Z[ recovery-image] Oct 30 01:10:57.787 INFO O| Oct 30 01:10:57.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51162024-10-30T01:10:57.493Z[ recovery-image] Oct 30 01:10:57.787 INFO O| Oct 30 01:10:57.787 INFO STEP 331 (remove_files) COMPLETE
51172024-10-30T01:10:57.493Z[ recovery-image] Oct 30 01:10:57.787 INFO O| Oct 30 01:10:57.787 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-30T01:10:57.502Z[ recovery-image] Oct 30 01:10:57.797 INFO O| Oct 30 01:10:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51192024-10-30T01:10:57.502Z[ recovery-image] Oct 30 01:10:57.797 INFO O| Oct 30 01:10:57.797 INFO STEP 332 (remove_files) COMPLETE
51202024-10-30T01:10:57.502Z[ recovery-image] Oct 30 01:10:57.797 INFO O| Oct 30 01:10:57.797 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-30T01:10:57.507Z[ host-image] Oct 30 01:10:57.801 INFO O| Oct 30 01:10:57.801 INFO STEP 11 (pkg_install) COMPLETE
51222024-10-30T01:10:57.507Z[ host-image] Oct 30 01:10:57.801 INFO O| Oct 30 01:10:57.801 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51232024-10-30T01:10:57.512Z[ recovery-image] Oct 30 01:10:57.806 INFO O| Oct 30 01:10:57.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51242024-10-30T01:10:57.512Z[ recovery-image] Oct 30 01:10:57.806 INFO O| Oct 30 01:10:57.806 INFO STEP 333 (remove_files) COMPLETE
51252024-10-30T01:10:57.515Z[ recovery-image] Oct 30 01:10:57.806 INFO O| Oct 30 01:10:57.806 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-30T01:10:57.518Z[ host-image] Oct 30 01:10:57.812 INFO O| Oct 30 01:10:57.812 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
51272024-10-30T01:10:57.523Z[ recovery-image] Oct 30 01:10:57.817 INFO O| Oct 30 01:10:57.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51282024-10-30T01:10:57.525Z[ recovery-image] Oct 30 01:10:57.817 INFO O| Oct 30 01:10:57.817 INFO STEP 334 (remove_files) COMPLETE
51292024-10-30T01:10:57.525Z[ recovery-image] Oct 30 01:10:57.817 INFO O| Oct 30 01:10:57.817 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-30T01:10:57.533Z[ recovery-image] Oct 30 01:10:57.826 INFO O| Oct 30 01:10:57.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51312024-10-30T01:10:57.536Z[ recovery-image] Oct 30 01:10:57.826 INFO O| Oct 30 01:10:57.826 INFO STEP 335 (remove_files) COMPLETE
51322024-10-30T01:10:57.536Z[ recovery-image] Oct 30 01:10:57.826 INFO O| Oct 30 01:10:57.826 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-30T01:10:57.542Z[ recovery-image] Oct 30 01:10:57.836 INFO O| Oct 30 01:10:57.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51342024-10-30T01:10:57.542Z[ recovery-image] Oct 30 01:10:57.836 INFO O| Oct 30 01:10:57.836 INFO STEP 336 (remove_files) COMPLETE
51352024-10-30T01:10:57.542Z[ recovery-image] Oct 30 01:10:57.836 INFO O| Oct 30 01:10:57.836 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-30T01:10:57.551Z[ recovery-image] Oct 30 01:10:57.846 INFO O| Oct 30 01:10:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51372024-10-30T01:10:57.551Z[ recovery-image] Oct 30 01:10:57.846 INFO O| Oct 30 01:10:57.846 INFO STEP 337 (remove_files) COMPLETE
51382024-10-30T01:10:57.551Z[ recovery-image] Oct 30 01:10:57.846 INFO O| Oct 30 01:10:57.846 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-30T01:10:57.561Z[ recovery-image] Oct 30 01:10:57.855 INFO O| Oct 30 01:10:57.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51402024-10-30T01:10:57.561Z[ recovery-image] Oct 30 01:10:57.855 INFO O| Oct 30 01:10:57.855 INFO STEP 338 (remove_files) COMPLETE
51412024-10-30T01:10:57.561Z[ recovery-image] Oct 30 01:10:57.855 INFO O| Oct 30 01:10:57.855 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-30T01:10:57.570Z[ recovery-image] Oct 30 01:10:57.865 INFO O| Oct 30 01:10:57.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51432024-10-30T01:10:57.570Z[ recovery-image] Oct 30 01:10:57.865 INFO O| Oct 30 01:10:57.865 INFO STEP 339 (remove_files) COMPLETE
51442024-10-30T01:10:57.573Z[ recovery-image] Oct 30 01:10:57.865 INFO O| Oct 30 01:10:57.865 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-30T01:10:57.580Z[ recovery-image] Oct 30 01:10:57.874 INFO O| Oct 30 01:10:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51462024-10-30T01:10:57.583Z[ recovery-image] Oct 30 01:10:57.875 INFO O| Oct 30 01:10:57.875 INFO STEP 340 (remove_files) COMPLETE
51472024-10-30T01:10:57.583Z[ recovery-image] Oct 30 01:10:57.875 INFO O| Oct 30 01:10:57.875 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-30T01:10:57.590Z[ recovery-image] Oct 30 01:10:57.884 INFO O| Oct 30 01:10:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51492024-10-30T01:10:57.590Z[ recovery-image] Oct 30 01:10:57.885 INFO O| Oct 30 01:10:57.885 INFO STEP 341 (remove_files) COMPLETE
51502024-10-30T01:10:57.590Z[ recovery-image] Oct 30 01:10:57.885 INFO O| Oct 30 01:10:57.885 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-30T01:10:57.600Z[ recovery-image] Oct 30 01:10:57.894 INFO O| Oct 30 01:10:57.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51522024-10-30T01:10:57.600Z[ recovery-image] Oct 30 01:10:57.894 INFO O| Oct 30 01:10:57.894 INFO STEP 342 (remove_files) COMPLETE
51532024-10-30T01:10:57.600Z[ recovery-image] Oct 30 01:10:57.894 INFO O| Oct 30 01:10:57.894 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-30T01:10:57.609Z[ recovery-image] Oct 30 01:10:57.904 INFO O| Oct 30 01:10:57.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51552024-10-30T01:10:57.609Z[ recovery-image] Oct 30 01:10:57.904 INFO O| Oct 30 01:10:57.904 INFO STEP 343 (remove_files) COMPLETE
51562024-10-30T01:10:57.612Z[ recovery-image] Oct 30 01:10:57.904 INFO O| Oct 30 01:10:57.904 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-30T01:10:57.619Z[ recovery-image] Oct 30 01:10:57.913 INFO O| Oct 30 01:10:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51582024-10-30T01:10:57.619Z[ recovery-image] Oct 30 01:10:57.913 INFO O| Oct 30 01:10:57.913 INFO STEP 344 (remove_files) COMPLETE
51592024-10-30T01:10:57.619Z[ recovery-image] Oct 30 01:10:57.913 INFO O| Oct 30 01:10:57.913 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-30T01:10:57.629Z[ recovery-image] Oct 30 01:10:57.923 INFO O| Oct 30 01:10:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51612024-10-30T01:10:57.629Z[ recovery-image] Oct 30 01:10:57.923 INFO O| Oct 30 01:10:57.923 INFO STEP 345 (remove_files) COMPLETE
51622024-10-30T01:10:57.631Z[ recovery-image] Oct 30 01:10:57.923 INFO O| Oct 30 01:10:57.923 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-30T01:10:57.638Z[ recovery-image] Oct 30 01:10:57.933 INFO O| Oct 30 01:10:57.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51642024-10-30T01:10:57.639Z[ recovery-image] Oct 30 01:10:57.933 INFO O| Oct 30 01:10:57.933 INFO STEP 346 (remove_files) COMPLETE
51652024-10-30T01:10:57.639Z[ recovery-image] Oct 30 01:10:57.933 INFO O| Oct 30 01:10:57.933 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-30T01:10:57.648Z[ recovery-image] Oct 30 01:10:57.943 INFO O| Oct 30 01:10:57.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51672024-10-30T01:10:57.648Z[ recovery-image] Oct 30 01:10:57.943 INFO O| Oct 30 01:10:57.943 INFO STEP 347 (remove_files) COMPLETE
51682024-10-30T01:10:57.648Z[ recovery-image] Oct 30 01:10:57.943 INFO O| Oct 30 01:10:57.943 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-30T01:10:57.658Z[ recovery-image] Oct 30 01:10:57.952 INFO O| Oct 30 01:10:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51702024-10-30T01:10:57.658Z[ recovery-image] Oct 30 01:10:57.952 INFO O| Oct 30 01:10:57.952 INFO STEP 348 (remove_files) COMPLETE
51712024-10-30T01:10:57.658Z[ recovery-image] Oct 30 01:10:57.952 INFO O| Oct 30 01:10:57.952 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-30T01:10:57.667Z[ recovery-image] Oct 30 01:10:57.962 INFO O| Oct 30 01:10:57.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51732024-10-30T01:10:57.667Z[ recovery-image] Oct 30 01:10:57.962 INFO O| Oct 30 01:10:57.962 INFO STEP 349 (remove_files) COMPLETE
51742024-10-30T01:10:57.667Z[ recovery-image] Oct 30 01:10:57.962 INFO O| Oct 30 01:10:57.962 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-30T01:10:57.677Z[ recovery-image] Oct 30 01:10:57.971 INFO O| Oct 30 01:10:57.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51762024-10-30T01:10:57.677Z[ recovery-image] Oct 30 01:10:57.971 INFO O| Oct 30 01:10:57.971 INFO STEP 350 (remove_files) COMPLETE
51772024-10-30T01:10:57.677Z[ recovery-image] Oct 30 01:10:57.971 INFO O| Oct 30 01:10:57.971 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-30T01:10:57.687Z[ recovery-image] Oct 30 01:10:57.981 INFO O| Oct 30 01:10:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51792024-10-30T01:10:57.687Z[ recovery-image] Oct 30 01:10:57.981 INFO O| Oct 30 01:10:57.981 INFO STEP 351 (remove_files) COMPLETE
51802024-10-30T01:10:57.687Z[ recovery-image] Oct 30 01:10:57.981 INFO O| Oct 30 01:10:57.981 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-30T01:10:57.696Z[ recovery-image] Oct 30 01:10:57.991 INFO O| Oct 30 01:10:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51822024-10-30T01:10:57.696Z[ recovery-image] Oct 30 01:10:57.991 INFO O| Oct 30 01:10:57.991 INFO STEP 352 (remove_files) COMPLETE
51832024-10-30T01:10:57.696Z[ recovery-image] Oct 30 01:10:57.991 INFO O| Oct 30 01:10:57.991 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-30T01:10:57.706Z[ recovery-image] Oct 30 01:10:58.000 INFO O| Oct 30 01:10:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51852024-10-30T01:10:57.706Z[ recovery-image] Oct 30 01:10:58.001 INFO O| Oct 30 01:10:58.001 INFO STEP 353 (remove_files) COMPLETE
51862024-10-30T01:10:57.706Z[ recovery-image] Oct 30 01:10:58.001 INFO O| Oct 30 01:10:58.001 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-30T01:10:57.717Z[ recovery-image] Oct 30 01:10:58.011 INFO O| Oct 30 01:10:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51882024-10-30T01:10:57.717Z[ recovery-image] Oct 30 01:10:58.012 INFO O| Oct 30 01:10:58.012 INFO STEP 354 (remove_files) COMPLETE
51892024-10-30T01:10:57.717Z[ recovery-image] Oct 30 01:10:58.012 INFO O| Oct 30 01:10:58.012 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-30T01:10:57.727Z[ recovery-image] Oct 30 01:10:58.021 INFO O| Oct 30 01:10:58.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51912024-10-30T01:10:57.730Z[ recovery-image] Oct 30 01:10:58.021 INFO O| Oct 30 01:10:58.021 INFO STEP 355 (remove_files) COMPLETE
51922024-10-30T01:10:57.730Z[ recovery-image] Oct 30 01:10:58.021 INFO O| Oct 30 01:10:58.021 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-30T01:10:57.737Z[ recovery-image] Oct 30 01:10:58.031 INFO O| Oct 30 01:10:58.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51942024-10-30T01:10:57.737Z[ recovery-image] Oct 30 01:10:58.032 INFO O| Oct 30 01:10:58.031 INFO STEP 356 (remove_files) COMPLETE
51952024-10-30T01:10:57.740Z[ recovery-image] Oct 30 01:10:58.032 INFO O| Oct 30 01:10:58.031 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-30T01:10:57.747Z[ recovery-image] Oct 30 01:10:58.041 INFO O| Oct 30 01:10:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51972024-10-30T01:10:57.747Z[ recovery-image] Oct 30 01:10:58.041 INFO O| Oct 30 01:10:58.041 INFO STEP 357 (remove_files) COMPLETE
51982024-10-30T01:10:57.750Z[ recovery-image] Oct 30 01:10:58.041 INFO O| Oct 30 01:10:58.041 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-30T01:10:57.757Z[ recovery-image] Oct 30 01:10:58.051 INFO O| Oct 30 01:10:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52002024-10-30T01:10:57.757Z[ recovery-image] Oct 30 01:10:58.051 INFO O| Oct 30 01:10:58.051 INFO STEP 358 (remove_files) COMPLETE
52012024-10-30T01:10:57.757Z[ recovery-image] Oct 30 01:10:58.051 INFO O| Oct 30 01:10:58.051 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-30T01:10:57.767Z[ recovery-image] Oct 30 01:10:58.062 INFO O| Oct 30 01:10:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52032024-10-30T01:10:57.767Z[ recovery-image] Oct 30 01:10:58.062 INFO O| Oct 30 01:10:58.062 INFO STEP 359 (remove_files) COMPLETE
52042024-10-30T01:10:57.767Z[ recovery-image] Oct 30 01:10:58.062 INFO O| Oct 30 01:10:58.062 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-30T01:10:57.777Z[ recovery-image] Oct 30 01:10:58.072 INFO O| Oct 30 01:10:58.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52062024-10-30T01:10:57.777Z[ recovery-image] Oct 30 01:10:58.072 INFO O| Oct 30 01:10:58.072 INFO STEP 360 (remove_files) COMPLETE
52072024-10-30T01:10:57.780Z[ recovery-image] Oct 30 01:10:58.072 INFO O| Oct 30 01:10:58.072 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-30T01:10:57.788Z[ recovery-image] Oct 30 01:10:58.082 INFO O| Oct 30 01:10:58.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52092024-10-30T01:10:57.788Z[ recovery-image] Oct 30 01:10:58.082 INFO O| Oct 30 01:10:58.082 INFO STEP 361 (remove_files) COMPLETE
52102024-10-30T01:10:57.790Z[ recovery-image] Oct 30 01:10:58.082 INFO O| Oct 30 01:10:58.082 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-30T01:10:57.798Z[ recovery-image] Oct 30 01:10:58.093 INFO O| Oct 30 01:10:58.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52122024-10-30T01:10:57.798Z[ recovery-image] Oct 30 01:10:58.093 INFO O| Oct 30 01:10:58.093 INFO STEP 362 (remove_files) COMPLETE
52132024-10-30T01:10:57.801Z[ recovery-image] Oct 30 01:10:58.093 INFO O| Oct 30 01:10:58.093 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-30T01:10:57.809Z[ recovery-image] Oct 30 01:10:58.103 INFO O| Oct 30 01:10:58.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52152024-10-30T01:10:57.809Z[ recovery-image] Oct 30 01:10:58.103 INFO O| Oct 30 01:10:58.103 INFO STEP 363 (remove_files) COMPLETE
52162024-10-30T01:10:57.811Z[ recovery-image] Oct 30 01:10:58.103 INFO O| Oct 30 01:10:58.103 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-30T01:10:57.819Z[ recovery-image] Oct 30 01:10:58.114 INFO O| Oct 30 01:10:58.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52182024-10-30T01:10:57.819Z[ recovery-image] Oct 30 01:10:58.114 INFO O| Oct 30 01:10:58.114 INFO STEP 364 (remove_files) COMPLETE
52192024-10-30T01:10:57.824Z[ recovery-image] Oct 30 01:10:58.114 INFO O| Oct 30 01:10:58.114 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-30T01:10:57.830Z[ recovery-image] Oct 30 01:10:58.125 INFO O| Oct 30 01:10:58.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52212024-10-30T01:10:57.833Z[ recovery-image] Oct 30 01:10:58.125 INFO O| Oct 30 01:10:58.125 INFO STEP 365 (remove_files) COMPLETE
52222024-10-30T01:10:57.833Z[ recovery-image] Oct 30 01:10:58.125 INFO O| Oct 30 01:10:58.125 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-30T01:10:57.842Z[ recovery-image] Oct 30 01:10:58.136 INFO O| Oct 30 01:10:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52242024-10-30T01:10:57.842Z[ recovery-image] Oct 30 01:10:58.136 INFO O| Oct 30 01:10:58.136 INFO STEP 366 (remove_files) COMPLETE
52252024-10-30T01:10:57.844Z[ recovery-image] Oct 30 01:10:58.136 INFO O| Oct 30 01:10:58.136 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-30T01:10:57.852Z[ recovery-image] Oct 30 01:10:58.146 INFO O| Oct 30 01:10:58.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52272024-10-30T01:10:57.854Z[ recovery-image] Oct 30 01:10:58.146 INFO O| Oct 30 01:10:58.146 INFO STEP 367 (remove_files) COMPLETE
52282024-10-30T01:10:57.854Z[ recovery-image] Oct 30 01:10:58.146 INFO O| Oct 30 01:10:58.146 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-30T01:10:57.862Z[ recovery-image] Oct 30 01:10:58.156 INFO O| Oct 30 01:10:58.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52302024-10-30T01:10:57.862Z[ recovery-image] Oct 30 01:10:58.157 INFO O| Oct 30 01:10:58.157 INFO STEP 368 (remove_files) COMPLETE
52312024-10-30T01:10:57.865Z[ recovery-image] Oct 30 01:10:58.157 INFO O| Oct 30 01:10:58.157 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-30T01:10:57.873Z[ recovery-image] Oct 30 01:10:58.167 INFO O| Oct 30 01:10:58.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52332024-10-30T01:10:57.873Z[ recovery-image] Oct 30 01:10:58.167 INFO O| Oct 30 01:10:58.167 INFO STEP 369 (remove_files) COMPLETE
52342024-10-30T01:10:57.873Z[ recovery-image] Oct 30 01:10:58.167 INFO O| Oct 30 01:10:58.167 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-30T01:10:57.882Z[ recovery-image] Oct 30 01:10:58.177 INFO O| Oct 30 01:10:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52362024-10-30T01:10:57.882Z[ recovery-image] Oct 30 01:10:58.177 INFO O| Oct 30 01:10:58.177 INFO STEP 370 (remove_files) COMPLETE
52372024-10-30T01:10:57.882Z[ recovery-image] Oct 30 01:10:58.177 INFO O| Oct 30 01:10:58.177 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-30T01:10:57.892Z[ recovery-image] Oct 30 01:10:58.186 INFO O| Oct 30 01:10:58.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52392024-10-30T01:10:57.892Z[ recovery-image] Oct 30 01:10:58.187 INFO O| Oct 30 01:10:58.186 INFO STEP 371 (remove_files) COMPLETE
52402024-10-30T01:10:57.895Z[ recovery-image] Oct 30 01:10:58.187 INFO O| Oct 30 01:10:58.187 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-30T01:10:57.902Z[ recovery-image] Oct 30 01:10:58.196 INFO O| Oct 30 01:10:58.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52422024-10-30T01:10:57.902Z[ recovery-image] Oct 30 01:10:58.196 INFO O| Oct 30 01:10:58.196 INFO STEP 372 (remove_files) COMPLETE
52432024-10-30T01:10:57.902Z[ recovery-image] Oct 30 01:10:58.196 INFO O| Oct 30 01:10:58.196 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-30T01:10:57.912Z[ recovery-image] Oct 30 01:10:58.206 INFO O| Oct 30 01:10:58.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52452024-10-30T01:10:57.912Z[ recovery-image] Oct 30 01:10:58.206 INFO O| Oct 30 01:10:58.206 INFO STEP 373 (remove_files) COMPLETE
52462024-10-30T01:10:57.912Z[ recovery-image] Oct 30 01:10:58.206 INFO O| Oct 30 01:10:58.206 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-30T01:10:57.922Z[ recovery-image] Oct 30 01:10:58.216 INFO O| Oct 30 01:10:58.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52482024-10-30T01:10:57.924Z[ recovery-image] Oct 30 01:10:58.217 INFO O| Oct 30 01:10:58.217 INFO STEP 374 (remove_files) COMPLETE
52492024-10-30T01:10:57.924Z[ recovery-image] Oct 30 01:10:58.217 INFO O| Oct 30 01:10:58.217 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-30T01:10:57.932Z[ recovery-image] Oct 30 01:10:58.226 INFO O| Oct 30 01:10:58.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52512024-10-30T01:10:57.932Z[ recovery-image] Oct 30 01:10:58.226 INFO O| Oct 30 01:10:58.226 INFO STEP 375 (remove_files) COMPLETE
52522024-10-30T01:10:57.935Z[ recovery-image] Oct 30 01:10:58.226 INFO O| Oct 30 01:10:58.226 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-30T01:10:57.942Z[ recovery-image] Oct 30 01:10:58.236 INFO O| Oct 30 01:10:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52542024-10-30T01:10:57.942Z[ recovery-image] Oct 30 01:10:58.236 INFO O| Oct 30 01:10:58.236 INFO STEP 376 (remove_files) COMPLETE
52552024-10-30T01:10:57.945Z[ recovery-image] Oct 30 01:10:58.236 INFO O| Oct 30 01:10:58.236 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-30T01:10:57.951Z[ recovery-image] Oct 30 01:10:58.246 INFO O| Oct 30 01:10:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52572024-10-30T01:10:57.954Z[ recovery-image] Oct 30 01:10:58.246 INFO O| Oct 30 01:10:58.246 INFO STEP 377 (remove_files) COMPLETE
52582024-10-30T01:10:57.954Z[ recovery-image] Oct 30 01:10:58.246 INFO O| Oct 30 01:10:58.246 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-30T01:10:57.961Z[ recovery-image] Oct 30 01:10:58.255 INFO O| Oct 30 01:10:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52602024-10-30T01:10:57.961Z[ recovery-image] Oct 30 01:10:58.255 INFO O| Oct 30 01:10:58.255 INFO STEP 378 (remove_files) COMPLETE
52612024-10-30T01:10:57.963Z[ recovery-image] Oct 30 01:10:58.255 INFO O| Oct 30 01:10:58.255 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-30T01:10:57.970Z[ recovery-image] Oct 30 01:10:58.265 INFO O| Oct 30 01:10:58.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52632024-10-30T01:10:57.970Z[ recovery-image] Oct 30 01:10:58.265 INFO O| Oct 30 01:10:58.265 INFO STEP 379 (remove_files) COMPLETE
52642024-10-30T01:10:57.971Z[ recovery-image] Oct 30 01:10:58.265 INFO O| Oct 30 01:10:58.265 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-30T01:10:57.980Z[ recovery-image] Oct 30 01:10:58.275 INFO O| Oct 30 01:10:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52662024-10-30T01:10:57.980Z[ recovery-image] Oct 30 01:10:58.275 INFO O| Oct 30 01:10:58.275 INFO STEP 380 (remove_files) COMPLETE
52672024-10-30T01:10:57.980Z[ recovery-image] Oct 30 01:10:58.275 INFO O| Oct 30 01:10:58.275 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-30T01:10:57.990Z[ recovery-image] Oct 30 01:10:58.285 INFO O| Oct 30 01:10:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52692024-10-30T01:10:57.993Z[ recovery-image] Oct 30 01:10:58.285 INFO O| Oct 30 01:10:58.285 INFO STEP 381 (remove_files) COMPLETE
52702024-10-30T01:10:57.993Z[ recovery-image] Oct 30 01:10:58.285 INFO O| Oct 30 01:10:58.285 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-30T01:10:58.000Z[ recovery-image] Oct 30 01:10:58.295 INFO O| Oct 30 01:10:58.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52722024-10-30T01:10:58.000Z[ recovery-image] Oct 30 01:10:58.295 INFO O| Oct 30 01:10:58.295 INFO STEP 382 (remove_files) COMPLETE
52732024-10-30T01:10:58.001Z[ recovery-image] Oct 30 01:10:58.295 INFO O| Oct 30 01:10:58.295 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-30T01:10:58.010Z[ recovery-image] Oct 30 01:10:58.305 INFO O| Oct 30 01:10:58.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52752024-10-30T01:10:58.010Z[ recovery-image] Oct 30 01:10:58.305 INFO O| Oct 30 01:10:58.305 INFO STEP 383 (remove_files) COMPLETE
52762024-10-30T01:10:58.013Z[ recovery-image] Oct 30 01:10:58.305 INFO O| Oct 30 01:10:58.305 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-30T01:10:58.014Z[ host-image] Oct 30 01:10:58.306 INFO O| Oct 30 01:10:58.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
52782024-10-30T01:10:58.020Z[ recovery-image] Oct 30 01:10:58.314 INFO O| Oct 30 01:10:58.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52792024-10-30T01:10:58.022Z[ recovery-image] Oct 30 01:10:58.315 INFO O| Oct 30 01:10:58.315 INFO STEP 384 (remove_files) COMPLETE
52802024-10-30T01:10:58.023Z[ recovery-image] Oct 30 01:10:58.315 INFO O| Oct 30 01:10:58.315 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-10-30T01:10:58.031Z[ recovery-image] Oct 30 01:10:58.326 INFO O| Oct 30 01:10:58.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52822024-10-30T01:10:58.031Z[ recovery-image] Oct 30 01:10:58.326 INFO O| Oct 30 01:10:58.326 INFO STEP 385 (remove_files) COMPLETE
52832024-10-30T01:10:58.031Z[ recovery-image] Oct 30 01:10:58.326 INFO O| Oct 30 01:10:58.326 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-10-30T01:10:58.041Z[ recovery-image] Oct 30 01:10:58.336 INFO O| Oct 30 01:10:58.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52852024-10-30T01:10:58.041Z[ recovery-image] Oct 30 01:10:58.336 INFO O| Oct 30 01:10:58.336 INFO STEP 386 (remove_files) COMPLETE
52862024-10-30T01:10:58.041Z[ recovery-image] Oct 30 01:10:58.336 INFO O| Oct 30 01:10:58.336 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-30T01:10:58.052Z[ recovery-image] Oct 30 01:10:58.346 INFO O| Oct 30 01:10:58.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52882024-10-30T01:10:58.052Z[ recovery-image] Oct 30 01:10:58.346 INFO O| Oct 30 01:10:58.346 INFO STEP 387 (remove_files) COMPLETE
52892024-10-30T01:10:58.054Z[ recovery-image] Oct 30 01:10:58.346 INFO O| Oct 30 01:10:58.346 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-30T01:10:58.062Z[ recovery-image] Oct 30 01:10:58.356 INFO O| Oct 30 01:10:58.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52912024-10-30T01:10:58.062Z[ recovery-image] Oct 30 01:10:58.356 INFO O| Oct 30 01:10:58.356 INFO STEP 388 (remove_files) COMPLETE
52922024-10-30T01:10:58.062Z[ recovery-image] Oct 30 01:10:58.356 INFO O| Oct 30 01:10:58.356 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-30T01:10:58.072Z[ recovery-image] Oct 30 01:10:58.366 INFO O| Oct 30 01:10:58.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52942024-10-30T01:10:58.072Z[ recovery-image] Oct 30 01:10:58.366 INFO O| Oct 30 01:10:58.366 INFO STEP 389 (remove_files) COMPLETE
52952024-10-30T01:10:58.074Z[ recovery-image] Oct 30 01:10:58.366 INFO O| Oct 30 01:10:58.366 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-30T01:10:58.081Z[ recovery-image] Oct 30 01:10:58.376 INFO O| Oct 30 01:10:58.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52972024-10-30T01:10:58.082Z[ recovery-image] Oct 30 01:10:58.376 INFO O| Oct 30 01:10:58.376 INFO STEP 390 (remove_files) COMPLETE
52982024-10-30T01:10:58.084Z[ recovery-image] Oct 30 01:10:58.376 INFO O| Oct 30 01:10:58.376 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-30T01:10:58.092Z[ recovery-image] Oct 30 01:10:58.386 INFO O| Oct 30 01:10:58.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53002024-10-30T01:10:58.092Z[ recovery-image] Oct 30 01:10:58.386 INFO O| Oct 30 01:10:58.386 INFO STEP 391 (remove_files) COMPLETE
53012024-10-30T01:10:58.092Z[ recovery-image] Oct 30 01:10:58.386 INFO O| Oct 30 01:10:58.386 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-30T01:10:58.101Z[ recovery-image] Oct 30 01:10:58.396 INFO O| Oct 30 01:10:58.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53032024-10-30T01:10:58.102Z[ recovery-image] Oct 30 01:10:58.396 INFO O| Oct 30 01:10:58.396 INFO STEP 392 (remove_files) COMPLETE
53042024-10-30T01:10:58.102Z[ recovery-image] Oct 30 01:10:58.396 INFO O| Oct 30 01:10:58.396 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-30T01:10:58.112Z[ recovery-image] Oct 30 01:10:58.406 INFO O| Oct 30 01:10:58.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53062024-10-30T01:10:58.112Z[ recovery-image] Oct 30 01:10:58.406 INFO O| Oct 30 01:10:58.406 INFO STEP 393 (remove_files) COMPLETE
53072024-10-30T01:10:58.112Z[ recovery-image] Oct 30 01:10:58.406 INFO O| Oct 30 01:10:58.406 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-30T01:10:58.121Z[ recovery-image] Oct 30 01:10:58.416 INFO O| Oct 30 01:10:58.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53092024-10-30T01:10:58.121Z[ recovery-image] Oct 30 01:10:58.416 INFO O| Oct 30 01:10:58.416 INFO STEP 394 (remove_files) COMPLETE
53102024-10-30T01:10:58.121Z[ recovery-image] Oct 30 01:10:58.416 INFO O| Oct 30 01:10:58.416 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-30T01:10:58.131Z[ recovery-image] Oct 30 01:10:58.425 INFO O| Oct 30 01:10:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53122024-10-30T01:10:58.134Z[ recovery-image] Oct 30 01:10:58.426 INFO O| Oct 30 01:10:58.425 INFO STEP 395 (remove_files) COMPLETE
53132024-10-30T01:10:58.134Z[ recovery-image] Oct 30 01:10:58.426 INFO O| Oct 30 01:10:58.426 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-30T01:10:58.141Z[ recovery-image] Oct 30 01:10:58.435 INFO O| Oct 30 01:10:58.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53152024-10-30T01:10:58.141Z[ recovery-image] Oct 30 01:10:58.435 INFO O| Oct 30 01:10:58.435 INFO STEP 396 (remove_files) COMPLETE
53162024-10-30T01:10:58.143Z[ recovery-image] Oct 30 01:10:58.435 INFO O| Oct 30 01:10:58.435 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-30T01:10:58.150Z[ recovery-image] Oct 30 01:10:58.445 INFO O| Oct 30 01:10:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53182024-10-30T01:10:58.150Z[ recovery-image] Oct 30 01:10:58.445 INFO O| Oct 30 01:10:58.445 INFO STEP 397 (remove_files) COMPLETE
53192024-10-30T01:10:58.153Z[ recovery-image] Oct 30 01:10:58.445 INFO O| Oct 30 01:10:58.445 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-30T01:10:58.160Z[ recovery-image] Oct 30 01:10:58.455 INFO O| Oct 30 01:10:58.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53212024-10-30T01:10:58.164Z[ recovery-image] Oct 30 01:10:58.455 INFO O| Oct 30 01:10:58.455 INFO STEP 398 (remove_files) COMPLETE
53222024-10-30T01:10:58.164Z[ recovery-image] Oct 30 01:10:58.455 INFO O| Oct 30 01:10:58.455 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-30T01:10:58.171Z[ recovery-image] Oct 30 01:10:58.465 INFO O| Oct 30 01:10:58.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53242024-10-30T01:10:58.171Z[ recovery-image] Oct 30 01:10:58.465 INFO O| Oct 30 01:10:58.465 INFO STEP 399 (remove_files) COMPLETE
53252024-10-30T01:10:58.173Z[ recovery-image] Oct 30 01:10:58.465 INFO O| Oct 30 01:10:58.465 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-30T01:10:58.181Z[ recovery-image] Oct 30 01:10:58.476 INFO O| Oct 30 01:10:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53272024-10-30T01:10:58.181Z[ recovery-image] Oct 30 01:10:58.476 INFO O| Oct 30 01:10:58.476 INFO STEP 400 (remove_files) COMPLETE
53282024-10-30T01:10:58.181Z[ recovery-image] Oct 30 01:10:58.476 INFO O| Oct 30 01:10:58.476 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-30T01:10:58.191Z[ recovery-image] Oct 30 01:10:58.486 INFO O| Oct 30 01:10:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53302024-10-30T01:10:58.191Z[ recovery-image] Oct 30 01:10:58.486 INFO O| Oct 30 01:10:58.486 INFO STEP 401 (remove_files) COMPLETE
53312024-10-30T01:10:58.194Z[ recovery-image] Oct 30 01:10:58.486 INFO O| Oct 30 01:10:58.486 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-30T01:10:58.201Z[ recovery-image] Oct 30 01:10:58.495 INFO O| Oct 30 01:10:58.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53332024-10-30T01:10:58.201Z[ recovery-image] Oct 30 01:10:58.495 INFO O| Oct 30 01:10:58.495 INFO STEP 402 (remove_files) COMPLETE
53342024-10-30T01:10:58.201Z[ recovery-image] Oct 30 01:10:58.495 INFO O| Oct 30 01:10:58.495 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-30T01:10:58.210Z[ recovery-image] Oct 30 01:10:58.505 INFO O| Oct 30 01:10:58.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53362024-10-30T01:10:58.213Z[ recovery-image] Oct 30 01:10:58.505 INFO O| Oct 30 01:10:58.505 INFO STEP 403 (remove_files) COMPLETE
53372024-10-30T01:10:58.213Z[ recovery-image] Oct 30 01:10:58.505 INFO O| Oct 30 01:10:58.505 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-30T01:10:58.220Z[ recovery-image] Oct 30 01:10:58.515 INFO O| Oct 30 01:10:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53392024-10-30T01:10:58.223Z[ recovery-image] Oct 30 01:10:58.515 INFO O| Oct 30 01:10:58.515 INFO STEP 404 (remove_files) COMPLETE
53402024-10-30T01:10:58.223Z[ recovery-image] Oct 30 01:10:58.515 INFO O| Oct 30 01:10:58.515 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-30T01:10:58.231Z[ recovery-image] Oct 30 01:10:58.524 INFO O| Oct 30 01:10:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53422024-10-30T01:10:58.231Z[ recovery-image] Oct 30 01:10:58.525 INFO O| Oct 30 01:10:58.524 INFO STEP 405 (remove_files) COMPLETE
53432024-10-30T01:10:58.231Z[ recovery-image] Oct 30 01:10:58.525 INFO O| Oct 30 01:10:58.524 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-30T01:10:58.239Z[ recovery-image] Oct 30 01:10:58.534 INFO O| Oct 30 01:10:58.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53452024-10-30T01:10:58.239Z[ recovery-image] Oct 30 01:10:58.534 INFO O| Oct 30 01:10:58.534 INFO STEP 406 (remove_files) COMPLETE
53462024-10-30T01:10:58.240Z[ recovery-image] Oct 30 01:10:58.534 INFO O| Oct 30 01:10:58.534 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-30T01:10:58.249Z[ recovery-image] Oct 30 01:10:58.544 INFO O| Oct 30 01:10:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53482024-10-30T01:10:58.249Z[ recovery-image] Oct 30 01:10:58.544 INFO O| Oct 30 01:10:58.544 INFO STEP 407 (remove_files) COMPLETE
53492024-10-30T01:10:58.249Z[ recovery-image] Oct 30 01:10:58.544 INFO O| Oct 30 01:10:58.544 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-30T01:10:58.259Z[ recovery-image] Oct 30 01:10:58.553 INFO O| Oct 30 01:10:58.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53512024-10-30T01:10:58.261Z[ recovery-image] Oct 30 01:10:58.553 INFO O| Oct 30 01:10:58.553 INFO STEP 408 (remove_files) COMPLETE
53522024-10-30T01:10:58.261Z[ recovery-image] Oct 30 01:10:58.553 INFO O| Oct 30 01:10:58.553 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-30T01:10:58.269Z[ recovery-image] Oct 30 01:10:58.563 INFO O| Oct 30 01:10:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53542024-10-30T01:10:58.271Z[ recovery-image] Oct 30 01:10:58.564 INFO O| Oct 30 01:10:58.564 INFO STEP 409 (remove_files) COMPLETE
53552024-10-30T01:10:58.271Z[ recovery-image] Oct 30 01:10:58.564 INFO O| Oct 30 01:10:58.564 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-30T01:10:58.279Z[ recovery-image] Oct 30 01:10:58.574 INFO O| Oct 30 01:10:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53572024-10-30T01:10:58.282Z[ recovery-image] Oct 30 01:10:58.574 INFO O| Oct 30 01:10:58.574 INFO STEP 410 (remove_files) COMPLETE
53582024-10-30T01:10:58.282Z[ recovery-image] Oct 30 01:10:58.574 INFO O| Oct 30 01:10:58.574 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-30T01:10:58.289Z[ recovery-image] Oct 30 01:10:58.583 INFO O| Oct 30 01:10:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53602024-10-30T01:10:58.291Z[ recovery-image] Oct 30 01:10:58.583 INFO O| Oct 30 01:10:58.583 INFO STEP 411 (remove_files) COMPLETE
53612024-10-30T01:10:58.291Z[ recovery-image] Oct 30 01:10:58.584 INFO O| Oct 30 01:10:58.583 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-30T01:10:58.298Z[ recovery-image] Oct 30 01:10:58.593 INFO O| Oct 30 01:10:58.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53632024-10-30T01:10:58.298Z[ recovery-image] Oct 30 01:10:58.593 INFO O| Oct 30 01:10:58.593 INFO STEP 412 (remove_files) COMPLETE
53642024-10-30T01:10:58.301Z[ recovery-image] Oct 30 01:10:58.593 INFO O| Oct 30 01:10:58.593 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-30T01:10:58.308Z[ recovery-image] Oct 30 01:10:58.603 INFO O| Oct 30 01:10:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53662024-10-30T01:10:58.311Z[ recovery-image] Oct 30 01:10:58.603 INFO O| Oct 30 01:10:58.603 INFO STEP 413 (remove_files) COMPLETE
53672024-10-30T01:10:58.311Z[ recovery-image] Oct 30 01:10:58.603 INFO O| Oct 30 01:10:58.603 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-30T01:10:58.318Z[ recovery-image] Oct 30 01:10:58.613 INFO O| Oct 30 01:10:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53692024-10-30T01:10:58.318Z[ recovery-image] Oct 30 01:10:58.613 INFO O| Oct 30 01:10:58.613 INFO STEP 414 (remove_files) COMPLETE
53702024-10-30T01:10:58.318Z[ recovery-image] Oct 30 01:10:58.613 INFO O| Oct 30 01:10:58.613 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-30T01:10:58.328Z[ recovery-image] Oct 30 01:10:58.622 INFO O| Oct 30 01:10:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53722024-10-30T01:10:58.328Z[ recovery-image] Oct 30 01:10:58.622 INFO O| Oct 30 01:10:58.622 INFO STEP 415 (remove_files) COMPLETE
53732024-10-30T01:10:58.330Z[ recovery-image] Oct 30 01:10:58.622 INFO O| Oct 30 01:10:58.622 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-30T01:10:58.338Z[ recovery-image] Oct 30 01:10:58.632 INFO O| Oct 30 01:10:58.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53752024-10-30T01:10:58.340Z[ recovery-image] Oct 30 01:10:58.632 INFO O| Oct 30 01:10:58.632 INFO STEP 416 (remove_files) COMPLETE
53762024-10-30T01:10:58.340Z[ recovery-image] Oct 30 01:10:58.633 INFO O| Oct 30 01:10:58.632 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-30T01:10:58.348Z[ recovery-image] Oct 30 01:10:58.643 INFO O| Oct 30 01:10:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53782024-10-30T01:10:58.348Z[ recovery-image] Oct 30 01:10:58.643 INFO O| Oct 30 01:10:58.643 INFO STEP 417 (remove_files) COMPLETE
53792024-10-30T01:10:58.351Z[ recovery-image] Oct 30 01:10:58.643 INFO O| Oct 30 01:10:58.643 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-30T01:10:58.358Z[ recovery-image] Oct 30 01:10:58.653 INFO O| Oct 30 01:10:58.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53812024-10-30T01:10:58.361Z[ recovery-image] Oct 30 01:10:58.653 INFO O| Oct 30 01:10:58.653 INFO STEP 418 (remove_files) COMPLETE
53822024-10-30T01:10:58.361Z[ recovery-image] Oct 30 01:10:58.653 INFO O| Oct 30 01:10:58.653 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-30T01:10:58.369Z[ recovery-image] Oct 30 01:10:58.664 INFO O| Oct 30 01:10:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53842024-10-30T01:10:58.369Z[ recovery-image] Oct 30 01:10:58.664 INFO O| Oct 30 01:10:58.664 INFO STEP 419 (remove_files) COMPLETE
53852024-10-30T01:10:58.372Z[ recovery-image] Oct 30 01:10:58.664 INFO O| Oct 30 01:10:58.664 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-30T01:10:58.381Z[ recovery-image] Oct 30 01:10:58.675 INFO O| Oct 30 01:10:58.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53872024-10-30T01:10:58.381Z[ recovery-image] Oct 30 01:10:58.675 INFO O| Oct 30 01:10:58.675 INFO STEP 420 (remove_files) COMPLETE
53882024-10-30T01:10:58.384Z[ recovery-image] Oct 30 01:10:58.676 INFO O| Oct 30 01:10:58.675 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-30T01:10:58.391Z[ recovery-image] Oct 30 01:10:58.686 INFO O| Oct 30 01:10:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53902024-10-30T01:10:58.394Z[ recovery-image] Oct 30 01:10:58.687 INFO O| Oct 30 01:10:58.687 INFO STEP 421 (remove_files) COMPLETE
53912024-10-30T01:10:58.394Z[ recovery-image] Oct 30 01:10:58.687 INFO O| Oct 30 01:10:58.687 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-30T01:10:58.403Z[ recovery-image] Oct 30 01:10:58.697 INFO O| Oct 30 01:10:58.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53932024-10-30T01:10:58.406Z[ recovery-image] Oct 30 01:10:58.697 INFO O| Oct 30 01:10:58.697 INFO STEP 422 (remove_files) COMPLETE
53942024-10-30T01:10:58.406Z[ recovery-image] Oct 30 01:10:58.697 INFO O| Oct 30 01:10:58.697 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-30T01:10:58.412Z[ recovery-image] Oct 30 01:10:58.707 INFO O| Oct 30 01:10:58.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53962024-10-30T01:10:58.412Z[ recovery-image] Oct 30 01:10:58.707 INFO O| Oct 30 01:10:58.707 INFO STEP 423 (remove_files) COMPLETE
53972024-10-30T01:10:58.414Z[ recovery-image] Oct 30 01:10:58.707 INFO O| Oct 30 01:10:58.707 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-30T01:10:58.422Z[ recovery-image] Oct 30 01:10:58.716 INFO O| Oct 30 01:10:58.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53992024-10-30T01:10:58.422Z[ recovery-image] Oct 30 01:10:58.716 INFO O| Oct 30 01:10:58.716 INFO STEP 424 (remove_files) COMPLETE
54002024-10-30T01:10:58.424Z[ recovery-image] Oct 30 01:10:58.716 INFO O| Oct 30 01:10:58.716 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-30T01:10:58.433Z[ recovery-image] Oct 30 01:10:58.728 INFO O| Oct 30 01:10:58.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54022024-10-30T01:10:58.433Z[ recovery-image] Oct 30 01:10:58.728 INFO O| Oct 30 01:10:58.728 INFO STEP 425 (remove_files) COMPLETE
54032024-10-30T01:10:58.433Z[ recovery-image] Oct 30 01:10:58.728 INFO O| Oct 30 01:10:58.728 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-30T01:10:58.445Z[ recovery-image] Oct 30 01:10:58.739 INFO O| Oct 30 01:10:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54052024-10-30T01:10:58.445Z[ recovery-image] Oct 30 01:10:58.739 INFO O| Oct 30 01:10:58.739 INFO STEP 426 (remove_files) COMPLETE
54062024-10-30T01:10:58.447Z[ recovery-image] Oct 30 01:10:58.739 INFO O| Oct 30 01:10:58.739 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-30T01:10:58.455Z[ recovery-image] Oct 30 01:10:58.749 INFO O| Oct 30 01:10:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54082024-10-30T01:10:58.455Z[ recovery-image] Oct 30 01:10:58.750 INFO O| Oct 30 01:10:58.750 INFO STEP 427 (remove_files) COMPLETE
54092024-10-30T01:10:58.457Z[ recovery-image] Oct 30 01:10:58.750 INFO O| Oct 30 01:10:58.750 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-30T01:10:58.466Z[ recovery-image] Oct 30 01:10:58.761 INFO O| Oct 30 01:10:58.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54112024-10-30T01:10:58.466Z[ recovery-image] Oct 30 01:10:58.761 INFO O| Oct 30 01:10:58.761 INFO STEP 428 (remove_files) COMPLETE
54122024-10-30T01:10:58.466Z[ recovery-image] Oct 30 01:10:58.761 INFO O| Oct 30 01:10:58.761 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-30T01:10:58.477Z[ recovery-image] Oct 30 01:10:58.771 INFO O| Oct 30 01:10:58.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54142024-10-30T01:10:58.479Z[ recovery-image] Oct 30 01:10:58.771 INFO O| Oct 30 01:10:58.771 INFO STEP 429 (remove_files) COMPLETE
54152024-10-30T01:10:58.479Z[ recovery-image] Oct 30 01:10:58.771 INFO O| Oct 30 01:10:58.771 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-30T01:10:58.487Z[ recovery-image] Oct 30 01:10:58.781 INFO O| Oct 30 01:10:58.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54172024-10-30T01:10:58.487Z[ recovery-image] Oct 30 01:10:58.781 INFO O| Oct 30 01:10:58.781 INFO STEP 430 (remove_files) COMPLETE
54182024-10-30T01:10:58.489Z[ recovery-image] Oct 30 01:10:58.781 INFO O| Oct 30 01:10:58.781 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-30T01:10:58.500Z[ recovery-image] Oct 30 01:10:58.793 INFO O| Oct 30 01:10:58.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54202024-10-30T01:10:58.500Z[ recovery-image] Oct 30 01:10:58.793 INFO O| Oct 30 01:10:58.793 INFO STEP 431 (remove_files) COMPLETE
54212024-10-30T01:10:58.500Z[ recovery-image] Oct 30 01:10:58.793 INFO O| Oct 30 01:10:58.793 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-30T01:10:58.508Z[ recovery-image] Oct 30 01:10:58.803 INFO O| Oct 30 01:10:58.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54232024-10-30T01:10:58.509Z[ recovery-image] Oct 30 01:10:58.803 INFO O| Oct 30 01:10:58.803 INFO STEP 432 (remove_files) COMPLETE
54242024-10-30T01:10:58.511Z[ recovery-image] Oct 30 01:10:58.803 INFO O| Oct 30 01:10:58.803 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-30T01:10:58.520Z[ recovery-image] Oct 30 01:10:58.814 INFO O| Oct 30 01:10:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54262024-10-30T01:10:58.520Z[ recovery-image] Oct 30 01:10:58.815 INFO O| Oct 30 01:10:58.814 INFO STEP 433 (remove_files) COMPLETE
54272024-10-30T01:10:58.520Z[ recovery-image] Oct 30 01:10:58.815 INFO O| Oct 30 01:10:58.815 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-30T01:10:58.531Z[ recovery-image] Oct 30 01:10:58.825 INFO O| Oct 30 01:10:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54292024-10-30T01:10:58.533Z[ recovery-image] Oct 30 01:10:58.825 INFO O| Oct 30 01:10:58.825 INFO STEP 434 (remove_files) COMPLETE
54302024-10-30T01:10:58.533Z[ recovery-image] Oct 30 01:10:58.825 INFO O| Oct 30 01:10:58.825 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-30T01:10:58.542Z[ recovery-image] Oct 30 01:10:58.837 INFO O| Oct 30 01:10:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54322024-10-30T01:10:58.542Z[ recovery-image] Oct 30 01:10:58.837 INFO O| Oct 30 01:10:58.837 INFO STEP 435 (remove_files) COMPLETE
54332024-10-30T01:10:58.546Z[ recovery-image] Oct 30 01:10:58.837 INFO O| Oct 30 01:10:58.837 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-30T01:10:58.553Z[ recovery-image] Oct 30 01:10:58.848 INFO O| Oct 30 01:10:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54352024-10-30T01:10:58.556Z[ recovery-image] Oct 30 01:10:58.848 INFO O| Oct 30 01:10:58.848 INFO STEP 436 (remove_files) COMPLETE
54362024-10-30T01:10:58.556Z[ recovery-image] Oct 30 01:10:58.848 INFO O| Oct 30 01:10:58.848 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-30T01:10:58.564Z[ recovery-image] Oct 30 01:10:58.858 INFO O| Oct 30 01:10:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54382024-10-30T01:10:58.564Z[ recovery-image] Oct 30 01:10:58.858 INFO O| Oct 30 01:10:58.858 INFO STEP 437 (remove_files) COMPLETE
54392024-10-30T01:10:58.566Z[ recovery-image] Oct 30 01:10:58.858 INFO O| Oct 30 01:10:58.858 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-30T01:10:58.574Z[ recovery-image] Oct 30 01:10:58.869 INFO O| Oct 30 01:10:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54412024-10-30T01:10:58.574Z[ recovery-image] Oct 30 01:10:58.869 INFO O| Oct 30 01:10:58.869 INFO STEP 438 (remove_files) COMPLETE
54422024-10-30T01:10:58.574Z[ recovery-image] Oct 30 01:10:58.869 INFO O| Oct 30 01:10:58.869 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-30T01:10:58.588Z[ recovery-image] Oct 30 01:10:58.879 INFO O| Oct 30 01:10:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54442024-10-30T01:10:58.588Z[ recovery-image] Oct 30 01:10:58.879 INFO O| Oct 30 01:10:58.879 INFO STEP 439 (remove_files) COMPLETE
54452024-10-30T01:10:58.588Z[ recovery-image] Oct 30 01:10:58.879 INFO O| Oct 30 01:10:58.879 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-30T01:10:58.594Z[ recovery-image] Oct 30 01:10:58.889 INFO O| Oct 30 01:10:58.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54472024-10-30T01:10:58.597Z[ recovery-image] Oct 30 01:10:58.889 INFO O| Oct 30 01:10:58.889 INFO STEP 440 (remove_files) COMPLETE
54482024-10-30T01:10:58.597Z[ recovery-image] Oct 30 01:10:58.889 INFO O| Oct 30 01:10:58.889 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-30T01:10:58.604Z[ recovery-image] Oct 30 01:10:58.899 INFO O| Oct 30 01:10:58.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54502024-10-30T01:10:58.604Z[ recovery-image] Oct 30 01:10:58.899 INFO O| Oct 30 01:10:58.899 INFO STEP 441 (remove_files) COMPLETE
54512024-10-30T01:10:58.604Z[ recovery-image] Oct 30 01:10:58.899 INFO O| Oct 30 01:10:58.899 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-30T01:10:58.614Z[ recovery-image] Oct 30 01:10:58.909 INFO O| Oct 30 01:10:58.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54532024-10-30T01:10:58.614Z[ recovery-image] Oct 30 01:10:58.909 INFO O| Oct 30 01:10:58.909 INFO STEP 442 (remove_files) COMPLETE
54542024-10-30T01:10:58.614Z[ recovery-image] Oct 30 01:10:58.909 INFO O| Oct 30 01:10:58.909 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-30T01:10:58.624Z[ recovery-image] Oct 30 01:10:58.919 INFO O| Oct 30 01:10:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54562024-10-30T01:10:58.624Z[ recovery-image] Oct 30 01:10:58.919 INFO O| Oct 30 01:10:58.919 INFO STEP 443 (remove_files) COMPLETE
54572024-10-30T01:10:58.624Z[ recovery-image] Oct 30 01:10:58.919 INFO O| Oct 30 01:10:58.919 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-30T01:10:58.635Z[ recovery-image] Oct 30 01:10:58.929 INFO O| Oct 30 01:10:58.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54592024-10-30T01:10:58.635Z[ recovery-image] Oct 30 01:10:58.929 INFO O| Oct 30 01:10:58.929 INFO STEP 444 (remove_files) COMPLETE
54602024-10-30T01:10:58.637Z[ recovery-image] Oct 30 01:10:58.929 INFO O| Oct 30 01:10:58.929 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-30T01:10:58.647Z[ recovery-image] Oct 30 01:10:58.942 INFO O| Oct 30 01:10:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54622024-10-30T01:10:58.647Z[ recovery-image] Oct 30 01:10:58.942 INFO O| Oct 30 01:10:58.942 INFO STEP 445 (remove_files) COMPLETE
54632024-10-30T01:10:58.659Z[ recovery-image] Oct 30 01:10:58.942 INFO O| Oct 30 01:10:58.942 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-30T01:10:58.691Z[ recovery-image] Oct 30 01:10:58.985 INFO O| Oct 30 01:10:58.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54652024-10-30T01:10:58.694Z[ recovery-image] Oct 30 01:10:58.986 INFO O| Oct 30 01:10:58.986 INFO STEP 446 (remove_files) COMPLETE
54662024-10-30T01:10:58.694Z[ recovery-image] Oct 30 01:10:58.986 INFO O| Oct 30 01:10:58.986 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-30T01:10:58.710Z[ recovery-image] Oct 30 01:10:59.005 INFO O| Oct 30 01:10:59.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54682024-10-30T01:10:58.710Z[ recovery-image] Oct 30 01:10:59.005 INFO O| Oct 30 01:10:59.005 INFO STEP 447 (remove_files) COMPLETE
54692024-10-30T01:10:58.713Z[ recovery-image] Oct 30 01:10:59.005 INFO O| Oct 30 01:10:59.005 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-30T01:10:58.722Z[ recovery-image] Oct 30 01:10:59.017 INFO O| Oct 30 01:10:59.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54712024-10-30T01:10:58.722Z[ recovery-image] Oct 30 01:10:59.017 INFO O| Oct 30 01:10:59.017 INFO STEP 448 (remove_files) COMPLETE
54722024-10-30T01:10:58.725Z[ recovery-image] Oct 30 01:10:59.017 INFO O| Oct 30 01:10:59.017 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-30T01:10:58.735Z[ recovery-image] Oct 30 01:10:59.030 INFO O| Oct 30 01:10:59.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54742024-10-30T01:10:58.736Z[ recovery-image] Oct 30 01:10:59.030 INFO O| Oct 30 01:10:59.030 INFO STEP 449 (remove_files) COMPLETE
54752024-10-30T01:10:58.736Z[ recovery-image] Oct 30 01:10:59.030 INFO O| Oct 30 01:10:59.030 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-30T01:10:58.748Z[ recovery-image] Oct 30 01:10:59.043 INFO O| Oct 30 01:10:59.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54772024-10-30T01:10:58.748Z[ recovery-image] Oct 30 01:10:59.043 INFO O| Oct 30 01:10:59.043 INFO STEP 450 (remove_files) COMPLETE
54782024-10-30T01:10:58.751Z[ recovery-image] Oct 30 01:10:59.043 INFO O| Oct 30 01:10:59.043 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-30T01:10:58.758Z[ recovery-image] Oct 30 01:10:59.053 INFO O| Oct 30 01:10:59.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54802024-10-30T01:10:58.761Z[ recovery-image] Oct 30 01:10:59.053 INFO O| Oct 30 01:10:59.053 INFO STEP 451 (remove_files) COMPLETE
54812024-10-30T01:10:58.761Z[ recovery-image] Oct 30 01:10:59.053 INFO O| Oct 30 01:10:59.053 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-30T01:10:58.768Z[ recovery-image] Oct 30 01:10:59.063 INFO O| Oct 30 01:10:59.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54832024-10-30T01:10:58.771Z[ recovery-image] Oct 30 01:10:59.063 INFO O| Oct 30 01:10:59.063 INFO STEP 452 (remove_files) COMPLETE
54842024-10-30T01:10:58.771Z[ recovery-image] Oct 30 01:10:59.063 INFO O| Oct 30 01:10:59.063 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-30T01:10:58.779Z[ recovery-image] Oct 30 01:10:59.074 INFO O| Oct 30 01:10:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54862024-10-30T01:10:58.779Z[ recovery-image] Oct 30 01:10:59.074 INFO O| Oct 30 01:10:59.074 INFO STEP 453 (remove_files) COMPLETE
54872024-10-30T01:10:58.782Z[ recovery-image] Oct 30 01:10:59.074 INFO O| Oct 30 01:10:59.074 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-30T01:10:58.792Z[ recovery-image] Oct 30 01:10:59.086 INFO O| Oct 30 01:10:59.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54892024-10-30T01:10:58.792Z[ recovery-image] Oct 30 01:10:59.086 INFO O| Oct 30 01:10:59.086 INFO STEP 454 (remove_files) COMPLETE
54902024-10-30T01:10:58.799Z[ recovery-image] Oct 30 01:10:59.087 INFO O| Oct 30 01:10:59.086 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-30T01:10:58.808Z[ recovery-image] Oct 30 01:10:59.103 INFO O| Oct 30 01:10:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54922024-10-30T01:10:58.808Z[ recovery-image] Oct 30 01:10:59.103 INFO O| Oct 30 01:10:59.103 INFO STEP 455 (remove_files) COMPLETE
54932024-10-30T01:10:58.808Z[ recovery-image] Oct 30 01:10:59.103 INFO O| Oct 30 01:10:59.103 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-30T01:10:58.818Z[ recovery-image] Oct 30 01:10:59.113 INFO O| Oct 30 01:10:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54952024-10-30T01:10:58.818Z[ recovery-image] Oct 30 01:10:59.113 INFO O| Oct 30 01:10:59.113 INFO STEP 456 (remove_files) COMPLETE
54962024-10-30T01:10:58.821Z[ recovery-image] Oct 30 01:10:59.113 INFO O| Oct 30 01:10:59.113 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-30T01:10:58.829Z[ recovery-image] Oct 30 01:10:59.124 INFO O| Oct 30 01:10:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54982024-10-30T01:10:58.829Z[ recovery-image] Oct 30 01:10:59.124 INFO O| Oct 30 01:10:59.124 INFO STEP 457 (remove_files) COMPLETE
54992024-10-30T01:10:58.831Z[ recovery-image] Oct 30 01:10:59.124 INFO O| Oct 30 01:10:59.124 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-30T01:10:58.839Z[ recovery-image] Oct 30 01:10:59.134 INFO O| Oct 30 01:10:59.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55012024-10-30T01:10:58.841Z[ recovery-image] Oct 30 01:10:59.134 INFO O| Oct 30 01:10:59.134 INFO STEP 458 (remove_files) COMPLETE
55022024-10-30T01:10:58.841Z[ recovery-image] Oct 30 01:10:59.134 INFO O| Oct 30 01:10:59.134 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-30T01:10:58.849Z[ recovery-image] Oct 30 01:10:59.144 INFO O| Oct 30 01:10:59.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55042024-10-30T01:10:58.849Z[ recovery-image] Oct 30 01:10:59.144 INFO O| Oct 30 01:10:59.144 INFO STEP 459 (remove_files) COMPLETE
55052024-10-30T01:10:58.852Z[ recovery-image] Oct 30 01:10:59.144 INFO O| Oct 30 01:10:59.144 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-30T01:10:58.859Z[ recovery-image] Oct 30 01:10:59.154 INFO O| Oct 30 01:10:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55072024-10-30T01:10:58.859Z[ recovery-image] Oct 30 01:10:59.154 INFO O| Oct 30 01:10:59.154 INFO STEP 460 (remove_files) COMPLETE
55082024-10-30T01:10:58.861Z[ recovery-image] Oct 30 01:10:59.154 INFO O| Oct 30 01:10:59.154 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-30T01:10:58.869Z[ recovery-image] Oct 30 01:10:59.164 INFO O| Oct 30 01:10:59.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55102024-10-30T01:10:58.869Z[ recovery-image] Oct 30 01:10:59.164 INFO O| Oct 30 01:10:59.164 INFO STEP 461 (remove_files) COMPLETE
55112024-10-30T01:10:58.869Z[ recovery-image] Oct 30 01:10:59.164 INFO O| Oct 30 01:10:59.164 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-30T01:10:58.881Z[ recovery-image] Oct 30 01:10:59.175 INFO O| Oct 30 01:10:59.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55132024-10-30T01:10:58.881Z[ recovery-image] Oct 30 01:10:59.175 INFO O| Oct 30 01:10:59.175 INFO STEP 462 (remove_files) COMPLETE
55142024-10-30T01:10:58.881Z[ recovery-image] Oct 30 01:10:59.175 INFO O| Oct 30 01:10:59.175 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-30T01:10:58.893Z[ recovery-image] Oct 30 01:10:59.188 INFO O| Oct 30 01:10:59.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55162024-10-30T01:10:58.895Z[ recovery-image] Oct 30 01:10:59.188 INFO O| Oct 30 01:10:59.188 INFO STEP 463 (remove_files) COMPLETE
55172024-10-30T01:10:58.895Z[ recovery-image] Oct 30 01:10:59.188 INFO O| Oct 30 01:10:59.188 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-30T01:10:58.904Z[ recovery-image] Oct 30 01:10:59.199 INFO O| Oct 30 01:10:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55192024-10-30T01:10:58.904Z[ recovery-image] Oct 30 01:10:59.199 INFO O| Oct 30 01:10:59.199 INFO STEP 464 (remove_files) COMPLETE
55202024-10-30T01:10:58.904Z[ recovery-image] Oct 30 01:10:59.199 INFO O| Oct 30 01:10:59.199 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-30T01:10:58.916Z[ recovery-image] Oct 30 01:10:59.211 INFO O| Oct 30 01:10:59.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55222024-10-30T01:10:58.916Z[ recovery-image] Oct 30 01:10:59.211 INFO O| Oct 30 01:10:59.211 INFO STEP 465 (remove_files) COMPLETE
55232024-10-30T01:10:58.916Z[ recovery-image] Oct 30 01:10:59.211 INFO O| Oct 30 01:10:59.211 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-30T01:10:58.928Z[ recovery-image] Oct 30 01:10:59.222 INFO O| Oct 30 01:10:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55252024-10-30T01:10:58.928Z[ recovery-image] Oct 30 01:10:59.222 INFO O| Oct 30 01:10:59.222 INFO STEP 466 (remove_files) COMPLETE
55262024-10-30T01:10:58.930Z[ recovery-image] Oct 30 01:10:59.222 INFO O| Oct 30 01:10:59.222 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-30T01:10:58.938Z[ recovery-image] Oct 30 01:10:59.233 INFO O| Oct 30 01:10:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55282024-10-30T01:10:58.938Z[ recovery-image] Oct 30 01:10:59.233 INFO O| Oct 30 01:10:59.233 INFO STEP 467 (remove_files) COMPLETE
55292024-10-30T01:10:58.941Z[ recovery-image] Oct 30 01:10:59.233 INFO O| Oct 30 01:10:59.233 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-30T01:10:58.950Z[ recovery-image] Oct 30 01:10:59.244 INFO O| Oct 30 01:10:59.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55312024-10-30T01:10:58.950Z[ recovery-image] Oct 30 01:10:59.245 INFO O| Oct 30 01:10:59.244 INFO STEP 468 (remove_files) COMPLETE
55322024-10-30T01:10:58.950Z[ recovery-image] Oct 30 01:10:59.245 INFO O| Oct 30 01:10:59.245 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-30T01:10:58.960Z[ recovery-image] Oct 30 01:10:59.255 INFO O| Oct 30 01:10:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55342024-10-30T01:10:58.960Z[ recovery-image] Oct 30 01:10:59.255 INFO O| Oct 30 01:10:59.255 INFO STEP 469 (remove_files) COMPLETE
55352024-10-30T01:10:58.963Z[ recovery-image] Oct 30 01:10:59.255 INFO O| Oct 30 01:10:59.255 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-30T01:10:58.972Z[ recovery-image] Oct 30 01:10:59.267 INFO O| Oct 30 01:10:59.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55372024-10-30T01:10:58.972Z[ recovery-image] Oct 30 01:10:59.267 INFO O| Oct 30 01:10:59.267 INFO STEP 470 (remove_files) COMPLETE
55382024-10-30T01:10:58.975Z[ recovery-image] Oct 30 01:10:59.267 INFO O| Oct 30 01:10:59.267 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-30T01:10:58.982Z[ recovery-image] Oct 30 01:10:59.277 INFO O| Oct 30 01:10:59.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55402024-10-30T01:10:58.983Z[ recovery-image] Oct 30 01:10:59.278 INFO O| Oct 30 01:10:59.277 INFO STEP 471 (remove_files) COMPLETE
55412024-10-30T01:10:58.985Z[ recovery-image] Oct 30 01:10:59.278 INFO O| Oct 30 01:10:59.278 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-30T01:10:58.993Z[ recovery-image] Oct 30 01:10:59.287 INFO O| Oct 30 01:10:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55432024-10-30T01:10:58.993Z[ recovery-image] Oct 30 01:10:59.288 INFO O| Oct 30 01:10:59.287 INFO STEP 472 (remove_files) COMPLETE
55442024-10-30T01:10:58.995Z[ recovery-image] Oct 30 01:10:59.288 INFO O| Oct 30 01:10:59.288 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-30T01:10:59.003Z[ recovery-image] Oct 30 01:10:59.298 INFO O| Oct 30 01:10:59.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55462024-10-30T01:10:59.005Z[ recovery-image] Oct 30 01:10:59.298 INFO O| Oct 30 01:10:59.298 INFO STEP 473 (remove_files) COMPLETE
55472024-10-30T01:10:59.005Z[ recovery-image] Oct 30 01:10:59.298 INFO O| Oct 30 01:10:59.298 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-30T01:10:59.013Z[ recovery-image] Oct 30 01:10:59.308 INFO O| Oct 30 01:10:59.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55492024-10-30T01:10:59.013Z[ recovery-image] Oct 30 01:10:59.308 INFO O| Oct 30 01:10:59.308 INFO STEP 474 (remove_files) COMPLETE
55502024-10-30T01:10:59.015Z[ recovery-image] Oct 30 01:10:59.308 INFO O| Oct 30 01:10:59.308 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-30T01:10:59.025Z[ recovery-image] Oct 30 01:10:59.320 INFO O| Oct 30 01:10:59.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55522024-10-30T01:10:59.027Z[ recovery-image] Oct 30 01:10:59.320 INFO O| Oct 30 01:10:59.320 INFO STEP 475 (remove_files) COMPLETE
55532024-10-30T01:10:59.027Z[ recovery-image] Oct 30 01:10:59.320 INFO O| Oct 30 01:10:59.320 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-30T01:10:59.034Z[ recovery-image] Oct 30 01:10:59.329 INFO O| Oct 30 01:10:59.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55552024-10-30T01:10:59.035Z[ recovery-image] Oct 30 01:10:59.329 INFO O| Oct 30 01:10:59.329 INFO STEP 476 (remove_files) COMPLETE
55562024-10-30T01:10:59.037Z[ recovery-image] Oct 30 01:10:59.330 INFO O| Oct 30 01:10:59.329 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-30T01:10:59.045Z[ recovery-image] Oct 30 01:10:59.340 INFO O| Oct 30 01:10:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55582024-10-30T01:10:59.047Z[ recovery-image] Oct 30 01:10:59.340 INFO O| Oct 30 01:10:59.340 INFO STEP 477 (remove_files) COMPLETE
55592024-10-30T01:10:59.047Z[ recovery-image] Oct 30 01:10:59.340 INFO O| Oct 30 01:10:59.340 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-30T01:10:59.054Z[ recovery-image] Oct 30 01:10:59.349 INFO O| Oct 30 01:10:59.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55612024-10-30T01:10:59.054Z[ recovery-image] Oct 30 01:10:59.349 INFO O| Oct 30 01:10:59.349 INFO STEP 478 (remove_files) COMPLETE
55622024-10-30T01:10:59.057Z[ recovery-image] Oct 30 01:10:59.349 INFO O| Oct 30 01:10:59.349 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-30T01:10:59.064Z[ recovery-image] Oct 30 01:10:59.359 INFO O| Oct 30 01:10:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55642024-10-30T01:10:59.064Z[ recovery-image] Oct 30 01:10:59.359 INFO O| Oct 30 01:10:59.359 INFO STEP 479 (remove_files) COMPLETE
55652024-10-30T01:10:59.064Z[ recovery-image] Oct 30 01:10:59.359 INFO O| Oct 30 01:10:59.359 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-30T01:10:59.074Z[ recovery-image] Oct 30 01:10:59.369 INFO O| Oct 30 01:10:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55672024-10-30T01:10:59.076Z[ recovery-image] Oct 30 01:10:59.369 INFO O| Oct 30 01:10:59.369 INFO STEP 480 (remove_files) COMPLETE
55682024-10-30T01:10:59.076Z[ recovery-image] Oct 30 01:10:59.369 INFO O| Oct 30 01:10:59.369 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-30T01:10:59.084Z[ recovery-image] Oct 30 01:10:59.379 INFO O| Oct 30 01:10:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55702024-10-30T01:10:59.086Z[ recovery-image] Oct 30 01:10:59.379 INFO O| Oct 30 01:10:59.379 INFO STEP 481 (remove_files) COMPLETE
55712024-10-30T01:10:59.086Z[ recovery-image] Oct 30 01:10:59.379 INFO O| Oct 30 01:10:59.379 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-10-30T01:10:59.100Z[ recovery-image] Oct 30 01:10:59.394 INFO O| Oct 30 01:10:59.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55732024-10-30T01:10:59.102Z[ recovery-image] Oct 30 01:10:59.394 INFO O| Oct 30 01:10:59.394 INFO STEP 482 (remove_files) COMPLETE
55742024-10-30T01:10:59.102Z[ recovery-image] Oct 30 01:10:59.394 INFO O| Oct 30 01:10:59.394 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-30T01:10:59.115Z[ recovery-image] Oct 30 01:10:59.410 INFO O| Oct 30 01:10:59.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55762024-10-30T01:10:59.118Z[ recovery-image] Oct 30 01:10:59.411 INFO O| Oct 30 01:10:59.410 INFO STEP 483 (remove_files) COMPLETE
55772024-10-30T01:10:59.118Z[ recovery-image] Oct 30 01:10:59.411 INFO O| Oct 30 01:10:59.410 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-10-30T01:10:59.133Z[ recovery-image] Oct 30 01:10:59.428 INFO O| Oct 30 01:10:59.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55792024-10-30T01:10:59.135Z[ recovery-image] Oct 30 01:10:59.428 INFO O| Oct 30 01:10:59.428 INFO STEP 484 (remove_files) COMPLETE
55802024-10-30T01:10:59.136Z[ recovery-image] Oct 30 01:10:59.428 INFO O| Oct 30 01:10:59.428 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-10-30T01:10:59.150Z[ recovery-image] Oct 30 01:10:59.445 INFO O| Oct 30 01:10:59.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55822024-10-30T01:10:59.153Z[ recovery-image] Oct 30 01:10:59.445 INFO O| Oct 30 01:10:59.445 INFO STEP 485 (remove_files) COMPLETE
55832024-10-30T01:10:59.153Z[ recovery-image] Oct 30 01:10:59.445 INFO O| Oct 30 01:10:59.445 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-30T01:10:59.168Z[ recovery-image] Oct 30 01:10:59.463 INFO O| Oct 30 01:10:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55852024-10-30T01:10:59.171Z[ recovery-image] Oct 30 01:10:59.463 INFO O| Oct 30 01:10:59.463 INFO STEP 486 (remove_files) COMPLETE
55862024-10-30T01:10:59.171Z[ recovery-image] Oct 30 01:10:59.463 INFO O| Oct 30 01:10:59.463 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-30T01:10:59.185Z[ recovery-image] Oct 30 01:10:59.479 INFO O| Oct 30 01:10:59.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55882024-10-30T01:10:59.185Z[ recovery-image] Oct 30 01:10:59.479 INFO O| Oct 30 01:10:59.479 INFO STEP 487 (remove_files) COMPLETE
55892024-10-30T01:10:59.187Z[ recovery-image] Oct 30 01:10:59.479 INFO O| Oct 30 01:10:59.479 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-30T01:10:59.199Z[ recovery-image] Oct 30 01:10:59.494 INFO O| Oct 30 01:10:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55912024-10-30T01:10:59.201Z[ recovery-image] Oct 30 01:10:59.494 INFO O| Oct 30 01:10:59.494 INFO STEP 488 (remove_files) COMPLETE
55922024-10-30T01:10:59.202Z[ recovery-image] Oct 30 01:10:59.494 INFO O| Oct 30 01:10:59.494 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-30T01:10:59.216Z[ recovery-image] Oct 30 01:10:59.510 INFO O| Oct 30 01:10:59.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55942024-10-30T01:10:59.216Z[ recovery-image] Oct 30 01:10:59.511 INFO O| Oct 30 01:10:59.510 INFO STEP 489 (remove_files) COMPLETE
55952024-10-30T01:10:59.216Z[ recovery-image] Oct 30 01:10:59.511 INFO O| Oct 30 01:10:59.511 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-30T01:10:59.231Z[ recovery-image] Oct 30 01:10:59.525 INFO O| Oct 30 01:10:59.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55972024-10-30T01:10:59.234Z[ recovery-image] Oct 30 01:10:59.525 INFO O| Oct 30 01:10:59.525 INFO STEP 490 (remove_files) COMPLETE
55982024-10-30T01:10:59.234Z[ recovery-image] Oct 30 01:10:59.526 INFO O| Oct 30 01:10:59.525 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-30T01:10:59.245Z[ recovery-image] Oct 30 01:10:59.540 INFO O| Oct 30 01:10:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56002024-10-30T01:10:59.248Z[ recovery-image] Oct 30 01:10:59.540 INFO O| Oct 30 01:10:59.540 INFO STEP 491 (remove_files) COMPLETE
56012024-10-30T01:10:59.248Z[ recovery-image] Oct 30 01:10:59.540 INFO O| Oct 30 01:10:59.540 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-30T01:10:59.260Z[ recovery-image] Oct 30 01:10:59.555 INFO O| Oct 30 01:10:59.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56032024-10-30T01:10:59.263Z[ recovery-image] Oct 30 01:10:59.556 INFO O| Oct 30 01:10:59.555 INFO STEP 492 (remove_files) COMPLETE
56042024-10-30T01:10:59.263Z[ recovery-image] Oct 30 01:10:59.556 INFO O| Oct 30 01:10:59.556 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-30T01:10:59.275Z[ recovery-image] Oct 30 01:10:59.570 INFO O| Oct 30 01:10:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56062024-10-30T01:10:59.278Z[ recovery-image] Oct 30 01:10:59.570 INFO O| Oct 30 01:10:59.570 INFO STEP 493 (remove_files) COMPLETE
56072024-10-30T01:10:59.278Z[ recovery-image] Oct 30 01:10:59.571 INFO O| Oct 30 01:10:59.570 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-30T01:10:59.292Z[ recovery-image] Oct 30 01:10:59.586 INFO O| Oct 30 01:10:59.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56092024-10-30T01:10:59.292Z[ recovery-image] Oct 30 01:10:59.587 INFO O| Oct 30 01:10:59.587 INFO STEP 494 (remove_files) COMPLETE
56102024-10-30T01:10:59.294Z[ recovery-image] Oct 30 01:10:59.587 INFO O| Oct 30 01:10:59.587 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-30T01:10:59.307Z[ recovery-image] Oct 30 01:10:59.602 INFO O| Oct 30 01:10:59.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56122024-10-30T01:10:59.310Z[ recovery-image] Oct 30 01:10:59.603 INFO O| Oct 30 01:10:59.602 INFO STEP 495 (remove_files) COMPLETE
56132024-10-30T01:10:59.310Z[ recovery-image] Oct 30 01:10:59.603 INFO O| Oct 30 01:10:59.603 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-30T01:10:59.323Z[ recovery-image] Oct 30 01:10:59.618 INFO O| Oct 30 01:10:59.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56152024-10-30T01:10:59.326Z[ recovery-image] Oct 30 01:10:59.619 INFO O| Oct 30 01:10:59.619 INFO STEP 496 (remove_files) COMPLETE
56162024-10-30T01:10:59.326Z[ recovery-image] Oct 30 01:10:59.619 INFO O| Oct 30 01:10:59.619 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-30T01:10:59.344Z[ recovery-image] Oct 30 01:10:59.638 INFO O| Oct 30 01:10:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56182024-10-30T01:10:59.347Z[ recovery-image] Oct 30 01:10:59.639 INFO O| Oct 30 01:10:59.639 INFO STEP 497 (remove_files) COMPLETE
56192024-10-30T01:10:59.347Z[ recovery-image] Oct 30 01:10:59.639 INFO O| Oct 30 01:10:59.639 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-30T01:10:59.366Z[ recovery-image] Oct 30 01:10:59.661 INFO O| Oct 30 01:10:59.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56212024-10-30T01:10:59.369Z[ recovery-image] Oct 30 01:10:59.662 INFO O| Oct 30 01:10:59.662 INFO STEP 498 (remove_files) COMPLETE
56222024-10-30T01:10:59.369Z[ recovery-image] Oct 30 01:10:59.662 INFO O| Oct 30 01:10:59.662 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-30T01:10:59.387Z[ recovery-image] Oct 30 01:10:59.682 INFO O| Oct 30 01:10:59.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56242024-10-30T01:10:59.387Z[ recovery-image] Oct 30 01:10:59.682 INFO O| Oct 30 01:10:59.682 INFO STEP 499 (remove_files) COMPLETE
56252024-10-30T01:10:59.387Z[ recovery-image] Oct 30 01:10:59.682 INFO O| Oct 30 01:10:59.682 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-30T01:10:59.408Z[ recovery-image] Oct 30 01:10:59.702 INFO O| Oct 30 01:10:59.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56272024-10-30T01:10:59.411Z[ recovery-image] Oct 30 01:10:59.702 INFO O| Oct 30 01:10:59.702 INFO STEP 500 (remove_files) COMPLETE
56282024-10-30T01:10:59.411Z[ recovery-image] Oct 30 01:10:59.703 INFO O| Oct 30 01:10:59.702 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-30T01:10:59.430Z[ recovery-image] Oct 30 01:10:59.725 INFO O| Oct 30 01:10:59.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56302024-10-30T01:10:59.430Z[ recovery-image] Oct 30 01:10:59.725 INFO O| Oct 30 01:10:59.725 INFO STEP 501 (remove_files) COMPLETE
56312024-10-30T01:10:59.433Z[ recovery-image] Oct 30 01:10:59.725 INFO O| Oct 30 01:10:59.725 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-30T01:10:59.446Z[ recovery-image] Oct 30 01:10:59.741 INFO O| Oct 30 01:10:59.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56332024-10-30T01:10:59.448Z[ recovery-image] Oct 30 01:10:59.741 INFO O| Oct 30 01:10:59.741 INFO STEP 502 (remove_files) COMPLETE
56342024-10-30T01:10:59.448Z[ recovery-image] Oct 30 01:10:59.741 INFO O| Oct 30 01:10:59.741 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-30T01:10:59.462Z[ recovery-image] Oct 30 01:10:59.757 INFO O| Oct 30 01:10:59.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56362024-10-30T01:10:59.465Z[ recovery-image] Oct 30 01:10:59.757 INFO O| Oct 30 01:10:59.757 INFO STEP 503 (remove_files) COMPLETE
56372024-10-30T01:10:59.465Z[ recovery-image] Oct 30 01:10:59.757 INFO O| Oct 30 01:10:59.757 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-30T01:10:59.477Z[ recovery-image] Oct 30 01:10:59.772 INFO O| Oct 30 01:10:59.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56392024-10-30T01:10:59.477Z[ recovery-image] Oct 30 01:10:59.772 INFO O| Oct 30 01:10:59.772 INFO STEP 504 (remove_files) COMPLETE
56402024-10-30T01:10:59.477Z[ recovery-image] Oct 30 01:10:59.773 INFO O| Oct 30 01:10:59.772 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-30T01:10:59.495Z[ recovery-image] Oct 30 01:10:59.790 INFO O| Oct 30 01:10:59.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56422024-10-30T01:10:59.495Z[ recovery-image] Oct 30 01:10:59.790 INFO O| Oct 30 01:10:59.790 INFO STEP 505 (remove_files) COMPLETE
56432024-10-30T01:10:59.498Z[ recovery-image] Oct 30 01:10:59.790 INFO O| Oct 30 01:10:59.790 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-30T01:10:59.513Z[ recovery-image] Oct 30 01:10:59.808 INFO O| Oct 30 01:10:59.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56452024-10-30T01:10:59.516Z[ recovery-image] Oct 30 01:10:59.808 INFO O| Oct 30 01:10:59.808 INFO STEP 506 (remove_files) COMPLETE
56462024-10-30T01:10:59.516Z[ recovery-image] Oct 30 01:10:59.808 INFO O| Oct 30 01:10:59.808 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-30T01:10:59.530Z[ recovery-image] Oct 30 01:10:59.825 INFO O| Oct 30 01:10:59.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56482024-10-30T01:10:59.533Z[ recovery-image] Oct 30 01:10:59.825 INFO O| Oct 30 01:10:59.825 INFO STEP 507 (remove_files) COMPLETE
56492024-10-30T01:10:59.533Z[ recovery-image] Oct 30 01:10:59.825 INFO O| Oct 30 01:10:59.825 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-30T01:10:59.673Z[ recovery-image] Oct 30 01:10:59.841 INFO O| Oct 30 01:10:59.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56512024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.841 INFO O| Oct 30 01:10:59.841 INFO STEP 508 (remove_files) COMPLETE
56522024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.842 INFO O| Oct 30 01:10:59.841 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.858 INFO O| Oct 30 01:10:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56542024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.858 INFO O| Oct 30 01:10:59.858 INFO STEP 509 (remove_files) COMPLETE
56552024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.858 INFO O| Oct 30 01:10:59.858 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.874 INFO O| Oct 30 01:10:59.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56572024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.875 INFO O| Oct 30 01:10:59.874 INFO STEP 510 (remove_files) COMPLETE
56582024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.875 INFO O| Oct 30 01:10:59.875 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.893 INFO O| Oct 30 01:10:59.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56602024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.893 INFO O| Oct 30 01:10:59.893 INFO STEP 511 (remove_files) COMPLETE
56612024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.893 INFO O| Oct 30 01:10:59.893 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.909 INFO O| Oct 30 01:10:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56632024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.910 INFO O| Oct 30 01:10:59.909 INFO STEP 512 (remove_files) COMPLETE
56642024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.910 INFO O| Oct 30 01:10:59.910 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.926 INFO O| Oct 30 01:10:59.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56662024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.926 INFO O| Oct 30 01:10:59.926 INFO STEP 513 (remove_files) COMPLETE
56672024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.926 INFO O| Oct 30 01:10:59.926 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.944 INFO O| Oct 30 01:10:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56692024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.944 INFO O| Oct 30 01:10:59.944 INFO STEP 514 (remove_files) COMPLETE
56702024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.944 INFO O| Oct 30 01:10:59.944 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.959 INFO O| Oct 30 01:10:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56722024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.959 INFO O| Oct 30 01:10:59.959 INFO STEP 515 (remove_files) COMPLETE
56732024-10-30T01:10:59.677Z[ recovery-image] Oct 30 01:10:59.959 INFO O| Oct 30 01:10:59.959 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-30T01:10:59.681Z[ recovery-image] Oct 30 01:10:59.976 INFO O| Oct 30 01:10:59.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56752024-10-30T01:10:59.684Z[ recovery-image] Oct 30 01:10:59.977 INFO O| Oct 30 01:10:59.977 INFO STEP 516 (remove_files) COMPLETE
56762024-10-30T01:10:59.684Z[ recovery-image] Oct 30 01:10:59.977 INFO O| Oct 30 01:10:59.977 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-30T01:10:59.700Z[ recovery-image] Oct 30 01:10:59.995 INFO O| Oct 30 01:10:59.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56782024-10-30T01:10:59.702Z[ recovery-image] Oct 30 01:10:59.995 INFO O| Oct 30 01:10:59.995 INFO STEP 517 (remove_files) COMPLETE
56792024-10-30T01:10:59.702Z[ recovery-image] Oct 30 01:10:59.995 INFO O| Oct 30 01:10:59.995 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-30T01:10:59.716Z[ recovery-image] Oct 30 01:11:00.010 INFO O| Oct 30 01:11:00.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56812024-10-30T01:10:59.716Z[ recovery-image] Oct 30 01:11:00.011 INFO O| Oct 30 01:11:00.011 INFO STEP 518 (remove_files) COMPLETE
56822024-10-30T01:10:59.716Z[ recovery-image] Oct 30 01:11:00.011 INFO O| Oct 30 01:11:00.011 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-30T01:10:59.733Z[ recovery-image] Oct 30 01:11:00.028 INFO O| Oct 30 01:11:00.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56842024-10-30T01:10:59.736Z[ recovery-image] Oct 30 01:11:00.029 INFO O| Oct 30 01:11:00.028 INFO STEP 519 (remove_files) COMPLETE
56852024-10-30T01:10:59.736Z[ recovery-image] Oct 30 01:11:00.029 INFO O| Oct 30 01:11:00.028 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-30T01:10:59.747Z[ recovery-image] Oct 30 01:11:00.043 INFO O| Oct 30 01:11:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56872024-10-30T01:10:59.748Z[ recovery-image] Oct 30 01:11:00.043 INFO O| Oct 30 01:11:00.043 INFO STEP 520 (remove_files) COMPLETE
56882024-10-30T01:10:59.748Z[ recovery-image] Oct 30 01:11:00.043 INFO O| Oct 30 01:11:00.043 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-30T01:10:59.764Z[ recovery-image] Oct 30 01:11:00.059 INFO O| Oct 30 01:11:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56902024-10-30T01:10:59.767Z[ recovery-image] Oct 30 01:11:00.060 INFO O| Oct 30 01:11:00.060 INFO STEP 521 (remove_files) COMPLETE
56912024-10-30T01:10:59.767Z[ recovery-image] Oct 30 01:11:00.060 INFO O| Oct 30 01:11:00.060 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-30T01:10:59.783Z[ recovery-image] Oct 30 01:11:00.078 INFO O| Oct 30 01:11:00.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56932024-10-30T01:10:59.785Z[ recovery-image] Oct 30 01:11:00.078 INFO O| Oct 30 01:11:00.078 INFO STEP 522 (remove_files) COMPLETE
56942024-10-30T01:10:59.785Z[ recovery-image] Oct 30 01:11:00.078 INFO O| Oct 30 01:11:00.078 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-30T01:10:59.799Z[ recovery-image] Oct 30 01:11:00.094 INFO O| Oct 30 01:11:00.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56962024-10-30T01:10:59.802Z[ recovery-image] Oct 30 01:11:00.094 INFO O| Oct 30 01:11:00.094 INFO STEP 523 (remove_files) COMPLETE
56972024-10-30T01:10:59.802Z[ recovery-image] Oct 30 01:11:00.095 INFO O| Oct 30 01:11:00.094 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-30T01:10:59.809Z[ recovery-image] Oct 30 01:11:00.104 INFO O| Oct 30 01:11:00.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56992024-10-30T01:10:59.809Z[ recovery-image] Oct 30 01:11:00.104 INFO O| Oct 30 01:11:00.104 INFO STEP 524 (remove_files) COMPLETE
57002024-10-30T01:10:59.812Z[ recovery-image] Oct 30 01:11:00.104 INFO O| Oct 30 01:11:00.104 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-30T01:10:59.819Z[ recovery-image] Oct 30 01:11:00.114 INFO O| Oct 30 01:11:00.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57022024-10-30T01:10:59.819Z[ recovery-image] Oct 30 01:11:00.114 INFO O| Oct 30 01:11:00.114 INFO STEP 525 (remove_files) COMPLETE
57032024-10-30T01:10:59.821Z[ recovery-image] Oct 30 01:11:00.114 INFO O| Oct 30 01:11:00.114 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-30T01:10:59.828Z[ recovery-image] Oct 30 01:11:00.123 INFO O| Oct 30 01:11:00.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57052024-10-30T01:10:59.831Z[ recovery-image] Oct 30 01:11:00.123 INFO O| Oct 30 01:11:00.123 INFO STEP 526 (remove_files) COMPLETE
57062024-10-30T01:10:59.831Z[ recovery-image] Oct 30 01:11:00.123 INFO O| Oct 30 01:11:00.123 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-30T01:10:59.838Z[ recovery-image] Oct 30 01:11:00.133 INFO O| Oct 30 01:11:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57082024-10-30T01:10:59.838Z[ recovery-image] Oct 30 01:11:00.133 INFO O| Oct 30 01:11:00.133 INFO STEP 527 (remove_files) COMPLETE
57092024-10-30T01:10:59.840Z[ recovery-image] Oct 30 01:11:00.133 INFO O| Oct 30 01:11:00.133 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-30T01:10:59.847Z[ recovery-image] Oct 30 01:11:00.143 INFO O| Oct 30 01:11:00.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57112024-10-30T01:10:59.850Z[ recovery-image] Oct 30 01:11:00.143 INFO O| Oct 30 01:11:00.143 INFO STEP 528 (remove_files) COMPLETE
57122024-10-30T01:10:59.850Z[ recovery-image] Oct 30 01:11:00.143 INFO O| Oct 30 01:11:00.143 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-30T01:10:59.857Z[ recovery-image] Oct 30 01:11:00.152 INFO O| Oct 30 01:11:00.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57142024-10-30T01:10:59.860Z[ recovery-image] Oct 30 01:11:00.153 INFO O| Oct 30 01:11:00.153 INFO STEP 529 (remove_files) COMPLETE
57152024-10-30T01:10:59.860Z[ recovery-image] Oct 30 01:11:00.153 INFO O| Oct 30 01:11:00.153 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-30T01:10:59.867Z[ recovery-image] Oct 30 01:11:00.163 INFO O| Oct 30 01:11:00.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57172024-10-30T01:10:59.870Z[ recovery-image] Oct 30 01:11:00.163 INFO O| Oct 30 01:11:00.163 INFO STEP 530 (remove_files) COMPLETE
57182024-10-30T01:10:59.870Z[ recovery-image] Oct 30 01:11:00.163 INFO O| Oct 30 01:11:00.163 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-30T01:10:59.877Z[ recovery-image] Oct 30 01:11:00.172 INFO O| Oct 30 01:11:00.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57202024-10-30T01:10:59.879Z[ recovery-image] Oct 30 01:11:00.172 INFO O| Oct 30 01:11:00.172 INFO STEP 531 (remove_files) COMPLETE
57212024-10-30T01:10:59.879Z[ recovery-image] Oct 30 01:11:00.172 INFO O| Oct 30 01:11:00.172 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-30T01:10:59.887Z[ recovery-image] Oct 30 01:11:00.182 INFO O| Oct 30 01:11:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57232024-10-30T01:10:59.889Z[ recovery-image] Oct 30 01:11:00.182 INFO O| Oct 30 01:11:00.182 INFO STEP 532 (remove_files) COMPLETE
57242024-10-30T01:10:59.889Z[ recovery-image] Oct 30 01:11:00.182 INFO O| Oct 30 01:11:00.182 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-30T01:10:59.896Z[ recovery-image] Oct 30 01:11:00.192 INFO O| Oct 30 01:11:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57262024-10-30T01:10:59.899Z[ recovery-image] Oct 30 01:11:00.192 INFO O| Oct 30 01:11:00.192 INFO STEP 533 (remove_files) COMPLETE
57272024-10-30T01:10:59.899Z[ recovery-image] Oct 30 01:11:00.192 INFO O| Oct 30 01:11:00.192 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-30T01:10:59.907Z[ recovery-image] Oct 30 01:11:00.202 INFO O| Oct 30 01:11:00.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57292024-10-30T01:10:59.909Z[ recovery-image] Oct 30 01:11:00.202 INFO O| Oct 30 01:11:00.202 INFO STEP 534 (remove_files) COMPLETE
57302024-10-30T01:10:59.909Z[ recovery-image] Oct 30 01:11:00.202 INFO O| Oct 30 01:11:00.202 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-30T01:10:59.918Z[ recovery-image] Oct 30 01:11:00.213 INFO O| Oct 30 01:11:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57322024-10-30T01:10:59.918Z[ recovery-image] Oct 30 01:11:00.213 INFO O| Oct 30 01:11:00.213 INFO STEP 535 (remove_files) COMPLETE
57332024-10-30T01:10:59.920Z[ recovery-image] Oct 30 01:11:00.213 INFO O| Oct 30 01:11:00.213 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-30T01:10:59.928Z[ recovery-image] Oct 30 01:11:00.223 INFO O| Oct 30 01:11:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57352024-10-30T01:10:59.928Z[ recovery-image] Oct 30 01:11:00.223 INFO O| Oct 30 01:11:00.223 INFO STEP 536 (remove_files) COMPLETE
57362024-10-30T01:10:59.931Z[ recovery-image] Oct 30 01:11:00.223 INFO O| Oct 30 01:11:00.223 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-30T01:10:59.938Z[ recovery-image] Oct 30 01:11:00.233 INFO O| Oct 30 01:11:00.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57382024-10-30T01:10:59.942Z[ recovery-image] Oct 30 01:11:00.234 INFO O| Oct 30 01:11:00.233 INFO STEP 537 (remove_files) COMPLETE
57392024-10-30T01:10:59.942Z[ recovery-image] Oct 30 01:11:00.234 INFO O| Oct 30 01:11:00.234 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-30T01:10:59.949Z[ recovery-image] Oct 30 01:11:00.244 INFO O| Oct 30 01:11:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57412024-10-30T01:10:59.951Z[ recovery-image] Oct 30 01:11:00.244 INFO O| Oct 30 01:11:00.244 INFO STEP 538 (remove_files) COMPLETE
57422024-10-30T01:10:59.951Z[ recovery-image] Oct 30 01:11:00.244 INFO O| Oct 30 01:11:00.244 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-30T01:10:59.960Z[ recovery-image] Oct 30 01:11:00.255 INFO O| Oct 30 01:11:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57442024-10-30T01:10:59.963Z[ recovery-image] Oct 30 01:11:00.255 INFO O| Oct 30 01:11:00.255 INFO STEP 539 (remove_files) COMPLETE
57452024-10-30T01:10:59.963Z[ recovery-image] Oct 30 01:11:00.255 INFO O| Oct 30 01:11:00.255 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-30T01:10:59.971Z[ recovery-image] Oct 30 01:11:00.266 INFO O| Oct 30 01:11:00.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57472024-10-30T01:10:59.971Z[ recovery-image] Oct 30 01:11:00.266 INFO O| Oct 30 01:11:00.266 INFO STEP 540 (remove_files) COMPLETE
57482024-10-30T01:10:59.971Z[ recovery-image] Oct 30 01:11:00.266 INFO O| Oct 30 01:11:00.266 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-30T01:10:59.982Z[ recovery-image] Oct 30 01:11:00.277 INFO O| Oct 30 01:11:00.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57502024-10-30T01:10:59.982Z[ recovery-image] Oct 30 01:11:00.277 INFO O| Oct 30 01:11:00.277 INFO STEP 541 (remove_files) COMPLETE
57512024-10-30T01:10:59.982Z[ recovery-image] Oct 30 01:11:00.277 INFO O| Oct 30 01:11:00.277 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-30T01:10:59.993Z[ recovery-image] Oct 30 01:11:00.289 INFO O| Oct 30 01:11:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57532024-10-30T01:10:59.996Z[ recovery-image] Oct 30 01:11:00.289 INFO O| Oct 30 01:11:00.289 INFO STEP 542 (remove_files) COMPLETE
57542024-10-30T01:10:59.996Z[ recovery-image] Oct 30 01:11:00.289 INFO O| Oct 30 01:11:00.289 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-30T01:11:00.004Z[ recovery-image] Oct 30 01:11:00.300 INFO O| Oct 30 01:11:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57562024-10-30T01:11:00.007Z[ recovery-image] Oct 30 01:11:00.300 INFO O| Oct 30 01:11:00.300 INFO STEP 543 (remove_files) COMPLETE
57572024-10-30T01:11:00.007Z[ recovery-image] Oct 30 01:11:00.300 INFO O| Oct 30 01:11:00.300 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-30T01:11:00.015Z[ recovery-image] Oct 30 01:11:00.310 INFO O| Oct 30 01:11:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57592024-10-30T01:11:00.017Z[ recovery-image] Oct 30 01:11:00.310 INFO O| Oct 30 01:11:00.310 INFO STEP 544 (remove_files) COMPLETE
57602024-10-30T01:11:00.017Z[ recovery-image] Oct 30 01:11:00.310 INFO O| Oct 30 01:11:00.310 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-30T01:11:00.025Z[ recovery-image] Oct 30 01:11:00.320 INFO O| Oct 30 01:11:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57622024-10-30T01:11:00.027Z[ recovery-image] Oct 30 01:11:00.320 INFO O| Oct 30 01:11:00.320 INFO STEP 545 (remove_files) COMPLETE
57632024-10-30T01:11:00.027Z[ recovery-image] Oct 30 01:11:00.320 INFO O| Oct 30 01:11:00.320 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-30T01:11:00.035Z[ recovery-image] Oct 30 01:11:00.330 INFO O| Oct 30 01:11:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57652024-10-30T01:11:00.037Z[ recovery-image] Oct 30 01:11:00.330 INFO O| Oct 30 01:11:00.330 INFO STEP 546 (remove_files) COMPLETE
57662024-10-30T01:11:00.037Z[ recovery-image] Oct 30 01:11:00.330 INFO O| Oct 30 01:11:00.330 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-30T01:11:00.044Z[ recovery-image] Oct 30 01:11:00.340 INFO O| Oct 30 01:11:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57682024-10-30T01:11:00.047Z[ recovery-image] Oct 30 01:11:00.340 INFO O| Oct 30 01:11:00.340 INFO STEP 547 (remove_files) COMPLETE
57692024-10-30T01:11:00.047Z[ recovery-image] Oct 30 01:11:00.340 INFO O| Oct 30 01:11:00.340 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-30T01:11:00.054Z[ recovery-image] Oct 30 01:11:00.350 INFO O| Oct 30 01:11:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57712024-10-30T01:11:00.057Z[ recovery-image] Oct 30 01:11:00.350 INFO O| Oct 30 01:11:00.350 INFO STEP 548 (remove_files) COMPLETE
57722024-10-30T01:11:00.057Z[ recovery-image] Oct 30 01:11:00.350 INFO O| Oct 30 01:11:00.350 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-30T01:11:00.065Z[ recovery-image] Oct 30 01:11:00.360 INFO O| Oct 30 01:11:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57742024-10-30T01:11:00.067Z[ recovery-image] Oct 30 01:11:00.360 INFO O| Oct 30 01:11:00.360 INFO STEP 549 (remove_files) COMPLETE
57752024-10-30T01:11:00.067Z[ recovery-image] Oct 30 01:11:00.360 INFO O| Oct 30 01:11:00.360 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-30T01:11:00.074Z[ recovery-image] Oct 30 01:11:00.370 INFO O| Oct 30 01:11:00.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57772024-10-30T01:11:00.075Z[ recovery-image] Oct 30 01:11:00.370 INFO O| Oct 30 01:11:00.370 INFO STEP 550 (remove_files) COMPLETE
57782024-10-30T01:11:00.077Z[ recovery-image] Oct 30 01:11:00.370 INFO O| Oct 30 01:11:00.370 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-30T01:11:00.085Z[ recovery-image] Oct 30 01:11:00.380 INFO O| Oct 30 01:11:00.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57802024-10-30T01:11:00.085Z[ recovery-image] Oct 30 01:11:00.380 INFO O| Oct 30 01:11:00.380 INFO STEP 551 (remove_files) COMPLETE
57812024-10-30T01:11:00.087Z[ recovery-image] Oct 30 01:11:00.380 INFO O| Oct 30 01:11:00.380 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-30T01:11:00.094Z[ recovery-image] Oct 30 01:11:00.389 INFO O| Oct 30 01:11:00.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57832024-10-30T01:11:00.094Z[ recovery-image] Oct 30 01:11:00.389 INFO O| Oct 30 01:11:00.389 INFO STEP 552 (remove_files) COMPLETE
57842024-10-30T01:11:00.097Z[ recovery-image] Oct 30 01:11:00.389 INFO O| Oct 30 01:11:00.389 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-30T01:11:00.104Z[ recovery-image] Oct 30 01:11:00.399 INFO O| Oct 30 01:11:00.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57862024-10-30T01:11:00.107Z[ recovery-image] Oct 30 01:11:00.399 INFO O| Oct 30 01:11:00.399 INFO STEP 553 (remove_files) COMPLETE
57872024-10-30T01:11:00.107Z[ recovery-image] Oct 30 01:11:00.399 INFO O| Oct 30 01:11:00.399 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-30T01:11:00.113Z[ recovery-image] Oct 30 01:11:00.409 INFO O| Oct 30 01:11:00.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57892024-10-30T01:11:00.116Z[ recovery-image] Oct 30 01:11:00.409 INFO O| Oct 30 01:11:00.409 INFO STEP 554 (remove_files) COMPLETE
57902024-10-30T01:11:00.116Z[ recovery-image] Oct 30 01:11:00.409 INFO O| Oct 30 01:11:00.409 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-30T01:11:00.123Z[ recovery-image] Oct 30 01:11:00.418 INFO O| Oct 30 01:11:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57922024-10-30T01:11:00.126Z[ recovery-image] Oct 30 01:11:00.418 INFO O| Oct 30 01:11:00.418 INFO STEP 555 (remove_files) COMPLETE
57932024-10-30T01:11:00.126Z[ recovery-image] Oct 30 01:11:00.419 INFO O| Oct 30 01:11:00.418 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-30T01:11:00.133Z[ recovery-image] Oct 30 01:11:00.428 INFO O| Oct 30 01:11:00.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57952024-10-30T01:11:00.135Z[ recovery-image] Oct 30 01:11:00.428 INFO O| Oct 30 01:11:00.428 INFO STEP 556 (remove_files) COMPLETE
57962024-10-30T01:11:00.135Z[ recovery-image] Oct 30 01:11:00.428 INFO O| Oct 30 01:11:00.428 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-30T01:11:00.142Z[ recovery-image] Oct 30 01:11:00.438 INFO O| Oct 30 01:11:00.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57982024-10-30T01:11:00.142Z[ recovery-image] Oct 30 01:11:00.438 INFO O| Oct 30 01:11:00.438 INFO STEP 557 (remove_files) COMPLETE
57992024-10-30T01:11:00.142Z[ recovery-image] Oct 30 01:11:00.438 INFO O| Oct 30 01:11:00.438 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-30T01:11:00.152Z[ recovery-image] Oct 30 01:11:00.447 INFO O| Oct 30 01:11:00.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58012024-10-30T01:11:00.152Z[ recovery-image] Oct 30 01:11:00.447 INFO O| Oct 30 01:11:00.447 INFO STEP 558 (remove_files) COMPLETE
58022024-10-30T01:11:00.152Z[ recovery-image] Oct 30 01:11:00.447 INFO O| Oct 30 01:11:00.447 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-30T01:11:00.162Z[ recovery-image] Oct 30 01:11:00.457 INFO O| Oct 30 01:11:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58042024-10-30T01:11:00.162Z[ recovery-image] Oct 30 01:11:00.457 INFO O| Oct 30 01:11:00.457 INFO STEP 559 (remove_files) COMPLETE
58052024-10-30T01:11:00.165Z[ recovery-image] Oct 30 01:11:00.457 INFO O| Oct 30 01:11:00.457 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-30T01:11:00.173Z[ recovery-image] Oct 30 01:11:00.469 INFO O| Oct 30 01:11:00.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58072024-10-30T01:11:00.174Z[ recovery-image] Oct 30 01:11:00.469 INFO O| Oct 30 01:11:00.469 INFO STEP 560 (remove_files) COMPLETE
58082024-10-30T01:11:00.176Z[ recovery-image] Oct 30 01:11:00.469 INFO O| Oct 30 01:11:00.469 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-30T01:11:00.183Z[ recovery-image] Oct 30 01:11:00.479 INFO O| Oct 30 01:11:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58102024-10-30T01:11:00.186Z[ recovery-image] Oct 30 01:11:00.479 INFO O| Oct 30 01:11:00.479 INFO STEP 561 (remove_files) COMPLETE
58112024-10-30T01:11:00.186Z[ recovery-image] Oct 30 01:11:00.479 INFO O| Oct 30 01:11:00.479 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-30T01:11:00.193Z[ recovery-image] Oct 30 01:11:00.488 INFO O| Oct 30 01:11:00.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58132024-10-30T01:11:00.193Z[ recovery-image] Oct 30 01:11:00.488 INFO O| Oct 30 01:11:00.488 INFO STEP 562 (remove_files) COMPLETE
58142024-10-30T01:11:00.196Z[ recovery-image] Oct 30 01:11:00.488 INFO O| Oct 30 01:11:00.488 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-30T01:11:00.203Z[ recovery-image] Oct 30 01:11:00.498 INFO O| Oct 30 01:11:00.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58162024-10-30T01:11:00.205Z[ recovery-image] Oct 30 01:11:00.498 INFO O| Oct 30 01:11:00.498 INFO STEP 563 (remove_files) COMPLETE
58172024-10-30T01:11:00.205Z[ recovery-image] Oct 30 01:11:00.498 INFO O| Oct 30 01:11:00.498 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-30T01:11:00.212Z[ recovery-image] Oct 30 01:11:00.508 INFO O| Oct 30 01:11:00.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58192024-10-30T01:11:00.212Z[ recovery-image] Oct 30 01:11:00.508 INFO O| Oct 30 01:11:00.508 INFO STEP 564 (remove_files) COMPLETE
58202024-10-30T01:11:00.215Z[ recovery-image] Oct 30 01:11:00.508 INFO O| Oct 30 01:11:00.508 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-30T01:11:00.222Z[ recovery-image] Oct 30 01:11:00.517 INFO O| Oct 30 01:11:00.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58222024-10-30T01:11:00.222Z[ recovery-image] Oct 30 01:11:00.517 INFO O| Oct 30 01:11:00.517 INFO STEP 565 (remove_files) COMPLETE
58232024-10-30T01:11:00.222Z[ recovery-image] Oct 30 01:11:00.517 INFO O| Oct 30 01:11:00.517 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-30T01:11:00.232Z[ recovery-image] Oct 30 01:11:00.527 INFO O| Oct 30 01:11:00.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58252024-10-30T01:11:00.232Z[ recovery-image] Oct 30 01:11:00.527 INFO O| Oct 30 01:11:00.527 INFO STEP 566 (remove_files) COMPLETE
58262024-10-30T01:11:00.232Z[ recovery-image] Oct 30 01:11:00.527 INFO O| Oct 30 01:11:00.527 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-30T01:11:00.241Z[ recovery-image] Oct 30 01:11:00.537 INFO O| Oct 30 01:11:00.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58282024-10-30T01:11:00.241Z[ recovery-image] Oct 30 01:11:00.537 INFO O| Oct 30 01:11:00.537 INFO STEP 567 (remove_files) COMPLETE
58292024-10-30T01:11:00.241Z[ recovery-image] Oct 30 01:11:00.537 INFO O| Oct 30 01:11:00.537 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-30T01:11:00.251Z[ recovery-image] Oct 30 01:11:00.546 INFO O| Oct 30 01:11:00.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58312024-10-30T01:11:00.251Z[ recovery-image] Oct 30 01:11:00.546 INFO O| Oct 30 01:11:00.546 INFO STEP 568 (remove_files) COMPLETE
58322024-10-30T01:11:00.251Z[ recovery-image] Oct 30 01:11:00.546 INFO O| Oct 30 01:11:00.546 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-30T01:11:00.261Z[ recovery-image] Oct 30 01:11:00.556 INFO O| Oct 30 01:11:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58342024-10-30T01:11:00.261Z[ recovery-image] Oct 30 01:11:00.556 INFO O| Oct 30 01:11:00.556 INFO STEP 569 (remove_files) COMPLETE
58352024-10-30T01:11:00.261Z[ recovery-image] Oct 30 01:11:00.556 INFO O| Oct 30 01:11:00.556 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-30T01:11:00.271Z[ recovery-image] Oct 30 01:11:00.566 INFO O| Oct 30 01:11:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58372024-10-30T01:11:00.271Z[ recovery-image] Oct 30 01:11:00.566 INFO O| Oct 30 01:11:00.566 INFO STEP 570 (remove_files) COMPLETE
58382024-10-30T01:11:00.271Z[ recovery-image] Oct 30 01:11:00.566 INFO O| Oct 30 01:11:00.566 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-30T01:11:00.280Z[ recovery-image] Oct 30 01:11:00.575 INFO O| Oct 30 01:11:00.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58402024-10-30T01:11:00.280Z[ recovery-image] Oct 30 01:11:00.576 INFO O| Oct 30 01:11:00.575 INFO STEP 571 (remove_files) COMPLETE
58412024-10-30T01:11:00.283Z[ recovery-image] Oct 30 01:11:00.576 INFO O| Oct 30 01:11:00.575 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-30T01:11:00.290Z[ recovery-image] Oct 30 01:11:00.585 INFO O| Oct 30 01:11:00.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58432024-10-30T01:11:00.290Z[ recovery-image] Oct 30 01:11:00.585 INFO O| Oct 30 01:11:00.585 INFO STEP 572 (remove_files) COMPLETE
58442024-10-30T01:11:00.292Z[ recovery-image] Oct 30 01:11:00.585 INFO O| Oct 30 01:11:00.585 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-30T01:11:00.299Z[ recovery-image] Oct 30 01:11:00.595 INFO O| Oct 30 01:11:00.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58462024-10-30T01:11:00.299Z[ recovery-image] Oct 30 01:11:00.595 INFO O| Oct 30 01:11:00.595 INFO STEP 573 (remove_files) COMPLETE
58472024-10-30T01:11:00.299Z[ recovery-image] Oct 30 01:11:00.595 INFO O| Oct 30 01:11:00.595 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-30T01:11:00.309Z[ recovery-image] Oct 30 01:11:00.604 INFO O| Oct 30 01:11:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58492024-10-30T01:11:00.309Z[ recovery-image] Oct 30 01:11:00.604 INFO O| Oct 30 01:11:00.604 INFO STEP 574 (remove_files) COMPLETE
58502024-10-30T01:11:00.309Z[ recovery-image] Oct 30 01:11:00.604 INFO O| Oct 30 01:11:00.604 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-30T01:11:00.319Z[ recovery-image] Oct 30 01:11:00.614 INFO O| Oct 30 01:11:00.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58522024-10-30T01:11:00.319Z[ recovery-image] Oct 30 01:11:00.614 INFO O| Oct 30 01:11:00.614 INFO STEP 575 (remove_files) COMPLETE
58532024-10-30T01:11:00.322Z[ recovery-image] Oct 30 01:11:00.614 INFO O| Oct 30 01:11:00.614 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-30T01:11:00.329Z[ recovery-image] Oct 30 01:11:00.624 INFO O| Oct 30 01:11:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58552024-10-30T01:11:00.331Z[ recovery-image] Oct 30 01:11:00.624 INFO O| Oct 30 01:11:00.624 INFO STEP 576 (remove_files) COMPLETE
58562024-10-30T01:11:00.332Z[ recovery-image] Oct 30 01:11:00.624 INFO O| Oct 30 01:11:00.624 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-30T01:11:00.338Z[ recovery-image] Oct 30 01:11:00.634 INFO O| Oct 30 01:11:00.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58582024-10-30T01:11:00.341Z[ recovery-image] Oct 30 01:11:00.634 INFO O| Oct 30 01:11:00.634 INFO STEP 577 (remove_files) COMPLETE
58592024-10-30T01:11:00.341Z[ recovery-image] Oct 30 01:11:00.634 INFO O| Oct 30 01:11:00.634 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-30T01:11:00.348Z[ recovery-image] Oct 30 01:11:00.643 INFO O| Oct 30 01:11:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58612024-10-30T01:11:00.350Z[ recovery-image] Oct 30 01:11:00.643 INFO O| Oct 30 01:11:00.643 INFO STEP 578 (remove_files) COMPLETE
58622024-10-30T01:11:00.350Z[ recovery-image] Oct 30 01:11:00.643 INFO O| Oct 30 01:11:00.643 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-30T01:11:00.358Z[ recovery-image] Oct 30 01:11:00.653 INFO O| Oct 30 01:11:00.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58642024-10-30T01:11:00.358Z[ recovery-image] Oct 30 01:11:00.653 INFO O| Oct 30 01:11:00.653 INFO STEP 579 (remove_files) COMPLETE
58652024-10-30T01:11:00.360Z[ recovery-image] Oct 30 01:11:00.653 INFO O| Oct 30 01:11:00.653 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-30T01:11:00.367Z[ recovery-image] Oct 30 01:11:00.663 INFO O| Oct 30 01:11:00.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58672024-10-30T01:11:00.367Z[ recovery-image] Oct 30 01:11:00.663 INFO O| Oct 30 01:11:00.663 INFO STEP 580 (remove_files) COMPLETE
58682024-10-30T01:11:00.367Z[ recovery-image] Oct 30 01:11:00.663 INFO O| Oct 30 01:11:00.663 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-30T01:11:00.377Z[ recovery-image] Oct 30 01:11:00.672 INFO O| Oct 30 01:11:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58702024-10-30T01:11:00.377Z[ recovery-image] Oct 30 01:11:00.672 INFO O| Oct 30 01:11:00.672 INFO STEP 581 (remove_files) COMPLETE
58712024-10-30T01:11:00.377Z[ recovery-image] Oct 30 01:11:00.672 INFO O| Oct 30 01:11:00.672 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-30T01:11:00.386Z[ recovery-image] Oct 30 01:11:00.682 INFO O| Oct 30 01:11:00.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58732024-10-30T01:11:00.386Z[ recovery-image] Oct 30 01:11:00.682 INFO O| Oct 30 01:11:00.682 INFO STEP 582 (remove_files) COMPLETE
58742024-10-30T01:11:00.389Z[ recovery-image] Oct 30 01:11:00.682 INFO O| Oct 30 01:11:00.682 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-30T01:11:00.396Z[ recovery-image] Oct 30 01:11:00.691 INFO O| Oct 30 01:11:00.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58762024-10-30T01:11:00.396Z[ recovery-image] Oct 30 01:11:00.691 INFO O| Oct 30 01:11:00.691 INFO STEP 583 (remove_files) COMPLETE
58772024-10-30T01:11:00.396Z[ recovery-image] Oct 30 01:11:00.691 INFO O| Oct 30 01:11:00.691 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-30T01:11:00.405Z[ recovery-image] Oct 30 01:11:00.701 INFO O| Oct 30 01:11:00.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58792024-10-30T01:11:00.408Z[ recovery-image] Oct 30 01:11:00.701 INFO O| Oct 30 01:11:00.701 INFO STEP 584 (remove_files) COMPLETE
58802024-10-30T01:11:00.408Z[ recovery-image] Oct 30 01:11:00.701 INFO O| Oct 30 01:11:00.701 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-30T01:11:00.415Z[ recovery-image] Oct 30 01:11:00.710 INFO O| Oct 30 01:11:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58822024-10-30T01:11:00.417Z[ recovery-image] Oct 30 01:11:00.710 INFO O| Oct 30 01:11:00.710 INFO STEP 585 (remove_files) COMPLETE
58832024-10-30T01:11:00.417Z[ recovery-image] Oct 30 01:11:00.710 INFO O| Oct 30 01:11:00.710 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-30T01:11:00.424Z[ recovery-image] Oct 30 01:11:00.720 INFO O| Oct 30 01:11:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58852024-10-30T01:11:00.425Z[ recovery-image] Oct 30 01:11:00.720 INFO O| Oct 30 01:11:00.720 INFO STEP 586 (remove_files) COMPLETE
58862024-10-30T01:11:00.425Z[ recovery-image] Oct 30 01:11:00.720 INFO O| Oct 30 01:11:00.720 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-30T01:11:00.434Z[ recovery-image] Oct 30 01:11:00.730 INFO O| Oct 30 01:11:00.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58882024-10-30T01:11:00.434Z[ recovery-image] Oct 30 01:11:00.730 INFO O| Oct 30 01:11:00.730 INFO STEP 587 (remove_files) COMPLETE
58892024-10-30T01:11:00.434Z[ recovery-image] Oct 30 01:11:00.730 INFO O| Oct 30 01:11:00.730 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-30T01:11:00.443Z[ recovery-image] Oct 30 01:11:00.739 INFO O| Oct 30 01:11:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58912024-10-30T01:11:00.444Z[ recovery-image] Oct 30 01:11:00.739 INFO O| Oct 30 01:11:00.739 INFO STEP 588 (remove_files) COMPLETE
58922024-10-30T01:11:00.444Z[ recovery-image] Oct 30 01:11:00.739 INFO O| Oct 30 01:11:00.739 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-30T01:11:00.453Z[ recovery-image] Oct 30 01:11:00.749 INFO O| Oct 30 01:11:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58942024-10-30T01:11:00.453Z[ recovery-image] Oct 30 01:11:00.749 INFO O| Oct 30 01:11:00.749 INFO STEP 589 (remove_files) COMPLETE
58952024-10-30T01:11:00.453Z[ recovery-image] Oct 30 01:11:00.749 INFO O| Oct 30 01:11:00.749 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-30T01:11:00.463Z[ recovery-image] Oct 30 01:11:00.758 INFO O| Oct 30 01:11:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58972024-10-30T01:11:00.465Z[ recovery-image] Oct 30 01:11:00.758 INFO O| Oct 30 01:11:00.758 INFO STEP 590 (remove_files) COMPLETE
58982024-10-30T01:11:00.465Z[ recovery-image] Oct 30 01:11:00.758 INFO O| Oct 30 01:11:00.758 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-30T01:11:00.472Z[ recovery-image] Oct 30 01:11:00.768 INFO O| Oct 30 01:11:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59002024-10-30T01:11:00.472Z[ recovery-image] Oct 30 01:11:00.768 INFO O| Oct 30 01:11:00.768 INFO STEP 591 (remove_files) COMPLETE
59012024-10-30T01:11:00.475Z[ recovery-image] Oct 30 01:11:00.768 INFO O| Oct 30 01:11:00.768 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-30T01:11:00.482Z[ recovery-image] Oct 30 01:11:00.777 INFO O| Oct 30 01:11:00.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59032024-10-30T01:11:00.482Z[ recovery-image] Oct 30 01:11:00.777 INFO O| Oct 30 01:11:00.777 INFO STEP 592 (remove_files) COMPLETE
59042024-10-30T01:11:00.484Z[ recovery-image] Oct 30 01:11:00.777 INFO O| Oct 30 01:11:00.777 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-30T01:11:00.491Z[ recovery-image] Oct 30 01:11:00.787 INFO O| Oct 30 01:11:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59062024-10-30T01:11:00.494Z[ recovery-image] Oct 30 01:11:00.787 INFO O| Oct 30 01:11:00.787 INFO STEP 593 (remove_files) COMPLETE
59072024-10-30T01:11:00.494Z[ recovery-image] Oct 30 01:11:00.787 INFO O| Oct 30 01:11:00.787 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-30T01:11:00.501Z[ recovery-image] Oct 30 01:11:00.796 INFO O| Oct 30 01:11:00.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59092024-10-30T01:11:00.503Z[ recovery-image] Oct 30 01:11:00.796 INFO O| Oct 30 01:11:00.796 INFO STEP 594 (remove_files) COMPLETE
59102024-10-30T01:11:00.504Z[ recovery-image] Oct 30 01:11:00.796 INFO O| Oct 30 01:11:00.796 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-30T01:11:00.510Z[ recovery-image] Oct 30 01:11:00.806 INFO O| Oct 30 01:11:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59122024-10-30T01:11:00.510Z[ recovery-image] Oct 30 01:11:00.806 INFO O| Oct 30 01:11:00.806 INFO STEP 595 (remove_files) COMPLETE
59132024-10-30T01:11:00.513Z[ recovery-image] Oct 30 01:11:00.806 INFO O| Oct 30 01:11:00.806 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-30T01:11:00.520Z[ recovery-image] Oct 30 01:11:00.815 INFO O| Oct 30 01:11:00.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59152024-10-30T01:11:00.522Z[ recovery-image] Oct 30 01:11:00.816 INFO O| Oct 30 01:11:00.816 INFO STEP 596 (remove_files) COMPLETE
59162024-10-30T01:11:00.522Z[ recovery-image] Oct 30 01:11:00.816 INFO O| Oct 30 01:11:00.816 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-30T01:11:00.530Z[ recovery-image] Oct 30 01:11:00.825 INFO O| Oct 30 01:11:00.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59182024-10-30T01:11:00.532Z[ recovery-image] Oct 30 01:11:00.825 INFO O| Oct 30 01:11:00.825 INFO STEP 597 (remove_files) COMPLETE
59192024-10-30T01:11:00.532Z[ recovery-image] Oct 30 01:11:00.826 INFO O| Oct 30 01:11:00.825 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-30T01:11:00.539Z[ recovery-image] Oct 30 01:11:00.835 INFO O| Oct 30 01:11:00.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59212024-10-30T01:11:00.542Z[ recovery-image] Oct 30 01:11:00.835 INFO O| Oct 30 01:11:00.835 INFO STEP 598 (remove_files) COMPLETE
59222024-10-30T01:11:00.542Z[ recovery-image] Oct 30 01:11:00.835 INFO O| Oct 30 01:11:00.835 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-30T01:11:00.549Z[ recovery-image] Oct 30 01:11:00.844 INFO O| Oct 30 01:11:00.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59242024-10-30T01:11:00.551Z[ recovery-image] Oct 30 01:11:00.844 INFO O| Oct 30 01:11:00.844 INFO STEP 599 (remove_files) COMPLETE
59252024-10-30T01:11:00.551Z[ recovery-image] Oct 30 01:11:00.845 INFO O| Oct 30 01:11:00.844 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-30T01:11:00.558Z[ host-image] Oct 30 01:11:00.853 INFO O| Oct 30 01:11:00.853 INFO O| Planning: Solver setup ... Done
59272024-10-30T01:11:00.560Z[ recovery-image] Oct 30 01:11:00.854 INFO O| Oct 30 01:11:00.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59282024-10-30T01:11:00.560Z[ recovery-image] Oct 30 01:11:00.854 INFO O| Oct 30 01:11:00.854 INFO STEP 600 (remove_files) COMPLETE
59292024-10-30T01:11:00.560Z[ recovery-image] Oct 30 01:11:00.854 INFO O| Oct 30 01:11:00.854 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-30T01:11:00.563Z[ host-image] Oct 30 01:11:00.857 INFO O| Oct 30 01:11:00.857 INFO O| Planning: Running solver ... Done
59312024-10-30T01:11:00.568Z[ recovery-image] Oct 30 01:11:00.864 INFO O| Oct 30 01:11:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59322024-10-30T01:11:00.568Z[ recovery-image] Oct 30 01:11:00.864 INFO O| Oct 30 01:11:00.864 INFO STEP 601 (remove_files) COMPLETE
59332024-10-30T01:11:00.571Z[ recovery-image] Oct 30 01:11:00.864 INFO O| Oct 30 01:11:00.864 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-30T01:11:00.578Z[ recovery-image] Oct 30 01:11:00.873 INFO O| Oct 30 01:11:00.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59352024-10-30T01:11:00.578Z[ recovery-image] Oct 30 01:11:00.873 INFO O| Oct 30 01:11:00.873 INFO STEP 602 (remove_files) COMPLETE
59362024-10-30T01:11:00.578Z[ recovery-image] Oct 30 01:11:00.873 INFO O| Oct 30 01:11:00.873 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-30T01:11:00.588Z[ recovery-image] Oct 30 01:11:00.883 INFO O| Oct 30 01:11:00.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59382024-10-30T01:11:00.590Z[ recovery-image] Oct 30 01:11:00.883 INFO O| Oct 30 01:11:00.883 INFO STEP 603 (remove_files) COMPLETE
59392024-10-30T01:11:00.590Z[ recovery-image] Oct 30 01:11:00.883 INFO O| Oct 30 01:11:00.883 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-30T01:11:00.597Z[ recovery-image] Oct 30 01:11:00.893 INFO O| Oct 30 01:11:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59412024-10-30T01:11:00.597Z[ recovery-image] Oct 30 01:11:00.893 INFO O| Oct 30 01:11:00.893 INFO STEP 604 (remove_files) COMPLETE
59422024-10-30T01:11:00.597Z[ recovery-image] Oct 30 01:11:00.893 INFO O| Oct 30 01:11:00.893 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-30T01:11:00.607Z[ recovery-image] Oct 30 01:11:00.903 INFO O| Oct 30 01:11:00.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59442024-10-30T01:11:00.607Z[ recovery-image] Oct 30 01:11:00.903 INFO O| Oct 30 01:11:00.903 INFO STEP 605 (remove_files) COMPLETE
59452024-10-30T01:11:00.607Z[ recovery-image] Oct 30 01:11:00.903 INFO O| Oct 30 01:11:00.903 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-30T01:11:00.616Z[ host-image] Oct 30 01:11:00.911 INFO O| Oct 30 01:11:00.911 INFO O| Planning: Finding local manifests ... Done
59472024-10-30T01:11:00.619Z[ recovery-image] Oct 30 01:11:00.912 INFO O| Oct 30 01:11:00.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59482024-10-30T01:11:00.619Z[ recovery-image] Oct 30 01:11:00.912 INFO O| Oct 30 01:11:00.912 INFO STEP 606 (remove_files) COMPLETE
59492024-10-30T01:11:00.619Z[ recovery-image] Oct 30 01:11:00.912 INFO O| Oct 30 01:11:00.912 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-30T01:11:00.619Z[ host-image] Oct 30 01:11:00.913 INFO O| Oct 30 01:11:00.913 INFO O| Planning: Fetching manifests: 0/4 0% complete
59512024-10-30T01:11:00.627Z[ recovery-image] Oct 30 01:11:00.922 INFO O| Oct 30 01:11:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59522024-10-30T01:11:00.627Z[ recovery-image] Oct 30 01:11:00.922 INFO O| Oct 30 01:11:00.922 INFO STEP 607 (remove_files) COMPLETE
59532024-10-30T01:11:00.627Z[ recovery-image] Oct 30 01:11:00.922 INFO O| Oct 30 01:11:00.922 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-30T01:11:00.637Z[ recovery-image] Oct 30 01:11:00.933 INFO O| Oct 30 01:11:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59552024-10-30T01:11:00.637Z[ recovery-image] Oct 30 01:11:00.933 INFO O| Oct 30 01:11:00.933 INFO STEP 608 (remove_files) COMPLETE
59562024-10-30T01:11:00.641Z[ recovery-image] Oct 30 01:11:00.933 INFO O| Oct 30 01:11:00.933 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-30T01:11:00.647Z[ recovery-image] Oct 30 01:11:00.943 INFO O| Oct 30 01:11:00.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59582024-10-30T01:11:00.650Z[ recovery-image] Oct 30 01:11:00.943 INFO O| Oct 30 01:11:00.943 INFO STEP 609 (remove_files) COMPLETE
59592024-10-30T01:11:00.650Z[ recovery-image] Oct 30 01:11:00.943 INFO O| Oct 30 01:11:00.943 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-30T01:11:00.657Z[ recovery-image] Oct 30 01:11:00.952 INFO O| Oct 30 01:11:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59612024-10-30T01:11:00.657Z[ recovery-image] Oct 30 01:11:00.952 INFO O| Oct 30 01:11:00.952 INFO STEP 610 (remove_files) COMPLETE
59622024-10-30T01:11:00.659Z[ recovery-image] Oct 30 01:11:00.952 INFO O| Oct 30 01:11:00.952 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-30T01:11:00.666Z[ recovery-image] Oct 30 01:11:00.962 INFO O| Oct 30 01:11:00.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59642024-10-30T01:11:00.669Z[ recovery-image] Oct 30 01:11:00.962 INFO O| Oct 30 01:11:00.962 INFO STEP 611 (remove_files) COMPLETE
59652024-10-30T01:11:00.669Z[ recovery-image] Oct 30 01:11:00.962 INFO O| Oct 30 01:11:00.962 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-30T01:11:00.676Z[ recovery-image] Oct 30 01:11:00.972 INFO O| Oct 30 01:11:00.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59672024-10-30T01:11:00.680Z[ recovery-image] Oct 30 01:11:00.972 INFO O| Oct 30 01:11:00.972 INFO STEP 612 (remove_files) COMPLETE
59682024-10-30T01:11:00.680Z[ recovery-image] Oct 30 01:11:00.972 INFO O| Oct 30 01:11:00.972 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-30T01:11:00.686Z[ recovery-image] Oct 30 01:11:00.982 INFO O| Oct 30 01:11:00.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59702024-10-30T01:11:00.686Z[ recovery-image] Oct 30 01:11:00.982 INFO O| Oct 30 01:11:00.982 INFO STEP 613 (remove_files) COMPLETE
59712024-10-30T01:11:00.689Z[ recovery-image] Oct 30 01:11:00.982 INFO O| Oct 30 01:11:00.982 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-30T01:11:00.697Z[ recovery-image] Oct 30 01:11:00.992 INFO O| Oct 30 01:11:00.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59732024-10-30T01:11:00.697Z[ recovery-image] Oct 30 01:11:00.992 INFO O| Oct 30 01:11:00.992 INFO STEP 614 (remove_files) COMPLETE
59742024-10-30T01:11:00.700Z[ recovery-image] Oct 30 01:11:00.992 INFO O| Oct 30 01:11:00.992 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-30T01:11:00.707Z[ recovery-image] Oct 30 01:11:01.002 INFO O| Oct 30 01:11:01.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59762024-10-30T01:11:00.710Z[ recovery-image] Oct 30 01:11:01.003 INFO O| Oct 30 01:11:01.003 INFO STEP 615 (remove_files) COMPLETE
59772024-10-30T01:11:00.710Z[ recovery-image] Oct 30 01:11:01.003 INFO O| Oct 30 01:11:01.003 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-30T01:11:00.718Z[ recovery-image] Oct 30 01:11:01.013 INFO O| Oct 30 01:11:01.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59792024-10-30T01:11:00.718Z[ recovery-image] Oct 30 01:11:01.013 INFO O| Oct 30 01:11:01.013 INFO STEP 616 (remove_files) COMPLETE
59802024-10-30T01:11:00.726Z[ recovery-image] Oct 30 01:11:01.013 INFO O| Oct 30 01:11:01.013 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-30T01:11:00.730Z[ host-image] Oct 30 01:11:01.022 INFO O| Oct 30 01:11:01.022 INFO O| Planning: Fetching manifests: 4/4 100% complete
59822024-10-30T01:11:00.730Z[ recovery-image] Oct 30 01:11:01.023 INFO O| Oct 30 01:11:01.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59832024-10-30T01:11:00.730Z[ recovery-image] Oct 30 01:11:01.023 INFO O| Oct 30 01:11:01.023 INFO STEP 617 (remove_files) COMPLETE
59842024-10-30T01:11:00.730Z[ recovery-image] Oct 30 01:11:01.023 INFO O| Oct 30 01:11:01.023 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-30T01:11:00.737Z[ recovery-image] Oct 30 01:11:01.032 INFO O| Oct 30 01:11:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59862024-10-30T01:11:00.740Z[ recovery-image] Oct 30 01:11:01.032 INFO O| Oct 30 01:11:01.032 INFO STEP 618 (remove_files) COMPLETE
59872024-10-30T01:11:00.740Z[ recovery-image] Oct 30 01:11:01.033 INFO O| Oct 30 01:11:01.032 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-30T01:11:00.747Z[ recovery-image] Oct 30 01:11:01.042 INFO O| Oct 30 01:11:01.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59892024-10-30T01:11:00.749Z[ recovery-image] Oct 30 01:11:01.042 INFO O| Oct 30 01:11:01.042 INFO STEP 619 (remove_files) COMPLETE
59902024-10-30T01:11:00.750Z[ recovery-image] Oct 30 01:11:01.042 INFO O| Oct 30 01:11:01.042 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-30T01:11:00.750Z[ host-image] Oct 30 01:11:01.045 INFO O| Oct 30 01:11:01.045 INFO O| Planning: Package planning ... Done
59922024-10-30T01:11:00.752Z[ host-image] Oct 30 01:11:01.047 INFO O| Oct 30 01:11:01.047 INFO O| Planning: Merging actions ... Done
59932024-10-30T01:11:00.757Z[ recovery-image] Oct 30 01:11:01.052 INFO O| Oct 30 01:11:01.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59942024-10-30T01:11:00.757Z[ recovery-image] Oct 30 01:11:01.052 INFO O| Oct 30 01:11:01.052 INFO STEP 620 (remove_files) COMPLETE
59952024-10-30T01:11:00.759Z[ recovery-image] Oct 30 01:11:01.052 INFO O| Oct 30 01:11:01.052 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-30T01:11:00.767Z[ recovery-image] Oct 30 01:11:01.062 INFO O| Oct 30 01:11:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59972024-10-30T01:11:00.769Z[ recovery-image] Oct 30 01:11:01.062 INFO O| Oct 30 01:11:01.062 INFO STEP 621 (remove_files) COMPLETE
59982024-10-30T01:11:00.769Z[ recovery-image] Oct 30 01:11:01.062 INFO O| Oct 30 01:11:01.062 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-30T01:11:00.777Z[ recovery-image] Oct 30 01:11:01.072 INFO O| Oct 30 01:11:01.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60002024-10-30T01:11:00.777Z[ recovery-image] Oct 30 01:11:01.073 INFO O| Oct 30 01:11:01.073 INFO STEP 622 (remove_files) COMPLETE
60012024-10-30T01:11:00.781Z[ recovery-image] Oct 30 01:11:01.073 INFO O| Oct 30 01:11:01.073 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-10-30T01:11:00.787Z[ recovery-image] Oct 30 01:11:01.082 INFO O| Oct 30 01:11:01.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60032024-10-30T01:11:00.788Z[ recovery-image] Oct 30 01:11:01.082 INFO O| Oct 30 01:11:01.082 INFO STEP 623 (remove_files) COMPLETE
60042024-10-30T01:11:00.788Z[ recovery-image] Oct 30 01:11:01.082 INFO O| Oct 30 01:11:01.082 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-10-30T01:11:00.796Z[ recovery-image] Oct 30 01:11:01.092 INFO O| Oct 30 01:11:01.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60062024-10-30T01:11:00.800Z[ recovery-image] Oct 30 01:11:01.092 INFO O| Oct 30 01:11:01.092 INFO STEP 624 (remove_files) COMPLETE
60072024-10-30T01:11:00.800Z[ recovery-image] Oct 30 01:11:01.092 INFO O| Oct 30 01:11:01.092 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-10-30T01:11:00.806Z[ recovery-image] Oct 30 01:11:01.102 INFO O| Oct 30 01:11:01.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60092024-10-30T01:11:00.806Z[ recovery-image] Oct 30 01:11:01.102 INFO O| Oct 30 01:11:01.102 INFO STEP 625 (remove_files) COMPLETE
60102024-10-30T01:11:00.814Z[ recovery-image] Oct 30 01:11:01.102 INFO O| Oct 30 01:11:01.102 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-10-30T01:11:00.817Z[ recovery-image] Oct 30 01:11:01.111 INFO O| Oct 30 01:11:01.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60122024-10-30T01:11:00.817Z[ recovery-image] Oct 30 01:11:01.111 INFO O| Oct 30 01:11:01.111 INFO STEP 626 (remove_files) COMPLETE
60132024-10-30T01:11:00.817Z[ recovery-image] Oct 30 01:11:01.111 INFO O| Oct 30 01:11:01.111 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-10-30T01:11:00.825Z[ recovery-image] Oct 30 01:11:01.121 INFO O| Oct 30 01:11:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60152024-10-30T01:11:00.828Z[ recovery-image] Oct 30 01:11:01.121 INFO O| Oct 30 01:11:01.121 INFO STEP 627 (remove_files) COMPLETE
60162024-10-30T01:11:00.828Z[ recovery-image] Oct 30 01:11:01.121 INFO O| Oct 30 01:11:01.121 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-10-30T01:11:00.830Z[ host-image] Oct 30 01:11:01.124 INFO O| Oct 30 01:11:01.124 INFO O| Planning: Checking for conflicting actions ... Done
60182024-10-30T01:11:00.830Z[ host-image] Oct 30 01:11:01.125 INFO O| Oct 30 01:11:01.125 INFO O| Planning: Consolidating action changes ... Done
60192024-10-30T01:11:00.841Z[ recovery-image] Oct 30 01:11:01.131 INFO O| Oct 30 01:11:01.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60202024-10-30T01:11:00.845Z[ recovery-image] Oct 30 01:11:01.131 INFO O| Oct 30 01:11:01.131 INFO STEP 628 (remove_files) COMPLETE
60212024-10-30T01:11:00.845Z[ recovery-image] Oct 30 01:11:01.131 INFO O| Oct 30 01:11:01.131 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-30T01:11:00.848Z[ recovery-image] Oct 30 01:11:01.143 INFO O| Oct 30 01:11:01.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60232024-10-30T01:11:00.848Z[ recovery-image] Oct 30 01:11:01.143 INFO O| Oct 30 01:11:01.143 INFO STEP 629 (remove_files) COMPLETE
60242024-10-30T01:11:00.848Z[ recovery-image] Oct 30 01:11:01.143 INFO O| Oct 30 01:11:01.143 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-30T01:11:00.859Z[ recovery-image] Oct 30 01:11:01.155 INFO O| Oct 30 01:11:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60262024-10-30T01:11:00.859Z[ recovery-image] Oct 30 01:11:01.155 INFO O| Oct 30 01:11:01.155 INFO STEP 630 (remove_files) COMPLETE
60272024-10-30T01:11:00.862Z[ recovery-image] Oct 30 01:11:01.155 INFO O| Oct 30 01:11:01.155 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-30T01:11:00.869Z[ recovery-image] Oct 30 01:11:01.164 INFO O| Oct 30 01:11:01.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60292024-10-30T01:11:00.871Z[ recovery-image] Oct 30 01:11:01.165 INFO O| Oct 30 01:11:01.164 INFO STEP 631 (remove_files) COMPLETE
60302024-10-30T01:11:00.871Z[ recovery-image] Oct 30 01:11:01.165 INFO O| Oct 30 01:11:01.165 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-30T01:11:00.881Z[ recovery-image] Oct 30 01:11:01.176 INFO O| Oct 30 01:11:01.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60322024-10-30T01:11:00.881Z[ recovery-image] Oct 30 01:11:01.176 INFO O| Oct 30 01:11:01.176 INFO STEP 632 (remove_files) COMPLETE
60332024-10-30T01:11:00.883Z[ recovery-image] Oct 30 01:11:01.176 INFO O| Oct 30 01:11:01.176 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-30T01:11:00.891Z[ recovery-image] Oct 30 01:11:01.186 INFO O| Oct 30 01:11:01.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60352024-10-30T01:11:00.891Z[ recovery-image] Oct 30 01:11:01.186 INFO O| Oct 30 01:11:01.186 INFO STEP 633 (remove_files) COMPLETE
60362024-10-30T01:11:00.893Z[ recovery-image] Oct 30 01:11:01.186 INFO O| Oct 30 01:11:01.186 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-30T01:11:00.900Z[ recovery-image] Oct 30 01:11:01.196 INFO O| Oct 30 01:11:01.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60382024-10-30T01:11:00.902Z[ recovery-image] Oct 30 01:11:01.196 INFO O| Oct 30 01:11:01.196 INFO STEP 634 (remove_files) COMPLETE
60392024-10-30T01:11:00.903Z[ recovery-image] Oct 30 01:11:01.196 INFO O| Oct 30 01:11:01.196 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-30T01:11:00.912Z[ recovery-image] Oct 30 01:11:01.207 INFO O| Oct 30 01:11:01.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60412024-10-30T01:11:00.912Z[ recovery-image] Oct 30 01:11:01.208 INFO O| Oct 30 01:11:01.208 INFO STEP 635 (remove_files) COMPLETE
60422024-10-30T01:11:00.914Z[ recovery-image] Oct 30 01:11:01.208 INFO O| Oct 30 01:11:01.208 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-30T01:11:00.922Z[ recovery-image] Oct 30 01:11:01.217 INFO O| Oct 30 01:11:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60442024-10-30T01:11:00.924Z[ recovery-image] Oct 30 01:11:01.217 INFO O| Oct 30 01:11:01.217 INFO STEP 636 (remove_files) COMPLETE
60452024-10-30T01:11:00.924Z[ recovery-image] Oct 30 01:11:01.217 INFO O| Oct 30 01:11:01.217 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-30T01:11:00.931Z[ recovery-image] Oct 30 01:11:01.227 INFO O| Oct 30 01:11:01.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60472024-10-30T01:11:00.931Z[ recovery-image] Oct 30 01:11:01.227 INFO O| Oct 30 01:11:01.227 INFO STEP 637 (remove_files) COMPLETE
60482024-10-30T01:11:00.934Z[ recovery-image] Oct 30 01:11:01.227 INFO O| Oct 30 01:11:01.227 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-30T01:11:00.941Z[ recovery-image] Oct 30 01:11:01.237 INFO O| Oct 30 01:11:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60502024-10-30T01:11:00.941Z[ recovery-image] Oct 30 01:11:01.237 INFO O| Oct 30 01:11:01.237 INFO STEP 638 (remove_files) COMPLETE
60512024-10-30T01:11:00.944Z[ recovery-image] Oct 30 01:11:01.237 INFO O| Oct 30 01:11:01.237 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-30T01:11:00.951Z[ recovery-image] Oct 30 01:11:01.246 INFO O| Oct 30 01:11:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60532024-10-30T01:11:00.951Z[ recovery-image] Oct 30 01:11:01.247 INFO O| Oct 30 01:11:01.246 INFO STEP 639 (remove_files) COMPLETE
60542024-10-30T01:11:00.951Z[ recovery-image] Oct 30 01:11:01.247 INFO O| Oct 30 01:11:01.247 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-30T01:11:00.960Z[ recovery-image] Oct 30 01:11:01.256 INFO O| Oct 30 01:11:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60562024-10-30T01:11:00.961Z[ recovery-image] Oct 30 01:11:01.256 INFO O| Oct 30 01:11:01.256 INFO STEP 640 (remove_files) COMPLETE
60572024-10-30T01:11:00.961Z[ recovery-image] Oct 30 01:11:01.256 INFO O| Oct 30 01:11:01.256 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-30T01:11:00.972Z[ recovery-image] Oct 30 01:11:01.268 INFO O| Oct 30 01:11:01.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60592024-10-30T01:11:00.972Z[ recovery-image] Oct 30 01:11:01.268 INFO O| Oct 30 01:11:01.268 INFO STEP 641 (remove_files) COMPLETE
60602024-10-30T01:11:00.974Z[ recovery-image] Oct 30 01:11:01.268 INFO O| Oct 30 01:11:01.268 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-30T01:11:00.982Z[ recovery-image] Oct 30 01:11:01.277 INFO O| Oct 30 01:11:01.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60622024-10-30T01:11:00.982Z[ recovery-image] Oct 30 01:11:01.277 INFO O| Oct 30 01:11:01.277 INFO STEP 642 (remove_files) COMPLETE
60632024-10-30T01:11:00.987Z[ recovery-image] Oct 30 01:11:01.277 INFO O| Oct 30 01:11:01.277 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-30T01:11:00.991Z[ recovery-image] Oct 30 01:11:01.287 INFO O| Oct 30 01:11:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60652024-10-30T01:11:00.991Z[ recovery-image] Oct 30 01:11:01.287 INFO O| Oct 30 01:11:01.287 INFO STEP 643 (remove_files) COMPLETE
60662024-10-30T01:11:00.994Z[ recovery-image] Oct 30 01:11:01.287 INFO O| Oct 30 01:11:01.287 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-30T01:11:01.003Z[ recovery-image] Oct 30 01:11:01.299 INFO O| Oct 30 01:11:01.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60682024-10-30T01:11:01.003Z[ recovery-image] Oct 30 01:11:01.299 INFO O| Oct 30 01:11:01.299 INFO STEP 644 (remove_files) COMPLETE
60692024-10-30T01:11:01.005Z[ recovery-image] Oct 30 01:11:01.299 INFO O| Oct 30 01:11:01.299 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-30T01:11:01.013Z[ recovery-image] Oct 30 01:11:01.309 INFO O| Oct 30 01:11:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60712024-10-30T01:11:01.013Z[ recovery-image] Oct 30 01:11:01.309 INFO O| Oct 30 01:11:01.309 INFO STEP 645 (remove_files) COMPLETE
60722024-10-30T01:11:01.015Z[ recovery-image] Oct 30 01:11:01.309 INFO O| Oct 30 01:11:01.309 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-30T01:11:01.023Z[ recovery-image] Oct 30 01:11:01.318 INFO O| Oct 30 01:11:01.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60742024-10-30T01:11:01.023Z[ recovery-image] Oct 30 01:11:01.318 INFO O| Oct 30 01:11:01.318 INFO STEP 646 (remove_files) COMPLETE
60752024-10-30T01:11:01.023Z[ recovery-image] Oct 30 01:11:01.318 INFO O| Oct 30 01:11:01.318 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-30T01:11:01.026Z[ host-image] Oct 30 01:11:01.322 INFO O| Oct 30 01:11:01.321 INFO O| Planning: Evaluating mediators ... Done
60772024-10-30T01:11:01.029Z[ host-image] Oct 30 01:11:01.323 INFO O| Oct 30 01:11:01.323 INFO O| Planning: Planning completed in 3.02 seconds
60782024-10-30T01:11:01.029Z[ host-image] Oct 30 01:11:01.324 INFO O| Oct 30 01:11:01.324 INFO O| Packages to install: 4
60792024-10-30T01:11:01.029Z[ host-image] Oct 30 01:11:01.324 INFO O| Oct 30 01:11:01.324 INFO O| Services to change: 2
60802024-10-30T01:11:01.032Z[ recovery-image] Oct 30 01:11:01.328 INFO O| Oct 30 01:11:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60812024-10-30T01:11:01.035Z[ recovery-image] Oct 30 01:11:01.328 INFO O| Oct 30 01:11:01.328 INFO STEP 647 (remove_files) COMPLETE
60822024-10-30T01:11:01.035Z[ recovery-image] Oct 30 01:11:01.328 INFO O| Oct 30 01:11:01.328 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-30T01:11:01.040Z[ host-image] Oct 30 01:11:01.335 INFO O| Oct 30 01:11:01.335 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
60842024-10-30T01:11:01.042Z[ recovery-image] Oct 30 01:11:01.338 INFO O| Oct 30 01:11:01.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60852024-10-30T01:11:01.042Z[ recovery-image] Oct 30 01:11:01.338 INFO O| Oct 30 01:11:01.338 INFO STEP 648 (remove_files) COMPLETE
60862024-10-30T01:11:01.042Z[ recovery-image] Oct 30 01:11:01.338 INFO O| Oct 30 01:11:01.338 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-30T01:11:01.052Z[ recovery-image] Oct 30 01:11:01.347 INFO O| Oct 30 01:11:01.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60882024-10-30T01:11:01.054Z[ recovery-image] Oct 30 01:11:01.348 INFO O| Oct 30 01:11:01.347 INFO STEP 649 (remove_files) COMPLETE
60892024-10-30T01:11:01.054Z[ recovery-image] Oct 30 01:11:01.348 INFO O| Oct 30 01:11:01.348 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-30T01:11:01.061Z[ recovery-image] Oct 30 01:11:01.357 INFO O| Oct 30 01:11:01.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60912024-10-30T01:11:01.061Z[ recovery-image] Oct 30 01:11:01.357 INFO O| Oct 30 01:11:01.357 INFO STEP 650 (remove_files) COMPLETE
60922024-10-30T01:11:01.062Z[ recovery-image] Oct 30 01:11:01.357 INFO O| Oct 30 01:11:01.357 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-30T01:11:01.071Z[ recovery-image] Oct 30 01:11:01.367 INFO O| Oct 30 01:11:01.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60942024-10-30T01:11:01.073Z[ recovery-image] Oct 30 01:11:01.367 INFO O| Oct 30 01:11:01.367 INFO STEP 651 (remove_files) COMPLETE
60952024-10-30T01:11:01.074Z[ recovery-image] Oct 30 01:11:01.367 INFO O| Oct 30 01:11:01.367 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-30T01:11:01.080Z[ recovery-image] Oct 30 01:11:01.376 INFO O| Oct 30 01:11:01.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60972024-10-30T01:11:01.083Z[ recovery-image] Oct 30 01:11:01.376 INFO O| Oct 30 01:11:01.376 INFO STEP 652 (remove_files) COMPLETE
60982024-10-30T01:11:01.083Z[ recovery-image] Oct 30 01:11:01.376 INFO O| Oct 30 01:11:01.376 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-30T01:11:01.090Z[ recovery-image] Oct 30 01:11:01.386 INFO O| Oct 30 01:11:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61002024-10-30T01:11:01.092Z[ recovery-image] Oct 30 01:11:01.386 INFO O| Oct 30 01:11:01.386 INFO STEP 653 (remove_files) COMPLETE
61012024-10-30T01:11:01.092Z[ recovery-image] Oct 30 01:11:01.386 INFO O| Oct 30 01:11:01.386 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-30T01:11:01.099Z[ recovery-image] Oct 30 01:11:01.395 INFO O| Oct 30 01:11:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61032024-10-30T01:11:01.102Z[ recovery-image] Oct 30 01:11:01.395 INFO O| Oct 30 01:11:01.395 INFO STEP 654 (remove_files) COMPLETE
61042024-10-30T01:11:01.102Z[ recovery-image] Oct 30 01:11:01.395 INFO O| Oct 30 01:11:01.395 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-30T01:11:01.109Z[ recovery-image] Oct 30 01:11:01.405 INFO O| Oct 30 01:11:01.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61062024-10-30T01:11:01.111Z[ recovery-image] Oct 30 01:11:01.405 INFO O| Oct 30 01:11:01.405 INFO STEP 655 (remove_files) COMPLETE
61072024-10-30T01:11:01.111Z[ recovery-image] Oct 30 01:11:01.405 INFO O| Oct 30 01:11:01.405 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-30T01:11:01.119Z[ recovery-image] Oct 30 01:11:01.414 INFO O| Oct 30 01:11:01.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61092024-10-30T01:11:01.119Z[ recovery-image] Oct 30 01:11:01.414 INFO O| Oct 30 01:11:01.414 INFO STEP 656 (remove_files) COMPLETE
61102024-10-30T01:11:01.121Z[ recovery-image] Oct 30 01:11:01.414 INFO O| Oct 30 01:11:01.414 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-30T01:11:01.129Z[ recovery-image] Oct 30 01:11:01.424 INFO O| Oct 30 01:11:01.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61122024-10-30T01:11:01.132Z[ recovery-image] Oct 30 01:11:01.424 INFO O| Oct 30 01:11:01.424 INFO STEP 657 (remove_files) COMPLETE
61132024-10-30T01:11:01.132Z[ recovery-image] Oct 30 01:11:01.424 INFO O| Oct 30 01:11:01.424 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-30T01:11:01.138Z[ recovery-image] Oct 30 01:11:01.433 INFO O| Oct 30 01:11:01.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61152024-10-30T01:11:01.140Z[ recovery-image] Oct 30 01:11:01.434 INFO O| Oct 30 01:11:01.434 INFO STEP 658 (remove_files) COMPLETE
61162024-10-30T01:11:01.140Z[ recovery-image] Oct 30 01:11:01.434 INFO O| Oct 30 01:11:01.434 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-30T01:11:01.149Z[ recovery-image] Oct 30 01:11:01.444 INFO O| Oct 30 01:11:01.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61182024-10-30T01:11:01.149Z[ recovery-image] Oct 30 01:11:01.444 INFO O| Oct 30 01:11:01.444 INFO STEP 659 (remove_files) COMPLETE
61192024-10-30T01:11:01.151Z[ recovery-image] Oct 30 01:11:01.444 INFO O| Oct 30 01:11:01.444 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-30T01:11:01.158Z[ recovery-image] Oct 30 01:11:01.454 INFO O| Oct 30 01:11:01.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61212024-10-30T01:11:01.158Z[ recovery-image] Oct 30 01:11:01.454 INFO O| Oct 30 01:11:01.454 INFO STEP 660 (remove_files) COMPLETE
61222024-10-30T01:11:01.161Z[ recovery-image] Oct 30 01:11:01.454 INFO O| Oct 30 01:11:01.454 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-30T01:11:01.168Z[ recovery-image] Oct 30 01:11:01.464 INFO O| Oct 30 01:11:01.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61242024-10-30T01:11:01.168Z[ recovery-image] Oct 30 01:11:01.464 INFO O| Oct 30 01:11:01.464 INFO STEP 661 (remove_files) COMPLETE
61252024-10-30T01:11:01.168Z[ recovery-image] Oct 30 01:11:01.464 INFO O| Oct 30 01:11:01.464 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-30T01:11:01.178Z[ recovery-image] Oct 30 01:11:01.474 INFO O| Oct 30 01:11:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61272024-10-30T01:11:01.178Z[ recovery-image] Oct 30 01:11:01.474 INFO O| Oct 30 01:11:01.474 INFO STEP 662 (remove_files) COMPLETE
61282024-10-30T01:11:01.178Z[ recovery-image] Oct 30 01:11:01.474 INFO O| Oct 30 01:11:01.474 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-30T01:11:01.188Z[ recovery-image] Oct 30 01:11:01.483 INFO O| Oct 30 01:11:01.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61302024-10-30T01:11:01.190Z[ recovery-image] Oct 30 01:11:01.483 INFO O| Oct 30 01:11:01.483 INFO STEP 663 (remove_files) COMPLETE
61312024-10-30T01:11:01.190Z[ recovery-image] Oct 30 01:11:01.483 INFO O| Oct 30 01:11:01.483 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-30T01:11:01.197Z[ recovery-image] Oct 30 01:11:01.493 INFO O| Oct 30 01:11:01.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61332024-10-30T01:11:01.197Z[ recovery-image] Oct 30 01:11:01.493 INFO O| Oct 30 01:11:01.493 INFO STEP 664 (remove_files) COMPLETE
61342024-10-30T01:11:01.200Z[ recovery-image] Oct 30 01:11:01.493 INFO O| Oct 30 01:11:01.493 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-30T01:11:01.207Z[ recovery-image] Oct 30 01:11:01.503 INFO O| Oct 30 01:11:01.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61362024-10-30T01:11:01.207Z[ recovery-image] Oct 30 01:11:01.503 INFO O| Oct 30 01:11:01.503 INFO STEP 665 (remove_files) COMPLETE
61372024-10-30T01:11:01.210Z[ recovery-image] Oct 30 01:11:01.503 INFO O| Oct 30 01:11:01.503 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-30T01:11:01.217Z[ recovery-image] Oct 30 01:11:01.513 INFO O| Oct 30 01:11:01.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61392024-10-30T01:11:01.217Z[ recovery-image] Oct 30 01:11:01.513 INFO O| Oct 30 01:11:01.513 INFO STEP 666 (remove_files) COMPLETE
61402024-10-30T01:11:01.220Z[ recovery-image] Oct 30 01:11:01.513 INFO O| Oct 30 01:11:01.513 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-30T01:11:01.226Z[ recovery-image] Oct 30 01:11:01.522 INFO O| Oct 30 01:11:01.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61422024-10-30T01:11:01.229Z[ recovery-image] Oct 30 01:11:01.522 INFO O| Oct 30 01:11:01.522 INFO STEP 667 (remove_files) COMPLETE
61432024-10-30T01:11:01.229Z[ recovery-image] Oct 30 01:11:01.522 INFO O| Oct 30 01:11:01.522 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-30T01:11:01.236Z[ recovery-image] Oct 30 01:11:01.532 INFO O| Oct 30 01:11:01.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61452024-10-30T01:11:01.236Z[ recovery-image] Oct 30 01:11:01.532 INFO O| Oct 30 01:11:01.532 INFO STEP 668 (remove_files) COMPLETE
61462024-10-30T01:11:01.236Z[ recovery-image] Oct 30 01:11:01.532 INFO O| Oct 30 01:11:01.532 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-30T01:11:01.246Z[ recovery-image] Oct 30 01:11:01.541 INFO O| Oct 30 01:11:01.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61482024-10-30T01:11:01.246Z[ recovery-image] Oct 30 01:11:01.541 INFO O| Oct 30 01:11:01.541 INFO STEP 669 (remove_files) COMPLETE
61492024-10-30T01:11:01.246Z[ recovery-image] Oct 30 01:11:01.541 INFO O| Oct 30 01:11:01.541 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-30T01:11:01.255Z[ recovery-image] Oct 30 01:11:01.551 INFO O| Oct 30 01:11:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61512024-10-30T01:11:01.258Z[ recovery-image] Oct 30 01:11:01.551 INFO O| Oct 30 01:11:01.551 INFO STEP 670 (remove_files) COMPLETE
61522024-10-30T01:11:01.258Z[ recovery-image] Oct 30 01:11:01.551 INFO O| Oct 30 01:11:01.551 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-30T01:11:01.266Z[ recovery-image] Oct 30 01:11:01.561 INFO O| Oct 30 01:11:01.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61542024-10-30T01:11:01.267Z[ recovery-image] Oct 30 01:11:01.561 INFO O| Oct 30 01:11:01.561 INFO STEP 671 (remove_files) COMPLETE
61552024-10-30T01:11:01.269Z[ recovery-image] Oct 30 01:11:01.561 INFO O| Oct 30 01:11:01.561 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-30T01:11:01.274Z[ recovery-image] Oct 30 01:11:01.570 INFO O| Oct 30 01:11:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61572024-10-30T01:11:01.277Z[ recovery-image] Oct 30 01:11:01.570 INFO O| Oct 30 01:11:01.570 INFO STEP 672 (remove_files) COMPLETE
61582024-10-30T01:11:01.277Z[ recovery-image] Oct 30 01:11:01.570 INFO O| Oct 30 01:11:01.570 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-30T01:11:01.284Z[ recovery-image] Oct 30 01:11:01.580 INFO O| Oct 30 01:11:01.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61602024-10-30T01:11:01.286Z[ recovery-image] Oct 30 01:11:01.580 INFO O| Oct 30 01:11:01.580 INFO STEP 673 (remove_files) COMPLETE
61612024-10-30T01:11:01.286Z[ recovery-image] Oct 30 01:11:01.580 INFO O| Oct 30 01:11:01.580 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-30T01:11:01.293Z[ recovery-image] Oct 30 01:11:01.589 INFO O| Oct 30 01:11:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61632024-10-30T01:11:01.293Z[ recovery-image] Oct 30 01:11:01.589 INFO O| Oct 30 01:11:01.589 INFO STEP 674 (remove_files) COMPLETE
61642024-10-30T01:11:01.296Z[ recovery-image] Oct 30 01:11:01.589 INFO O| Oct 30 01:11:01.589 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-30T01:11:01.304Z[ recovery-image] Oct 30 01:11:01.599 INFO O| Oct 30 01:11:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61662024-10-30T01:11:01.306Z[ recovery-image] Oct 30 01:11:01.600 INFO O| Oct 30 01:11:01.600 INFO STEP 675 (remove_files) COMPLETE
61672024-10-30T01:11:01.306Z[ recovery-image] Oct 30 01:11:01.600 INFO O| Oct 30 01:11:01.600 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-30T01:11:01.316Z[ recovery-image] Oct 30 01:11:01.612 INFO O| Oct 30 01:11:01.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61692024-10-30T01:11:01.319Z[ recovery-image] Oct 30 01:11:01.612 INFO O| Oct 30 01:11:01.612 INFO STEP 676 (remove_files) COMPLETE
61702024-10-30T01:11:01.319Z[ recovery-image] Oct 30 01:11:01.612 INFO O| Oct 30 01:11:01.612 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-30T01:11:01.328Z[ recovery-image] Oct 30 01:11:01.623 INFO O| Oct 30 01:11:01.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61722024-10-30T01:11:01.330Z[ recovery-image] Oct 30 01:11:01.623 INFO O| Oct 30 01:11:01.623 INFO STEP 677 (remove_files) COMPLETE
61732024-10-30T01:11:01.330Z[ recovery-image] Oct 30 01:11:01.624 INFO O| Oct 30 01:11:01.623 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-30T01:11:01.341Z[ recovery-image] Oct 30 01:11:01.636 INFO O| Oct 30 01:11:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61752024-10-30T01:11:01.343Z[ recovery-image] Oct 30 01:11:01.636 INFO O| Oct 30 01:11:01.636 INFO STEP 678 (remove_files) COMPLETE
61762024-10-30T01:11:01.343Z[ recovery-image] Oct 30 01:11:01.636 INFO O| Oct 30 01:11:01.636 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-30T01:11:01.351Z[ recovery-image] Oct 30 01:11:01.646 INFO O| Oct 30 01:11:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61782024-10-30T01:11:01.351Z[ recovery-image] Oct 30 01:11:01.646 INFO O| Oct 30 01:11:01.646 INFO STEP 679 (remove_files) COMPLETE
61792024-10-30T01:11:01.351Z[ recovery-image] Oct 30 01:11:01.646 INFO O| Oct 30 01:11:01.646 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-30T01:11:01.360Z[ recovery-image] Oct 30 01:11:01.656 INFO O| Oct 30 01:11:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61812024-10-30T01:11:01.360Z[ recovery-image] Oct 30 01:11:01.656 INFO O| Oct 30 01:11:01.656 INFO STEP 680 (remove_files) COMPLETE
61822024-10-30T01:11:01.360Z[ recovery-image] Oct 30 01:11:01.656 INFO O| Oct 30 01:11:01.656 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-30T01:11:01.370Z[ recovery-image] Oct 30 01:11:01.665 INFO O| Oct 30 01:11:01.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61842024-10-30T01:11:01.370Z[ recovery-image] Oct 30 01:11:01.665 INFO O| Oct 30 01:11:01.665 INFO STEP 681 (remove_files) COMPLETE
61852024-10-30T01:11:01.372Z[ recovery-image] Oct 30 01:11:01.665 INFO O| Oct 30 01:11:01.665 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-30T01:11:01.379Z[ recovery-image] Oct 30 01:11:01.675 INFO O| Oct 30 01:11:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61872024-10-30T01:11:01.379Z[ recovery-image] Oct 30 01:11:01.675 INFO O| Oct 30 01:11:01.675 INFO STEP 682 (remove_files) COMPLETE
61882024-10-30T01:11:01.381Z[ recovery-image] Oct 30 01:11:01.675 INFO O| Oct 30 01:11:01.675 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-30T01:11:01.389Z[ recovery-image] Oct 30 01:11:01.684 INFO O| Oct 30 01:11:01.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61902024-10-30T01:11:01.389Z[ recovery-image] Oct 30 01:11:01.684 INFO O| Oct 30 01:11:01.684 INFO STEP 683 (remove_files) COMPLETE
61912024-10-30T01:11:01.391Z[ recovery-image] Oct 30 01:11:01.684 INFO O| Oct 30 01:11:01.684 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-30T01:11:01.398Z[ recovery-image] Oct 30 01:11:01.694 INFO O| Oct 30 01:11:01.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61932024-10-30T01:11:01.401Z[ recovery-image] Oct 30 01:11:01.694 INFO O| Oct 30 01:11:01.694 INFO STEP 684 (remove_files) COMPLETE
61942024-10-30T01:11:01.401Z[ recovery-image] Oct 30 01:11:01.694 INFO O| Oct 30 01:11:01.694 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-30T01:11:01.407Z[ recovery-image] Oct 30 01:11:01.703 INFO O| Oct 30 01:11:01.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61962024-10-30T01:11:01.407Z[ recovery-image] Oct 30 01:11:01.703 INFO O| Oct 30 01:11:01.703 INFO STEP 685 (remove_files) COMPLETE
61972024-10-30T01:11:01.407Z[ recovery-image] Oct 30 01:11:01.703 INFO O| Oct 30 01:11:01.703 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-30T01:11:01.417Z[ recovery-image] Oct 30 01:11:01.712 INFO O| Oct 30 01:11:01.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61992024-10-30T01:11:01.419Z[ recovery-image] Oct 30 01:11:01.712 INFO O| Oct 30 01:11:01.712 INFO STEP 686 (remove_files) COMPLETE
62002024-10-30T01:11:01.419Z[ recovery-image] Oct 30 01:11:01.713 INFO O| Oct 30 01:11:01.712 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-30T01:11:01.426Z[ recovery-image] Oct 30 01:11:01.722 INFO O| Oct 30 01:11:01.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62022024-10-30T01:11:01.428Z[ recovery-image] Oct 30 01:11:01.722 INFO O| Oct 30 01:11:01.722 INFO STEP 687 (remove_files) COMPLETE
62032024-10-30T01:11:01.428Z[ recovery-image] Oct 30 01:11:01.722 INFO O| Oct 30 01:11:01.722 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-30T01:11:01.436Z[ recovery-image] Oct 30 01:11:01.731 INFO O| Oct 30 01:11:01.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62052024-10-30T01:11:01.436Z[ recovery-image] Oct 30 01:11:01.731 INFO O| Oct 30 01:11:01.731 INFO STEP 688 (remove_files) COMPLETE
62062024-10-30T01:11:01.438Z[ recovery-image] Oct 30 01:11:01.731 INFO O| Oct 30 01:11:01.731 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-30T01:11:01.445Z[ recovery-image] Oct 30 01:11:01.741 INFO O| Oct 30 01:11:01.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62082024-10-30T01:11:01.445Z[ recovery-image] Oct 30 01:11:01.741 INFO O| Oct 30 01:11:01.741 INFO STEP 689 (remove_files) COMPLETE
62092024-10-30T01:11:01.447Z[ recovery-image] Oct 30 01:11:01.741 INFO O| Oct 30 01:11:01.741 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-30T01:11:01.455Z[ recovery-image] Oct 30 01:11:01.750 INFO O| Oct 30 01:11:01.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62112024-10-30T01:11:01.455Z[ recovery-image] Oct 30 01:11:01.750 INFO O| Oct 30 01:11:01.750 INFO STEP 690 (remove_files) COMPLETE
62122024-10-30T01:11:01.457Z[ recovery-image] Oct 30 01:11:01.750 INFO O| Oct 30 01:11:01.750 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-30T01:11:01.464Z[ recovery-image] Oct 30 01:11:01.760 INFO O| Oct 30 01:11:01.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62142024-10-30T01:11:01.464Z[ recovery-image] Oct 30 01:11:01.760 INFO O| Oct 30 01:11:01.760 INFO STEP 691 (remove_files) COMPLETE
62152024-10-30T01:11:01.466Z[ recovery-image] Oct 30 01:11:01.760 INFO O| Oct 30 01:11:01.760 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-30T01:11:01.473Z[ recovery-image] Oct 30 01:11:01.769 INFO O| Oct 30 01:11:01.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62172024-10-30T01:11:01.473Z[ recovery-image] Oct 30 01:11:01.769 INFO O| Oct 30 01:11:01.769 INFO STEP 692 (remove_files) COMPLETE
62182024-10-30T01:11:01.473Z[ recovery-image] Oct 30 01:11:01.769 INFO O| Oct 30 01:11:01.769 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-30T01:11:01.483Z[ recovery-image] Oct 30 01:11:01.779 INFO O| Oct 30 01:11:01.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62202024-10-30T01:11:01.483Z[ recovery-image] Oct 30 01:11:01.779 INFO O| Oct 30 01:11:01.779 INFO STEP 693 (remove_files) COMPLETE
62212024-10-30T01:11:01.485Z[ recovery-image] Oct 30 01:11:01.779 INFO O| Oct 30 01:11:01.779 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-30T01:11:01.492Z[ recovery-image] Oct 30 01:11:01.788 INFO O| Oct 30 01:11:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62232024-10-30T01:11:01.492Z[ recovery-image] Oct 30 01:11:01.788 INFO O| Oct 30 01:11:01.788 INFO STEP 694 (remove_files) COMPLETE
62242024-10-30T01:11:01.492Z[ recovery-image] Oct 30 01:11:01.788 INFO O| Oct 30 01:11:01.788 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-30T01:11:01.502Z[ recovery-image] Oct 30 01:11:01.797 INFO O| Oct 30 01:11:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62262024-10-30T01:11:01.502Z[ recovery-image] Oct 30 01:11:01.797 INFO O| Oct 30 01:11:01.797 INFO STEP 695 (remove_files) COMPLETE
62272024-10-30T01:11:01.502Z[ recovery-image] Oct 30 01:11:01.798 INFO O| Oct 30 01:11:01.797 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-30T01:11:01.511Z[ recovery-image] Oct 30 01:11:01.807 INFO O| Oct 30 01:11:01.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62292024-10-30T01:11:01.511Z[ recovery-image] Oct 30 01:11:01.807 INFO O| Oct 30 01:11:01.807 INFO STEP 696 (remove_files) COMPLETE
62302024-10-30T01:11:01.514Z[ recovery-image] Oct 30 01:11:01.807 INFO O| Oct 30 01:11:01.807 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-30T01:11:01.522Z[ recovery-image] Oct 30 01:11:01.817 INFO O| Oct 30 01:11:01.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62322024-10-30T01:11:01.522Z[ recovery-image] Oct 30 01:11:01.817 INFO O| Oct 30 01:11:01.817 INFO STEP 697 (remove_files) COMPLETE
62332024-10-30T01:11:01.525Z[ recovery-image] Oct 30 01:11:01.817 INFO O| Oct 30 01:11:01.817 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-30T01:11:01.531Z[ recovery-image] Oct 30 01:11:01.826 INFO O| Oct 30 01:11:01.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62352024-10-30T01:11:01.531Z[ recovery-image] Oct 30 01:11:01.826 INFO O| Oct 30 01:11:01.826 INFO STEP 698 (remove_files) COMPLETE
62362024-10-30T01:11:01.533Z[ recovery-image] Oct 30 01:11:01.826 INFO O| Oct 30 01:11:01.826 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-30T01:11:01.541Z[ recovery-image] Oct 30 01:11:01.836 INFO O| Oct 30 01:11:01.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62382024-10-30T01:11:01.541Z[ recovery-image] Oct 30 01:11:01.836 INFO O| Oct 30 01:11:01.836 INFO STEP 699 (remove_files) COMPLETE
62392024-10-30T01:11:01.543Z[ recovery-image] Oct 30 01:11:01.836 INFO O| Oct 30 01:11:01.836 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-30T01:11:01.549Z[ recovery-image] Oct 30 01:11:01.845 INFO O| Oct 30 01:11:01.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62412024-10-30T01:11:01.552Z[ recovery-image] Oct 30 01:11:01.845 INFO O| Oct 30 01:11:01.845 INFO STEP 700 (remove_files) COMPLETE
62422024-10-30T01:11:01.552Z[ recovery-image] Oct 30 01:11:01.845 INFO O| Oct 30 01:11:01.845 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-30T01:11:01.559Z[ recovery-image] Oct 30 01:11:01.855 INFO O| Oct 30 01:11:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62442024-10-30T01:11:01.562Z[ recovery-image] Oct 30 01:11:01.855 INFO O| Oct 30 01:11:01.855 INFO STEP 701 (remove_files) COMPLETE
62452024-10-30T01:11:01.562Z[ recovery-image] Oct 30 01:11:01.855 INFO O| Oct 30 01:11:01.855 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-30T01:11:01.568Z[ recovery-image] Oct 30 01:11:01.864 INFO O| Oct 30 01:11:01.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62472024-10-30T01:11:01.568Z[ recovery-image] Oct 30 01:11:01.864 INFO O| Oct 30 01:11:01.864 INFO STEP 702 (remove_files) COMPLETE
62482024-10-30T01:11:01.571Z[ recovery-image] Oct 30 01:11:01.864 INFO O| Oct 30 01:11:01.864 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-30T01:11:01.578Z[ recovery-image] Oct 30 01:11:01.873 INFO O| Oct 30 01:11:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62502024-10-30T01:11:01.578Z[ recovery-image] Oct 30 01:11:01.873 INFO O| Oct 30 01:11:01.873 INFO STEP 703 (remove_files) COMPLETE
62512024-10-30T01:11:01.580Z[ recovery-image] Oct 30 01:11:01.874 INFO O| Oct 30 01:11:01.873 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-10-30T01:11:01.587Z[ recovery-image] Oct 30 01:11:01.883 INFO O| Oct 30 01:11:01.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62532024-10-30T01:11:01.589Z[ recovery-image] Oct 30 01:11:01.883 INFO O| Oct 30 01:11:01.883 INFO STEP 704 (remove_files) COMPLETE
62542024-10-30T01:11:01.589Z[ recovery-image] Oct 30 01:11:01.883 INFO O| Oct 30 01:11:01.883 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-10-30T01:11:01.596Z[ recovery-image] Oct 30 01:11:01.892 INFO O| Oct 30 01:11:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62562024-10-30T01:11:01.600Z[ recovery-image] Oct 30 01:11:01.892 INFO O| Oct 30 01:11:01.892 INFO STEP 705 (remove_files) COMPLETE
62572024-10-30T01:11:01.600Z[ recovery-image] Oct 30 01:11:01.892 INFO O| Oct 30 01:11:01.892 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-10-30T01:11:01.606Z[ recovery-image] Oct 30 01:11:01.901 INFO O| Oct 30 01:11:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62592024-10-30T01:11:01.608Z[ recovery-image] Oct 30 01:11:01.901 INFO O| Oct 30 01:11:01.901 INFO STEP 706 (remove_files) COMPLETE
62602024-10-30T01:11:01.608Z[ recovery-image] Oct 30 01:11:01.902 INFO O| Oct 30 01:11:01.901 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-30T01:11:01.615Z[ recovery-image] Oct 30 01:11:01.911 INFO O| Oct 30 01:11:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62622024-10-30T01:11:01.615Z[ recovery-image] Oct 30 01:11:01.911 INFO O| Oct 30 01:11:01.911 INFO STEP 707 (remove_files) COMPLETE
62632024-10-30T01:11:01.615Z[ recovery-image] Oct 30 01:11:01.911 INFO O| Oct 30 01:11:01.911 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-30T01:11:01.625Z[ recovery-image] Oct 30 01:11:01.921 INFO O| Oct 30 01:11:01.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62652024-10-30T01:11:01.627Z[ recovery-image] Oct 30 01:11:01.921 INFO O| Oct 30 01:11:01.921 INFO STEP 708 (remove_files) COMPLETE
62662024-10-30T01:11:01.627Z[ recovery-image] Oct 30 01:11:01.921 INFO O| Oct 30 01:11:01.921 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-30T01:11:01.634Z[ recovery-image] Oct 30 01:11:01.930 INFO O| Oct 30 01:11:01.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62682024-10-30T01:11:01.634Z[ recovery-image] Oct 30 01:11:01.930 INFO O| Oct 30 01:11:01.930 INFO STEP 709 (remove_files) COMPLETE
62692024-10-30T01:11:01.634Z[ recovery-image] Oct 30 01:11:01.930 INFO O| Oct 30 01:11:01.930 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-30T01:11:01.644Z[ recovery-image] Oct 30 01:11:01.940 INFO O| Oct 30 01:11:01.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62712024-10-30T01:11:01.644Z[ recovery-image] Oct 30 01:11:01.940 INFO O| Oct 30 01:11:01.940 INFO STEP 710 (remove_files) COMPLETE
62722024-10-30T01:11:01.646Z[ recovery-image] Oct 30 01:11:01.940 INFO O| Oct 30 01:11:01.940 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-30T01:11:01.653Z[ recovery-image] Oct 30 01:11:01.949 INFO O| Oct 30 01:11:01.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62742024-10-30T01:11:01.653Z[ recovery-image] Oct 30 01:11:01.949 INFO O| Oct 30 01:11:01.949 INFO STEP 711 (remove_files) COMPLETE
62752024-10-30T01:11:01.653Z[ recovery-image] Oct 30 01:11:01.949 INFO O| Oct 30 01:11:01.949 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-30T01:11:01.662Z[ recovery-image] Oct 30 01:11:01.958 INFO O| Oct 30 01:11:01.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62772024-10-30T01:11:01.662Z[ recovery-image] Oct 30 01:11:01.958 INFO O| Oct 30 01:11:01.958 INFO STEP 712 (remove_files) COMPLETE
62782024-10-30T01:11:01.665Z[ recovery-image] Oct 30 01:11:01.958 INFO O| Oct 30 01:11:01.958 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-30T01:11:01.672Z[ recovery-image] Oct 30 01:11:01.968 INFO O| Oct 30 01:11:01.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62802024-10-30T01:11:01.672Z[ recovery-image] Oct 30 01:11:01.968 INFO O| Oct 30 01:11:01.968 INFO STEP 713 (remove_files) COMPLETE
62812024-10-30T01:11:01.672Z[ recovery-image] Oct 30 01:11:01.968 INFO O| Oct 30 01:11:01.968 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-30T01:11:01.681Z[ recovery-image] Oct 30 01:11:01.977 INFO O| Oct 30 01:11:01.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62832024-10-30T01:11:01.681Z[ recovery-image] Oct 30 01:11:01.977 INFO O| Oct 30 01:11:01.977 INFO STEP 714 (remove_files) COMPLETE
62842024-10-30T01:11:01.684Z[ recovery-image] Oct 30 01:11:01.977 INFO O| Oct 30 01:11:01.977 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-30T01:11:01.691Z[ recovery-image] Oct 30 01:11:01.987 INFO O| Oct 30 01:11:01.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62862024-10-30T01:11:01.693Z[ recovery-image] Oct 30 01:11:01.987 INFO O| Oct 30 01:11:01.987 INFO STEP 715 (remove_files) COMPLETE
62872024-10-30T01:11:01.693Z[ recovery-image] Oct 30 01:11:01.987 INFO O| Oct 30 01:11:01.987 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-30T01:11:01.700Z[ recovery-image] Oct 30 01:11:01.996 INFO O| Oct 30 01:11:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62892024-10-30T01:11:01.700Z[ recovery-image] Oct 30 01:11:01.996 INFO O| Oct 30 01:11:01.996 INFO STEP 716 (remove_files) COMPLETE
62902024-10-30T01:11:01.703Z[ recovery-image] Oct 30 01:11:01.996 INFO O| Oct 30 01:11:01.996 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-30T01:11:01.710Z[ recovery-image] Oct 30 01:11:02.006 INFO O| Oct 30 01:11:02.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62922024-10-30T01:11:01.710Z[ recovery-image] Oct 30 01:11:02.006 INFO O| Oct 30 01:11:02.006 INFO STEP 717 (remove_files) COMPLETE
62932024-10-30T01:11:01.713Z[ recovery-image] Oct 30 01:11:02.006 INFO O| Oct 30 01:11:02.006 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-30T01:11:01.719Z[ recovery-image] Oct 30 01:11:02.015 INFO O| Oct 30 01:11:02.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62952024-10-30T01:11:01.720Z[ recovery-image] Oct 30 01:11:02.016 INFO O| Oct 30 01:11:02.016 INFO STEP 718 (remove_files) COMPLETE
62962024-10-30T01:11:01.720Z[ recovery-image] Oct 30 01:11:02.016 INFO O| Oct 30 01:11:02.016 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-30T01:11:01.729Z[ recovery-image] Oct 30 01:11:02.025 INFO O| Oct 30 01:11:02.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62982024-10-30T01:11:01.731Z[ recovery-image] Oct 30 01:11:02.025 INFO O| Oct 30 01:11:02.025 INFO STEP 719 (remove_files) COMPLETE
62992024-10-30T01:11:01.732Z[ recovery-image] Oct 30 01:11:02.025 INFO O| Oct 30 01:11:02.025 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-30T01:11:01.739Z[ recovery-image] Oct 30 01:11:02.034 INFO O| Oct 30 01:11:02.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63012024-10-30T01:11:01.739Z[ recovery-image] Oct 30 01:11:02.034 INFO O| Oct 30 01:11:02.034 INFO STEP 720 (remove_files) COMPLETE
63022024-10-30T01:11:01.742Z[ recovery-image] Oct 30 01:11:02.034 INFO O| Oct 30 01:11:02.034 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-30T01:11:01.748Z[ recovery-image] Oct 30 01:11:02.044 INFO O| Oct 30 01:11:02.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63042024-10-30T01:11:01.750Z[ recovery-image] Oct 30 01:11:02.044 INFO O| Oct 30 01:11:02.044 INFO STEP 721 (remove_files) COMPLETE
63052024-10-30T01:11:01.751Z[ recovery-image] Oct 30 01:11:02.044 INFO O| Oct 30 01:11:02.044 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-30T01:11:01.757Z[ recovery-image] Oct 30 01:11:02.053 INFO O| Oct 30 01:11:02.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63072024-10-30T01:11:01.757Z[ recovery-image] Oct 30 01:11:02.053 INFO O| Oct 30 01:11:02.053 INFO STEP 722 (remove_files) COMPLETE
63082024-10-30T01:11:01.760Z[ recovery-image] Oct 30 01:11:02.053 INFO O| Oct 30 01:11:02.053 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-30T01:11:01.767Z[ recovery-image] Oct 30 01:11:02.063 INFO O| Oct 30 01:11:02.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63102024-10-30T01:11:01.769Z[ recovery-image] Oct 30 01:11:02.063 INFO O| Oct 30 01:11:02.063 INFO STEP 723 (remove_files) COMPLETE
63112024-10-30T01:11:01.769Z[ recovery-image] Oct 30 01:11:02.063 INFO O| Oct 30 01:11:02.063 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-30T01:11:01.776Z[ recovery-image] Oct 30 01:11:02.072 INFO O| Oct 30 01:11:02.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63132024-10-30T01:11:01.779Z[ recovery-image] Oct 30 01:11:02.072 INFO O| Oct 30 01:11:02.072 INFO STEP 724 (remove_files) COMPLETE
63142024-10-30T01:11:01.779Z[ recovery-image] Oct 30 01:11:02.072 INFO O| Oct 30 01:11:02.072 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-10-30T01:11:01.786Z[ recovery-image] Oct 30 01:11:02.082 INFO O| Oct 30 01:11:02.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63162024-10-30T01:11:01.788Z[ recovery-image] Oct 30 01:11:02.082 INFO O| Oct 30 01:11:02.082 INFO STEP 725 (remove_files) COMPLETE
63172024-10-30T01:11:01.788Z[ recovery-image] Oct 30 01:11:02.082 INFO O| Oct 30 01:11:02.082 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-10-30T01:11:01.795Z[ recovery-image] Oct 30 01:11:02.091 INFO O| Oct 30 01:11:02.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63192024-10-30T01:11:01.795Z[ recovery-image] Oct 30 01:11:02.091 INFO O| Oct 30 01:11:02.091 INFO STEP 726 (remove_files) COMPLETE
63202024-10-30T01:11:01.798Z[ recovery-image] Oct 30 01:11:02.091 INFO O| Oct 30 01:11:02.091 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-30T01:11:01.805Z[ recovery-image] Oct 30 01:11:02.100 INFO O| Oct 30 01:11:02.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63222024-10-30T01:11:01.807Z[ recovery-image] Oct 30 01:11:02.101 INFO O| Oct 30 01:11:02.100 INFO STEP 727 (remove_files) COMPLETE
63232024-10-30T01:11:01.807Z[ recovery-image] Oct 30 01:11:02.101 INFO O| Oct 30 01:11:02.101 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-10-30T01:11:01.814Z[ recovery-image] Oct 30 01:11:02.110 INFO O| Oct 30 01:11:02.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63252024-10-30T01:11:01.814Z[ recovery-image] Oct 30 01:11:02.110 INFO O| Oct 30 01:11:02.110 INFO STEP 728 (remove_files) COMPLETE
63262024-10-30T01:11:01.814Z[ recovery-image] Oct 30 01:11:02.110 INFO O| Oct 30 01:11:02.110 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-10-30T01:11:01.823Z[ recovery-image] Oct 30 01:11:02.119 INFO O| Oct 30 01:11:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63282024-10-30T01:11:01.826Z[ recovery-image] Oct 30 01:11:02.119 INFO O| Oct 30 01:11:02.119 INFO STEP 729 (remove_files) COMPLETE
63292024-10-30T01:11:01.826Z[ recovery-image] Oct 30 01:11:02.119 INFO O| Oct 30 01:11:02.119 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-10-30T01:11:01.833Z[ recovery-image] Oct 30 01:11:02.129 INFO O| Oct 30 01:11:02.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63312024-10-30T01:11:01.835Z[ recovery-image] Oct 30 01:11:02.129 INFO O| Oct 30 01:11:02.129 INFO STEP 730 (remove_files) COMPLETE
63322024-10-30T01:11:01.835Z[ recovery-image] Oct 30 01:11:02.129 INFO O| Oct 30 01:11:02.129 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-10-30T01:11:01.842Z[ recovery-image] Oct 30 01:11:02.138 INFO O| Oct 30 01:11:02.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63342024-10-30T01:11:01.845Z[ recovery-image] Oct 30 01:11:02.138 INFO O| Oct 30 01:11:02.138 INFO STEP 731 (remove_files) COMPLETE
63352024-10-30T01:11:01.845Z[ recovery-image] Oct 30 01:11:02.138 INFO O| Oct 30 01:11:02.138 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-10-30T01:11:01.852Z[ recovery-image] Oct 30 01:11:02.147 INFO O| Oct 30 01:11:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63372024-10-30T01:11:01.852Z[ recovery-image] Oct 30 01:11:02.148 INFO O| Oct 30 01:11:02.148 INFO STEP 732 (remove_files) COMPLETE
63382024-10-30T01:11:01.854Z[ recovery-image] Oct 30 01:11:02.148 INFO O| Oct 30 01:11:02.148 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-10-30T01:11:01.861Z[ recovery-image] Oct 30 01:11:02.157 INFO O| Oct 30 01:11:02.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63402024-10-30T01:11:01.861Z[ recovery-image] Oct 30 01:11:02.157 INFO O| Oct 30 01:11:02.157 INFO STEP 733 (remove_files) COMPLETE
63412024-10-30T01:11:01.864Z[ recovery-image] Oct 30 01:11:02.157 INFO O| Oct 30 01:11:02.157 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-10-30T01:11:01.870Z[ recovery-image] Oct 30 01:11:02.166 INFO O| Oct 30 01:11:02.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63432024-10-30T01:11:01.870Z[ recovery-image] Oct 30 01:11:02.166 INFO O| Oct 30 01:11:02.166 INFO STEP 734 (remove_files) COMPLETE
63442024-10-30T01:11:01.873Z[ recovery-image] Oct 30 01:11:02.166 INFO O| Oct 30 01:11:02.166 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-10-30T01:11:01.880Z[ recovery-image] Oct 30 01:11:02.176 INFO O| Oct 30 01:11:02.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63462024-10-30T01:11:01.882Z[ recovery-image] Oct 30 01:11:02.176 INFO O| Oct 30 01:11:02.176 INFO STEP 735 (remove_files) COMPLETE
63472024-10-30T01:11:01.883Z[ recovery-image] Oct 30 01:11:02.176 INFO O| Oct 30 01:11:02.176 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-10-30T01:11:01.889Z[ recovery-image] Oct 30 01:11:02.185 INFO O| Oct 30 01:11:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63492024-10-30T01:11:01.889Z[ recovery-image] Oct 30 01:11:02.185 INFO O| Oct 30 01:11:02.185 INFO STEP 736 (remove_files) COMPLETE
63502024-10-30T01:11:01.889Z[ recovery-image] Oct 30 01:11:02.185 INFO O| Oct 30 01:11:02.185 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-30T01:11:01.899Z[ recovery-image] Oct 30 01:11:02.194 INFO O| Oct 30 01:11:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63522024-10-30T01:11:01.899Z[ recovery-image] Oct 30 01:11:02.195 INFO O| Oct 30 01:11:02.195 INFO STEP 737 (remove_files) COMPLETE
63532024-10-30T01:11:01.901Z[ recovery-image] Oct 30 01:11:02.195 INFO O| Oct 30 01:11:02.195 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-10-30T01:11:01.908Z[ recovery-image] Oct 30 01:11:02.204 INFO O| Oct 30 01:11:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63552024-10-30T01:11:01.908Z[ recovery-image] Oct 30 01:11:02.204 INFO O| Oct 30 01:11:02.204 INFO STEP 738 (remove_files) COMPLETE
63562024-10-30T01:11:01.911Z[ recovery-image] Oct 30 01:11:02.204 INFO O| Oct 30 01:11:02.204 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-10-30T01:11:01.917Z[ recovery-image] Oct 30 01:11:02.213 INFO O| Oct 30 01:11:02.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63582024-10-30T01:11:01.917Z[ recovery-image] Oct 30 01:11:02.213 INFO O| Oct 30 01:11:02.213 INFO STEP 739 (remove_files) COMPLETE
63592024-10-30T01:11:01.917Z[ recovery-image] Oct 30 01:11:02.213 INFO O| Oct 30 01:11:02.213 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-10-30T01:11:01.927Z[ recovery-image] Oct 30 01:11:02.223 INFO O| Oct 30 01:11:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63612024-10-30T01:11:01.929Z[ recovery-image] Oct 30 01:11:02.223 INFO O| Oct 30 01:11:02.223 INFO STEP 740 (remove_files) COMPLETE
63622024-10-30T01:11:01.930Z[ recovery-image] Oct 30 01:11:02.223 INFO O| Oct 30 01:11:02.223 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-10-30T01:11:01.937Z[ recovery-image] Oct 30 01:11:02.233 INFO O| Oct 30 01:11:02.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63642024-10-30T01:11:01.939Z[ recovery-image] Oct 30 01:11:02.233 INFO O| Oct 30 01:11:02.233 INFO STEP 741 (remove_files) COMPLETE
63652024-10-30T01:11:01.939Z[ recovery-image] Oct 30 01:11:02.233 INFO O| Oct 30 01:11:02.233 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-10-30T01:11:01.947Z[ recovery-image] Oct 30 01:11:02.243 INFO O| Oct 30 01:11:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63672024-10-30T01:11:01.949Z[ recovery-image] Oct 30 01:11:02.244 INFO O| Oct 30 01:11:02.244 INFO STEP 742 (remove_files) COMPLETE
63682024-10-30T01:11:01.949Z[ recovery-image] Oct 30 01:11:02.244 INFO O| Oct 30 01:11:02.244 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-10-30T01:11:01.958Z[ recovery-image] Oct 30 01:11:02.253 INFO O| Oct 30 01:11:02.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63702024-10-30T01:11:01.961Z[ recovery-image] Oct 30 01:11:02.254 INFO O| Oct 30 01:11:02.254 INFO STEP 743 (remove_files) COMPLETE
63712024-10-30T01:11:01.961Z[ recovery-image] Oct 30 01:11:02.254 INFO O| Oct 30 01:11:02.254 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-10-30T01:11:01.968Z[ recovery-image] Oct 30 01:11:02.264 INFO O| Oct 30 01:11:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63732024-10-30T01:11:01.968Z[ recovery-image] Oct 30 01:11:02.264 INFO O| Oct 30 01:11:02.264 INFO STEP 744 (remove_files) COMPLETE
63742024-10-30T01:11:01.971Z[ recovery-image] Oct 30 01:11:02.264 INFO O| Oct 30 01:11:02.264 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-30T01:11:01.977Z[ recovery-image] Oct 30 01:11:02.273 INFO O| Oct 30 01:11:02.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63762024-10-30T01:11:01.977Z[ recovery-image] Oct 30 01:11:02.273 INFO O| Oct 30 01:11:02.273 INFO STEP 745 (remove_files) COMPLETE
63772024-10-30T01:11:01.980Z[ recovery-image] Oct 30 01:11:02.273 INFO O| Oct 30 01:11:02.273 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-30T01:11:01.987Z[ recovery-image] Oct 30 01:11:02.283 INFO O| Oct 30 01:11:02.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63792024-10-30T01:11:01.989Z[ recovery-image] Oct 30 01:11:02.283 INFO O| Oct 30 01:11:02.283 INFO STEP 746 (remove_files) COMPLETE
63802024-10-30T01:11:01.989Z[ recovery-image] Oct 30 01:11:02.283 INFO O| Oct 30 01:11:02.283 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-30T01:11:01.996Z[ recovery-image] Oct 30 01:11:02.292 INFO O| Oct 30 01:11:02.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63822024-10-30T01:11:01.996Z[ recovery-image] Oct 30 01:11:02.292 INFO O| Oct 30 01:11:02.292 INFO STEP 747 (remove_files) COMPLETE
63832024-10-30T01:11:01.999Z[ recovery-image] Oct 30 01:11:02.292 INFO O| Oct 30 01:11:02.292 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-30T01:11:02.005Z[ recovery-image] Oct 30 01:11:02.301 INFO O| Oct 30 01:11:02.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63852024-10-30T01:11:02.005Z[ recovery-image] Oct 30 01:11:02.301 INFO O| Oct 30 01:11:02.301 INFO STEP 748 (remove_files) COMPLETE
63862024-10-30T01:11:02.008Z[ recovery-image] Oct 30 01:11:02.301 INFO O| Oct 30 01:11:02.301 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-30T01:11:02.015Z[ recovery-image] Oct 30 01:11:02.311 INFO O| Oct 30 01:11:02.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63882024-10-30T01:11:02.017Z[ recovery-image] Oct 30 01:11:02.311 INFO O| Oct 30 01:11:02.311 INFO STEP 749 (remove_files) COMPLETE
63892024-10-30T01:11:02.017Z[ recovery-image] Oct 30 01:11:02.311 INFO O| Oct 30 01:11:02.311 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-30T01:11:02.025Z[ recovery-image] Oct 30 01:11:02.321 INFO O| Oct 30 01:11:02.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63912024-10-30T01:11:02.027Z[ recovery-image] Oct 30 01:11:02.321 INFO O| Oct 30 01:11:02.321 INFO STEP 750 (remove_files) COMPLETE
63922024-10-30T01:11:02.027Z[ recovery-image] Oct 30 01:11:02.321 INFO O| Oct 30 01:11:02.321 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-30T01:11:02.035Z[ recovery-image] Oct 30 01:11:02.331 INFO O| Oct 30 01:11:02.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63942024-10-30T01:11:02.035Z[ recovery-image] Oct 30 01:11:02.331 INFO O| Oct 30 01:11:02.331 INFO STEP 751 (remove_files) COMPLETE
63952024-10-30T01:11:02.036Z[ recovery-image] Oct 30 01:11:02.331 INFO O| Oct 30 01:11:02.331 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-30T01:11:02.043Z[ host-image] Oct 30 01:11:02.339 INFO O| Oct 30 01:11:02.339 INFO O| Download: Completed 1.39 MB in 1.00 seconds (1.4M/s)
63972024-10-30T01:11:02.046Z[ recovery-image] Oct 30 01:11:02.341 INFO O| Oct 30 01:11:02.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63982024-10-30T01:11:02.046Z[ recovery-image] Oct 30 01:11:02.341 INFO O| Oct 30 01:11:02.341 INFO STEP 752 (remove_files) COMPLETE
63992024-10-30T01:11:02.046Z[ recovery-image] Oct 30 01:11:02.341 INFO O| Oct 30 01:11:02.341 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-30T01:11:02.055Z[ recovery-image] Oct 30 01:11:02.351 INFO O| Oct 30 01:11:02.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64012024-10-30T01:11:02.055Z[ recovery-image] Oct 30 01:11:02.351 INFO O| Oct 30 01:11:02.351 INFO STEP 753 (remove_files) COMPLETE
64022024-10-30T01:11:02.055Z[ recovery-image] Oct 30 01:11:02.351 INFO O| Oct 30 01:11:02.351 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-30T01:11:02.065Z[ recovery-image] Oct 30 01:11:02.361 INFO O| Oct 30 01:11:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64042024-10-30T01:11:02.068Z[ recovery-image] Oct 30 01:11:02.361 INFO O| Oct 30 01:11:02.361 INFO STEP 754 (remove_files) COMPLETE
64052024-10-30T01:11:02.068Z[ recovery-image] Oct 30 01:11:02.362 INFO O| Oct 30 01:11:02.361 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-30T01:11:02.071Z[ host-image] Oct 30 01:11:02.367 INFO O| Oct 30 01:11:02.367 INFO O| Actions: 1/238 actions (Installing new actions)
64072024-10-30T01:11:02.075Z[ recovery-image] Oct 30 01:11:02.371 INFO O| Oct 30 01:11:02.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64082024-10-30T01:11:02.078Z[ recovery-image] Oct 30 01:11:02.372 INFO O| Oct 30 01:11:02.372 INFO STEP 755 (remove_files) COMPLETE
64092024-10-30T01:11:02.078Z[ recovery-image] Oct 30 01:11:02.372 INFO O| Oct 30 01:11:02.372 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-10-30T01:11:02.086Z[ recovery-image] Oct 30 01:11:02.382 INFO O| Oct 30 01:11:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64112024-10-30T01:11:02.086Z[ recovery-image] Oct 30 01:11:02.382 INFO O| Oct 30 01:11:02.382 INFO STEP 756 (remove_files) COMPLETE
64122024-10-30T01:11:02.088Z[ recovery-image] Oct 30 01:11:02.382 INFO O| Oct 30 01:11:02.382 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-10-30T01:11:02.095Z[ recovery-image] Oct 30 01:11:02.391 INFO O| Oct 30 01:11:02.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64142024-10-30T01:11:02.095Z[ recovery-image] Oct 30 01:11:02.391 INFO O| Oct 30 01:11:02.391 INFO STEP 757 (remove_files) COMPLETE
64152024-10-30T01:11:02.095Z[ recovery-image] Oct 30 01:11:02.391 INFO O| Oct 30 01:11:02.391 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-10-30T01:11:02.105Z[ recovery-image] Oct 30 01:11:02.401 INFO O| Oct 30 01:11:02.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64172024-10-30T01:11:02.108Z[ recovery-image] Oct 30 01:11:02.401 INFO O| Oct 30 01:11:02.401 INFO STEP 758 (remove_files) COMPLETE
64182024-10-30T01:11:02.108Z[ recovery-image] Oct 30 01:11:02.401 INFO O| Oct 30 01:11:02.401 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-10-30T01:11:02.115Z[ recovery-image] Oct 30 01:11:02.411 INFO O| Oct 30 01:11:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64202024-10-30T01:11:02.117Z[ recovery-image] Oct 30 01:11:02.411 INFO O| Oct 30 01:11:02.411 INFO STEP 759 (remove_files) COMPLETE
64212024-10-30T01:11:02.117Z[ recovery-image] Oct 30 01:11:02.411 INFO O| Oct 30 01:11:02.411 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-10-30T01:11:02.125Z[ recovery-image] Oct 30 01:11:02.421 INFO O| Oct 30 01:11:02.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64232024-10-30T01:11:02.125Z[ recovery-image] Oct 30 01:11:02.421 INFO O| Oct 30 01:11:02.421 INFO STEP 760 (remove_files) COMPLETE
64242024-10-30T01:11:02.127Z[ recovery-image] Oct 30 01:11:02.421 INFO O| Oct 30 01:11:02.421 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-10-30T01:11:02.134Z[ recovery-image] Oct 30 01:11:02.430 INFO O| Oct 30 01:11:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64262024-10-30T01:11:02.137Z[ recovery-image] Oct 30 01:11:02.430 INFO O| Oct 30 01:11:02.430 INFO STEP 761 (remove_files) COMPLETE
64272024-10-30T01:11:02.137Z[ recovery-image] Oct 30 01:11:02.430 INFO O| Oct 30 01:11:02.430 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-10-30T01:11:02.144Z[ recovery-image] Oct 30 01:11:02.440 INFO O| Oct 30 01:11:02.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64292024-10-30T01:11:02.148Z[ recovery-image] Oct 30 01:11:02.440 INFO O| Oct 30 01:11:02.440 INFO STEP 762 (remove_files) COMPLETE
64302024-10-30T01:11:02.148Z[ recovery-image] Oct 30 01:11:02.440 INFO O| Oct 30 01:11:02.440 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-10-30T01:11:02.155Z[ recovery-image] Oct 30 01:11:02.451 INFO O| Oct 30 01:11:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64322024-10-30T01:11:02.157Z[ recovery-image] Oct 30 01:11:02.451 INFO O| Oct 30 01:11:02.451 INFO STEP 763 (remove_files) COMPLETE
64332024-10-30T01:11:02.157Z[ recovery-image] Oct 30 01:11:02.451 INFO O| Oct 30 01:11:02.451 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-10-30T01:11:02.165Z[ recovery-image] Oct 30 01:11:02.461 INFO O| Oct 30 01:11:02.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64352024-10-30T01:11:02.165Z[ recovery-image] Oct 30 01:11:02.461 INFO O| Oct 30 01:11:02.461 INFO STEP 764 (remove_files) COMPLETE
64362024-10-30T01:11:02.167Z[ recovery-image] Oct 30 01:11:02.461 INFO O| Oct 30 01:11:02.461 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-30T01:11:02.175Z[ recovery-image] Oct 30 01:11:02.471 INFO O| Oct 30 01:11:02.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64382024-10-30T01:11:02.177Z[ recovery-image] Oct 30 01:11:02.471 INFO O| Oct 30 01:11:02.471 INFO STEP 765 (remove_files) COMPLETE
64392024-10-30T01:11:02.177Z[ recovery-image] Oct 30 01:11:02.471 INFO O| Oct 30 01:11:02.471 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-30T01:11:02.185Z[ host-image] Oct 30 01:11:02.480 INFO O| Oct 30 01:11:02.480 INFO O| Actions: Completed 238 actions in 0.11 seconds.
64412024-10-30T01:11:02.188Z[ recovery-image] Oct 30 01:11:02.481 INFO O| Oct 30 01:11:02.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64422024-10-30T01:11:02.188Z[ recovery-image] Oct 30 01:11:02.481 INFO O| Oct 30 01:11:02.481 INFO STEP 766 (remove_files) COMPLETE
64432024-10-30T01:11:02.188Z[ recovery-image] Oct 30 01:11:02.481 INFO O| Oct 30 01:11:02.481 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-30T01:11:02.195Z[ recovery-image] Oct 30 01:11:02.491 INFO O| Oct 30 01:11:02.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64452024-10-30T01:11:02.197Z[ recovery-image] Oct 30 01:11:02.491 INFO O| Oct 30 01:11:02.491 INFO STEP 767 (remove_files) COMPLETE
64462024-10-30T01:11:02.197Z[ recovery-image] Oct 30 01:11:02.491 INFO O| Oct 30 01:11:02.491 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-30T01:11:02.204Z[ recovery-image] Oct 30 01:11:02.500 INFO O| Oct 30 01:11:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64482024-10-30T01:11:02.207Z[ recovery-image] Oct 30 01:11:02.501 INFO O| Oct 30 01:11:02.501 INFO STEP 768 (remove_files) COMPLETE
64492024-10-30T01:11:02.207Z[ recovery-image] Oct 30 01:11:02.501 INFO O| Oct 30 01:11:02.501 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-30T01:11:02.214Z[ recovery-image] Oct 30 01:11:02.510 INFO O| Oct 30 01:11:02.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64512024-10-30T01:11:02.214Z[ recovery-image] Oct 30 01:11:02.510 INFO O| Oct 30 01:11:02.510 INFO STEP 769 (remove_files) COMPLETE
64522024-10-30T01:11:02.217Z[ recovery-image] Oct 30 01:11:02.511 INFO O| Oct 30 01:11:02.510 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-30T01:11:02.224Z[ recovery-image] Oct 30 01:11:02.520 INFO O| Oct 30 01:11:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64542024-10-30T01:11:02.227Z[ recovery-image] Oct 30 01:11:02.520 INFO O| Oct 30 01:11:02.520 INFO STEP 770 (remove_files) COMPLETE
64552024-10-30T01:11:02.227Z[ recovery-image] Oct 30 01:11:02.520 INFO O| Oct 30 01:11:02.520 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-30T01:11:02.234Z[ recovery-image] Oct 30 01:11:02.530 INFO O| Oct 30 01:11:02.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64572024-10-30T01:11:02.234Z[ recovery-image] Oct 30 01:11:02.530 INFO O| Oct 30 01:11:02.530 INFO STEP 771 (remove_files) COMPLETE
64582024-10-30T01:11:02.237Z[ recovery-image] Oct 30 01:11:02.530 INFO O| Oct 30 01:11:02.530 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-30T01:11:02.244Z[ recovery-image] Oct 30 01:11:02.540 INFO O| Oct 30 01:11:02.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64602024-10-30T01:11:02.244Z[ recovery-image] Oct 30 01:11:02.540 INFO O| Oct 30 01:11:02.540 INFO STEP 772 (remove_files) COMPLETE
64612024-10-30T01:11:02.246Z[ recovery-image] Oct 30 01:11:02.540 INFO O| Oct 30 01:11:02.540 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-30T01:11:02.253Z[ recovery-image] Oct 30 01:11:02.549 INFO O| Oct 30 01:11:02.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64632024-10-30T01:11:02.253Z[ recovery-image] Oct 30 01:11:02.549 INFO O| Oct 30 01:11:02.549 INFO STEP 773 (remove_files) COMPLETE
64642024-10-30T01:11:02.256Z[ recovery-image] Oct 30 01:11:02.549 INFO O| Oct 30 01:11:02.549 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-30T01:11:02.263Z[ recovery-image] Oct 30 01:11:02.559 INFO O| Oct 30 01:11:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64662024-10-30T01:11:02.263Z[ recovery-image] Oct 30 01:11:02.559 INFO O| Oct 30 01:11:02.559 INFO STEP 774 (remove_files) COMPLETE
64672024-10-30T01:11:02.266Z[ recovery-image] Oct 30 01:11:02.559 INFO O| Oct 30 01:11:02.559 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-30T01:11:02.273Z[ recovery-image] Oct 30 01:11:02.569 INFO O| Oct 30 01:11:02.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64692024-10-30T01:11:02.273Z[ recovery-image] Oct 30 01:11:02.569 INFO O| Oct 30 01:11:02.569 INFO STEP 775 (remove_files) COMPLETE
64702024-10-30T01:11:02.273Z[ recovery-image] Oct 30 01:11:02.569 INFO O| Oct 30 01:11:02.569 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-30T01:11:02.284Z[ recovery-image] Oct 30 01:11:02.579 INFO O| Oct 30 01:11:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64722024-10-30T01:11:02.284Z[ recovery-image] Oct 30 01:11:02.579 INFO O| Oct 30 01:11:02.579 INFO STEP 776 (remove_files) COMPLETE
64732024-10-30T01:11:02.295Z[ recovery-image] Oct 30 01:11:02.579 INFO O| Oct 30 01:11:02.579 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-30T01:11:02.298Z[ recovery-image] Oct 30 01:11:02.590 INFO O| Oct 30 01:11:02.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64752024-10-30T01:11:02.298Z[ recovery-image] Oct 30 01:11:02.590 INFO O| Oct 30 01:11:02.590 INFO STEP 777 (remove_files) COMPLETE
64762024-10-30T01:11:02.298Z[ recovery-image] Oct 30 01:11:02.590 INFO O| Oct 30 01:11:02.590 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-30T01:11:02.304Z[ recovery-image] Oct 30 01:11:02.600 INFO O| Oct 30 01:11:02.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64782024-10-30T01:11:02.304Z[ recovery-image] Oct 30 01:11:02.600 INFO O| Oct 30 01:11:02.600 INFO STEP 778 (remove_files) COMPLETE
64792024-10-30T01:11:02.308Z[ recovery-image] Oct 30 01:11:02.600 INFO O| Oct 30 01:11:02.600 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-30T01:11:02.315Z[ recovery-image] Oct 30 01:11:02.610 INFO O| Oct 30 01:11:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64812024-10-30T01:11:02.315Z[ recovery-image] Oct 30 01:11:02.610 INFO O| Oct 30 01:11:02.610 INFO STEP 779 (remove_files) COMPLETE
64822024-10-30T01:11:02.318Z[ recovery-image] Oct 30 01:11:02.610 INFO O| Oct 30 01:11:02.610 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-30T01:11:02.324Z[ recovery-image] Oct 30 01:11:02.620 INFO O| Oct 30 01:11:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64842024-10-30T01:11:02.324Z[ recovery-image] Oct 30 01:11:02.620 INFO O| Oct 30 01:11:02.620 INFO STEP 780 (remove_files) COMPLETE
64852024-10-30T01:11:02.324Z[ recovery-image] Oct 30 01:11:02.620 INFO O| Oct 30 01:11:02.620 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-30T01:11:02.334Z[ recovery-image] Oct 30 01:11:02.630 INFO O| Oct 30 01:11:02.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64872024-10-30T01:11:02.334Z[ recovery-image] Oct 30 01:11:02.630 INFO O| Oct 30 01:11:02.630 INFO STEP 781 (remove_files) COMPLETE
64882024-10-30T01:11:02.337Z[ recovery-image] Oct 30 01:11:02.630 INFO O| Oct 30 01:11:02.630 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-30T01:11:02.344Z[ recovery-image] Oct 30 01:11:02.640 INFO O| Oct 30 01:11:02.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64902024-10-30T01:11:02.344Z[ recovery-image] Oct 30 01:11:02.640 INFO O| Oct 30 01:11:02.640 INFO STEP 782 (remove_files) COMPLETE
64912024-10-30T01:11:02.344Z[ recovery-image] Oct 30 01:11:02.640 INFO O| Oct 30 01:11:02.640 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-30T01:11:02.354Z[ recovery-image] Oct 30 01:11:02.650 INFO O| Oct 30 01:11:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64932024-10-30T01:11:02.354Z[ recovery-image] Oct 30 01:11:02.650 INFO O| Oct 30 01:11:02.650 INFO STEP 783 (remove_files) COMPLETE
64942024-10-30T01:11:02.355Z[ recovery-image] Oct 30 01:11:02.650 INFO O| Oct 30 01:11:02.650 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-30T01:11:02.366Z[ recovery-image] Oct 30 01:11:02.662 INFO O| Oct 30 01:11:02.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64962024-10-30T01:11:02.369Z[ recovery-image] Oct 30 01:11:02.662 INFO O| Oct 30 01:11:02.662 INFO STEP 784 (remove_files) COMPLETE
64972024-10-30T01:11:02.369Z[ recovery-image] Oct 30 01:11:02.662 INFO O| Oct 30 01:11:02.662 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-30T01:11:02.378Z[ recovery-image] Oct 30 01:11:02.674 INFO O| Oct 30 01:11:02.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64992024-10-30T01:11:02.385Z[ recovery-image] Oct 30 01:11:02.674 INFO O| Oct 30 01:11:02.674 INFO STEP 785 (remove_files) COMPLETE
65002024-10-30T01:11:02.385Z[ recovery-image] Oct 30 01:11:02.674 INFO O| Oct 30 01:11:02.674 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-30T01:11:02.389Z[ recovery-image] Oct 30 01:11:02.684 INFO O| Oct 30 01:11:02.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65022024-10-30T01:11:02.389Z[ recovery-image] Oct 30 01:11:02.684 INFO O| Oct 30 01:11:02.684 INFO STEP 786 (remove_files) COMPLETE
65032024-10-30T01:11:02.389Z[ recovery-image] Oct 30 01:11:02.684 INFO O| Oct 30 01:11:02.684 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-30T01:11:02.399Z[ recovery-image] Oct 30 01:11:02.695 INFO O| Oct 30 01:11:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65052024-10-30T01:11:02.401Z[ recovery-image] Oct 30 01:11:02.695 INFO O| Oct 30 01:11:02.695 INFO STEP 787 (remove_files) COMPLETE
65062024-10-30T01:11:02.401Z[ recovery-image] Oct 30 01:11:02.695 INFO O| Oct 30 01:11:02.695 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-30T01:11:02.408Z[ recovery-image] Oct 30 01:11:02.704 INFO O| Oct 30 01:11:02.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65082024-10-30T01:11:02.408Z[ recovery-image] Oct 30 01:11:02.704 INFO O| Oct 30 01:11:02.704 INFO STEP 788 (remove_files) COMPLETE
65092024-10-30T01:11:02.408Z[ recovery-image] Oct 30 01:11:02.704 INFO O| Oct 30 01:11:02.704 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-30T01:11:02.418Z[ recovery-image] Oct 30 01:11:02.714 INFO O| Oct 30 01:11:02.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65112024-10-30T01:11:02.418Z[ recovery-image] Oct 30 01:11:02.714 INFO O| Oct 30 01:11:02.714 INFO STEP 789 (remove_files) COMPLETE
65122024-10-30T01:11:02.421Z[ recovery-image] Oct 30 01:11:02.714 INFO O| Oct 30 01:11:02.714 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-30T01:11:02.428Z[ recovery-image] Oct 30 01:11:02.724 INFO O| Oct 30 01:11:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65142024-10-30T01:11:02.428Z[ recovery-image] Oct 30 01:11:02.724 INFO O| Oct 30 01:11:02.724 INFO STEP 790 (remove_files) COMPLETE
65152024-10-30T01:11:02.431Z[ recovery-image] Oct 30 01:11:02.724 INFO O| Oct 30 01:11:02.724 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-30T01:11:02.438Z[ recovery-image] Oct 30 01:11:02.734 INFO O| Oct 30 01:11:02.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65172024-10-30T01:11:02.438Z[ recovery-image] Oct 30 01:11:02.734 INFO O| Oct 30 01:11:02.734 INFO STEP 791 (remove_files) COMPLETE
65182024-10-30T01:11:02.440Z[ recovery-image] Oct 30 01:11:02.734 INFO O| Oct 30 01:11:02.734 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-30T01:11:02.448Z[ recovery-image] Oct 30 01:11:02.744 INFO O| Oct 30 01:11:02.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65202024-10-30T01:11:02.448Z[ recovery-image] Oct 30 01:11:02.744 INFO O| Oct 30 01:11:02.744 INFO STEP 792 (remove_files) COMPLETE
65212024-10-30T01:11:02.450Z[ recovery-image] Oct 30 01:11:02.744 INFO O| Oct 30 01:11:02.744 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-30T01:11:02.458Z[ recovery-image] Oct 30 01:11:02.754 INFO O| Oct 30 01:11:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65232024-10-30T01:11:02.461Z[ recovery-image] Oct 30 01:11:02.754 INFO O| Oct 30 01:11:02.754 INFO STEP 793 (remove_files) COMPLETE
65242024-10-30T01:11:02.461Z[ recovery-image] Oct 30 01:11:02.754 INFO O| Oct 30 01:11:02.754 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-30T01:11:02.467Z[ recovery-image] Oct 30 01:11:02.764 INFO O| Oct 30 01:11:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65262024-10-30T01:11:02.467Z[ recovery-image] Oct 30 01:11:02.764 INFO O| Oct 30 01:11:02.764 INFO STEP 794 (remove_files) COMPLETE
65272024-10-30T01:11:02.468Z[ recovery-image] Oct 30 01:11:02.764 INFO O| Oct 30 01:11:02.764 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-30T01:11:02.477Z[ recovery-image] Oct 30 01:11:02.773 INFO O| Oct 30 01:11:02.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65292024-10-30T01:11:02.477Z[ recovery-image] Oct 30 01:11:02.773 INFO O| Oct 30 01:11:02.773 INFO STEP 795 (remove_files) COMPLETE
65302024-10-30T01:11:02.480Z[ recovery-image] Oct 30 01:11:02.773 INFO O| Oct 30 01:11:02.773 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-30T01:11:02.483Z[ host-image] Oct 30 01:11:02.779 INFO O| Oct 30 01:11:02.779 INFO O| Done
65322024-10-30T01:11:02.483Z[ host-image] Oct 30 01:11:02.779 INFO O| Oct 30 01:11:02.779 INFO O| Done
65332024-10-30T01:11:02.487Z[ recovery-image] Oct 30 01:11:02.783 INFO O| Oct 30 01:11:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65342024-10-30T01:11:02.490Z[ recovery-image] Oct 30 01:11:02.784 INFO O| Oct 30 01:11:02.784 INFO STEP 796 (remove_files) COMPLETE
65352024-10-30T01:11:02.490Z[ recovery-image] Oct 30 01:11:02.784 INFO O| Oct 30 01:11:02.784 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-10-30T01:11:02.499Z[ recovery-image] Oct 30 01:11:02.795 INFO O| Oct 30 01:11:02.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65372024-10-30T01:11:02.501Z[ recovery-image] Oct 30 01:11:02.795 INFO O| Oct 30 01:11:02.795 INFO STEP 797 (remove_files) COMPLETE
65382024-10-30T01:11:02.501Z[ recovery-image] Oct 30 01:11:02.795 INFO O| Oct 30 01:11:02.795 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-30T01:11:02.509Z[ recovery-image] Oct 30 01:11:02.805 INFO O| Oct 30 01:11:02.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65402024-10-30T01:11:02.509Z[ recovery-image] Oct 30 01:11:02.805 INFO O| Oct 30 01:11:02.805 INFO STEP 798 (remove_files) COMPLETE
65412024-10-30T01:11:02.509Z[ recovery-image] Oct 30 01:11:02.805 INFO O| Oct 30 01:11:02.805 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-30T01:11:02.519Z[ recovery-image] Oct 30 01:11:02.815 INFO O| Oct 30 01:11:02.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65432024-10-30T01:11:02.519Z[ recovery-image] Oct 30 01:11:02.815 INFO O| Oct 30 01:11:02.815 INFO STEP 799 (remove_files) COMPLETE
65442024-10-30T01:11:02.522Z[ recovery-image] Oct 30 01:11:02.815 INFO O| Oct 30 01:11:02.815 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-30T01:11:02.529Z[ recovery-image] Oct 30 01:11:02.825 INFO O| Oct 30 01:11:02.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65462024-10-30T01:11:02.532Z[ recovery-image] Oct 30 01:11:02.825 INFO O| Oct 30 01:11:02.825 INFO STEP 800 (remove_files) COMPLETE
65472024-10-30T01:11:02.532Z[ recovery-image] Oct 30 01:11:02.825 INFO O| Oct 30 01:11:02.825 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-30T01:11:02.539Z[ recovery-image] Oct 30 01:11:02.835 INFO O| Oct 30 01:11:02.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65492024-10-30T01:11:02.542Z[ recovery-image] Oct 30 01:11:02.835 INFO O| Oct 30 01:11:02.835 INFO STEP 801 (remove_files) COMPLETE
65502024-10-30T01:11:02.543Z[ recovery-image] Oct 30 01:11:02.835 INFO O| Oct 30 01:11:02.835 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-10-30T01:11:02.549Z[ recovery-image] Oct 30 01:11:02.845 INFO O| Oct 30 01:11:02.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65522024-10-30T01:11:02.551Z[ recovery-image] Oct 30 01:11:02.845 INFO O| Oct 30 01:11:02.845 INFO STEP 802 (remove_files) COMPLETE
65532024-10-30T01:11:02.551Z[ recovery-image] Oct 30 01:11:02.845 INFO O| Oct 30 01:11:02.845 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-30T01:11:02.559Z[ recovery-image] Oct 30 01:11:02.855 INFO O| Oct 30 01:11:02.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65552024-10-30T01:11:02.561Z[ recovery-image] Oct 30 01:11:02.855 INFO O| Oct 30 01:11:02.855 INFO STEP 803 (remove_files) COMPLETE
65562024-10-30T01:11:02.561Z[ recovery-image] Oct 30 01:11:02.855 INFO O| Oct 30 01:11:02.855 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-10-30T01:11:02.568Z[ recovery-image] Oct 30 01:11:02.865 INFO O| Oct 30 01:11:02.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65582024-10-30T01:11:02.568Z[ recovery-image] Oct 30 01:11:02.865 INFO O| Oct 30 01:11:02.865 INFO STEP 804 (remove_files) COMPLETE
65592024-10-30T01:11:02.571Z[ recovery-image] Oct 30 01:11:02.865 INFO O| Oct 30 01:11:02.865 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-30T01:11:02.578Z[ recovery-image] Oct 30 01:11:02.874 INFO O| Oct 30 01:11:02.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65612024-10-30T01:11:02.581Z[ recovery-image] Oct 30 01:11:02.874 INFO O| Oct 30 01:11:02.874 INFO STEP 805 (remove_files) COMPLETE
65622024-10-30T01:11:02.581Z[ recovery-image] Oct 30 01:11:02.874 INFO O| Oct 30 01:11:02.874 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-30T01:11:02.588Z[ recovery-image] Oct 30 01:11:02.884 INFO O| Oct 30 01:11:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65642024-10-30T01:11:02.588Z[ recovery-image] Oct 30 01:11:02.884 INFO O| Oct 30 01:11:02.884 INFO STEP 806 (remove_files) COMPLETE
65652024-10-30T01:11:02.588Z[ recovery-image] Oct 30 01:11:02.884 INFO O| Oct 30 01:11:02.884 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-30T01:11:02.597Z[ recovery-image] Oct 30 01:11:02.894 INFO O| Oct 30 01:11:02.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65672024-10-30T01:11:02.600Z[ recovery-image] Oct 30 01:11:02.894 INFO O| Oct 30 01:11:02.894 INFO STEP 807 (remove_files) COMPLETE
65682024-10-30T01:11:02.600Z[ recovery-image] Oct 30 01:11:02.894 INFO O| Oct 30 01:11:02.894 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-30T01:11:02.607Z[ recovery-image] Oct 30 01:11:02.903 INFO O| Oct 30 01:11:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65702024-10-30T01:11:02.610Z[ recovery-image] Oct 30 01:11:02.903 INFO O| Oct 30 01:11:02.903 INFO STEP 808 (remove_files) COMPLETE
65712024-10-30T01:11:02.610Z[ recovery-image] Oct 30 01:11:02.903 INFO O| Oct 30 01:11:02.903 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-30T01:11:02.617Z[ recovery-image] Oct 30 01:11:02.913 INFO O| Oct 30 01:11:02.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65732024-10-30T01:11:02.619Z[ recovery-image] Oct 30 01:11:02.913 INFO O| Oct 30 01:11:02.913 INFO STEP 809 (remove_files) COMPLETE
65742024-10-30T01:11:02.619Z[ recovery-image] Oct 30 01:11:02.913 INFO O| Oct 30 01:11:02.913 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-30T01:11:02.626Z[ recovery-image] Oct 30 01:11:02.922 INFO O| Oct 30 01:11:02.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65762024-10-30T01:11:02.629Z[ recovery-image] Oct 30 01:11:02.923 INFO O| Oct 30 01:11:02.923 INFO STEP 810 (remove_files) COMPLETE
65772024-10-30T01:11:02.629Z[ recovery-image] Oct 30 01:11:02.923 INFO O| Oct 30 01:11:02.923 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-30T01:11:02.636Z[ recovery-image] Oct 30 01:11:02.933 INFO O| Oct 30 01:11:02.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65792024-10-30T01:11:02.639Z[ recovery-image] Oct 30 01:11:02.933 INFO O| Oct 30 01:11:02.933 INFO STEP 811 (remove_files) COMPLETE
65802024-10-30T01:11:02.639Z[ recovery-image] Oct 30 01:11:02.933 INFO O| Oct 30 01:11:02.933 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-30T01:11:02.646Z[ recovery-image] Oct 30 01:11:02.942 INFO O| Oct 30 01:11:02.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65822024-10-30T01:11:02.646Z[ recovery-image] Oct 30 01:11:02.942 INFO O| Oct 30 01:11:02.942 INFO STEP 812 (remove_files) COMPLETE
65832024-10-30T01:11:02.648Z[ recovery-image] Oct 30 01:11:02.942 INFO O| Oct 30 01:11:02.942 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-30T01:11:02.656Z[ recovery-image] Oct 30 01:11:02.952 INFO O| Oct 30 01:11:02.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65852024-10-30T01:11:02.656Z[ recovery-image] Oct 30 01:11:02.952 INFO O| Oct 30 01:11:02.952 INFO STEP 813 (remove_files) COMPLETE
65862024-10-30T01:11:02.658Z[ recovery-image] Oct 30 01:11:02.952 INFO O| Oct 30 01:11:02.952 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-30T01:11:02.666Z[ recovery-image] Oct 30 01:11:02.962 INFO O| Oct 30 01:11:02.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65882024-10-30T01:11:02.666Z[ recovery-image] Oct 30 01:11:02.962 INFO O| Oct 30 01:11:02.962 INFO STEP 814 (remove_files) COMPLETE
65892024-10-30T01:11:02.669Z[ recovery-image] Oct 30 01:11:02.962 INFO O| Oct 30 01:11:02.962 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-30T01:11:02.676Z[ recovery-image] Oct 30 01:11:02.972 INFO O| Oct 30 01:11:02.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65912024-10-30T01:11:02.676Z[ recovery-image] Oct 30 01:11:02.972 INFO O| Oct 30 01:11:02.972 INFO STEP 815 (remove_files) COMPLETE
65922024-10-30T01:11:02.679Z[ recovery-image] Oct 30 01:11:02.972 INFO O| Oct 30 01:11:02.972 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-30T01:11:02.686Z[ recovery-image] Oct 30 01:11:02.982 INFO O| Oct 30 01:11:02.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65942024-10-30T01:11:02.686Z[ recovery-image] Oct 30 01:11:02.982 INFO O| Oct 30 01:11:02.982 INFO STEP 816 (remove_files) COMPLETE
65952024-10-30T01:11:02.689Z[ recovery-image] Oct 30 01:11:02.982 INFO O| Oct 30 01:11:02.982 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-30T01:11:02.696Z[ recovery-image] Oct 30 01:11:02.992 INFO O| Oct 30 01:11:02.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65972024-10-30T01:11:02.698Z[ recovery-image] Oct 30 01:11:02.992 INFO O| Oct 30 01:11:02.992 INFO STEP 817 (remove_files) COMPLETE
65982024-10-30T01:11:02.698Z[ recovery-image] Oct 30 01:11:02.992 INFO O| Oct 30 01:11:02.992 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-30T01:11:02.706Z[ recovery-image] Oct 30 01:11:03.002 INFO O| Oct 30 01:11:03.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66002024-10-30T01:11:02.706Z[ recovery-image] Oct 30 01:11:03.002 INFO O| Oct 30 01:11:03.002 INFO STEP 818 (remove_files) COMPLETE
66012024-10-30T01:11:02.709Z[ recovery-image] Oct 30 01:11:03.002 INFO O| Oct 30 01:11:03.002 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-30T01:11:02.716Z[ recovery-image] Oct 30 01:11:03.012 INFO O| Oct 30 01:11:03.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66032024-10-30T01:11:02.719Z[ recovery-image] Oct 30 01:11:03.012 INFO O| Oct 30 01:11:03.012 INFO STEP 819 (remove_files) COMPLETE
66042024-10-30T01:11:02.719Z[ recovery-image] Oct 30 01:11:03.012 INFO O| Oct 30 01:11:03.012 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-30T01:11:02.726Z[ recovery-image] Oct 30 01:11:03.022 INFO O| Oct 30 01:11:03.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66062024-10-30T01:11:02.726Z[ recovery-image] Oct 30 01:11:03.022 INFO O| Oct 30 01:11:03.022 INFO STEP 820 (remove_files) COMPLETE
66072024-10-30T01:11:02.728Z[ recovery-image] Oct 30 01:11:03.022 INFO O| Oct 30 01:11:03.022 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-30T01:11:02.735Z[ recovery-image] Oct 30 01:11:03.032 INFO O| Oct 30 01:11:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66092024-10-30T01:11:02.735Z[ recovery-image] Oct 30 01:11:03.032 INFO O| Oct 30 01:11:03.032 INFO STEP 821 (remove_files) COMPLETE
66102024-10-30T01:11:02.740Z[ recovery-image] Oct 30 01:11:03.032 INFO O| Oct 30 01:11:03.032 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-30T01:11:02.745Z[ recovery-image] Oct 30 01:11:03.041 INFO O| Oct 30 01:11:03.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66122024-10-30T01:11:02.747Z[ recovery-image] Oct 30 01:11:03.041 INFO O| Oct 30 01:11:03.041 INFO STEP 822 (remove_files) COMPLETE
66132024-10-30T01:11:02.747Z[ recovery-image] Oct 30 01:11:03.041 INFO O| Oct 30 01:11:03.041 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-30T01:11:02.755Z[ recovery-image] Oct 30 01:11:03.051 INFO O| Oct 30 01:11:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66152024-10-30T01:11:02.755Z[ recovery-image] Oct 30 01:11:03.051 INFO O| Oct 30 01:11:03.051 INFO STEP 823 (remove_files) COMPLETE
66162024-10-30T01:11:02.755Z[ recovery-image] Oct 30 01:11:03.051 INFO O| Oct 30 01:11:03.051 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-10-30T01:11:02.764Z[ recovery-image] Oct 30 01:11:03.060 INFO O| Oct 30 01:11:03.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66182024-10-30T01:11:02.764Z[ recovery-image] Oct 30 01:11:03.060 INFO O| Oct 30 01:11:03.060 INFO STEP 824 (remove_files) COMPLETE
66192024-10-30T01:11:02.767Z[ recovery-image] Oct 30 01:11:03.060 INFO O| Oct 30 01:11:03.060 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-10-30T01:11:02.774Z[ recovery-image] Oct 30 01:11:03.070 INFO O| Oct 30 01:11:03.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66212024-10-30T01:11:02.776Z[ recovery-image] Oct 30 01:11:03.070 INFO O| Oct 30 01:11:03.070 INFO STEP 825 (remove_files) COMPLETE
66222024-10-30T01:11:02.776Z[ recovery-image] Oct 30 01:11:03.070 INFO O| Oct 30 01:11:03.070 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-30T01:11:02.783Z[ recovery-image] Oct 30 01:11:03.080 INFO O| Oct 30 01:11:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66242024-10-30T01:11:02.783Z[ recovery-image] Oct 30 01:11:03.080 INFO O| Oct 30 01:11:03.080 INFO STEP 826 (remove_files) COMPLETE
66252024-10-30T01:11:02.783Z[ recovery-image] Oct 30 01:11:03.080 INFO O| Oct 30 01:11:03.080 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-30T01:11:02.793Z[ recovery-image] Oct 30 01:11:03.089 INFO O| Oct 30 01:11:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66272024-10-30T01:11:02.793Z[ recovery-image] Oct 30 01:11:03.089 INFO O| Oct 30 01:11:03.089 INFO STEP 827 (remove_files) COMPLETE
66282024-10-30T01:11:02.793Z[ recovery-image] Oct 30 01:11:03.089 INFO O| Oct 30 01:11:03.089 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-30T01:11:02.803Z[ recovery-image] Oct 30 01:11:03.099 INFO O| Oct 30 01:11:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66302024-10-30T01:11:02.803Z[ recovery-image] Oct 30 01:11:03.099 INFO O| Oct 30 01:11:03.099 INFO STEP 828 (remove_files) COMPLETE
66312024-10-30T01:11:02.803Z[ recovery-image] Oct 30 01:11:03.099 INFO O| Oct 30 01:11:03.099 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-30T01:11:02.812Z[ recovery-image] Oct 30 01:11:03.108 INFO O| Oct 30 01:11:03.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66332024-10-30T01:11:02.812Z[ recovery-image] Oct 30 01:11:03.109 INFO O| Oct 30 01:11:03.109 INFO STEP 829 (remove_files) COMPLETE
66342024-10-30T01:11:02.815Z[ recovery-image] Oct 30 01:11:03.109 INFO O| Oct 30 01:11:03.109 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-30T01:11:02.822Z[ recovery-image] Oct 30 01:11:03.118 INFO O| Oct 30 01:11:03.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66362024-10-30T01:11:02.822Z[ recovery-image] Oct 30 01:11:03.118 INFO O| Oct 30 01:11:03.118 INFO STEP 830 (remove_files) COMPLETE
66372024-10-30T01:11:02.822Z[ recovery-image] Oct 30 01:11:03.118 INFO O| Oct 30 01:11:03.118 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-30T01:11:02.832Z[ recovery-image] Oct 30 01:11:03.128 INFO O| Oct 30 01:11:03.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66392024-10-30T01:11:02.832Z[ recovery-image] Oct 30 01:11:03.128 INFO O| Oct 30 01:11:03.128 INFO STEP 831 (remove_files) COMPLETE
66402024-10-30T01:11:02.832Z[ recovery-image] Oct 30 01:11:03.128 INFO O| Oct 30 01:11:03.128 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-10-30T01:11:02.842Z[ recovery-image] Oct 30 01:11:03.138 INFO O| Oct 30 01:11:03.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66422024-10-30T01:11:02.842Z[ recovery-image] Oct 30 01:11:03.138 INFO O| Oct 30 01:11:03.138 INFO STEP 832 (remove_files) COMPLETE
66432024-10-30T01:11:02.842Z[ recovery-image] Oct 30 01:11:03.138 INFO O| Oct 30 01:11:03.138 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-10-30T01:11:02.852Z[ recovery-image] Oct 30 01:11:03.148 INFO O| Oct 30 01:11:03.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66452024-10-30T01:11:02.852Z[ recovery-image] Oct 30 01:11:03.148 INFO O| Oct 30 01:11:03.148 INFO STEP 833 (remove_files) COMPLETE
66462024-10-30T01:11:02.852Z[ recovery-image] Oct 30 01:11:03.148 INFO O| Oct 30 01:11:03.148 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-10-30T01:11:02.862Z[ recovery-image] Oct 30 01:11:03.158 INFO O| Oct 30 01:11:03.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66482024-10-30T01:11:02.862Z[ recovery-image] Oct 30 01:11:03.158 INFO O| Oct 30 01:11:03.158 INFO STEP 834 (remove_files) COMPLETE
66492024-10-30T01:11:02.862Z[ recovery-image] Oct 30 01:11:03.158 INFO O| Oct 30 01:11:03.158 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-10-30T01:11:02.872Z[ recovery-image] Oct 30 01:11:03.168 INFO O| Oct 30 01:11:03.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66512024-10-30T01:11:02.874Z[ recovery-image] Oct 30 01:11:03.168 INFO O| Oct 30 01:11:03.168 INFO STEP 835 (remove_files) COMPLETE
66522024-10-30T01:11:02.874Z[ recovery-image] Oct 30 01:11:03.168 INFO O| Oct 30 01:11:03.168 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-10-30T01:11:02.884Z[ recovery-image] Oct 30 01:11:03.179 INFO O| Oct 30 01:11:03.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66542024-10-30T01:11:02.884Z[ recovery-image] Oct 30 01:11:03.179 INFO O| Oct 30 01:11:03.179 INFO STEP 836 (remove_files) COMPLETE
66552024-10-30T01:11:02.887Z[ recovery-image] Oct 30 01:11:03.179 INFO O| Oct 30 01:11:03.179 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-10-30T01:11:02.893Z[ recovery-image] Oct 30 01:11:03.189 INFO O| Oct 30 01:11:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66572024-10-30T01:11:02.895Z[ recovery-image] Oct 30 01:11:03.189 INFO O| Oct 30 01:11:03.189 INFO STEP 837 (remove_files) COMPLETE
66582024-10-30T01:11:02.895Z[ recovery-image] Oct 30 01:11:03.189 INFO O| Oct 30 01:11:03.189 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-30T01:11:02.902Z[ recovery-image] Oct 30 01:11:03.199 INFO O| Oct 30 01:11:03.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66602024-10-30T01:11:02.902Z[ recovery-image] Oct 30 01:11:03.199 INFO O| Oct 30 01:11:03.199 INFO STEP 838 (remove_files) COMPLETE
66612024-10-30T01:11:02.905Z[ recovery-image] Oct 30 01:11:03.199 INFO O| Oct 30 01:11:03.199 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-30T01:11:02.913Z[ recovery-image] Oct 30 01:11:03.209 INFO O| Oct 30 01:11:03.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66632024-10-30T01:11:02.913Z[ recovery-image] Oct 30 01:11:03.210 INFO O| Oct 30 01:11:03.210 INFO STEP 839 (remove_files) COMPLETE
66642024-10-30T01:11:02.916Z[ recovery-image] Oct 30 01:11:03.210 INFO O| Oct 30 01:11:03.210 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-10-30T01:11:02.924Z[ recovery-image] Oct 30 01:11:03.220 INFO O| Oct 30 01:11:03.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66662024-10-30T01:11:02.924Z[ recovery-image] Oct 30 01:11:03.221 INFO O| Oct 30 01:11:03.220 INFO STEP 840 (remove_files) COMPLETE
66672024-10-30T01:11:02.924Z[ recovery-image] Oct 30 01:11:03.221 INFO O| Oct 30 01:11:03.221 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-10-30T01:11:02.934Z[ recovery-image] Oct 30 01:11:03.230 INFO O| Oct 30 01:11:03.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66692024-10-30T01:11:02.934Z[ recovery-image] Oct 30 01:11:03.230 INFO O| Oct 30 01:11:03.230 INFO STEP 841 (remove_files) COMPLETE
66702024-10-30T01:11:02.937Z[ recovery-image] Oct 30 01:11:03.230 INFO O| Oct 30 01:11:03.230 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-10-30T01:11:02.945Z[ recovery-image] Oct 30 01:11:03.241 INFO O| Oct 30 01:11:03.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66722024-10-30T01:11:02.945Z[ recovery-image] Oct 30 01:11:03.241 INFO O| Oct 30 01:11:03.241 INFO STEP 842 (remove_files) COMPLETE
66732024-10-30T01:11:02.945Z[ recovery-image] Oct 30 01:11:03.241 INFO O| Oct 30 01:11:03.241 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-30T01:11:02.955Z[ recovery-image] Oct 30 01:11:03.251 INFO O| Oct 30 01:11:03.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66752024-10-30T01:11:02.957Z[ recovery-image] Oct 30 01:11:03.251 INFO O| Oct 30 01:11:03.251 INFO STEP 843 (remove_files) COMPLETE
66762024-10-30T01:11:02.957Z[ recovery-image] Oct 30 01:11:03.251 INFO O| Oct 30 01:11:03.251 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-30T01:11:02.966Z[ recovery-image] Oct 30 01:11:03.262 INFO O| Oct 30 01:11:03.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66782024-10-30T01:11:02.966Z[ recovery-image] Oct 30 01:11:03.262 INFO O| Oct 30 01:11:03.262 INFO STEP 844 (remove_files) COMPLETE
66792024-10-30T01:11:02.969Z[ recovery-image] Oct 30 01:11:03.262 INFO O| Oct 30 01:11:03.262 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-10-30T01:11:02.969Z[ host-image] Oct 30 01:11:03.263 INFO O| Oct 30 01:11:03.263 INFO O| Done
66812024-10-30T01:11:02.978Z[ recovery-image] Oct 30 01:11:03.274 INFO O| Oct 30 01:11:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66822024-10-30T01:11:02.980Z[ recovery-image] Oct 30 01:11:03.274 INFO O| Oct 30 01:11:03.274 INFO STEP 845 (remove_files) COMPLETE
66832024-10-30T01:11:02.980Z[ recovery-image] Oct 30 01:11:03.274 INFO O| Oct 30 01:11:03.274 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-30T01:11:02.988Z[ recovery-image] Oct 30 01:11:03.284 INFO O| Oct 30 01:11:03.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66852024-10-30T01:11:02.988Z[ recovery-image] Oct 30 01:11:03.284 INFO O| Oct 30 01:11:03.284 INFO STEP 846 (remove_files) COMPLETE
66862024-10-30T01:11:02.988Z[ recovery-image] Oct 30 01:11:03.284 INFO O| Oct 30 01:11:03.284 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-30T01:11:02.998Z[ recovery-image] Oct 30 01:11:03.295 INFO O| Oct 30 01:11:03.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66882024-10-30T01:11:02.998Z[ recovery-image] Oct 30 01:11:03.295 INFO O| Oct 30 01:11:03.295 INFO STEP 847 (remove_files) COMPLETE
66892024-10-30T01:11:03.001Z[ recovery-image] Oct 30 01:11:03.295 INFO O| Oct 30 01:11:03.295 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-30T01:11:03.008Z[ recovery-image] Oct 30 01:11:03.305 INFO O| Oct 30 01:11:03.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66912024-10-30T01:11:03.011Z[ recovery-image] Oct 30 01:11:03.305 INFO O| Oct 30 01:11:03.305 INFO STEP 848 (remove_files) COMPLETE
66922024-10-30T01:11:03.011Z[ recovery-image] Oct 30 01:11:03.305 INFO O| Oct 30 01:11:03.305 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-30T01:11:03.018Z[ recovery-image] Oct 30 01:11:03.315 INFO O| Oct 30 01:11:03.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66942024-10-30T01:11:03.018Z[ recovery-image] Oct 30 01:11:03.315 INFO O| Oct 30 01:11:03.315 INFO STEP 849 (remove_files) COMPLETE
66952024-10-30T01:11:03.018Z[ recovery-image] Oct 30 01:11:03.315 INFO O| Oct 30 01:11:03.315 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-30T01:11:03.029Z[ recovery-image] Oct 30 01:11:03.325 INFO O| Oct 30 01:11:03.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66972024-10-30T01:11:03.032Z[ recovery-image] Oct 30 01:11:03.325 INFO O| Oct 30 01:11:03.325 INFO STEP 850 (remove_files) COMPLETE
66982024-10-30T01:11:03.032Z[ recovery-image] Oct 30 01:11:03.325 INFO O| Oct 30 01:11:03.325 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-30T01:11:03.040Z[ recovery-image] Oct 30 01:11:03.336 INFO O| Oct 30 01:11:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67002024-10-30T01:11:03.040Z[ recovery-image] Oct 30 01:11:03.336 INFO O| Oct 30 01:11:03.336 INFO STEP 851 (remove_files) COMPLETE
67012024-10-30T01:11:03.043Z[ recovery-image] Oct 30 01:11:03.336 INFO O| Oct 30 01:11:03.336 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-30T01:11:03.050Z[ recovery-image] Oct 30 01:11:03.346 INFO O| Oct 30 01:11:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67032024-10-30T01:11:03.060Z[ recovery-image] Oct 30 01:11:03.346 INFO O| Oct 30 01:11:03.346 INFO STEP 852 (remove_files) COMPLETE
67042024-10-30T01:11:03.061Z[ recovery-image] Oct 30 01:11:03.346 INFO O| Oct 30 01:11:03.346 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-30T01:11:03.064Z[ recovery-image] Oct 30 01:11:03.356 INFO O| Oct 30 01:11:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67062024-10-30T01:11:03.064Z[ recovery-image] Oct 30 01:11:03.356 INFO O| Oct 30 01:11:03.356 INFO STEP 853 (remove_files) COMPLETE
67072024-10-30T01:11:03.064Z[ recovery-image] Oct 30 01:11:03.356 INFO O| Oct 30 01:11:03.356 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-30T01:11:03.071Z[ recovery-image] Oct 30 01:11:03.367 INFO O| Oct 30 01:11:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67092024-10-30T01:11:03.071Z[ recovery-image] Oct 30 01:11:03.367 INFO O| Oct 30 01:11:03.367 INFO STEP 854 (remove_files) COMPLETE
67102024-10-30T01:11:03.071Z[ recovery-image] Oct 30 01:11:03.367 INFO O| Oct 30 01:11:03.367 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-30T01:11:03.082Z[ recovery-image] Oct 30 01:11:03.378 INFO O| Oct 30 01:11:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67122024-10-30T01:11:03.082Z[ recovery-image] Oct 30 01:11:03.378 INFO O| Oct 30 01:11:03.378 INFO STEP 855 (remove_files) COMPLETE
67132024-10-30T01:11:03.085Z[ recovery-image] Oct 30 01:11:03.378 INFO O| Oct 30 01:11:03.378 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-30T01:11:03.093Z[ recovery-image] Oct 30 01:11:03.389 INFO O| Oct 30 01:11:03.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67152024-10-30T01:11:03.093Z[ recovery-image] Oct 30 01:11:03.389 INFO O| Oct 30 01:11:03.389 INFO STEP 856 (remove_files) COMPLETE
67162024-10-30T01:11:03.093Z[ recovery-image] Oct 30 01:11:03.390 INFO O| Oct 30 01:11:03.389 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-30T01:11:03.104Z[ recovery-image] Oct 30 01:11:03.400 INFO O| Oct 30 01:11:03.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67182024-10-30T01:11:03.107Z[ recovery-image] Oct 30 01:11:03.400 INFO O| Oct 30 01:11:03.400 INFO STEP 857 (remove_files) COMPLETE
67192024-10-30T01:11:03.107Z[ recovery-image] Oct 30 01:11:03.400 INFO O| Oct 30 01:11:03.400 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-30T01:11:03.115Z[ recovery-image] Oct 30 01:11:03.410 INFO O| Oct 30 01:11:03.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67212024-10-30T01:11:03.115Z[ recovery-image] Oct 30 01:11:03.410 INFO O| Oct 30 01:11:03.410 INFO STEP 858 (remove_files) COMPLETE
67222024-10-30T01:11:03.118Z[ recovery-image] Oct 30 01:11:03.410 INFO O| Oct 30 01:11:03.410 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-30T01:11:03.125Z[ recovery-image] Oct 30 01:11:03.421 INFO O| Oct 30 01:11:03.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67242024-10-30T01:11:03.125Z[ recovery-image] Oct 30 01:11:03.421 INFO O| Oct 30 01:11:03.421 INFO STEP 859 (remove_files) COMPLETE
67252024-10-30T01:11:03.125Z[ recovery-image] Oct 30 01:11:03.421 INFO O| Oct 30 01:11:03.421 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-30T01:11:03.136Z[ recovery-image] Oct 30 01:11:03.432 INFO O| Oct 30 01:11:03.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67272024-10-30T01:11:03.136Z[ recovery-image] Oct 30 01:11:03.432 INFO O| Oct 30 01:11:03.432 INFO STEP 860 (remove_files) COMPLETE
67282024-10-30T01:11:03.139Z[ recovery-image] Oct 30 01:11:03.432 INFO O| Oct 30 01:11:03.432 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-30T01:11:03.146Z[ recovery-image] Oct 30 01:11:03.442 INFO O| Oct 30 01:11:03.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67302024-10-30T01:11:03.146Z[ recovery-image] Oct 30 01:11:03.442 INFO O| Oct 30 01:11:03.442 INFO STEP 861 (remove_files) COMPLETE
67312024-10-30T01:11:03.149Z[ recovery-image] Oct 30 01:11:03.442 INFO O| Oct 30 01:11:03.442 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-30T01:11:03.156Z[ recovery-image] Oct 30 01:11:03.452 INFO O| Oct 30 01:11:03.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67332024-10-30T01:11:03.159Z[ recovery-image] Oct 30 01:11:03.452 INFO O| Oct 30 01:11:03.452 INFO STEP 862 (remove_files) COMPLETE
67342024-10-30T01:11:03.159Z[ recovery-image] Oct 30 01:11:03.452 INFO O| Oct 30 01:11:03.452 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-30T01:11:03.169Z[ recovery-image] Oct 30 01:11:03.464 INFO O| Oct 30 01:11:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67362024-10-30T01:11:03.169Z[ recovery-image] Oct 30 01:11:03.464 INFO O| Oct 30 01:11:03.464 INFO STEP 863 (remove_files) COMPLETE
67372024-10-30T01:11:03.172Z[ recovery-image] Oct 30 01:11:03.464 INFO O| Oct 30 01:11:03.464 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-30T01:11:03.179Z[ recovery-image] Oct 30 01:11:03.475 INFO O| Oct 30 01:11:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67392024-10-30T01:11:03.179Z[ recovery-image] Oct 30 01:11:03.475 INFO O| Oct 30 01:11:03.475 INFO STEP 864 (remove_files) COMPLETE
67402024-10-30T01:11:03.182Z[ recovery-image] Oct 30 01:11:03.475 INFO O| Oct 30 01:11:03.475 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-30T01:11:03.193Z[ recovery-image] Oct 30 01:11:03.485 INFO O| Oct 30 01:11:03.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67422024-10-30T01:11:03.193Z[ recovery-image] Oct 30 01:11:03.485 INFO O| Oct 30 01:11:03.485 INFO STEP 865 (remove_files) COMPLETE
67432024-10-30T01:11:03.197Z[ recovery-image] Oct 30 01:11:03.485 INFO O| Oct 30 01:11:03.485 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-30T01:11:03.201Z[ recovery-image] Oct 30 01:11:03.494 INFO O| Oct 30 01:11:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67452024-10-30T01:11:03.201Z[ recovery-image] Oct 30 01:11:03.494 INFO O| Oct 30 01:11:03.494 INFO STEP 866 (remove_files) COMPLETE
67462024-10-30T01:11:03.201Z[ recovery-image] Oct 30 01:11:03.495 INFO O| Oct 30 01:11:03.494 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-30T01:11:03.208Z[ recovery-image] Oct 30 01:11:03.504 INFO O| Oct 30 01:11:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67482024-10-30T01:11:03.211Z[ recovery-image] Oct 30 01:11:03.504 INFO O| Oct 30 01:11:03.504 INFO STEP 867 (remove_files) COMPLETE
67492024-10-30T01:11:03.211Z[ recovery-image] Oct 30 01:11:03.504 INFO O| Oct 30 01:11:03.504 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-30T01:11:03.217Z[ recovery-image] Oct 30 01:11:03.513 INFO O| Oct 30 01:11:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67512024-10-30T01:11:03.217Z[ recovery-image] Oct 30 01:11:03.514 INFO O| Oct 30 01:11:03.514 INFO STEP 868 (remove_files) COMPLETE
67522024-10-30T01:11:03.220Z[ recovery-image] Oct 30 01:11:03.514 INFO O| Oct 30 01:11:03.514 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-30T01:11:03.227Z[ recovery-image] Oct 30 01:11:03.523 INFO O| Oct 30 01:11:03.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67542024-10-30T01:11:03.227Z[ recovery-image] Oct 30 01:11:03.523 INFO O| Oct 30 01:11:03.523 INFO STEP 869 (remove_files) COMPLETE
67552024-10-30T01:11:03.227Z[ recovery-image] Oct 30 01:11:03.523 INFO O| Oct 30 01:11:03.523 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-30T01:11:03.237Z[ recovery-image] Oct 30 01:11:03.533 INFO O| Oct 30 01:11:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67572024-10-30T01:11:03.237Z[ recovery-image] Oct 30 01:11:03.533 INFO O| Oct 30 01:11:03.533 INFO STEP 870 (remove_files) COMPLETE
67582024-10-30T01:11:03.239Z[ recovery-image] Oct 30 01:11:03.533 INFO O| Oct 30 01:11:03.533 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-30T01:11:03.246Z[ recovery-image] Oct 30 01:11:03.542 INFO O| Oct 30 01:11:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67602024-10-30T01:11:03.249Z[ recovery-image] Oct 30 01:11:03.542 INFO O| Oct 30 01:11:03.542 INFO STEP 871 (remove_files) COMPLETE
67612024-10-30T01:11:03.249Z[ recovery-image] Oct 30 01:11:03.543 INFO O| Oct 30 01:11:03.542 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-30T01:11:03.256Z[ recovery-image] Oct 30 01:11:03.552 INFO O| Oct 30 01:11:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67632024-10-30T01:11:03.258Z[ recovery-image] Oct 30 01:11:03.552 INFO O| Oct 30 01:11:03.552 INFO STEP 872 (remove_files) COMPLETE
67642024-10-30T01:11:03.258Z[ recovery-image] Oct 30 01:11:03.552 INFO O| Oct 30 01:11:03.552 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-30T01:11:03.265Z[ recovery-image] Oct 30 01:11:03.562 INFO O| Oct 30 01:11:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67662024-10-30T01:11:03.268Z[ recovery-image] Oct 30 01:11:03.562 INFO O| Oct 30 01:11:03.562 INFO STEP 873 (remove_files) COMPLETE
67672024-10-30T01:11:03.268Z[ recovery-image] Oct 30 01:11:03.562 INFO O| Oct 30 01:11:03.562 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-30T01:11:03.275Z[ recovery-image] Oct 30 01:11:03.571 INFO O| Oct 30 01:11:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67692024-10-30T01:11:03.277Z[ recovery-image] Oct 30 01:11:03.571 INFO O| Oct 30 01:11:03.571 INFO STEP 874 (remove_files) COMPLETE
67702024-10-30T01:11:03.278Z[ recovery-image] Oct 30 01:11:03.571 INFO O| Oct 30 01:11:03.571 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-30T01:11:03.285Z[ recovery-image] Oct 30 01:11:03.581 INFO O| Oct 30 01:11:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67722024-10-30T01:11:03.287Z[ recovery-image] Oct 30 01:11:03.581 INFO O| Oct 30 01:11:03.581 INFO STEP 875 (remove_files) COMPLETE
67732024-10-30T01:11:03.287Z[ recovery-image] Oct 30 01:11:03.581 INFO O| Oct 30 01:11:03.581 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-30T01:11:03.294Z[ recovery-image] Oct 30 01:11:03.590 INFO O| Oct 30 01:11:03.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67752024-10-30T01:11:03.297Z[ recovery-image] Oct 30 01:11:03.591 INFO O| Oct 30 01:11:03.591 INFO STEP 876 (remove_files) COMPLETE
67762024-10-30T01:11:03.297Z[ recovery-image] Oct 30 01:11:03.591 INFO O| Oct 30 01:11:03.591 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-30T01:11:03.304Z[ recovery-image] Oct 30 01:11:03.600 INFO O| Oct 30 01:11:03.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67782024-10-30T01:11:03.306Z[ recovery-image] Oct 30 01:11:03.600 INFO O| Oct 30 01:11:03.600 INFO STEP 877 (remove_files) COMPLETE
67792024-10-30T01:11:03.306Z[ recovery-image] Oct 30 01:11:03.600 INFO O| Oct 30 01:11:03.600 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-30T01:11:03.313Z[ recovery-image] Oct 30 01:11:03.610 INFO O| Oct 30 01:11:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67812024-10-30T01:11:03.313Z[ recovery-image] Oct 30 01:11:03.610 INFO O| Oct 30 01:11:03.610 INFO STEP 878 (remove_files) COMPLETE
67822024-10-30T01:11:03.316Z[ recovery-image] Oct 30 01:11:03.610 INFO O| Oct 30 01:11:03.610 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-30T01:11:03.324Z[ recovery-image] Oct 30 01:11:03.620 INFO O| Oct 30 01:11:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67842024-10-30T01:11:03.324Z[ recovery-image] Oct 30 01:11:03.620 INFO O| Oct 30 01:11:03.620 INFO STEP 879 (remove_files) COMPLETE
67852024-10-30T01:11:03.326Z[ recovery-image] Oct 30 01:11:03.620 INFO O| Oct 30 01:11:03.620 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-30T01:11:03.334Z[ recovery-image] Oct 30 01:11:03.630 INFO O| Oct 30 01:11:03.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67872024-10-30T01:11:03.336Z[ recovery-image] Oct 30 01:11:03.630 INFO O| Oct 30 01:11:03.630 INFO STEP 880 (remove_files) COMPLETE
67882024-10-30T01:11:03.336Z[ recovery-image] Oct 30 01:11:03.630 INFO O| Oct 30 01:11:03.630 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-30T01:11:03.343Z[ recovery-image] Oct 30 01:11:03.640 INFO O| Oct 30 01:11:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67902024-10-30T01:11:03.346Z[ recovery-image] Oct 30 01:11:03.640 INFO O| Oct 30 01:11:03.640 INFO STEP 881 (remove_files) COMPLETE
67912024-10-30T01:11:03.346Z[ recovery-image] Oct 30 01:11:03.640 INFO O| Oct 30 01:11:03.640 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-30T01:11:03.353Z[ recovery-image] Oct 30 01:11:03.649 INFO O| Oct 30 01:11:03.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67932024-10-30T01:11:03.356Z[ recovery-image] Oct 30 01:11:03.650 INFO O| Oct 30 01:11:03.649 INFO STEP 882 (remove_files) COMPLETE
67942024-10-30T01:11:03.356Z[ recovery-image] Oct 30 01:11:03.650 INFO O| Oct 30 01:11:03.649 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-30T01:11:03.363Z[ recovery-image] Oct 30 01:11:03.659 INFO O| Oct 30 01:11:03.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67962024-10-30T01:11:03.365Z[ recovery-image] Oct 30 01:11:03.659 INFO O| Oct 30 01:11:03.659 INFO STEP 883 (remove_files) COMPLETE
67972024-10-30T01:11:03.365Z[ recovery-image] Oct 30 01:11:03.659 INFO O| Oct 30 01:11:03.659 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-30T01:11:03.372Z[ recovery-image] Oct 30 01:11:03.669 INFO O| Oct 30 01:11:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67992024-10-30T01:11:03.372Z[ recovery-image] Oct 30 01:11:03.669 INFO O| Oct 30 01:11:03.669 INFO STEP 884 (remove_files) COMPLETE
68002024-10-30T01:11:03.375Z[ recovery-image] Oct 30 01:11:03.669 INFO O| Oct 30 01:11:03.669 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-30T01:11:03.382Z[ recovery-image] Oct 30 01:11:03.678 INFO O| Oct 30 01:11:03.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68022024-10-30T01:11:03.382Z[ recovery-image] Oct 30 01:11:03.678 INFO O| Oct 30 01:11:03.678 INFO STEP 885 (remove_files) COMPLETE
68032024-10-30T01:11:03.385Z[ recovery-image] Oct 30 01:11:03.678 INFO O| Oct 30 01:11:03.678 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-30T01:11:03.391Z[ recovery-image] Oct 30 01:11:03.688 INFO O| Oct 30 01:11:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68052024-10-30T01:11:03.392Z[ recovery-image] Oct 30 01:11:03.688 INFO O| Oct 30 01:11:03.688 INFO STEP 886 (remove_files) COMPLETE
68062024-10-30T01:11:03.394Z[ recovery-image] Oct 30 01:11:03.688 INFO O| Oct 30 01:11:03.688 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-30T01:11:03.401Z[ recovery-image] Oct 30 01:11:03.697 INFO O| Oct 30 01:11:03.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68082024-10-30T01:11:03.404Z[ recovery-image] Oct 30 01:11:03.698 INFO O| Oct 30 01:11:03.698 INFO STEP 887 (remove_files) COMPLETE
68092024-10-30T01:11:03.404Z[ recovery-image] Oct 30 01:11:03.698 INFO O| Oct 30 01:11:03.698 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-30T01:11:03.411Z[ recovery-image] Oct 30 01:11:03.707 INFO O| Oct 30 01:11:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68112024-10-30T01:11:03.413Z[ recovery-image] Oct 30 01:11:03.707 INFO O| Oct 30 01:11:03.707 INFO STEP 888 (remove_files) COMPLETE
68122024-10-30T01:11:03.413Z[ recovery-image] Oct 30 01:11:03.707 INFO O| Oct 30 01:11:03.707 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-30T01:11:03.420Z[ recovery-image] Oct 30 01:11:03.717 INFO O| Oct 30 01:11:03.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68142024-10-30T01:11:03.423Z[ recovery-image] Oct 30 01:11:03.717 INFO O| Oct 30 01:11:03.717 INFO STEP 889 (remove_files) COMPLETE
68152024-10-30T01:11:03.423Z[ recovery-image] Oct 30 01:11:03.717 INFO O| Oct 30 01:11:03.717 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-10-30T01:11:03.430Z[ recovery-image] Oct 30 01:11:03.727 INFO O| Oct 30 01:11:03.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68172024-10-30T01:11:03.430Z[ recovery-image] Oct 30 01:11:03.727 INFO O| Oct 30 01:11:03.727 INFO STEP 890 (remove_files) COMPLETE
68182024-10-30T01:11:03.433Z[ recovery-image] Oct 30 01:11:03.727 INFO O| Oct 30 01:11:03.727 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-10-30T01:11:03.440Z[ recovery-image] Oct 30 01:11:03.736 INFO O| Oct 30 01:11:03.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68202024-10-30T01:11:03.440Z[ recovery-image] Oct 30 01:11:03.736 INFO O| Oct 30 01:11:03.736 INFO STEP 891 (remove_files) COMPLETE
68212024-10-30T01:11:03.440Z[ recovery-image] Oct 30 01:11:03.736 INFO O| Oct 30 01:11:03.736 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-30T01:11:03.449Z[ recovery-image] Oct 30 01:11:03.746 INFO O| Oct 30 01:11:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68232024-10-30T01:11:03.452Z[ recovery-image] Oct 30 01:11:03.746 INFO O| Oct 30 01:11:03.746 INFO STEP 892 (remove_files) COMPLETE
68242024-10-30T01:11:03.452Z[ recovery-image] Oct 30 01:11:03.746 INFO O| Oct 30 01:11:03.746 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-30T01:11:03.459Z[ recovery-image] Oct 30 01:11:03.756 INFO O| Oct 30 01:11:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68262024-10-30T01:11:03.459Z[ recovery-image] Oct 30 01:11:03.756 INFO O| Oct 30 01:11:03.756 INFO STEP 893 (remove_files) COMPLETE
68272024-10-30T01:11:03.462Z[ recovery-image] Oct 30 01:11:03.756 INFO O| Oct 30 01:11:03.756 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-30T01:11:03.469Z[ recovery-image] Oct 30 01:11:03.765 INFO O| Oct 30 01:11:03.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68292024-10-30T01:11:03.469Z[ recovery-image] Oct 30 01:11:03.765 INFO O| Oct 30 01:11:03.765 INFO STEP 894 (remove_files) COMPLETE
68302024-10-30T01:11:03.469Z[ recovery-image] Oct 30 01:11:03.765 INFO O| Oct 30 01:11:03.765 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-30T01:11:03.479Z[ recovery-image] Oct 30 01:11:03.775 INFO O| Oct 30 01:11:03.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68322024-10-30T01:11:03.479Z[ recovery-image] Oct 30 01:11:03.775 INFO O| Oct 30 01:11:03.775 INFO STEP 895 (remove_files) COMPLETE
68332024-10-30T01:11:03.479Z[ recovery-image] Oct 30 01:11:03.775 INFO O| Oct 30 01:11:03.775 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-30T01:11:03.488Z[ recovery-image] Oct 30 01:11:03.785 INFO O| Oct 30 01:11:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68352024-10-30T01:11:03.488Z[ recovery-image] Oct 30 01:11:03.785 INFO O| Oct 30 01:11:03.785 INFO STEP 896 (remove_files) COMPLETE
68362024-10-30T01:11:03.488Z[ recovery-image] Oct 30 01:11:03.785 INFO O| Oct 30 01:11:03.785 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-30T01:11:03.498Z[ recovery-image] Oct 30 01:11:03.794 INFO O| Oct 30 01:11:03.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68382024-10-30T01:11:03.500Z[ recovery-image] Oct 30 01:11:03.794 INFO O| Oct 30 01:11:03.794 INFO STEP 897 (remove_files) COMPLETE
68392024-10-30T01:11:03.500Z[ recovery-image] Oct 30 01:11:03.794 INFO O| Oct 30 01:11:03.794 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-30T01:11:03.507Z[ recovery-image] Oct 30 01:11:03.804 INFO O| Oct 30 01:11:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68412024-10-30T01:11:03.507Z[ recovery-image] Oct 30 01:11:03.804 INFO O| Oct 30 01:11:03.804 INFO STEP 898 (remove_files) COMPLETE
68422024-10-30T01:11:03.510Z[ recovery-image] Oct 30 01:11:03.804 INFO O| Oct 30 01:11:03.804 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-30T01:11:03.517Z[ recovery-image] Oct 30 01:11:03.813 INFO O| Oct 30 01:11:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68442024-10-30T01:11:03.520Z[ recovery-image] Oct 30 01:11:03.814 INFO O| Oct 30 01:11:03.814 INFO STEP 899 (remove_files) COMPLETE
68452024-10-30T01:11:03.520Z[ recovery-image] Oct 30 01:11:03.814 INFO O| Oct 30 01:11:03.814 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-30T01:11:03.527Z[ recovery-image] Oct 30 01:11:03.823 INFO O| Oct 30 01:11:03.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68472024-10-30T01:11:03.529Z[ recovery-image] Oct 30 01:11:03.823 INFO O| Oct 30 01:11:03.823 INFO STEP 900 (remove_files) COMPLETE
68482024-10-30T01:11:03.529Z[ recovery-image] Oct 30 01:11:03.823 INFO O| Oct 30 01:11:03.823 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-30T01:11:03.537Z[ recovery-image] Oct 30 01:11:03.833 INFO O| Oct 30 01:11:03.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68502024-10-30T01:11:03.537Z[ recovery-image] Oct 30 01:11:03.833 INFO O| Oct 30 01:11:03.833 INFO STEP 901 (remove_files) COMPLETE
68512024-10-30T01:11:03.539Z[ recovery-image] Oct 30 01:11:03.833 INFO O| Oct 30 01:11:03.833 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-30T01:11:03.547Z[ recovery-image] Oct 30 01:11:03.843 INFO O| Oct 30 01:11:03.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68532024-10-30T01:11:03.549Z[ recovery-image] Oct 30 01:11:03.843 INFO O| Oct 30 01:11:03.843 INFO STEP 902 (remove_files) COMPLETE
68542024-10-30T01:11:03.549Z[ recovery-image] Oct 30 01:11:03.843 INFO O| Oct 30 01:11:03.843 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-30T01:11:03.556Z[ recovery-image] Oct 30 01:11:03.852 INFO O| Oct 30 01:11:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68562024-10-30T01:11:03.556Z[ recovery-image] Oct 30 01:11:03.853 INFO O| Oct 30 01:11:03.853 INFO STEP 903 (remove_files) COMPLETE
68572024-10-30T01:11:03.559Z[ recovery-image] Oct 30 01:11:03.853 INFO O| Oct 30 01:11:03.853 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-30T01:11:03.566Z[ recovery-image] Oct 30 01:11:03.862 INFO O| Oct 30 01:11:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68592024-10-30T01:11:03.566Z[ recovery-image] Oct 30 01:11:03.862 INFO O| Oct 30 01:11:03.862 INFO STEP 904 (remove_files) COMPLETE
68602024-10-30T01:11:03.566Z[ recovery-image] Oct 30 01:11:03.862 INFO O| Oct 30 01:11:03.862 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-30T01:11:03.575Z[ recovery-image] Oct 30 01:11:03.872 INFO O| Oct 30 01:11:03.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68622024-10-30T01:11:03.575Z[ recovery-image] Oct 30 01:11:03.872 INFO O| Oct 30 01:11:03.872 INFO STEP 905 (remove_files) COMPLETE
68632024-10-30T01:11:03.578Z[ recovery-image] Oct 30 01:11:03.872 INFO O| Oct 30 01:11:03.872 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-30T01:11:03.586Z[ recovery-image] Oct 30 01:11:03.882 INFO O| Oct 30 01:11:03.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68652024-10-30T01:11:03.586Z[ recovery-image] Oct 30 01:11:03.882 INFO O| Oct 30 01:11:03.882 INFO STEP 906 (remove_files) COMPLETE
68662024-10-30T01:11:03.588Z[ recovery-image] Oct 30 01:11:03.882 INFO O| Oct 30 01:11:03.882 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-30T01:11:03.596Z[ recovery-image] Oct 30 01:11:03.893 INFO O| Oct 30 01:11:03.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68682024-10-30T01:11:03.599Z[ recovery-image] Oct 30 01:11:03.893 INFO O| Oct 30 01:11:03.893 INFO STEP 907 (remove_files) COMPLETE
68692024-10-30T01:11:03.599Z[ recovery-image] Oct 30 01:11:03.893 INFO O| Oct 30 01:11:03.893 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-30T01:11:03.607Z[ recovery-image] Oct 30 01:11:03.904 INFO O| Oct 30 01:11:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68712024-10-30T01:11:03.607Z[ recovery-image] Oct 30 01:11:03.904 INFO O| Oct 30 01:11:03.904 INFO STEP 908 (remove_files) COMPLETE
68722024-10-30T01:11:03.610Z[ recovery-image] Oct 30 01:11:03.904 INFO O| Oct 30 01:11:03.904 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-30T01:11:03.617Z[ recovery-image] Oct 30 01:11:03.914 INFO O| Oct 30 01:11:03.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68742024-10-30T01:11:03.620Z[ recovery-image] Oct 30 01:11:03.914 INFO O| Oct 30 01:11:03.914 INFO STEP 909 (remove_files) COMPLETE
68752024-10-30T01:11:03.620Z[ recovery-image] Oct 30 01:11:03.914 INFO O| Oct 30 01:11:03.914 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-30T01:11:03.627Z[ recovery-image] Oct 30 01:11:03.923 INFO O| Oct 30 01:11:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68772024-10-30T01:11:03.627Z[ recovery-image] Oct 30 01:11:03.924 INFO O| Oct 30 01:11:03.924 INFO STEP 910 (remove_files) COMPLETE
68782024-10-30T01:11:03.627Z[ recovery-image] Oct 30 01:11:03.924 INFO O| Oct 30 01:11:03.924 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-30T01:11:03.638Z[ recovery-image] Oct 30 01:11:03.934 INFO O| Oct 30 01:11:03.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68802024-10-30T01:11:03.641Z[ recovery-image] Oct 30 01:11:03.935 INFO O| Oct 30 01:11:03.934 INFO STEP 911 (remove_files) COMPLETE
68812024-10-30T01:11:03.641Z[ recovery-image] Oct 30 01:11:03.935 INFO O| Oct 30 01:11:03.935 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-30T01:11:03.656Z[ recovery-image] Oct 30 01:11:03.953 INFO O| Oct 30 01:11:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68832024-10-30T01:11:03.656Z[ recovery-image] Oct 30 01:11:03.953 INFO O| Oct 30 01:11:03.953 INFO STEP 912 (remove_files) COMPLETE
68842024-10-30T01:11:03.659Z[ recovery-image] Oct 30 01:11:03.953 INFO O| Oct 30 01:11:03.953 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-30T01:11:03.668Z[ recovery-image] Oct 30 01:11:03.965 INFO O| Oct 30 01:11:03.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68862024-10-30T01:11:03.668Z[ recovery-image] Oct 30 01:11:03.965 INFO O| Oct 30 01:11:03.965 INFO STEP 913 (remove_files) COMPLETE
68872024-10-30T01:11:03.668Z[ recovery-image] Oct 30 01:11:03.965 INFO O| Oct 30 01:11:03.965 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-30T01:11:03.681Z[ recovery-image] Oct 30 01:11:03.978 INFO O| Oct 30 01:11:03.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68892024-10-30T01:11:03.684Z[ recovery-image] Oct 30 01:11:03.978 INFO O| Oct 30 01:11:03.978 INFO STEP 914 (remove_files) COMPLETE
68902024-10-30T01:11:03.684Z[ recovery-image] Oct 30 01:11:03.978 INFO O| Oct 30 01:11:03.978 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-30T01:11:03.694Z[ recovery-image] Oct 30 01:11:03.990 INFO O| Oct 30 01:11:03.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68922024-10-30T01:11:03.697Z[ recovery-image] Oct 30 01:11:03.991 INFO O| Oct 30 01:11:03.991 INFO STEP 915 (remove_files) COMPLETE
68932024-10-30T01:11:03.697Z[ recovery-image] Oct 30 01:11:03.991 INFO O| Oct 30 01:11:03.991 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-30T01:11:03.704Z[ recovery-image] Oct 30 01:11:04.000 INFO O| Oct 30 01:11:04.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68952024-10-30T01:11:03.704Z[ recovery-image] Oct 30 01:11:04.001 INFO O| Oct 30 01:11:04.000 INFO STEP 916 (remove_files) COMPLETE
68962024-10-30T01:11:03.707Z[ recovery-image] Oct 30 01:11:04.001 INFO O| Oct 30 01:11:04.000 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-30T01:11:03.715Z[ recovery-image] Oct 30 01:11:04.011 INFO O| Oct 30 01:11:04.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68982024-10-30T01:11:03.715Z[ recovery-image] Oct 30 01:11:04.011 INFO O| Oct 30 01:11:04.011 INFO STEP 917 (remove_files) COMPLETE
68992024-10-30T01:11:03.718Z[ recovery-image] Oct 30 01:11:04.011 INFO O| Oct 30 01:11:04.011 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-30T01:11:03.724Z[ recovery-image] Oct 30 01:11:04.021 INFO O| Oct 30 01:11:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69012024-10-30T01:11:03.725Z[ recovery-image] Oct 30 01:11:04.021 INFO O| Oct 30 01:11:04.021 INFO STEP 918 (remove_files) COMPLETE
69022024-10-30T01:11:03.727Z[ recovery-image] Oct 30 01:11:04.021 INFO O| Oct 30 01:11:04.021 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-30T01:11:03.734Z[ recovery-image] Oct 30 01:11:04.031 INFO O| Oct 30 01:11:04.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69042024-10-30T01:11:03.734Z[ recovery-image] Oct 30 01:11:04.031 INFO O| Oct 30 01:11:04.031 INFO STEP 919 (remove_files) COMPLETE
69052024-10-30T01:11:03.734Z[ recovery-image] Oct 30 01:11:04.031 INFO O| Oct 30 01:11:04.031 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-30T01:11:03.744Z[ recovery-image] Oct 30 01:11:04.041 INFO O| Oct 30 01:11:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69072024-10-30T01:11:03.747Z[ recovery-image] Oct 30 01:11:04.041 INFO O| Oct 30 01:11:04.041 INFO STEP 920 (remove_files) COMPLETE
69082024-10-30T01:11:03.747Z[ recovery-image] Oct 30 01:11:04.041 INFO O| Oct 30 01:11:04.041 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-30T01:11:03.754Z[ recovery-image] Oct 30 01:11:04.051 INFO O| Oct 30 01:11:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69102024-10-30T01:11:03.754Z[ recovery-image] Oct 30 01:11:04.051 INFO O| Oct 30 01:11:04.051 INFO STEP 921 (remove_files) COMPLETE
69112024-10-30T01:11:03.754Z[ recovery-image] Oct 30 01:11:04.051 INFO O| Oct 30 01:11:04.051 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-30T01:11:03.765Z[ recovery-image] Oct 30 01:11:04.062 INFO O| Oct 30 01:11:04.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69132024-10-30T01:11:03.765Z[ recovery-image] Oct 30 01:11:04.062 INFO O| Oct 30 01:11:04.062 INFO STEP 922 (remove_files) COMPLETE
69142024-10-30T01:11:03.765Z[ recovery-image] Oct 30 01:11:04.062 INFO O| Oct 30 01:11:04.062 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-30T01:11:03.775Z[ recovery-image] Oct 30 01:11:04.072 INFO O| Oct 30 01:11:04.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69162024-10-30T01:11:03.775Z[ recovery-image] Oct 30 01:11:04.072 INFO O| Oct 30 01:11:04.072 INFO STEP 923 (remove_files) COMPLETE
69172024-10-30T01:11:03.775Z[ recovery-image] Oct 30 01:11:04.072 INFO O| Oct 30 01:11:04.072 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-30T01:11:03.786Z[ recovery-image] Oct 30 01:11:04.082 INFO O| Oct 30 01:11:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69192024-10-30T01:11:03.786Z[ recovery-image] Oct 30 01:11:04.082 INFO O| Oct 30 01:11:04.082 INFO STEP 924 (remove_files) COMPLETE
69202024-10-30T01:11:03.786Z[ recovery-image] Oct 30 01:11:04.082 INFO O| Oct 30 01:11:04.082 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-30T01:11:03.795Z[ recovery-image] Oct 30 01:11:04.092 INFO O| Oct 30 01:11:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69222024-10-30T01:11:03.795Z[ recovery-image] Oct 30 01:11:04.092 INFO O| Oct 30 01:11:04.092 INFO STEP 925 (remove_files) COMPLETE
69232024-10-30T01:11:03.795Z[ recovery-image] Oct 30 01:11:04.092 INFO O| Oct 30 01:11:04.092 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-30T01:11:03.805Z[ recovery-image] Oct 30 01:11:04.102 INFO O| Oct 30 01:11:04.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69252024-10-30T01:11:03.807Z[ recovery-image] Oct 30 01:11:04.102 INFO O| Oct 30 01:11:04.102 INFO STEP 926 (remove_files) COMPLETE
69262024-10-30T01:11:03.807Z[ recovery-image] Oct 30 01:11:04.102 INFO O| Oct 30 01:11:04.102 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-30T01:11:03.815Z[ recovery-image] Oct 30 01:11:04.112 INFO O| Oct 30 01:11:04.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69282024-10-30T01:11:03.818Z[ recovery-image] Oct 30 01:11:04.112 INFO O| Oct 30 01:11:04.112 INFO STEP 927 (remove_files) COMPLETE
69292024-10-30T01:11:03.818Z[ recovery-image] Oct 30 01:11:04.112 INFO O| Oct 30 01:11:04.112 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-30T01:11:03.825Z[ recovery-image] Oct 30 01:11:04.122 INFO O| Oct 30 01:11:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69312024-10-30T01:11:03.827Z[ recovery-image] Oct 30 01:11:04.122 INFO O| Oct 30 01:11:04.122 INFO STEP 928 (remove_files) COMPLETE
69322024-10-30T01:11:03.827Z[ recovery-image] Oct 30 01:11:04.122 INFO O| Oct 30 01:11:04.122 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-30T01:11:03.835Z[ recovery-image] Oct 30 01:11:04.131 INFO O| Oct 30 01:11:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69342024-10-30T01:11:03.837Z[ recovery-image] Oct 30 01:11:04.131 INFO O| Oct 30 01:11:04.131 INFO STEP 929 (remove_files) COMPLETE
69352024-10-30T01:11:03.837Z[ recovery-image] Oct 30 01:11:04.131 INFO O| Oct 30 01:11:04.131 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-30T01:11:03.844Z[ recovery-image] Oct 30 01:11:04.141 INFO O| Oct 30 01:11:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69372024-10-30T01:11:03.846Z[ recovery-image] Oct 30 01:11:04.141 INFO O| Oct 30 01:11:04.141 INFO STEP 930 (remove_files) COMPLETE
69382024-10-30T01:11:03.847Z[ recovery-image] Oct 30 01:11:04.141 INFO O| Oct 30 01:11:04.141 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-30T01:11:03.854Z[ recovery-image] Oct 30 01:11:04.150 INFO O| Oct 30 01:11:04.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69402024-10-30T01:11:03.854Z[ recovery-image] Oct 30 01:11:04.150 INFO O| Oct 30 01:11:04.150 INFO STEP 931 (remove_files) COMPLETE
69412024-10-30T01:11:03.856Z[ recovery-image] Oct 30 01:11:04.150 INFO O| Oct 30 01:11:04.150 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-10-30T01:11:03.863Z[ recovery-image] Oct 30 01:11:04.160 INFO O| Oct 30 01:11:04.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69432024-10-30T01:11:03.866Z[ recovery-image] Oct 30 01:11:04.160 INFO O| Oct 30 01:11:04.160 INFO STEP 932 (remove_files) COMPLETE
69442024-10-30T01:11:03.866Z[ recovery-image] Oct 30 01:11:04.160 INFO O| Oct 30 01:11:04.160 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-10-30T01:11:03.873Z[ recovery-image] Oct 30 01:11:04.169 INFO O| Oct 30 01:11:04.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69462024-10-30T01:11:03.873Z[ recovery-image] Oct 30 01:11:04.170 INFO O| Oct 30 01:11:04.169 INFO STEP 933 (remove_files) COMPLETE
69472024-10-30T01:11:03.873Z[ recovery-image] Oct 30 01:11:04.170 INFO O| Oct 30 01:11:04.170 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-10-30T01:11:03.882Z[ recovery-image] Oct 30 01:11:04.179 INFO O| Oct 30 01:11:04.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69492024-10-30T01:11:03.883Z[ recovery-image] Oct 30 01:11:04.179 INFO O| Oct 30 01:11:04.179 INFO STEP 934 (remove_files) COMPLETE
69502024-10-30T01:11:03.885Z[ recovery-image] Oct 30 01:11:04.179 INFO O| Oct 30 01:11:04.179 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-10-30T01:11:03.892Z[ recovery-image] Oct 30 01:11:04.189 INFO O| Oct 30 01:11:04.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69522024-10-30T01:11:03.895Z[ recovery-image] Oct 30 01:11:04.189 INFO O| Oct 30 01:11:04.189 INFO STEP 935 (remove_files) COMPLETE
69532024-10-30T01:11:03.895Z[ recovery-image] Oct 30 01:11:04.189 INFO O| Oct 30 01:11:04.189 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-10-30T01:11:03.903Z[ recovery-image] Oct 30 01:11:04.198 INFO O| Oct 30 01:11:04.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69552024-10-30T01:11:03.903Z[ recovery-image] Oct 30 01:11:04.198 INFO O| Oct 30 01:11:04.198 INFO STEP 936 (remove_files) COMPLETE
69562024-10-30T01:11:03.906Z[ recovery-image] Oct 30 01:11:04.198 INFO O| Oct 30 01:11:04.198 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-10-30T01:11:03.912Z[ recovery-image] Oct 30 01:11:04.208 INFO O| Oct 30 01:11:04.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69582024-10-30T01:11:03.912Z[ recovery-image] Oct 30 01:11:04.208 INFO O| Oct 30 01:11:04.208 INFO STEP 937 (remove_files) COMPLETE
69592024-10-30T01:11:03.915Z[ recovery-image] Oct 30 01:11:04.208 INFO O| Oct 30 01:11:04.208 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-10-30T01:11:03.922Z[ recovery-image] Oct 30 01:11:04.219 INFO O| Oct 30 01:11:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69612024-10-30T01:11:03.922Z[ recovery-image] Oct 30 01:11:04.219 INFO O| Oct 30 01:11:04.219 INFO STEP 938 (remove_files) COMPLETE
69622024-10-30T01:11:03.928Z[ recovery-image] Oct 30 01:11:04.219 INFO O| Oct 30 01:11:04.219 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-10-30T01:11:03.933Z[ recovery-image] Oct 30 01:11:04.229 INFO O| Oct 30 01:11:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69642024-10-30T01:11:03.933Z[ recovery-image] Oct 30 01:11:04.229 INFO O| Oct 30 01:11:04.229 INFO STEP 939 (remove_files) COMPLETE
69652024-10-30T01:11:03.935Z[ recovery-image] Oct 30 01:11:04.229 INFO O| Oct 30 01:11:04.229 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-10-30T01:11:03.943Z[ recovery-image] Oct 30 01:11:04.239 INFO O| Oct 30 01:11:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69672024-10-30T01:11:03.943Z[ recovery-image] Oct 30 01:11:04.239 INFO O| Oct 30 01:11:04.239 INFO STEP 940 (remove_files) COMPLETE
69682024-10-30T01:11:03.946Z[ recovery-image] Oct 30 01:11:04.239 INFO O| Oct 30 01:11:04.239 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-10-30T01:11:03.953Z[ recovery-image] Oct 30 01:11:04.249 INFO O| Oct 30 01:11:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69702024-10-30T01:11:03.953Z[ recovery-image] Oct 30 01:11:04.249 INFO O| Oct 30 01:11:04.249 INFO STEP 941 (remove_files) COMPLETE
69712024-10-30T01:11:03.953Z[ recovery-image] Oct 30 01:11:04.249 INFO O| Oct 30 01:11:04.249 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-10-30T01:11:03.963Z[ recovery-image] Oct 30 01:11:04.259 INFO O| Oct 30 01:11:04.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69732024-10-30T01:11:03.964Z[ recovery-image] Oct 30 01:11:04.259 INFO O| Oct 30 01:11:04.259 INFO STEP 942 (remove_files) COMPLETE
69742024-10-30T01:11:03.964Z[ recovery-image] Oct 30 01:11:04.259 INFO O| Oct 30 01:11:04.259 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-10-30T01:11:03.972Z[ recovery-image] Oct 30 01:11:04.268 INFO O| Oct 30 01:11:04.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69762024-10-30T01:11:03.972Z[ recovery-image] Oct 30 01:11:04.268 INFO O| Oct 30 01:11:04.268 INFO STEP 943 (remove_files) COMPLETE
69772024-10-30T01:11:03.972Z[ recovery-image] Oct 30 01:11:04.268 INFO O| Oct 30 01:11:04.268 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-10-30T01:11:03.981Z[ recovery-image] Oct 30 01:11:04.278 INFO O| Oct 30 01:11:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69792024-10-30T01:11:03.982Z[ recovery-image] Oct 30 01:11:04.278 INFO O| Oct 30 01:11:04.278 INFO STEP 944 (remove_files) COMPLETE
69802024-10-30T01:11:03.982Z[ recovery-image] Oct 30 01:11:04.278 INFO O| Oct 30 01:11:04.278 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-10-30T01:11:03.992Z[ recovery-image] Oct 30 01:11:04.287 INFO O| Oct 30 01:11:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69822024-10-30T01:11:03.992Z[ recovery-image] Oct 30 01:11:04.288 INFO O| Oct 30 01:11:04.287 INFO STEP 945 (remove_files) COMPLETE
69832024-10-30T01:11:03.995Z[ recovery-image] Oct 30 01:11:04.288 INFO O| Oct 30 01:11:04.287 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-30T01:11:04.003Z[ recovery-image] Oct 30 01:11:04.297 INFO O| Oct 30 01:11:04.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69852024-10-30T01:11:04.006Z[ recovery-image] Oct 30 01:11:04.297 INFO O| Oct 30 01:11:04.297 INFO STEP 946 (remove_files) COMPLETE
69862024-10-30T01:11:04.006Z[ recovery-image] Oct 30 01:11:04.297 INFO O| Oct 30 01:11:04.297 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-10-30T01:11:04.010Z[ recovery-image] Oct 30 01:11:04.307 INFO O| Oct 30 01:11:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69882024-10-30T01:11:04.013Z[ recovery-image] Oct 30 01:11:04.307 INFO O| Oct 30 01:11:04.307 INFO STEP 947 (remove_files) COMPLETE
69892024-10-30T01:11:04.013Z[ recovery-image] Oct 30 01:11:04.307 INFO O| Oct 30 01:11:04.307 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-30T01:11:04.020Z[ recovery-image] Oct 30 01:11:04.316 INFO O| Oct 30 01:11:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69912024-10-30T01:11:04.020Z[ recovery-image] Oct 30 01:11:04.316 INFO O| Oct 30 01:11:04.316 INFO STEP 948 (remove_files) COMPLETE
69922024-10-30T01:11:04.020Z[ recovery-image] Oct 30 01:11:04.316 INFO O| Oct 30 01:11:04.316 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-30T01:11:04.029Z[ recovery-image] Oct 30 01:11:04.326 INFO O| Oct 30 01:11:04.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69942024-10-30T01:11:04.029Z[ recovery-image] Oct 30 01:11:04.326 INFO O| Oct 30 01:11:04.326 INFO STEP 949 (remove_files) COMPLETE
69952024-10-30T01:11:04.039Z[ recovery-image] Oct 30 01:11:04.326 INFO O| Oct 30 01:11:04.326 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-30T01:11:04.047Z[ recovery-image] Oct 30 01:11:04.335 INFO O| Oct 30 01:11:04.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69972024-10-30T01:11:04.047Z[ recovery-image] Oct 30 01:11:04.336 INFO O| Oct 30 01:11:04.336 INFO STEP 950 (remove_files) COMPLETE
69982024-10-30T01:11:04.047Z[ recovery-image] Oct 30 01:11:04.336 INFO O| Oct 30 01:11:04.336 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-30T01:11:04.054Z[ recovery-image] Oct 30 01:11:04.345 INFO O| Oct 30 01:11:04.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70002024-10-30T01:11:04.054Z[ recovery-image] Oct 30 01:11:04.345 INFO O| Oct 30 01:11:04.345 INFO STEP 951 (remove_files) COMPLETE
70012024-10-30T01:11:04.054Z[ recovery-image] Oct 30 01:11:04.345 INFO O| Oct 30 01:11:04.345 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-30T01:11:04.063Z[ recovery-image] Oct 30 01:11:04.355 INFO O| Oct 30 01:11:04.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70032024-10-30T01:11:04.063Z[ recovery-image] Oct 30 01:11:04.355 INFO O| Oct 30 01:11:04.355 INFO STEP 952 (remove_files) COMPLETE
70042024-10-30T01:11:04.063Z[ recovery-image] Oct 30 01:11:04.355 INFO O| Oct 30 01:11:04.355 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-30T01:11:04.068Z[ recovery-image] Oct 30 01:11:04.364 INFO O| Oct 30 01:11:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70062024-10-30T01:11:04.068Z[ recovery-image] Oct 30 01:11:04.364 INFO O| Oct 30 01:11:04.364 INFO STEP 953 (remove_files) COMPLETE
70072024-10-30T01:11:04.073Z[ recovery-image] Oct 30 01:11:04.365 INFO O| Oct 30 01:11:04.364 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-30T01:11:04.078Z[ recovery-image] Oct 30 01:11:04.374 INFO O| Oct 30 01:11:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70092024-10-30T01:11:04.078Z[ recovery-image] Oct 30 01:11:04.374 INFO O| Oct 30 01:11:04.374 INFO STEP 954 (remove_files) COMPLETE
70102024-10-30T01:11:04.078Z[ recovery-image] Oct 30 01:11:04.374 INFO O| Oct 30 01:11:04.374 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-30T01:11:04.087Z[ recovery-image] Oct 30 01:11:04.384 INFO O| Oct 30 01:11:04.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70122024-10-30T01:11:04.090Z[ recovery-image] Oct 30 01:11:04.384 INFO O| Oct 30 01:11:04.384 INFO STEP 955 (remove_files) COMPLETE
70132024-10-30T01:11:04.090Z[ recovery-image] Oct 30 01:11:04.384 INFO O| Oct 30 01:11:04.384 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-30T01:11:04.097Z[ recovery-image] Oct 30 01:11:04.393 INFO O| Oct 30 01:11:04.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70152024-10-30T01:11:04.099Z[ recovery-image] Oct 30 01:11:04.394 INFO O| Oct 30 01:11:04.393 INFO STEP 956 (remove_files) COMPLETE
70162024-10-30T01:11:04.099Z[ recovery-image] Oct 30 01:11:04.394 INFO O| Oct 30 01:11:04.394 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-30T01:11:04.106Z[ recovery-image] Oct 30 01:11:04.403 INFO O| Oct 30 01:11:04.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70182024-10-30T01:11:04.106Z[ recovery-image] Oct 30 01:11:04.403 INFO O| Oct 30 01:11:04.403 INFO STEP 957 (remove_files) COMPLETE
70192024-10-30T01:11:04.109Z[ recovery-image] Oct 30 01:11:04.403 INFO O| Oct 30 01:11:04.403 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-30T01:11:04.116Z[ recovery-image] Oct 30 01:11:04.413 INFO O| Oct 30 01:11:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70212024-10-30T01:11:04.118Z[ recovery-image] Oct 30 01:11:04.413 INFO O| Oct 30 01:11:04.413 INFO STEP 958 (remove_files) COMPLETE
70222024-10-30T01:11:04.118Z[ recovery-image] Oct 30 01:11:04.413 INFO O| Oct 30 01:11:04.413 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-30T01:11:04.126Z[ recovery-image] Oct 30 01:11:04.422 INFO O| Oct 30 01:11:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70242024-10-30T01:11:04.128Z[ recovery-image] Oct 30 01:11:04.422 INFO O| Oct 30 01:11:04.422 INFO STEP 959 (remove_files) COMPLETE
70252024-10-30T01:11:04.128Z[ recovery-image] Oct 30 01:11:04.422 INFO O| Oct 30 01:11:04.422 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-30T01:11:04.135Z[ recovery-image] Oct 30 01:11:04.432 INFO O| Oct 30 01:11:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70272024-10-30T01:11:04.135Z[ recovery-image] Oct 30 01:11:04.432 INFO O| Oct 30 01:11:04.432 INFO STEP 960 (remove_files) COMPLETE
70282024-10-30T01:11:04.138Z[ recovery-image] Oct 30 01:11:04.432 INFO O| Oct 30 01:11:04.432 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-30T01:11:04.145Z[ recovery-image] Oct 30 01:11:04.442 INFO O| Oct 30 01:11:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70302024-10-30T01:11:04.145Z[ recovery-image] Oct 30 01:11:04.442 INFO O| Oct 30 01:11:04.442 INFO STEP 961 (remove_files) COMPLETE
70312024-10-30T01:11:04.145Z[ recovery-image] Oct 30 01:11:04.442 INFO O| Oct 30 01:11:04.442 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-30T01:11:04.155Z[ recovery-image] Oct 30 01:11:04.451 INFO O| Oct 30 01:11:04.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70332024-10-30T01:11:04.155Z[ recovery-image] Oct 30 01:11:04.452 INFO O| Oct 30 01:11:04.452 INFO STEP 962 (remove_files) COMPLETE
70342024-10-30T01:11:04.157Z[ recovery-image] Oct 30 01:11:04.452 INFO O| Oct 30 01:11:04.452 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-30T01:11:04.164Z[ recovery-image] Oct 30 01:11:04.461 INFO O| Oct 30 01:11:04.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70362024-10-30T01:11:04.164Z[ recovery-image] Oct 30 01:11:04.461 INFO O| Oct 30 01:11:04.461 INFO STEP 963 (remove_files) COMPLETE
70372024-10-30T01:11:04.167Z[ recovery-image] Oct 30 01:11:04.461 INFO O| Oct 30 01:11:04.461 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-30T01:11:04.174Z[ recovery-image] Oct 30 01:11:04.471 INFO O| Oct 30 01:11:04.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70392024-10-30T01:11:04.174Z[ recovery-image] Oct 30 01:11:04.471 INFO O| Oct 30 01:11:04.471 INFO STEP 964 (remove_files) COMPLETE
70402024-10-30T01:11:04.176Z[ recovery-image] Oct 30 01:11:04.471 INFO O| Oct 30 01:11:04.471 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-30T01:11:04.184Z[ recovery-image] Oct 30 01:11:04.480 INFO O| Oct 30 01:11:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70422024-10-30T01:11:04.186Z[ recovery-image] Oct 30 01:11:04.480 INFO O| Oct 30 01:11:04.480 INFO STEP 965 (remove_files) COMPLETE
70432024-10-30T01:11:04.186Z[ recovery-image] Oct 30 01:11:04.481 INFO O| Oct 30 01:11:04.480 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-30T01:11:04.193Z[ recovery-image] Oct 30 01:11:04.490 INFO O| Oct 30 01:11:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70452024-10-30T01:11:04.196Z[ recovery-image] Oct 30 01:11:04.490 INFO O| Oct 30 01:11:04.490 INFO STEP 966 (remove_files) COMPLETE
70462024-10-30T01:11:04.196Z[ recovery-image] Oct 30 01:11:04.490 INFO O| Oct 30 01:11:04.490 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-30T01:11:04.203Z[ recovery-image] Oct 30 01:11:04.499 INFO O| Oct 30 01:11:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70482024-10-30T01:11:04.205Z[ recovery-image] Oct 30 01:11:04.500 INFO O| Oct 30 01:11:04.500 INFO STEP 967 (remove_files) COMPLETE
70492024-10-30T01:11:04.205Z[ recovery-image] Oct 30 01:11:04.500 INFO O| Oct 30 01:11:04.500 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-30T01:11:04.208Z[ host-image] Oct 30 01:11:04.503 INFO O| Oct 30 01:11:04.503 INFO O| Done
70512024-10-30T01:11:04.217Z[ recovery-image] Oct 30 01:11:04.509 INFO O| Oct 30 01:11:04.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70522024-10-30T01:11:04.217Z[ recovery-image] Oct 30 01:11:04.509 INFO O| Oct 30 01:11:04.509 INFO STEP 968 (remove_files) COMPLETE
70532024-10-30T01:11:04.217Z[ recovery-image] Oct 30 01:11:04.509 INFO O| Oct 30 01:11:04.509 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-30T01:11:04.223Z[ recovery-image] Oct 30 01:11:04.519 INFO O| Oct 30 01:11:04.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70552024-10-30T01:11:04.223Z[ recovery-image] Oct 30 01:11:04.519 INFO O| Oct 30 01:11:04.519 INFO STEP 969 (remove_files) COMPLETE
70562024-10-30T01:11:04.225Z[ recovery-image] Oct 30 01:11:04.520 INFO O| Oct 30 01:11:04.519 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-30T01:11:04.230Z[ host-image] Oct 30 01:11:04.526 INFO O| Oct 30 01:11:04.526 INFO O| Done
70582024-10-30T01:11:04.233Z[ host-image] Oct 30 01:11:04.526 INFO O| Oct 30 01:11:04.526 INFO O| Done
70592024-10-30T01:11:04.233Z[ recovery-image] Oct 30 01:11:04.529 INFO O| Oct 30 01:11:04.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70602024-10-30T01:11:04.233Z[ recovery-image] Oct 30 01:11:04.529 INFO O| Oct 30 01:11:04.529 INFO STEP 970 (remove_files) COMPLETE
70612024-10-30T01:11:04.233Z[ recovery-image] Oct 30 01:11:04.529 INFO O| Oct 30 01:11:04.529 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-30T01:11:04.242Z[ recovery-image] Oct 30 01:11:04.539 INFO O| Oct 30 01:11:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70632024-10-30T01:11:04.242Z[ recovery-image] Oct 30 01:11:04.539 INFO O| Oct 30 01:11:04.539 INFO STEP 971 (remove_files) COMPLETE
70642024-10-30T01:11:04.242Z[ recovery-image] Oct 30 01:11:04.539 INFO O| Oct 30 01:11:04.539 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-30T01:11:04.245Z[ host-image] Oct 30 01:11:04.541 INFO O| Oct 30 01:11:04.540 INFO O| Done
70662024-10-30T01:11:04.252Z[ recovery-image] Oct 30 01:11:04.549 INFO O| Oct 30 01:11:04.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70672024-10-30T01:11:04.254Z[ recovery-image] Oct 30 01:11:04.549 INFO O| Oct 30 01:11:04.549 INFO STEP 972 (remove_files) COMPLETE
70682024-10-30T01:11:04.254Z[ recovery-image] Oct 30 01:11:04.549 INFO O| Oct 30 01:11:04.549 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-30T01:11:04.262Z[ recovery-image] Oct 30 01:11:04.559 INFO O| Oct 30 01:11:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70702024-10-30T01:11:04.265Z[ recovery-image] Oct 30 01:11:04.559 INFO O| Oct 30 01:11:04.559 INFO STEP 973 (remove_files) COMPLETE
70712024-10-30T01:11:04.265Z[ recovery-image] Oct 30 01:11:04.559 INFO O| Oct 30 01:11:04.559 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-30T01:11:04.273Z[ recovery-image] Oct 30 01:11:04.570 INFO O| Oct 30 01:11:04.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70732024-10-30T01:11:04.276Z[ recovery-image] Oct 30 01:11:04.570 INFO O| Oct 30 01:11:04.570 INFO STEP 974 (remove_files) COMPLETE
70742024-10-30T01:11:04.276Z[ recovery-image] Oct 30 01:11:04.570 INFO O| Oct 30 01:11:04.570 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-30T01:11:04.283Z[ recovery-image] Oct 30 01:11:04.580 INFO O| Oct 30 01:11:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70762024-10-30T01:11:04.283Z[ recovery-image] Oct 30 01:11:04.580 INFO O| Oct 30 01:11:04.580 INFO STEP 975 (remove_files) COMPLETE
70772024-10-30T01:11:04.285Z[ recovery-image] Oct 30 01:11:04.580 INFO O| Oct 30 01:11:04.580 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-30T01:11:04.293Z[ recovery-image] Oct 30 01:11:04.589 INFO O| Oct 30 01:11:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70792024-10-30T01:11:04.295Z[ recovery-image] Oct 30 01:11:04.590 INFO O| Oct 30 01:11:04.590 INFO STEP 976 (remove_files) COMPLETE
70802024-10-30T01:11:04.295Z[ recovery-image] Oct 30 01:11:04.590 INFO O| Oct 30 01:11:04.590 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-30T01:11:04.303Z[ recovery-image] Oct 30 01:11:04.599 INFO O| Oct 30 01:11:04.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70822024-10-30T01:11:04.305Z[ recovery-image] Oct 30 01:11:04.600 INFO O| Oct 30 01:11:04.600 INFO STEP 977 (remove_files) COMPLETE
70832024-10-30T01:11:04.305Z[ recovery-image] Oct 30 01:11:04.600 INFO O| Oct 30 01:11:04.600 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-30T01:11:04.313Z[ recovery-image] Oct 30 01:11:04.610 INFO O| Oct 30 01:11:04.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70852024-10-30T01:11:04.317Z[ recovery-image] Oct 30 01:11:04.610 INFO O| Oct 30 01:11:04.610 INFO STEP 978 (remove_files) COMPLETE
70862024-10-30T01:11:04.317Z[ recovery-image] Oct 30 01:11:04.610 INFO O| Oct 30 01:11:04.610 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-30T01:11:04.323Z[ recovery-image] Oct 30 01:11:04.620 INFO O| Oct 30 01:11:04.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70882024-10-30T01:11:04.323Z[ recovery-image] Oct 30 01:11:04.620 INFO O| Oct 30 01:11:04.620 INFO STEP 979 (remove_files) COMPLETE
70892024-10-30T01:11:04.326Z[ recovery-image] Oct 30 01:11:04.620 INFO O| Oct 30 01:11:04.620 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-30T01:11:04.333Z[ recovery-image] Oct 30 01:11:04.630 INFO O| Oct 30 01:11:04.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70912024-10-30T01:11:04.336Z[ recovery-image] Oct 30 01:11:04.631 INFO O| Oct 30 01:11:04.631 INFO STEP 980 (remove_files) COMPLETE
70922024-10-30T01:11:04.336Z[ recovery-image] Oct 30 01:11:04.631 INFO O| Oct 30 01:11:04.631 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-30T01:11:04.344Z[ recovery-image] Oct 30 01:11:04.640 INFO O| Oct 30 01:11:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70942024-10-30T01:11:04.346Z[ recovery-image] Oct 30 01:11:04.640 INFO O| Oct 30 01:11:04.640 INFO STEP 981 (remove_files) COMPLETE
70952024-10-30T01:11:04.346Z[ recovery-image] Oct 30 01:11:04.640 INFO O| Oct 30 01:11:04.640 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-30T01:11:04.351Z[ host-image] Oct 30 01:11:04.648 INFO O| Oct 30 01:11:04.648 INFO STEP 12 (pkg_install) COMPLETE
70972024-10-30T01:11:04.355Z[ host-image] Oct 30 01:11:04.648 INFO O| Oct 30 01:11:04.648 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70982024-10-30T01:11:04.355Z[ recovery-image] Oct 30 01:11:04.650 INFO O| Oct 30 01:11:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70992024-10-30T01:11:04.355Z[ recovery-image] Oct 30 01:11:04.650 INFO O| Oct 30 01:11:04.650 INFO STEP 982 (remove_files) COMPLETE
71002024-10-30T01:11:04.355Z[ recovery-image] Oct 30 01:11:04.650 INFO O| Oct 30 01:11:04.650 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-30T01:11:04.361Z[ host-image] Oct 30 01:11:04.658 INFO O| Oct 30 01:11:04.658 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
71022024-10-30T01:11:04.364Z[ recovery-image] Oct 30 01:11:04.660 INFO O| Oct 30 01:11:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71032024-10-30T01:11:04.364Z[ recovery-image] Oct 30 01:11:04.660 INFO O| Oct 30 01:11:04.660 INFO STEP 983 (remove_files) COMPLETE
71042024-10-30T01:11:04.364Z[ recovery-image] Oct 30 01:11:04.660 INFO O| Oct 30 01:11:04.660 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-30T01:11:04.373Z[ recovery-image] Oct 30 01:11:04.670 INFO O| Oct 30 01:11:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71062024-10-30T01:11:04.373Z[ recovery-image] Oct 30 01:11:04.670 INFO O| Oct 30 01:11:04.670 INFO STEP 984 (remove_files) COMPLETE
71072024-10-30T01:11:04.376Z[ recovery-image] Oct 30 01:11:04.670 INFO O| Oct 30 01:11:04.670 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-30T01:11:04.383Z[ recovery-image] Oct 30 01:11:04.680 INFO O| Oct 30 01:11:04.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71092024-10-30T01:11:04.383Z[ recovery-image] Oct 30 01:11:04.680 INFO O| Oct 30 01:11:04.680 INFO STEP 985 (remove_files) COMPLETE
71102024-10-30T01:11:04.383Z[ recovery-image] Oct 30 01:11:04.680 INFO O| Oct 30 01:11:04.680 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-30T01:11:04.393Z[ recovery-image] Oct 30 01:11:04.689 INFO O| Oct 30 01:11:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71122024-10-30T01:11:04.393Z[ recovery-image] Oct 30 01:11:04.689 INFO O| Oct 30 01:11:04.689 INFO STEP 986 (remove_files) COMPLETE
71132024-10-30T01:11:04.393Z[ recovery-image] Oct 30 01:11:04.689 INFO O| Oct 30 01:11:04.689 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-30T01:11:04.402Z[ recovery-image] Oct 30 01:11:04.699 INFO O| Oct 30 01:11:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71152024-10-30T01:11:04.402Z[ recovery-image] Oct 30 01:11:04.699 INFO O| Oct 30 01:11:04.699 INFO STEP 987 (remove_files) COMPLETE
71162024-10-30T01:11:04.405Z[ recovery-image] Oct 30 01:11:04.699 INFO O| Oct 30 01:11:04.699 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-30T01:11:04.412Z[ recovery-image] Oct 30 01:11:04.709 INFO O| Oct 30 01:11:04.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71182024-10-30T01:11:04.412Z[ recovery-image] Oct 30 01:11:04.709 INFO O| Oct 30 01:11:04.709 INFO STEP 988 (remove_files) COMPLETE
71192024-10-30T01:11:04.415Z[ recovery-image] Oct 30 01:11:04.709 INFO O| Oct 30 01:11:04.709 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-30T01:11:04.422Z[ recovery-image] Oct 30 01:11:04.718 INFO O| Oct 30 01:11:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71212024-10-30T01:11:04.422Z[ recovery-image] Oct 30 01:11:04.719 INFO O| Oct 30 01:11:04.719 INFO STEP 989 (remove_files) COMPLETE
71222024-10-30T01:11:04.425Z[ recovery-image] Oct 30 01:11:04.719 INFO O| Oct 30 01:11:04.719 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-30T01:11:04.431Z[ recovery-image] Oct 30 01:11:04.728 INFO O| Oct 30 01:11:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71242024-10-30T01:11:04.431Z[ recovery-image] Oct 30 01:11:04.728 INFO O| Oct 30 01:11:04.728 INFO STEP 990 (remove_files) COMPLETE
71252024-10-30T01:11:04.431Z[ recovery-image] Oct 30 01:11:04.728 INFO O| Oct 30 01:11:04.728 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-30T01:11:04.441Z[ recovery-image] Oct 30 01:11:04.737 INFO O| Oct 30 01:11:04.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71272024-10-30T01:11:04.441Z[ recovery-image] Oct 30 01:11:04.738 INFO O| Oct 30 01:11:04.738 INFO STEP 991 (remove_files) COMPLETE
71282024-10-30T01:11:04.443Z[ recovery-image] Oct 30 01:11:04.738 INFO O| Oct 30 01:11:04.738 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-30T01:11:04.450Z[ recovery-image] Oct 30 01:11:04.747 INFO O| Oct 30 01:11:04.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71302024-10-30T01:11:04.450Z[ recovery-image] Oct 30 01:11:04.747 INFO O| Oct 30 01:11:04.747 INFO STEP 992 (remove_files) COMPLETE
71312024-10-30T01:11:04.450Z[ recovery-image] Oct 30 01:11:04.747 INFO O| Oct 30 01:11:04.747 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-30T01:11:04.460Z[ recovery-image] Oct 30 01:11:04.757 INFO O| Oct 30 01:11:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71332024-10-30T01:11:04.460Z[ recovery-image] Oct 30 01:11:04.757 INFO O| Oct 30 01:11:04.757 INFO STEP 993 (remove_files) COMPLETE
71342024-10-30T01:11:04.460Z[ recovery-image] Oct 30 01:11:04.757 INFO O| Oct 30 01:11:04.757 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-30T01:11:04.470Z[ recovery-image] Oct 30 01:11:04.766 INFO O| Oct 30 01:11:04.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71362024-10-30T01:11:04.470Z[ recovery-image] Oct 30 01:11:04.766 INFO O| Oct 30 01:11:04.766 INFO STEP 994 (remove_files) COMPLETE
71372024-10-30T01:11:04.470Z[ recovery-image] Oct 30 01:11:04.766 INFO O| Oct 30 01:11:04.766 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-30T01:11:04.479Z[ recovery-image] Oct 30 01:11:04.776 INFO O| Oct 30 01:11:04.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71392024-10-30T01:11:04.479Z[ recovery-image] Oct 30 01:11:04.776 INFO O| Oct 30 01:11:04.776 INFO STEP 995 (remove_files) COMPLETE
71402024-10-30T01:11:04.479Z[ recovery-image] Oct 30 01:11:04.776 INFO O| Oct 30 01:11:04.776 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-30T01:11:04.489Z[ recovery-image] Oct 30 01:11:04.786 INFO O| Oct 30 01:11:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71422024-10-30T01:11:04.489Z[ recovery-image] Oct 30 01:11:04.786 INFO O| Oct 30 01:11:04.786 INFO STEP 996 (remove_files) COMPLETE
71432024-10-30T01:11:04.489Z[ recovery-image] Oct 30 01:11:04.786 INFO O| Oct 30 01:11:04.786 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-30T01:11:04.499Z[ recovery-image] Oct 30 01:11:04.795 INFO O| Oct 30 01:11:04.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71452024-10-30T01:11:04.499Z[ recovery-image] Oct 30 01:11:04.795 INFO O| Oct 30 01:11:04.795 INFO STEP 997 (remove_files) COMPLETE
71462024-10-30T01:11:04.499Z[ recovery-image] Oct 30 01:11:04.795 INFO O| Oct 30 01:11:04.795 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-30T01:11:04.508Z[ recovery-image] Oct 30 01:11:04.805 INFO O| Oct 30 01:11:04.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71482024-10-30T01:11:04.508Z[ recovery-image] Oct 30 01:11:04.805 INFO O| Oct 30 01:11:04.805 INFO STEP 998 (remove_files) COMPLETE
71492024-10-30T01:11:04.508Z[ recovery-image] Oct 30 01:11:04.805 INFO O| Oct 30 01:11:04.805 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-30T01:11:04.518Z[ recovery-image] Oct 30 01:11:04.815 INFO O| Oct 30 01:11:04.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71512024-10-30T01:11:04.518Z[ recovery-image] Oct 30 01:11:04.815 INFO O| Oct 30 01:11:04.815 INFO STEP 999 (remove_files) COMPLETE
71522024-10-30T01:11:04.520Z[ recovery-image] Oct 30 01:11:04.815 INFO O| Oct 30 01:11:04.815 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-30T01:11:04.527Z[ recovery-image] Oct 30 01:11:04.824 INFO O| Oct 30 01:11:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71542024-10-30T01:11:04.530Z[ recovery-image] Oct 30 01:11:04.824 INFO O| Oct 30 01:11:04.824 INFO STEP 1000 (remove_files) COMPLETE
71552024-10-30T01:11:04.530Z[ recovery-image] Oct 30 01:11:04.824 INFO O| Oct 30 01:11:04.824 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-30T01:11:04.538Z[ recovery-image] Oct 30 01:11:04.834 INFO O| Oct 30 01:11:04.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71572024-10-30T01:11:04.538Z[ recovery-image] Oct 30 01:11:04.834 INFO O| Oct 30 01:11:04.834 INFO STEP 1001 (remove_files) COMPLETE
71582024-10-30T01:11:04.538Z[ recovery-image] Oct 30 01:11:04.834 INFO O| Oct 30 01:11:04.834 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-30T01:11:04.547Z[ recovery-image] Oct 30 01:11:04.843 INFO O| Oct 30 01:11:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71602024-10-30T01:11:04.547Z[ recovery-image] Oct 30 01:11:04.843 INFO O| Oct 30 01:11:04.843 INFO STEP 1002 (remove_files) COMPLETE
71612024-10-30T01:11:04.547Z[ recovery-image] Oct 30 01:11:04.843 INFO O| Oct 30 01:11:04.843 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-30T01:11:04.556Z[ recovery-image] Oct 30 01:11:04.853 INFO O| Oct 30 01:11:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71632024-10-30T01:11:04.556Z[ recovery-image] Oct 30 01:11:04.853 INFO O| Oct 30 01:11:04.853 INFO STEP 1003 (remove_files) COMPLETE
71642024-10-30T01:11:04.559Z[ recovery-image] Oct 30 01:11:04.853 INFO O| Oct 30 01:11:04.853 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-30T01:11:04.566Z[ recovery-image] Oct 30 01:11:04.863 INFO O| Oct 30 01:11:04.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71662024-10-30T01:11:04.566Z[ recovery-image] Oct 30 01:11:04.863 INFO O| Oct 30 01:11:04.863 INFO STEP 1004 (remove_files) COMPLETE
71672024-10-30T01:11:04.566Z[ recovery-image] Oct 30 01:11:04.863 INFO O| Oct 30 01:11:04.863 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-30T01:11:04.576Z[ recovery-image] Oct 30 01:11:04.872 INFO O| Oct 30 01:11:04.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71692024-10-30T01:11:04.576Z[ recovery-image] Oct 30 01:11:04.873 INFO O| Oct 30 01:11:04.873 INFO STEP 1005 (remove_files) COMPLETE
71702024-10-30T01:11:04.576Z[ recovery-image] Oct 30 01:11:04.873 INFO O| Oct 30 01:11:04.873 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-30T01:11:04.585Z[ recovery-image] Oct 30 01:11:04.882 INFO O| Oct 30 01:11:04.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71722024-10-30T01:11:04.585Z[ recovery-image] Oct 30 01:11:04.882 INFO O| Oct 30 01:11:04.882 INFO STEP 1006 (remove_files) COMPLETE
71732024-10-30T01:11:04.588Z[ recovery-image] Oct 30 01:11:04.882 INFO O| Oct 30 01:11:04.882 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-30T01:11:04.595Z[ recovery-image] Oct 30 01:11:04.892 INFO O| Oct 30 01:11:04.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71752024-10-30T01:11:04.598Z[ recovery-image] Oct 30 01:11:04.892 INFO O| Oct 30 01:11:04.892 INFO STEP 1007 (remove_files) COMPLETE
71762024-10-30T01:11:04.598Z[ recovery-image] Oct 30 01:11:04.892 INFO O| Oct 30 01:11:04.892 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-30T01:11:04.605Z[ recovery-image] Oct 30 01:11:04.902 INFO O| Oct 30 01:11:04.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71782024-10-30T01:11:04.605Z[ recovery-image] Oct 30 01:11:04.902 INFO O| Oct 30 01:11:04.902 INFO STEP 1008 (remove_files) COMPLETE
71792024-10-30T01:11:04.608Z[ recovery-image] Oct 30 01:11:04.902 INFO O| Oct 30 01:11:04.902 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-30T01:11:04.615Z[ recovery-image] Oct 30 01:11:04.911 INFO O| Oct 30 01:11:04.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71812024-10-30T01:11:04.615Z[ recovery-image] Oct 30 01:11:04.912 INFO O| Oct 30 01:11:04.911 INFO STEP 1009 (remove_files) COMPLETE
71822024-10-30T01:11:04.615Z[ recovery-image] Oct 30 01:11:04.912 INFO O| Oct 30 01:11:04.911 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-30T01:11:04.624Z[ recovery-image] Oct 30 01:11:04.921 INFO O| Oct 30 01:11:04.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71842024-10-30T01:11:04.627Z[ recovery-image] Oct 30 01:11:04.921 INFO O| Oct 30 01:11:04.921 INFO STEP 1010 (remove_files) COMPLETE
71852024-10-30T01:11:04.627Z[ recovery-image] Oct 30 01:11:04.921 INFO O| Oct 30 01:11:04.921 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-30T01:11:04.634Z[ recovery-image] Oct 30 01:11:04.931 INFO O| Oct 30 01:11:04.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71872024-10-30T01:11:04.634Z[ recovery-image] Oct 30 01:11:04.931 INFO O| Oct 30 01:11:04.931 INFO STEP 1011 (remove_files) COMPLETE
71882024-10-30T01:11:04.636Z[ recovery-image] Oct 30 01:11:04.931 INFO O| Oct 30 01:11:04.931 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-30T01:11:04.644Z[ recovery-image] Oct 30 01:11:04.941 INFO O| Oct 30 01:11:04.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71902024-10-30T01:11:04.646Z[ recovery-image] Oct 30 01:11:04.941 INFO O| Oct 30 01:11:04.941 INFO STEP 1012 (remove_files) COMPLETE
71912024-10-30T01:11:04.646Z[ recovery-image] Oct 30 01:11:04.941 INFO O| Oct 30 01:11:04.941 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-30T01:11:04.654Z[ recovery-image] Oct 30 01:11:04.950 INFO O| Oct 30 01:11:04.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71932024-10-30T01:11:04.656Z[ recovery-image] Oct 30 01:11:04.951 INFO O| Oct 30 01:11:04.950 INFO STEP 1013 (remove_files) COMPLETE
71942024-10-30T01:11:04.656Z[ recovery-image] Oct 30 01:11:04.951 INFO O| Oct 30 01:11:04.951 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-30T01:11:04.663Z[ recovery-image] Oct 30 01:11:04.960 INFO O| Oct 30 01:11:04.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71962024-10-30T01:11:04.666Z[ recovery-image] Oct 30 01:11:04.960 INFO O| Oct 30 01:11:04.960 INFO STEP 1014 (remove_files) COMPLETE
71972024-10-30T01:11:04.666Z[ recovery-image] Oct 30 01:11:04.960 INFO O| Oct 30 01:11:04.960 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-30T01:11:04.673Z[ recovery-image] Oct 30 01:11:04.969 INFO O| Oct 30 01:11:04.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71992024-10-30T01:11:04.673Z[ recovery-image] Oct 30 01:11:04.970 INFO O| Oct 30 01:11:04.970 INFO STEP 1015 (remove_files) COMPLETE
72002024-10-30T01:11:04.675Z[ recovery-image] Oct 30 01:11:04.970 INFO O| Oct 30 01:11:04.970 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-30T01:11:04.682Z[ recovery-image] Oct 30 01:11:04.979 INFO O| Oct 30 01:11:04.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72022024-10-30T01:11:04.685Z[ recovery-image] Oct 30 01:11:04.979 INFO O| Oct 30 01:11:04.979 INFO STEP 1016 (remove_files) COMPLETE
72032024-10-30T01:11:04.685Z[ recovery-image] Oct 30 01:11:04.979 INFO O| Oct 30 01:11:04.979 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-30T01:11:04.691Z[ recovery-image] Oct 30 01:11:04.988 INFO O| Oct 30 01:11:04.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72052024-10-30T01:11:04.694Z[ recovery-image] Oct 30 01:11:04.988 INFO O| Oct 30 01:11:04.988 INFO STEP 1017 (remove_files) COMPLETE
72062024-10-30T01:11:04.694Z[ recovery-image] Oct 30 01:11:04.988 INFO O| Oct 30 01:11:04.988 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-30T01:11:04.701Z[ recovery-image] Oct 30 01:11:04.998 INFO O| Oct 30 01:11:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72082024-10-30T01:11:04.701Z[ recovery-image] Oct 30 01:11:04.998 INFO O| Oct 30 01:11:04.998 INFO STEP 1018 (remove_files) COMPLETE
72092024-10-30T01:11:04.703Z[ recovery-image] Oct 30 01:11:04.998 INFO O| Oct 30 01:11:04.998 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-30T01:11:04.712Z[ recovery-image] Oct 30 01:11:05.008 INFO O| Oct 30 01:11:05.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72112024-10-30T01:11:04.712Z[ recovery-image] Oct 30 01:11:05.009 INFO O| Oct 30 01:11:05.009 INFO STEP 1019 (remove_files) COMPLETE
72122024-10-30T01:11:04.712Z[ recovery-image] Oct 30 01:11:05.009 INFO O| Oct 30 01:11:05.009 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-30T01:11:04.722Z[ recovery-image] Oct 30 01:11:05.018 INFO O| Oct 30 01:11:05.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72142024-10-30T01:11:04.724Z[ recovery-image] Oct 30 01:11:05.019 INFO O| Oct 30 01:11:05.019 INFO STEP 1020 (remove_files) COMPLETE
72152024-10-30T01:11:04.724Z[ recovery-image] Oct 30 01:11:05.019 INFO O| Oct 30 01:11:05.019 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-30T01:11:04.731Z[ recovery-image] Oct 30 01:11:05.028 INFO O| Oct 30 01:11:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72172024-10-30T01:11:04.734Z[ recovery-image] Oct 30 01:11:05.029 INFO O| Oct 30 01:11:05.029 INFO STEP 1021 (remove_files) COMPLETE
72182024-10-30T01:11:04.734Z[ recovery-image] Oct 30 01:11:05.029 INFO O| Oct 30 01:11:05.029 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-30T01:11:04.742Z[ recovery-image] Oct 30 01:11:05.039 INFO O| Oct 30 01:11:05.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72202024-10-30T01:11:04.745Z[ recovery-image] Oct 30 01:11:05.039 INFO O| Oct 30 01:11:05.039 INFO STEP 1022 (remove_files) COMPLETE
72212024-10-30T01:11:04.745Z[ recovery-image] Oct 30 01:11:05.039 INFO O| Oct 30 01:11:05.039 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-30T01:11:04.752Z[ recovery-image] Oct 30 01:11:05.048 INFO O| Oct 30 01:11:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72232024-10-30T01:11:04.752Z[ recovery-image] Oct 30 01:11:05.049 INFO O| Oct 30 01:11:05.048 INFO STEP 1023 (remove_files) COMPLETE
72242024-10-30T01:11:04.754Z[ recovery-image] Oct 30 01:11:05.049 INFO O| Oct 30 01:11:05.049 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-30T01:11:04.761Z[ recovery-image] Oct 30 01:11:05.058 INFO O| Oct 30 01:11:05.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72262024-10-30T01:11:04.761Z[ recovery-image] Oct 30 01:11:05.058 INFO O| Oct 30 01:11:05.058 INFO STEP 1024 (remove_files) COMPLETE
72272024-10-30T01:11:04.764Z[ recovery-image] Oct 30 01:11:05.058 INFO O| Oct 30 01:11:05.058 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-30T01:11:04.771Z[ recovery-image] Oct 30 01:11:05.068 INFO O| Oct 30 01:11:05.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72292024-10-30T01:11:04.774Z[ recovery-image] Oct 30 01:11:05.068 INFO O| Oct 30 01:11:05.068 INFO STEP 1025 (remove_files) COMPLETE
72302024-10-30T01:11:04.774Z[ recovery-image] Oct 30 01:11:05.068 INFO O| Oct 30 01:11:05.068 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-30T01:11:04.781Z[ recovery-image] Oct 30 01:11:05.078 INFO O| Oct 30 01:11:05.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72322024-10-30T01:11:04.783Z[ recovery-image] Oct 30 01:11:05.078 INFO O| Oct 30 01:11:05.078 INFO STEP 1026 (remove_files) COMPLETE
72332024-10-30T01:11:04.783Z[ recovery-image] Oct 30 01:11:05.078 INFO O| Oct 30 01:11:05.078 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-30T01:11:04.790Z[ recovery-image] Oct 30 01:11:05.087 INFO O| Oct 30 01:11:05.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72352024-10-30T01:11:04.790Z[ recovery-image] Oct 30 01:11:05.087 INFO O| Oct 30 01:11:05.087 INFO STEP 1027 (remove_files) COMPLETE
72362024-10-30T01:11:04.791Z[ recovery-image] Oct 30 01:11:05.087 INFO O| Oct 30 01:11:05.087 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-30T01:11:04.800Z[ recovery-image] Oct 30 01:11:05.097 INFO O| Oct 30 01:11:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72382024-10-30T01:11:04.800Z[ recovery-image] Oct 30 01:11:05.097 INFO O| Oct 30 01:11:05.097 INFO STEP 1028 (remove_files) COMPLETE
72392024-10-30T01:11:04.803Z[ recovery-image] Oct 30 01:11:05.097 INFO O| Oct 30 01:11:05.097 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-30T01:11:04.810Z[ recovery-image] Oct 30 01:11:05.107 INFO O| Oct 30 01:11:05.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72412024-10-30T01:11:04.810Z[ recovery-image] Oct 30 01:11:05.107 INFO O| Oct 30 01:11:05.107 INFO STEP 1029 (remove_files) COMPLETE
72422024-10-30T01:11:04.812Z[ recovery-image] Oct 30 01:11:05.107 INFO O| Oct 30 01:11:05.107 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-30T01:11:04.819Z[ recovery-image] Oct 30 01:11:05.116 INFO O| Oct 30 01:11:05.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72442024-10-30T01:11:04.822Z[ recovery-image] Oct 30 01:11:05.116 INFO O| Oct 30 01:11:05.116 INFO STEP 1030 (remove_files) COMPLETE
72452024-10-30T01:11:04.822Z[ recovery-image] Oct 30 01:11:05.116 INFO O| Oct 30 01:11:05.116 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-30T01:11:04.827Z[ host-image] Oct 30 01:11:05.124 INFO O| Oct 30 01:11:05.124 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
72472024-10-30T01:11:04.830Z[ recovery-image] Oct 30 01:11:05.126 INFO O| Oct 30 01:11:05.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72482024-10-30T01:11:04.830Z[ recovery-image] Oct 30 01:11:05.126 INFO O| Oct 30 01:11:05.126 INFO STEP 1031 (remove_files) COMPLETE
72492024-10-30T01:11:04.830Z[ recovery-image] Oct 30 01:11:05.126 INFO O| Oct 30 01:11:05.126 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-10-30T01:11:04.839Z[ recovery-image] Oct 30 01:11:05.136 INFO O| Oct 30 01:11:05.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72512024-10-30T01:11:04.839Z[ recovery-image] Oct 30 01:11:05.136 INFO O| Oct 30 01:11:05.136 INFO STEP 1032 (remove_files) COMPLETE
72522024-10-30T01:11:04.841Z[ recovery-image] Oct 30 01:11:05.136 INFO O| Oct 30 01:11:05.136 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-10-30T01:11:04.849Z[ recovery-image] Oct 30 01:11:05.146 INFO O| Oct 30 01:11:05.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72542024-10-30T01:11:04.849Z[ recovery-image] Oct 30 01:11:05.146 INFO O| Oct 30 01:11:05.146 INFO STEP 1033 (remove_files) COMPLETE
72552024-10-30T01:11:04.849Z[ recovery-image] Oct 30 01:11:05.146 INFO O| Oct 30 01:11:05.146 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-10-30T01:11:04.859Z[ recovery-image] Oct 30 01:11:05.156 INFO O| Oct 30 01:11:05.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72572024-10-30T01:11:04.859Z[ recovery-image] Oct 30 01:11:05.156 INFO O| Oct 30 01:11:05.156 INFO STEP 1034 (remove_files) COMPLETE
72582024-10-30T01:11:04.859Z[ recovery-image] Oct 30 01:11:05.156 INFO O| Oct 30 01:11:05.156 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-10-30T01:11:04.869Z[ recovery-image] Oct 30 01:11:05.166 INFO O| Oct 30 01:11:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72602024-10-30T01:11:04.869Z[ recovery-image] Oct 30 01:11:05.166 INFO O| Oct 30 01:11:05.166 INFO STEP 1035 (remove_files) COMPLETE
72612024-10-30T01:11:04.869Z[ recovery-image] Oct 30 01:11:05.166 INFO O| Oct 30 01:11:05.166 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-10-30T01:11:04.878Z[ recovery-image] Oct 30 01:11:05.175 INFO O| Oct 30 01:11:05.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72632024-10-30T01:11:04.878Z[ recovery-image] Oct 30 01:11:05.175 INFO O| Oct 30 01:11:05.175 INFO STEP 1036 (remove_files) COMPLETE
72642024-10-30T01:11:04.881Z[ recovery-image] Oct 30 01:11:05.175 INFO O| Oct 30 01:11:05.175 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-10-30T01:11:04.888Z[ recovery-image] Oct 30 01:11:05.185 INFO O| Oct 30 01:11:05.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72662024-10-30T01:11:04.888Z[ recovery-image] Oct 30 01:11:05.185 INFO O| Oct 30 01:11:05.185 INFO STEP 1037 (remove_files) COMPLETE
72672024-10-30T01:11:04.891Z[ recovery-image] Oct 30 01:11:05.185 INFO O| Oct 30 01:11:05.185 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-10-30T01:11:04.898Z[ recovery-image] Oct 30 01:11:05.195 INFO O| Oct 30 01:11:05.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72692024-10-30T01:11:04.898Z[ recovery-image] Oct 30 01:11:05.195 INFO O| Oct 30 01:11:05.195 INFO STEP 1038 (remove_files) COMPLETE
72702024-10-30T01:11:04.901Z[ recovery-image] Oct 30 01:11:05.195 INFO O| Oct 30 01:11:05.195 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-10-30T01:11:04.908Z[ recovery-image] Oct 30 01:11:05.204 INFO O| Oct 30 01:11:05.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72722024-10-30T01:11:04.908Z[ recovery-image] Oct 30 01:11:05.205 INFO O| Oct 30 01:11:05.205 INFO STEP 1039 (remove_files) COMPLETE
72732024-10-30T01:11:04.911Z[ recovery-image] Oct 30 01:11:05.205 INFO O| Oct 30 01:11:05.205 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-10-30T01:11:04.918Z[ recovery-image] Oct 30 01:11:05.215 INFO O| Oct 30 01:11:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72752024-10-30T01:11:04.921Z[ recovery-image] Oct 30 01:11:05.215 INFO O| Oct 30 01:11:05.215 INFO STEP 1040 (remove_files) COMPLETE
72762024-10-30T01:11:04.921Z[ recovery-image] Oct 30 01:11:05.215 INFO O| Oct 30 01:11:05.215 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-10-30T01:11:04.929Z[ recovery-image] Oct 30 01:11:05.226 INFO O| Oct 30 01:11:05.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72782024-10-30T01:11:04.929Z[ recovery-image] Oct 30 01:11:05.226 INFO O| Oct 30 01:11:05.226 INFO STEP 1041 (remove_files) COMPLETE
72792024-10-30T01:11:04.929Z[ recovery-image] Oct 30 01:11:05.226 INFO O| Oct 30 01:11:05.226 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-10-30T01:11:04.939Z[ recovery-image] Oct 30 01:11:05.236 INFO O| Oct 30 01:11:05.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72812024-10-30T01:11:04.939Z[ recovery-image] Oct 30 01:11:05.236 INFO O| Oct 30 01:11:05.236 INFO STEP 1042 (remove_files) COMPLETE
72822024-10-30T01:11:04.941Z[ recovery-image] Oct 30 01:11:05.236 INFO O| Oct 30 01:11:05.236 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-10-30T01:11:04.950Z[ recovery-image] Oct 30 01:11:05.247 INFO O| Oct 30 01:11:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72842024-10-30T01:11:04.950Z[ recovery-image] Oct 30 01:11:05.247 INFO O| Oct 30 01:11:05.247 INFO STEP 1043 (remove_files) COMPLETE
72852024-10-30T01:11:04.950Z[ recovery-image] Oct 30 01:11:05.247 INFO O| Oct 30 01:11:05.247 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-10-30T01:11:04.961Z[ recovery-image] Oct 30 01:11:05.258 INFO O| Oct 30 01:11:05.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72872024-10-30T01:11:04.961Z[ recovery-image] Oct 30 01:11:05.258 INFO O| Oct 30 01:11:05.258 INFO STEP 1044 (remove_files) COMPLETE
72882024-10-30T01:11:04.963Z[ recovery-image] Oct 30 01:11:05.258 INFO O| Oct 30 01:11:05.258 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-10-30T01:11:04.970Z[ recovery-image] Oct 30 01:11:05.267 INFO O| Oct 30 01:11:05.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72902024-10-30T01:11:04.970Z[ recovery-image] Oct 30 01:11:05.267 INFO O| Oct 30 01:11:05.267 INFO STEP 1045 (remove_files) COMPLETE
72912024-10-30T01:11:04.973Z[ recovery-image] Oct 30 01:11:05.267 INFO O| Oct 30 01:11:05.267 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-10-30T01:11:04.982Z[ recovery-image] Oct 30 01:11:05.279 INFO O| Oct 30 01:11:05.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72932024-10-30T01:11:04.982Z[ recovery-image] Oct 30 01:11:05.279 INFO O| Oct 30 01:11:05.279 INFO STEP 1046 (remove_files) COMPLETE
72942024-10-30T01:11:04.985Z[ recovery-image] Oct 30 01:11:05.279 INFO O| Oct 30 01:11:05.279 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-10-30T01:11:04.993Z[ recovery-image] Oct 30 01:11:05.290 INFO O| Oct 30 01:11:05.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72962024-10-30T01:11:04.993Z[ recovery-image] Oct 30 01:11:05.290 INFO O| Oct 30 01:11:05.290 INFO STEP 1047 (remove_files) COMPLETE
72972024-10-30T01:11:04.993Z[ recovery-image] Oct 30 01:11:05.290 INFO O| Oct 30 01:11:05.290 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-10-30T01:11:05.004Z[ recovery-image] Oct 30 01:11:05.301 INFO O| Oct 30 01:11:05.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72992024-10-30T01:11:05.004Z[ recovery-image] Oct 30 01:11:05.301 INFO O| Oct 30 01:11:05.301 INFO STEP 1048 (remove_files) COMPLETE
73002024-10-30T01:11:05.004Z[ recovery-image] Oct 30 01:11:05.301 INFO O| Oct 30 01:11:05.301 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-10-30T01:11:05.014Z[ recovery-image] Oct 30 01:11:05.311 INFO O| Oct 30 01:11:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73022024-10-30T01:11:05.014Z[ recovery-image] Oct 30 01:11:05.311 INFO O| Oct 30 01:11:05.311 INFO STEP 1049 (remove_files) COMPLETE
73032024-10-30T01:11:05.017Z[ recovery-image] Oct 30 01:11:05.311 INFO O| Oct 30 01:11:05.311 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-10-30T01:11:05.024Z[ recovery-image] Oct 30 01:11:05.321 INFO O| Oct 30 01:11:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73052024-10-30T01:11:05.024Z[ recovery-image] Oct 30 01:11:05.321 INFO O| Oct 30 01:11:05.321 INFO STEP 1050 (remove_files) COMPLETE
73062024-10-30T01:11:05.024Z[ recovery-image] Oct 30 01:11:05.321 INFO O| Oct 30 01:11:05.321 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-10-30T01:11:05.034Z[ recovery-image] Oct 30 01:11:05.331 INFO O| Oct 30 01:11:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73082024-10-30T01:11:05.034Z[ recovery-image] Oct 30 01:11:05.331 INFO O| Oct 30 01:11:05.331 INFO STEP 1051 (remove_files) COMPLETE
73092024-10-30T01:11:05.034Z[ recovery-image] Oct 30 01:11:05.331 INFO O| Oct 30 01:11:05.331 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-30T01:11:05.044Z[ recovery-image] Oct 30 01:11:05.341 INFO O| Oct 30 01:11:05.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73112024-10-30T01:11:05.046Z[ recovery-image] Oct 30 01:11:05.341 INFO O| Oct 30 01:11:05.341 INFO STEP 1052 (remove_files) COMPLETE
73122024-10-30T01:11:05.046Z[ recovery-image] Oct 30 01:11:05.341 INFO O| Oct 30 01:11:05.341 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-30T01:11:05.054Z[ recovery-image] Oct 30 01:11:05.351 INFO O| Oct 30 01:11:05.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73142024-10-30T01:11:05.054Z[ recovery-image] Oct 30 01:11:05.351 INFO O| Oct 30 01:11:05.351 INFO STEP 1053 (remove_files) COMPLETE
73152024-10-30T01:11:05.054Z[ recovery-image] Oct 30 01:11:05.351 INFO O| Oct 30 01:11:05.351 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-30T01:11:05.064Z[ recovery-image] Oct 30 01:11:05.361 INFO O| Oct 30 01:11:05.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73172024-10-30T01:11:05.064Z[ recovery-image] Oct 30 01:11:05.361 INFO O| Oct 30 01:11:05.361 INFO STEP 1054 (remove_files) COMPLETE
73182024-10-30T01:11:05.064Z[ recovery-image] Oct 30 01:11:05.361 INFO O| Oct 30 01:11:05.361 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-30T01:11:05.074Z[ recovery-image] Oct 30 01:11:05.371 INFO O| Oct 30 01:11:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73202024-10-30T01:11:05.077Z[ recovery-image] Oct 30 01:11:05.371 INFO O| Oct 30 01:11:05.371 INFO STEP 1055 (remove_files) COMPLETE
73212024-10-30T01:11:05.077Z[ recovery-image] Oct 30 01:11:05.371 INFO O| Oct 30 01:11:05.371 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-30T01:11:05.084Z[ recovery-image] Oct 30 01:11:05.381 INFO O| Oct 30 01:11:05.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73232024-10-30T01:11:05.084Z[ recovery-image] Oct 30 01:11:05.381 INFO O| Oct 30 01:11:05.381 INFO STEP 1056 (remove_files) COMPLETE
73242024-10-30T01:11:05.084Z[ recovery-image] Oct 30 01:11:05.381 INFO O| Oct 30 01:11:05.381 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-30T01:11:05.094Z[ recovery-image] Oct 30 01:11:05.391 INFO O| Oct 30 01:11:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73262024-10-30T01:11:05.094Z[ recovery-image] Oct 30 01:11:05.391 INFO O| Oct 30 01:11:05.391 INFO STEP 1057 (remove_files) COMPLETE
73272024-10-30T01:11:05.094Z[ recovery-image] Oct 30 01:11:05.391 INFO O| Oct 30 01:11:05.391 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-30T01:11:05.104Z[ recovery-image] Oct 30 01:11:05.401 INFO O| Oct 30 01:11:05.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73292024-10-30T01:11:05.104Z[ recovery-image] Oct 30 01:11:05.401 INFO O| Oct 30 01:11:05.401 INFO STEP 1058 (remove_files) COMPLETE
73302024-10-30T01:11:05.104Z[ recovery-image] Oct 30 01:11:05.401 INFO O| Oct 30 01:11:05.401 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-30T01:11:05.113Z[ recovery-image] Oct 30 01:11:05.410 INFO O| Oct 30 01:11:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73322024-10-30T01:11:05.113Z[ recovery-image] Oct 30 01:11:05.410 INFO O| Oct 30 01:11:05.410 INFO STEP 1059 (remove_files) COMPLETE
73332024-10-30T01:11:05.113Z[ recovery-image] Oct 30 01:11:05.410 INFO O| Oct 30 01:11:05.410 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-10-30T01:11:05.123Z[ recovery-image] Oct 30 01:11:05.420 INFO O| Oct 30 01:11:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73352024-10-30T01:11:05.123Z[ recovery-image] Oct 30 01:11:05.420 INFO O| Oct 30 01:11:05.420 INFO STEP 1060 (remove_files) COMPLETE
73362024-10-30T01:11:05.125Z[ recovery-image] Oct 30 01:11:05.420 INFO O| Oct 30 01:11:05.420 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-30T01:11:05.132Z[ recovery-image] Oct 30 01:11:05.429 INFO O| Oct 30 01:11:05.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73382024-10-30T01:11:05.132Z[ recovery-image] Oct 30 01:11:05.429 INFO O| Oct 30 01:11:05.429 INFO STEP 1061 (remove_files) COMPLETE
73392024-10-30T01:11:05.132Z[ recovery-image] Oct 30 01:11:05.429 INFO O| Oct 30 01:11:05.429 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-30T01:11:05.142Z[ recovery-image] Oct 30 01:11:05.439 INFO O| Oct 30 01:11:05.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73412024-10-30T01:11:05.142Z[ recovery-image] Oct 30 01:11:05.439 INFO O| Oct 30 01:11:05.439 INFO STEP 1062 (remove_files) COMPLETE
73422024-10-30T01:11:05.142Z[ recovery-image] Oct 30 01:11:05.439 INFO O| Oct 30 01:11:05.439 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-30T01:11:05.152Z[ recovery-image] Oct 30 01:11:05.449 INFO O| Oct 30 01:11:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73442024-10-30T01:11:05.152Z[ recovery-image] Oct 30 01:11:05.449 INFO O| Oct 30 01:11:05.449 INFO STEP 1063 (remove_files) COMPLETE
73452024-10-30T01:11:05.155Z[ recovery-image] Oct 30 01:11:05.449 INFO O| Oct 30 01:11:05.449 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-30T01:11:05.162Z[ recovery-image] Oct 30 01:11:05.459 INFO O| Oct 30 01:11:05.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73472024-10-30T01:11:05.162Z[ recovery-image] Oct 30 01:11:05.459 INFO O| Oct 30 01:11:05.459 INFO STEP 1064 (remove_files) COMPLETE
73482024-10-30T01:11:05.165Z[ recovery-image] Oct 30 01:11:05.459 INFO O| Oct 30 01:11:05.459 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-30T01:11:05.173Z[ recovery-image] Oct 30 01:11:05.469 INFO O| Oct 30 01:11:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73502024-10-30T01:11:05.176Z[ recovery-image] Oct 30 01:11:05.469 INFO O| Oct 30 01:11:05.469 INFO STEP 1065 (remove_files) COMPLETE
73512024-10-30T01:11:05.176Z[ recovery-image] Oct 30 01:11:05.469 INFO O| Oct 30 01:11:05.469 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-30T01:11:05.182Z[ recovery-image] Oct 30 01:11:05.479 INFO O| Oct 30 01:11:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73532024-10-30T01:11:05.182Z[ recovery-image] Oct 30 01:11:05.479 INFO O| Oct 30 01:11:05.479 INFO STEP 1066 (remove_files) COMPLETE
73542024-10-30T01:11:05.185Z[ recovery-image] Oct 30 01:11:05.479 INFO O| Oct 30 01:11:05.479 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-30T01:11:05.194Z[ recovery-image] Oct 30 01:11:05.491 INFO O| Oct 30 01:11:05.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73562024-10-30T01:11:05.195Z[ recovery-image] Oct 30 01:11:05.492 INFO O| Oct 30 01:11:05.491 INFO STEP 1067 (remove_files) COMPLETE
73572024-10-30T01:11:05.195Z[ recovery-image] Oct 30 01:11:05.492 INFO O| Oct 30 01:11:05.491 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-30T01:11:05.205Z[ recovery-image] Oct 30 01:11:05.502 INFO O| Oct 30 01:11:05.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73592024-10-30T01:11:05.205Z[ recovery-image] Oct 30 01:11:05.502 INFO O| Oct 30 01:11:05.502 INFO STEP 1068 (remove_files) COMPLETE
73602024-10-30T01:11:05.208Z[ recovery-image] Oct 30 01:11:05.502 INFO O| Oct 30 01:11:05.502 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-30T01:11:05.215Z[ recovery-image] Oct 30 01:11:05.512 INFO O| Oct 30 01:11:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73622024-10-30T01:11:05.218Z[ recovery-image] Oct 30 01:11:05.512 INFO O| Oct 30 01:11:05.512 INFO STEP 1069 (remove_files) COMPLETE
73632024-10-30T01:11:05.218Z[ recovery-image] Oct 30 01:11:05.512 INFO O| Oct 30 01:11:05.512 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-30T01:11:05.225Z[ recovery-image] Oct 30 01:11:05.522 INFO O| Oct 30 01:11:05.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73652024-10-30T01:11:05.225Z[ recovery-image] Oct 30 01:11:05.522 INFO O| Oct 30 01:11:05.522 INFO STEP 1070 (remove_files) COMPLETE
73662024-10-30T01:11:05.228Z[ recovery-image] Oct 30 01:11:05.522 INFO O| Oct 30 01:11:05.522 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-10-30T01:11:05.235Z[ recovery-image] Oct 30 01:11:05.532 INFO O| Oct 30 01:11:05.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73682024-10-30T01:11:05.237Z[ recovery-image] Oct 30 01:11:05.532 INFO O| Oct 30 01:11:05.532 INFO STEP 1071 (remove_files) COMPLETE
73692024-10-30T01:11:05.238Z[ recovery-image] Oct 30 01:11:05.532 INFO O| Oct 30 01:11:05.532 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-30T01:11:05.245Z[ recovery-image] Oct 30 01:11:05.542 INFO O| Oct 30 01:11:05.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73712024-10-30T01:11:05.247Z[ recovery-image] Oct 30 01:11:05.542 INFO O| Oct 30 01:11:05.542 INFO STEP 1072 (remove_files) COMPLETE
73722024-10-30T01:11:05.247Z[ recovery-image] Oct 30 01:11:05.542 INFO O| Oct 30 01:11:05.542 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-30T01:11:05.255Z[ recovery-image] Oct 30 01:11:05.552 INFO O| Oct 30 01:11:05.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73742024-10-30T01:11:05.255Z[ recovery-image] Oct 30 01:11:05.552 INFO O| Oct 30 01:11:05.552 INFO STEP 1073 (remove_files) COMPLETE
73752024-10-30T01:11:05.255Z[ recovery-image] Oct 30 01:11:05.552 INFO O| Oct 30 01:11:05.552 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-30T01:11:05.265Z[ recovery-image] Oct 30 01:11:05.562 INFO O| Oct 30 01:11:05.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73772024-10-30T01:11:05.265Z[ recovery-image] Oct 30 01:11:05.562 INFO O| Oct 30 01:11:05.562 INFO STEP 1074 (remove_files) COMPLETE
73782024-10-30T01:11:05.267Z[ recovery-image] Oct 30 01:11:05.562 INFO O| Oct 30 01:11:05.562 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-30T01:11:05.275Z[ recovery-image] Oct 30 01:11:05.572 INFO O| Oct 30 01:11:05.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73802024-10-30T01:11:05.277Z[ recovery-image] Oct 30 01:11:05.572 INFO O| Oct 30 01:11:05.572 INFO STEP 1075 (remove_files) COMPLETE
73812024-10-30T01:11:05.277Z[ recovery-image] Oct 30 01:11:05.572 INFO O| Oct 30 01:11:05.572 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-30T01:11:05.285Z[ recovery-image] Oct 30 01:11:05.582 INFO O| Oct 30 01:11:05.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73832024-10-30T01:11:05.287Z[ recovery-image] Oct 30 01:11:05.582 INFO O| Oct 30 01:11:05.582 INFO STEP 1076 (remove_files) COMPLETE
73842024-10-30T01:11:05.287Z[ recovery-image] Oct 30 01:11:05.582 INFO O| Oct 30 01:11:05.582 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-10-30T01:11:05.295Z[ recovery-image] Oct 30 01:11:05.592 INFO O| Oct 30 01:11:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73862024-10-30T01:11:05.295Z[ recovery-image] Oct 30 01:11:05.592 INFO O| Oct 30 01:11:05.592 INFO STEP 1077 (remove_files) COMPLETE
73872024-10-30T01:11:05.297Z[ recovery-image] Oct 30 01:11:05.592 INFO O| Oct 30 01:11:05.592 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-30T01:11:05.305Z[ recovery-image] Oct 30 01:11:05.602 INFO O| Oct 30 01:11:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73892024-10-30T01:11:05.307Z[ recovery-image] Oct 30 01:11:05.602 INFO O| Oct 30 01:11:05.602 INFO STEP 1078 (remove_files) COMPLETE
73902024-10-30T01:11:05.307Z[ recovery-image] Oct 30 01:11:05.602 INFO O| Oct 30 01:11:05.602 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-30T01:11:05.315Z[ recovery-image] Oct 30 01:11:05.612 INFO O| Oct 30 01:11:05.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73922024-10-30T01:11:05.315Z[ recovery-image] Oct 30 01:11:05.612 INFO O| Oct 30 01:11:05.612 INFO STEP 1079 (remove_files) COMPLETE
73932024-10-30T01:11:05.318Z[ recovery-image] Oct 30 01:11:05.612 INFO O| Oct 30 01:11:05.612 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-30T01:11:05.326Z[ recovery-image] Oct 30 01:11:05.623 INFO O| Oct 30 01:11:05.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73952024-10-30T01:11:05.329Z[ recovery-image] Oct 30 01:11:05.623 INFO O| Oct 30 01:11:05.623 INFO STEP 1080 (remove_files) COMPLETE
73962024-10-30T01:11:05.329Z[ recovery-image] Oct 30 01:11:05.623 INFO O| Oct 30 01:11:05.623 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-30T01:11:05.339Z[ recovery-image] Oct 30 01:11:05.636 INFO O| Oct 30 01:11:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73982024-10-30T01:11:05.341Z[ recovery-image] Oct 30 01:11:05.636 INFO O| Oct 30 01:11:05.636 INFO STEP 1081 (remove_files) COMPLETE
73992024-10-30T01:11:05.342Z[ recovery-image] Oct 30 01:11:05.636 INFO O| Oct 30 01:11:05.636 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-30T01:11:05.352Z[ recovery-image] Oct 30 01:11:05.649 INFO O| Oct 30 01:11:05.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74012024-10-30T01:11:05.352Z[ recovery-image] Oct 30 01:11:05.649 INFO O| Oct 30 01:11:05.649 INFO STEP 1082 (remove_files) COMPLETE
74022024-10-30T01:11:05.354Z[ recovery-image] Oct 30 01:11:05.649 INFO O| Oct 30 01:11:05.649 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-30T01:11:05.363Z[ recovery-image] Oct 30 01:11:05.660 INFO O| Oct 30 01:11:05.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74042024-10-30T01:11:05.363Z[ recovery-image] Oct 30 01:11:05.660 INFO O| Oct 30 01:11:05.660 INFO STEP 1083 (remove_files) COMPLETE
74052024-10-30T01:11:05.366Z[ recovery-image] Oct 30 01:11:05.660 INFO O| Oct 30 01:11:05.660 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-30T01:11:05.375Z[ recovery-image] Oct 30 01:11:05.672 INFO O| Oct 30 01:11:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74072024-10-30T01:11:05.375Z[ recovery-image] Oct 30 01:11:05.672 INFO O| Oct 30 01:11:05.672 INFO STEP 1084 (remove_files) COMPLETE
74082024-10-30T01:11:05.377Z[ recovery-image] Oct 30 01:11:05.672 INFO O| Oct 30 01:11:05.672 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-30T01:11:05.387Z[ recovery-image] Oct 30 01:11:05.684 INFO O| Oct 30 01:11:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74102024-10-30T01:11:05.389Z[ recovery-image] Oct 30 01:11:05.684 INFO O| Oct 30 01:11:05.684 INFO STEP 1085 (remove_files) COMPLETE
74112024-10-30T01:11:05.389Z[ recovery-image] Oct 30 01:11:05.684 INFO O| Oct 30 01:11:05.684 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-30T01:11:05.397Z[ recovery-image] Oct 30 01:11:05.694 INFO O| Oct 30 01:11:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74132024-10-30T01:11:05.400Z[ recovery-image] Oct 30 01:11:05.694 INFO O| Oct 30 01:11:05.694 INFO STEP 1086 (remove_files) COMPLETE
74142024-10-30T01:11:05.400Z[ recovery-image] Oct 30 01:11:05.694 INFO O| Oct 30 01:11:05.694 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-30T01:11:05.407Z[ recovery-image] Oct 30 01:11:05.704 INFO O| Oct 30 01:11:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74162024-10-30T01:11:05.407Z[ recovery-image] Oct 30 01:11:05.704 INFO O| Oct 30 01:11:05.704 INFO STEP 1087 (remove_files) COMPLETE
74172024-10-30T01:11:05.410Z[ recovery-image] Oct 30 01:11:05.704 INFO O| Oct 30 01:11:05.704 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-30T01:11:05.417Z[ recovery-image] Oct 30 01:11:05.714 INFO O| Oct 30 01:11:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74192024-10-30T01:11:05.417Z[ recovery-image] Oct 30 01:11:05.714 INFO O| Oct 30 01:11:05.714 INFO STEP 1088 (remove_files) COMPLETE
74202024-10-30T01:11:05.417Z[ recovery-image] Oct 30 01:11:05.714 INFO O| Oct 30 01:11:05.714 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-30T01:11:05.427Z[ recovery-image] Oct 30 01:11:05.724 INFO O| Oct 30 01:11:05.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74222024-10-30T01:11:05.430Z[ recovery-image] Oct 30 01:11:05.724 INFO O| Oct 30 01:11:05.724 INFO STEP 1089 (remove_files) COMPLETE
74232024-10-30T01:11:05.430Z[ recovery-image] Oct 30 01:11:05.724 INFO O| Oct 30 01:11:05.724 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-10-30T01:11:05.437Z[ recovery-image] Oct 30 01:11:05.734 INFO O| Oct 30 01:11:05.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74252024-10-30T01:11:05.437Z[ recovery-image] Oct 30 01:11:05.734 INFO O| Oct 30 01:11:05.734 INFO STEP 1090 (remove_files) COMPLETE
74262024-10-30T01:11:05.437Z[ recovery-image] Oct 30 01:11:05.734 INFO O| Oct 30 01:11:05.734 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-10-30T01:11:05.447Z[ recovery-image] Oct 30 01:11:05.744 INFO O| Oct 30 01:11:05.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74282024-10-30T01:11:05.447Z[ recovery-image] Oct 30 01:11:05.744 INFO O| Oct 30 01:11:05.744 INFO STEP 1091 (remove_files) COMPLETE
74292024-10-30T01:11:05.447Z[ recovery-image] Oct 30 01:11:05.744 INFO O| Oct 30 01:11:05.744 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-10-30T01:11:05.457Z[ recovery-image] Oct 30 01:11:05.754 INFO O| Oct 30 01:11:05.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74312024-10-30T01:11:05.457Z[ recovery-image] Oct 30 01:11:05.754 INFO O| Oct 30 01:11:05.754 INFO STEP 1092 (remove_files) COMPLETE
74322024-10-30T01:11:05.460Z[ recovery-image] Oct 30 01:11:05.754 INFO O| Oct 30 01:11:05.754 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-10-30T01:11:05.467Z[ recovery-image] Oct 30 01:11:05.764 INFO O| Oct 30 01:11:05.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74342024-10-30T01:11:05.469Z[ recovery-image] Oct 30 01:11:05.764 INFO O| Oct 30 01:11:05.764 INFO STEP 1093 (remove_files) COMPLETE
74352024-10-30T01:11:05.470Z[ recovery-image] Oct 30 01:11:05.764 INFO O| Oct 30 01:11:05.764 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-10-30T01:11:05.476Z[ recovery-image] Oct 30 01:11:05.774 INFO O| Oct 30 01:11:05.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74372024-10-30T01:11:05.476Z[ recovery-image] Oct 30 01:11:05.774 INFO O| Oct 30 01:11:05.774 INFO STEP 1094 (remove_files) COMPLETE
74382024-10-30T01:11:05.479Z[ recovery-image] Oct 30 01:11:05.774 INFO O| Oct 30 01:11:05.774 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-10-30T01:11:05.486Z[ recovery-image] Oct 30 01:11:05.783 INFO O| Oct 30 01:11:05.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74402024-10-30T01:11:05.486Z[ recovery-image] Oct 30 01:11:05.784 INFO O| Oct 30 01:11:05.784 INFO STEP 1095 (remove_files) COMPLETE
74412024-10-30T01:11:05.486Z[ recovery-image] Oct 30 01:11:05.784 INFO O| Oct 30 01:11:05.784 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-10-30T01:11:05.496Z[ recovery-image] Oct 30 01:11:05.793 INFO O| Oct 30 01:11:05.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74432024-10-30T01:11:05.496Z[ recovery-image] Oct 30 01:11:05.793 INFO O| Oct 30 01:11:05.793 INFO STEP 1096 (remove_files) COMPLETE
74442024-10-30T01:11:05.496Z[ recovery-image] Oct 30 01:11:05.793 INFO O| Oct 30 01:11:05.793 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-10-30T01:11:05.507Z[ recovery-image] Oct 30 01:11:05.803 INFO O| Oct 30 01:11:05.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74462024-10-30T01:11:05.507Z[ recovery-image] Oct 30 01:11:05.803 INFO O| Oct 30 01:11:05.803 INFO STEP 1097 (remove_files) COMPLETE
74472024-10-30T01:11:05.509Z[ recovery-image] Oct 30 01:11:05.803 INFO O| Oct 30 01:11:05.803 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-30T01:11:05.516Z[ recovery-image] Oct 30 01:11:05.813 INFO O| Oct 30 01:11:05.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74492024-10-30T01:11:05.516Z[ recovery-image] Oct 30 01:11:05.813 INFO O| Oct 30 01:11:05.813 INFO STEP 1098 (remove_files) COMPLETE
74502024-10-30T01:11:05.516Z[ recovery-image] Oct 30 01:11:05.813 INFO O| Oct 30 01:11:05.813 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-30T01:11:05.525Z[ recovery-image] Oct 30 01:11:05.822 INFO O| Oct 30 01:11:05.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74522024-10-30T01:11:05.525Z[ recovery-image] Oct 30 01:11:05.822 INFO O| Oct 30 01:11:05.822 INFO STEP 1099 (remove_files) COMPLETE
74532024-10-30T01:11:05.529Z[ recovery-image] Oct 30 01:11:05.822 INFO O| Oct 30 01:11:05.822 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-10-30T01:11:05.536Z[ recovery-image] Oct 30 01:11:05.833 INFO O| Oct 30 01:11:05.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74552024-10-30T01:11:05.539Z[ recovery-image] Oct 30 01:11:05.833 INFO O| Oct 30 01:11:05.833 INFO STEP 1100 (remove_files) COMPLETE
74562024-10-30T01:11:05.539Z[ recovery-image] Oct 30 01:11:05.833 INFO O| Oct 30 01:11:05.833 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-10-30T01:11:05.545Z[ recovery-image] Oct 30 01:11:05.842 INFO O| Oct 30 01:11:05.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74582024-10-30T01:11:05.548Z[ recovery-image] Oct 30 01:11:05.842 INFO O| Oct 30 01:11:05.842 INFO STEP 1101 (remove_files) COMPLETE
74592024-10-30T01:11:05.548Z[ recovery-image] Oct 30 01:11:05.842 INFO O| Oct 30 01:11:05.842 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-10-30T01:11:05.557Z[ recovery-image] Oct 30 01:11:05.853 INFO O| Oct 30 01:11:05.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74612024-10-30T01:11:05.560Z[ recovery-image] Oct 30 01:11:05.853 INFO O| Oct 30 01:11:05.853 INFO STEP 1102 (remove_files) COMPLETE
74622024-10-30T01:11:05.560Z[ recovery-image] Oct 30 01:11:05.853 INFO O| Oct 30 01:11:05.853 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-10-30T01:11:05.566Z[ recovery-image] Oct 30 01:11:05.863 INFO O| Oct 30 01:11:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74642024-10-30T01:11:05.566Z[ recovery-image] Oct 30 01:11:05.863 INFO O| Oct 30 01:11:05.863 INFO STEP 1103 (remove_files) COMPLETE
74652024-10-30T01:11:05.566Z[ recovery-image] Oct 30 01:11:05.863 INFO O| Oct 30 01:11:05.863 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-10-30T01:11:05.577Z[ recovery-image] Oct 30 01:11:05.874 INFO O| Oct 30 01:11:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74672024-10-30T01:11:05.577Z[ recovery-image] Oct 30 01:11:05.875 INFO O| Oct 30 01:11:05.875 INFO STEP 1104 (remove_files) COMPLETE
74682024-10-30T01:11:05.578Z[ recovery-image] Oct 30 01:11:05.875 INFO O| Oct 30 01:11:05.875 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-10-30T01:11:05.589Z[ recovery-image] Oct 30 01:11:05.886 INFO O| Oct 30 01:11:05.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74702024-10-30T01:11:05.592Z[ recovery-image] Oct 30 01:11:05.886 INFO O| Oct 30 01:11:05.886 INFO STEP 1105 (remove_files) COMPLETE
74712024-10-30T01:11:05.592Z[ recovery-image] Oct 30 01:11:05.887 INFO O| Oct 30 01:11:05.886 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-10-30T01:11:05.600Z[ recovery-image] Oct 30 01:11:05.898 INFO O| Oct 30 01:11:05.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74732024-10-30T01:11:05.603Z[ recovery-image] Oct 30 01:11:05.898 INFO O| Oct 30 01:11:05.898 INFO STEP 1106 (remove_files) COMPLETE
74742024-10-30T01:11:05.603Z[ recovery-image] Oct 30 01:11:05.898 INFO O| Oct 30 01:11:05.898 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-10-30T01:11:05.611Z[ recovery-image] Oct 30 01:11:05.908 INFO O| Oct 30 01:11:05.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74762024-10-30T01:11:05.614Z[ recovery-image] Oct 30 01:11:05.909 INFO O| Oct 30 01:11:05.909 INFO STEP 1107 (remove_files) COMPLETE
74772024-10-30T01:11:05.614Z[ recovery-image] Oct 30 01:11:05.909 INFO O| Oct 30 01:11:05.909 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-10-30T01:11:05.622Z[ recovery-image] Oct 30 01:11:05.919 INFO O| Oct 30 01:11:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74792024-10-30T01:11:05.625Z[ recovery-image] Oct 30 01:11:05.919 INFO O| Oct 30 01:11:05.919 INFO STEP 1108 (remove_files) COMPLETE
74802024-10-30T01:11:05.625Z[ recovery-image] Oct 30 01:11:05.919 INFO O| Oct 30 01:11:05.919 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-10-30T01:11:05.633Z[ recovery-image] Oct 30 01:11:05.930 INFO O| Oct 30 01:11:05.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74822024-10-30T01:11:05.633Z[ recovery-image] Oct 30 01:11:05.930 INFO O| Oct 30 01:11:05.930 INFO STEP 1109 (remove_files) COMPLETE
74832024-10-30T01:11:05.636Z[ recovery-image] Oct 30 01:11:05.930 INFO O| Oct 30 01:11:05.930 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-10-30T01:11:05.645Z[ recovery-image] Oct 30 01:11:05.942 INFO O| Oct 30 01:11:05.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74852024-10-30T01:11:05.645Z[ recovery-image] Oct 30 01:11:05.942 INFO O| Oct 30 01:11:05.942 INFO STEP 1110 (remove_files) COMPLETE
74862024-10-30T01:11:05.645Z[ recovery-image] Oct 30 01:11:05.942 INFO O| Oct 30 01:11:05.942 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-10-30T01:11:05.656Z[ recovery-image] Oct 30 01:11:05.953 INFO O| Oct 30 01:11:05.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74882024-10-30T01:11:05.660Z[ recovery-image] Oct 30 01:11:05.953 INFO O| Oct 30 01:11:05.953 INFO STEP 1111 (remove_files) COMPLETE
74892024-10-30T01:11:05.660Z[ recovery-image] Oct 30 01:11:05.953 INFO O| Oct 30 01:11:05.953 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-10-30T01:11:05.666Z[ recovery-image] Oct 30 01:11:05.964 INFO O| Oct 30 01:11:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74912024-10-30T01:11:05.669Z[ recovery-image] Oct 30 01:11:05.964 INFO O| Oct 30 01:11:05.964 INFO STEP 1112 (remove_files) COMPLETE
74922024-10-30T01:11:05.669Z[ recovery-image] Oct 30 01:11:05.964 INFO O| Oct 30 01:11:05.964 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-10-30T01:11:05.677Z[ recovery-image] Oct 30 01:11:05.974 INFO O| Oct 30 01:11:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74942024-10-30T01:11:05.680Z[ recovery-image] Oct 30 01:11:05.974 INFO O| Oct 30 01:11:05.974 INFO STEP 1113 (remove_files) COMPLETE
74952024-10-30T01:11:05.680Z[ recovery-image] Oct 30 01:11:05.974 INFO O| Oct 30 01:11:05.974 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-10-30T01:11:05.687Z[ recovery-image] Oct 30 01:11:05.984 INFO O| Oct 30 01:11:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74972024-10-30T01:11:05.687Z[ recovery-image] Oct 30 01:11:05.984 INFO O| Oct 30 01:11:05.984 INFO STEP 1114 (remove_files) COMPLETE
74982024-10-30T01:11:05.690Z[ recovery-image] Oct 30 01:11:05.984 INFO O| Oct 30 01:11:05.984 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-10-30T01:11:05.697Z[ recovery-image] Oct 30 01:11:05.995 INFO O| Oct 30 01:11:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75002024-10-30T01:11:05.700Z[ recovery-image] Oct 30 01:11:05.995 INFO O| Oct 30 01:11:05.995 INFO STEP 1115 (remove_files) COMPLETE
75012024-10-30T01:11:05.700Z[ recovery-image] Oct 30 01:11:05.995 INFO O| Oct 30 01:11:05.995 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-10-30T01:11:05.709Z[ recovery-image] Oct 30 01:11:06.006 INFO O| Oct 30 01:11:06.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75032024-10-30T01:11:05.712Z[ recovery-image] Oct 30 01:11:06.007 INFO O| Oct 30 01:11:06.007 INFO STEP 1116 (remove_files) COMPLETE
75042024-10-30T01:11:05.712Z[ recovery-image] Oct 30 01:11:06.007 INFO O| Oct 30 01:11:06.007 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-10-30T01:11:05.720Z[ recovery-image] Oct 30 01:11:06.017 INFO O| Oct 30 01:11:06.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75062024-10-30T01:11:05.723Z[ recovery-image] Oct 30 01:11:06.018 INFO O| Oct 30 01:11:06.018 INFO STEP 1117 (remove_files) COMPLETE
75072024-10-30T01:11:05.723Z[ recovery-image] Oct 30 01:11:06.018 INFO O| Oct 30 01:11:06.018 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-10-30T01:11:05.730Z[ recovery-image] Oct 30 01:11:06.027 INFO O| Oct 30 01:11:06.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75092024-10-30T01:11:05.730Z[ recovery-image] Oct 30 01:11:06.028 INFO O| Oct 30 01:11:06.028 INFO STEP 1118 (remove_files) COMPLETE
75102024-10-30T01:11:05.733Z[ recovery-image] Oct 30 01:11:06.028 INFO O| Oct 30 01:11:06.028 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-10-30T01:11:05.741Z[ recovery-image] Oct 30 01:11:06.037 INFO O| Oct 30 01:11:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75122024-10-30T01:11:05.743Z[ recovery-image] Oct 30 01:11:06.037 INFO O| Oct 30 01:11:06.037 INFO STEP 1119 (remove_files) COMPLETE
75132024-10-30T01:11:05.743Z[ recovery-image] Oct 30 01:11:06.037 INFO O| Oct 30 01:11:06.037 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-10-30T01:11:05.750Z[ recovery-image] Oct 30 01:11:06.047 INFO O| Oct 30 01:11:06.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75152024-10-30T01:11:05.752Z[ recovery-image] Oct 30 01:11:06.047 INFO O| Oct 30 01:11:06.047 INFO STEP 1120 (remove_files) COMPLETE
75162024-10-30T01:11:05.752Z[ recovery-image] Oct 30 01:11:06.047 INFO O| Oct 30 01:11:06.047 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-10-30T01:11:05.759Z[ recovery-image] Oct 30 01:11:06.056 INFO O| Oct 30 01:11:06.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75182024-10-30T01:11:05.759Z[ recovery-image] Oct 30 01:11:06.057 INFO O| Oct 30 01:11:06.056 INFO STEP 1121 (remove_files) COMPLETE
75192024-10-30T01:11:05.759Z[ recovery-image] Oct 30 01:11:06.057 INFO O| Oct 30 01:11:06.057 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-10-30T01:11:05.769Z[ recovery-image] Oct 30 01:11:06.066 INFO O| Oct 30 01:11:06.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75212024-10-30T01:11:05.771Z[ recovery-image] Oct 30 01:11:06.066 INFO O| Oct 30 01:11:06.066 INFO STEP 1122 (remove_files) COMPLETE
75222024-10-30T01:11:05.771Z[ recovery-image] Oct 30 01:11:06.066 INFO O| Oct 30 01:11:06.066 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-10-30T01:11:05.779Z[ recovery-image] Oct 30 01:11:06.076 INFO O| Oct 30 01:11:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75242024-10-30T01:11:05.781Z[ recovery-image] Oct 30 01:11:06.076 INFO O| Oct 30 01:11:06.076 INFO STEP 1123 (remove_files) COMPLETE
75252024-10-30T01:11:05.781Z[ recovery-image] Oct 30 01:11:06.076 INFO O| Oct 30 01:11:06.076 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-10-30T01:11:05.788Z[ recovery-image] Oct 30 01:11:06.085 INFO O| Oct 30 01:11:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75272024-10-30T01:11:05.788Z[ recovery-image] Oct 30 01:11:06.085 INFO O| Oct 30 01:11:06.085 INFO STEP 1124 (remove_files) COMPLETE
75282024-10-30T01:11:05.788Z[ recovery-image] Oct 30 01:11:06.085 INFO O| Oct 30 01:11:06.085 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-10-30T01:11:05.798Z[ recovery-image] Oct 30 01:11:06.095 INFO O| Oct 30 01:11:06.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75302024-10-30T01:11:05.798Z[ recovery-image] Oct 30 01:11:06.096 INFO O| Oct 30 01:11:06.096 INFO STEP 1125 (remove_files) COMPLETE
75312024-10-30T01:11:05.798Z[ recovery-image] Oct 30 01:11:06.096 INFO O| Oct 30 01:11:06.096 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-10-30T01:11:05.808Z[ recovery-image] Oct 30 01:11:06.105 INFO O| Oct 30 01:11:06.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75332024-10-30T01:11:05.808Z[ recovery-image] Oct 30 01:11:06.105 INFO O| Oct 30 01:11:06.105 INFO STEP 1126 (remove_files) COMPLETE
75342024-10-30T01:11:05.808Z[ recovery-image] Oct 30 01:11:06.105 INFO O| Oct 30 01:11:06.105 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-10-30T01:11:05.818Z[ recovery-image] Oct 30 01:11:06.115 INFO O| Oct 30 01:11:06.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75362024-10-30T01:11:05.818Z[ recovery-image] Oct 30 01:11:06.115 INFO O| Oct 30 01:11:06.115 INFO STEP 1127 (remove_files) COMPLETE
75372024-10-30T01:11:05.818Z[ recovery-image] Oct 30 01:11:06.115 INFO O| Oct 30 01:11:06.115 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-10-30T01:11:05.827Z[ recovery-image] Oct 30 01:11:06.125 INFO O| Oct 30 01:11:06.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75392024-10-30T01:11:05.827Z[ recovery-image] Oct 30 01:11:06.125 INFO O| Oct 30 01:11:06.125 INFO STEP 1128 (remove_files) COMPLETE
75402024-10-30T01:11:05.827Z[ recovery-image] Oct 30 01:11:06.125 INFO O| Oct 30 01:11:06.125 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-10-30T01:11:05.838Z[ recovery-image] Oct 30 01:11:06.134 INFO O| Oct 30 01:11:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75422024-10-30T01:11:05.838Z[ recovery-image] Oct 30 01:11:06.134 INFO O| Oct 30 01:11:06.134 INFO STEP 1129 (remove_files) COMPLETE
75432024-10-30T01:11:05.841Z[ recovery-image] Oct 30 01:11:06.134 INFO O| Oct 30 01:11:06.134 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-10-30T01:11:05.846Z[ recovery-image] Oct 30 01:11:06.144 INFO O| Oct 30 01:11:06.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75452024-10-30T01:11:05.847Z[ recovery-image] Oct 30 01:11:06.144 INFO O| Oct 30 01:11:06.144 INFO STEP 1130 (remove_files) COMPLETE
75462024-10-30T01:11:05.849Z[ recovery-image] Oct 30 01:11:06.144 INFO O| Oct 30 01:11:06.144 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-10-30T01:11:05.856Z[ recovery-image] Oct 30 01:11:06.153 INFO O| Oct 30 01:11:06.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75482024-10-30T01:11:05.856Z[ recovery-image] Oct 30 01:11:06.153 INFO O| Oct 30 01:11:06.153 INFO STEP 1131 (remove_files) COMPLETE
75492024-10-30T01:11:05.856Z[ recovery-image] Oct 30 01:11:06.153 INFO O| Oct 30 01:11:06.153 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-10-30T01:11:05.866Z[ recovery-image] Oct 30 01:11:06.163 INFO O| Oct 30 01:11:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75512024-10-30T01:11:05.866Z[ recovery-image] Oct 30 01:11:06.163 INFO O| Oct 30 01:11:06.163 INFO STEP 1132 (remove_files) COMPLETE
75522024-10-30T01:11:05.869Z[ recovery-image] Oct 30 01:11:06.163 INFO O| Oct 30 01:11:06.163 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-10-30T01:11:05.875Z[ recovery-image] Oct 30 01:11:06.173 INFO O| Oct 30 01:11:06.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75542024-10-30T01:11:05.878Z[ recovery-image] Oct 30 01:11:06.173 INFO O| Oct 30 01:11:06.173 INFO STEP 1133 (remove_files) COMPLETE
75552024-10-30T01:11:05.878Z[ recovery-image] Oct 30 01:11:06.173 INFO O| Oct 30 01:11:06.173 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-10-30T01:11:05.885Z[ recovery-image] Oct 30 01:11:06.182 INFO O| Oct 30 01:11:06.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75572024-10-30T01:11:05.887Z[ recovery-image] Oct 30 01:11:06.182 INFO O| Oct 30 01:11:06.182 INFO STEP 1134 (remove_files) COMPLETE
75582024-10-30T01:11:05.887Z[ recovery-image] Oct 30 01:11:06.182 INFO O| Oct 30 01:11:06.182 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-10-30T01:11:05.894Z[ recovery-image] Oct 30 01:11:06.191 INFO O| Oct 30 01:11:06.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75602024-10-30T01:11:05.894Z[ recovery-image] Oct 30 01:11:06.192 INFO O| Oct 30 01:11:06.192 INFO STEP 1135 (remove_files) COMPLETE
75612024-10-30T01:11:05.897Z[ recovery-image] Oct 30 01:11:06.192 INFO O| Oct 30 01:11:06.192 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-10-30T01:11:05.904Z[ recovery-image] Oct 30 01:11:06.201 INFO O| Oct 30 01:11:06.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75632024-10-30T01:11:05.904Z[ recovery-image] Oct 30 01:11:06.201 INFO O| Oct 30 01:11:06.201 INFO STEP 1136 (remove_files) COMPLETE
75642024-10-30T01:11:05.906Z[ recovery-image] Oct 30 01:11:06.201 INFO O| Oct 30 01:11:06.201 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-10-30T01:11:05.916Z[ recovery-image] Oct 30 01:11:06.213 INFO O| Oct 30 01:11:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75662024-10-30T01:11:05.916Z[ recovery-image] Oct 30 01:11:06.214 INFO O| Oct 30 01:11:06.213 INFO STEP 1137 (remove_files) COMPLETE
75672024-10-30T01:11:05.916Z[ recovery-image] Oct 30 01:11:06.214 INFO O| Oct 30 01:11:06.214 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-10-30T01:11:05.928Z[ recovery-image] Oct 30 01:11:06.225 INFO O| Oct 30 01:11:06.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75692024-10-30T01:11:05.931Z[ recovery-image] Oct 30 01:11:06.226 INFO O| Oct 30 01:11:06.225 INFO STEP 1138 (remove_files) COMPLETE
75702024-10-30T01:11:05.931Z[ recovery-image] Oct 30 01:11:06.226 INFO O| Oct 30 01:11:06.226 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-10-30T01:11:05.940Z[ recovery-image] Oct 30 01:11:06.237 INFO O| Oct 30 01:11:06.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75722024-10-30T01:11:05.940Z[ recovery-image] Oct 30 01:11:06.237 INFO O| Oct 30 01:11:06.237 INFO STEP 1139 (remove_files) COMPLETE
75732024-10-30T01:11:05.940Z[ recovery-image] Oct 30 01:11:06.237 INFO O| Oct 30 01:11:06.237 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-10-30T01:11:05.951Z[ recovery-image] Oct 30 01:11:06.249 INFO O| Oct 30 01:11:06.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75752024-10-30T01:11:05.954Z[ recovery-image] Oct 30 01:11:06.249 INFO O| Oct 30 01:11:06.249 INFO STEP 1140 (remove_files) COMPLETE
75762024-10-30T01:11:05.954Z[ recovery-image] Oct 30 01:11:06.249 INFO O| Oct 30 01:11:06.249 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-10-30T01:11:05.963Z[ recovery-image] Oct 30 01:11:06.260 INFO O| Oct 30 01:11:06.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75782024-10-30T01:11:05.963Z[ recovery-image] Oct 30 01:11:06.260 INFO O| Oct 30 01:11:06.260 INFO STEP 1141 (remove_files) COMPLETE
75792024-10-30T01:11:05.965Z[ recovery-image] Oct 30 01:11:06.260 INFO O| Oct 30 01:11:06.260 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-10-30T01:11:05.973Z[ recovery-image] Oct 30 01:11:06.271 INFO O| Oct 30 01:11:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75812024-10-30T01:11:05.976Z[ recovery-image] Oct 30 01:11:06.271 INFO O| Oct 30 01:11:06.271 INFO STEP 1142 (remove_files) COMPLETE
75822024-10-30T01:11:05.976Z[ recovery-image] Oct 30 01:11:06.271 INFO O| Oct 30 01:11:06.271 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-10-30T01:11:05.986Z[ recovery-image] Oct 30 01:11:06.283 INFO O| Oct 30 01:11:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75842024-10-30T01:11:05.988Z[ recovery-image] Oct 30 01:11:06.283 INFO O| Oct 30 01:11:06.283 INFO STEP 1143 (remove_files) COMPLETE
75852024-10-30T01:11:05.989Z[ recovery-image] Oct 30 01:11:06.283 INFO O| Oct 30 01:11:06.283 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-10-30T01:11:05.998Z[ recovery-image] Oct 30 01:11:06.295 INFO O| Oct 30 01:11:06.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75872024-10-30T01:11:05.998Z[ recovery-image] Oct 30 01:11:06.295 INFO O| Oct 30 01:11:06.295 INFO STEP 1144 (remove_files) COMPLETE
75882024-10-30T01:11:06.000Z[ recovery-image] Oct 30 01:11:06.295 INFO O| Oct 30 01:11:06.295 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-10-30T01:11:06.009Z[ recovery-image] Oct 30 01:11:06.306 INFO O| Oct 30 01:11:06.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75902024-10-30T01:11:06.011Z[ recovery-image] Oct 30 01:11:06.306 INFO O| Oct 30 01:11:06.306 INFO STEP 1145 (remove_files) COMPLETE
75912024-10-30T01:11:06.011Z[ recovery-image] Oct 30 01:11:06.306 INFO O| Oct 30 01:11:06.306 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-10-30T01:11:06.019Z[ recovery-image] Oct 30 01:11:06.316 INFO O| Oct 30 01:11:06.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75932024-10-30T01:11:06.019Z[ recovery-image] Oct 30 01:11:06.317 INFO O| Oct 30 01:11:06.317 INFO STEP 1146 (remove_files) COMPLETE
75942024-10-30T01:11:06.022Z[ recovery-image] Oct 30 01:11:06.317 INFO O| Oct 30 01:11:06.317 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-10-30T01:11:06.030Z[ recovery-image] Oct 30 01:11:06.327 INFO O| Oct 30 01:11:06.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75962024-10-30T01:11:06.033Z[ recovery-image] Oct 30 01:11:06.327 INFO O| Oct 30 01:11:06.327 INFO STEP 1147 (remove_files) COMPLETE
75972024-10-30T01:11:06.033Z[ recovery-image] Oct 30 01:11:06.327 INFO O| Oct 30 01:11:06.327 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-10-30T01:11:06.039Z[ recovery-image] Oct 30 01:11:06.337 INFO O| Oct 30 01:11:06.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75992024-10-30T01:11:06.039Z[ recovery-image] Oct 30 01:11:06.337 INFO O| Oct 30 01:11:06.337 INFO STEP 1148 (remove_files) COMPLETE
76002024-10-30T01:11:06.042Z[ recovery-image] Oct 30 01:11:06.337 INFO O| Oct 30 01:11:06.337 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-10-30T01:11:06.049Z[ recovery-image] Oct 30 01:11:06.346 INFO O| Oct 30 01:11:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76022024-10-30T01:11:06.049Z[ recovery-image] Oct 30 01:11:06.347 INFO O| Oct 30 01:11:06.346 INFO STEP 1149 (remove_files) COMPLETE
76032024-10-30T01:11:06.052Z[ recovery-image] Oct 30 01:11:06.347 INFO O| Oct 30 01:11:06.347 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-10-30T01:11:06.059Z[ recovery-image] Oct 30 01:11:06.356 INFO O| Oct 30 01:11:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76052024-10-30T01:11:06.059Z[ recovery-image] Oct 30 01:11:06.356 INFO O| Oct 30 01:11:06.356 INFO STEP 1150 (remove_files) COMPLETE
76062024-10-30T01:11:06.061Z[ recovery-image] Oct 30 01:11:06.356 INFO O| Oct 30 01:11:06.356 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-10-30T01:11:06.069Z[ recovery-image] Oct 30 01:11:06.366 INFO O| Oct 30 01:11:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76082024-10-30T01:11:06.069Z[ recovery-image] Oct 30 01:11:06.366 INFO O| Oct 30 01:11:06.366 INFO STEP 1151 (remove_files) COMPLETE
76092024-10-30T01:11:06.069Z[ recovery-image] Oct 30 01:11:06.366 INFO O| Oct 30 01:11:06.366 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-10-30T01:11:06.079Z[ recovery-image] Oct 30 01:11:06.376 INFO O| Oct 30 01:11:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76112024-10-30T01:11:06.081Z[ recovery-image] Oct 30 01:11:06.376 INFO O| Oct 30 01:11:06.376 INFO STEP 1152 (remove_files) COMPLETE
76122024-10-30T01:11:06.081Z[ recovery-image] Oct 30 01:11:06.376 INFO O| Oct 30 01:11:06.376 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-10-30T01:11:06.088Z[ recovery-image] Oct 30 01:11:06.386 INFO O| Oct 30 01:11:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76142024-10-30T01:11:06.091Z[ recovery-image] Oct 30 01:11:06.386 INFO O| Oct 30 01:11:06.386 INFO STEP 1153 (remove_files) COMPLETE
76152024-10-30T01:11:06.091Z[ recovery-image] Oct 30 01:11:06.386 INFO O| Oct 30 01:11:06.386 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-10-30T01:11:06.098Z[ recovery-image] Oct 30 01:11:06.395 INFO O| Oct 30 01:11:06.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76172024-10-30T01:11:06.098Z[ recovery-image] Oct 30 01:11:06.395 INFO O| Oct 30 01:11:06.395 INFO STEP 1154 (remove_files) COMPLETE
76182024-10-30T01:11:06.098Z[ recovery-image] Oct 30 01:11:06.395 INFO O| Oct 30 01:11:06.395 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-10-30T01:11:06.107Z[ recovery-image] Oct 30 01:11:06.405 INFO O| Oct 30 01:11:06.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76202024-10-30T01:11:06.108Z[ recovery-image] Oct 30 01:11:06.405 INFO O| Oct 30 01:11:06.405 INFO STEP 1155 (remove_files) COMPLETE
76212024-10-30T01:11:06.108Z[ recovery-image] Oct 30 01:11:06.405 INFO O| Oct 30 01:11:06.405 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-10-30T01:11:06.118Z[ recovery-image] Oct 30 01:11:06.415 INFO O| Oct 30 01:11:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76232024-10-30T01:11:06.120Z[ recovery-image] Oct 30 01:11:06.415 INFO O| Oct 30 01:11:06.415 INFO STEP 1156 (remove_files) COMPLETE
76242024-10-30T01:11:06.120Z[ recovery-image] Oct 30 01:11:06.415 INFO O| Oct 30 01:11:06.415 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-10-30T01:11:06.127Z[ recovery-image] Oct 30 01:11:06.425 INFO O| Oct 30 01:11:06.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76262024-10-30T01:11:06.127Z[ recovery-image] Oct 30 01:11:06.425 INFO O| Oct 30 01:11:06.425 INFO STEP 1157 (remove_files) COMPLETE
76272024-10-30T01:11:06.130Z[ recovery-image] Oct 30 01:11:06.425 INFO O| Oct 30 01:11:06.425 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-10-30T01:11:06.137Z[ recovery-image] Oct 30 01:11:06.434 INFO O| Oct 30 01:11:06.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76292024-10-30T01:11:06.137Z[ recovery-image] Oct 30 01:11:06.434 INFO O| Oct 30 01:11:06.434 INFO STEP 1158 (remove_files) COMPLETE
76302024-10-30T01:11:06.137Z[ recovery-image] Oct 30 01:11:06.434 INFO O| Oct 30 01:11:06.434 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-10-30T01:11:06.146Z[ recovery-image] Oct 30 01:11:06.444 INFO O| Oct 30 01:11:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76322024-10-30T01:11:06.146Z[ recovery-image] Oct 30 01:11:06.444 INFO O| Oct 30 01:11:06.444 INFO STEP 1159 (remove_files) COMPLETE
76332024-10-30T01:11:06.149Z[ recovery-image] Oct 30 01:11:06.444 INFO O| Oct 30 01:11:06.444 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-10-30T01:11:06.156Z[ recovery-image] Oct 30 01:11:06.453 INFO O| Oct 30 01:11:06.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76352024-10-30T01:11:06.156Z[ recovery-image] Oct 30 01:11:06.454 INFO O| Oct 30 01:11:06.453 INFO STEP 1160 (remove_files) COMPLETE
76362024-10-30T01:11:06.156Z[ recovery-image] Oct 30 01:11:06.454 INFO O| Oct 30 01:11:06.453 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-10-30T01:11:06.166Z[ recovery-image] Oct 30 01:11:06.463 INFO O| Oct 30 01:11:06.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76382024-10-30T01:11:06.166Z[ recovery-image] Oct 30 01:11:06.463 INFO O| Oct 30 01:11:06.463 INFO STEP 1161 (remove_files) COMPLETE
76392024-10-30T01:11:06.166Z[ recovery-image] Oct 30 01:11:06.463 INFO O| Oct 30 01:11:06.463 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-10-30T01:11:06.175Z[ recovery-image] Oct 30 01:11:06.473 INFO O| Oct 30 01:11:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76412024-10-30T01:11:06.175Z[ recovery-image] Oct 30 01:11:06.473 INFO O| Oct 30 01:11:06.473 INFO STEP 1162 (remove_files) COMPLETE
76422024-10-30T01:11:06.175Z[ recovery-image] Oct 30 01:11:06.473 INFO O| Oct 30 01:11:06.473 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-10-30T01:11:06.186Z[ recovery-image] Oct 30 01:11:06.482 INFO O| Oct 30 01:11:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76442024-10-30T01:11:06.186Z[ recovery-image] Oct 30 01:11:06.482 INFO O| Oct 30 01:11:06.482 INFO STEP 1163 (remove_files) COMPLETE
76452024-10-30T01:11:06.189Z[ recovery-image] Oct 30 01:11:06.482 INFO O| Oct 30 01:11:06.482 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-10-30T01:11:06.195Z[ recovery-image] Oct 30 01:11:06.492 INFO O| Oct 30 01:11:06.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76472024-10-30T01:11:06.195Z[ recovery-image] Oct 30 01:11:06.492 INFO O| Oct 30 01:11:06.492 INFO STEP 1164 (remove_files) COMPLETE
76482024-10-30T01:11:06.197Z[ recovery-image] Oct 30 01:11:06.492 INFO O| Oct 30 01:11:06.492 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-10-30T01:11:06.204Z[ recovery-image] Oct 30 01:11:06.502 INFO O| Oct 30 01:11:06.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76502024-10-30T01:11:06.204Z[ recovery-image] Oct 30 01:11:06.502 INFO O| Oct 30 01:11:06.502 INFO STEP 1165 (remove_files) COMPLETE
76512024-10-30T01:11:06.207Z[ recovery-image] Oct 30 01:11:06.502 INFO O| Oct 30 01:11:06.502 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-10-30T01:11:06.214Z[ recovery-image] Oct 30 01:11:06.511 INFO O| Oct 30 01:11:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76532024-10-30T01:11:06.214Z[ recovery-image] Oct 30 01:11:06.511 INFO O| Oct 30 01:11:06.511 INFO STEP 1166 (remove_files) COMPLETE
76542024-10-30T01:11:06.217Z[ recovery-image] Oct 30 01:11:06.511 INFO O| Oct 30 01:11:06.511 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-10-30T01:11:06.224Z[ recovery-image] Oct 30 01:11:06.522 INFO O| Oct 30 01:11:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76562024-10-30T01:11:06.224Z[ recovery-image] Oct 30 01:11:06.522 INFO O| Oct 30 01:11:06.522 INFO STEP 1167 (remove_files) COMPLETE
76572024-10-30T01:11:06.227Z[ recovery-image] Oct 30 01:11:06.522 INFO O| Oct 30 01:11:06.522 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-10-30T01:11:06.234Z[ recovery-image] Oct 30 01:11:06.532 INFO O| Oct 30 01:11:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76592024-10-30T01:11:06.237Z[ recovery-image] Oct 30 01:11:06.532 INFO O| Oct 30 01:11:06.532 INFO STEP 1168 (remove_files) COMPLETE
76602024-10-30T01:11:06.237Z[ recovery-image] Oct 30 01:11:06.532 INFO O| Oct 30 01:11:06.532 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-10-30T01:11:06.244Z[ recovery-image] Oct 30 01:11:06.541 INFO O| Oct 30 01:11:06.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76622024-10-30T01:11:06.246Z[ recovery-image] Oct 30 01:11:06.541 INFO O| Oct 30 01:11:06.541 INFO STEP 1169 (remove_files) COMPLETE
76632024-10-30T01:11:06.246Z[ recovery-image] Oct 30 01:11:06.541 INFO O| Oct 30 01:11:06.541 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-10-30T01:11:06.254Z[ recovery-image] Oct 30 01:11:06.551 INFO O| Oct 30 01:11:06.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76652024-10-30T01:11:06.254Z[ recovery-image] Oct 30 01:11:06.551 INFO O| Oct 30 01:11:06.551 INFO STEP 1170 (remove_files) COMPLETE
76662024-10-30T01:11:06.254Z[ recovery-image] Oct 30 01:11:06.551 INFO O| Oct 30 01:11:06.551 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-10-30T01:11:06.264Z[ recovery-image] Oct 30 01:11:06.561 INFO O| Oct 30 01:11:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76682024-10-30T01:11:06.264Z[ recovery-image] Oct 30 01:11:06.561 INFO O| Oct 30 01:11:06.561 INFO STEP 1171 (remove_files) COMPLETE
76692024-10-30T01:11:06.266Z[ recovery-image] Oct 30 01:11:06.561 INFO O| Oct 30 01:11:06.561 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-10-30T01:11:06.273Z[ recovery-image] Oct 30 01:11:06.571 INFO O| Oct 30 01:11:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76712024-10-30T01:11:06.273Z[ recovery-image] Oct 30 01:11:06.571 INFO O| Oct 30 01:11:06.571 INFO STEP 1172 (remove_files) COMPLETE
76722024-10-30T01:11:06.273Z[ recovery-image] Oct 30 01:11:06.571 INFO O| Oct 30 01:11:06.571 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-10-30T01:11:06.283Z[ recovery-image] Oct 30 01:11:06.580 INFO O| Oct 30 01:11:06.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76742024-10-30T01:11:06.286Z[ recovery-image] Oct 30 01:11:06.580 INFO O| Oct 30 01:11:06.580 INFO STEP 1173 (remove_files) COMPLETE
76752024-10-30T01:11:06.286Z[ recovery-image] Oct 30 01:11:06.580 INFO O| Oct 30 01:11:06.580 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-10-30T01:11:06.293Z[ recovery-image] Oct 30 01:11:06.590 INFO O| Oct 30 01:11:06.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76772024-10-30T01:11:06.293Z[ recovery-image] Oct 30 01:11:06.590 INFO O| Oct 30 01:11:06.590 INFO STEP 1174 (remove_files) COMPLETE
76782024-10-30T01:11:06.295Z[ recovery-image] Oct 30 01:11:06.590 INFO O| Oct 30 01:11:06.590 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-10-30T01:11:06.303Z[ recovery-image] Oct 30 01:11:06.601 INFO O| Oct 30 01:11:06.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76802024-10-30T01:11:06.303Z[ recovery-image] Oct 30 01:11:06.601 INFO O| Oct 30 01:11:06.601 INFO STEP 1175 (remove_files) COMPLETE
76812024-10-30T01:11:06.306Z[ recovery-image] Oct 30 01:11:06.601 INFO O| Oct 30 01:11:06.601 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-10-30T01:11:06.313Z[ recovery-image] Oct 30 01:11:06.611 INFO O| Oct 30 01:11:06.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76832024-10-30T01:11:06.313Z[ recovery-image] Oct 30 01:11:06.611 INFO O| Oct 30 01:11:06.611 INFO STEP 1176 (remove_files) COMPLETE
76842024-10-30T01:11:06.313Z[ recovery-image] Oct 30 01:11:06.611 INFO O| Oct 30 01:11:06.611 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-10-30T01:11:06.324Z[ recovery-image] Oct 30 01:11:06.621 INFO O| Oct 30 01:11:06.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76862024-10-30T01:11:06.324Z[ recovery-image] Oct 30 01:11:06.621 INFO O| Oct 30 01:11:06.621 INFO STEP 1177 (remove_files) COMPLETE
76872024-10-30T01:11:06.324Z[ recovery-image] Oct 30 01:11:06.621 INFO O| Oct 30 01:11:06.621 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-10-30T01:11:06.334Z[ recovery-image] Oct 30 01:11:06.631 INFO O| Oct 30 01:11:06.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76892024-10-30T01:11:06.334Z[ recovery-image] Oct 30 01:11:06.631 INFO O| Oct 30 01:11:06.631 INFO STEP 1178 (remove_files) COMPLETE
76902024-10-30T01:11:06.336Z[ recovery-image] Oct 30 01:11:06.631 INFO O| Oct 30 01:11:06.631 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-10-30T01:11:06.346Z[ recovery-image] Oct 30 01:11:06.643 INFO O| Oct 30 01:11:06.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76922024-10-30T01:11:06.346Z[ recovery-image] Oct 30 01:11:06.643 INFO O| Oct 30 01:11:06.643 INFO STEP 1179 (remove_files) COMPLETE
76932024-10-30T01:11:06.346Z[ recovery-image] Oct 30 01:11:06.643 INFO O| Oct 30 01:11:06.643 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-10-30T01:11:06.357Z[ recovery-image] Oct 30 01:11:06.654 INFO O| Oct 30 01:11:06.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76952024-10-30T01:11:06.357Z[ recovery-image] Oct 30 01:11:06.654 INFO O| Oct 30 01:11:06.654 INFO STEP 1180 (remove_files) COMPLETE
76962024-10-30T01:11:06.360Z[ recovery-image] Oct 30 01:11:06.654 INFO O| Oct 30 01:11:06.654 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-10-30T01:11:06.367Z[ recovery-image] Oct 30 01:11:06.664 INFO O| Oct 30 01:11:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76982024-10-30T01:11:06.367Z[ recovery-image] Oct 30 01:11:06.664 INFO O| Oct 30 01:11:06.664 INFO STEP 1181 (remove_files) COMPLETE
76992024-10-30T01:11:06.369Z[ recovery-image] Oct 30 01:11:06.664 INFO O| Oct 30 01:11:06.664 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-10-30T01:11:06.377Z[ recovery-image] Oct 30 01:11:06.675 INFO O| Oct 30 01:11:06.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77012024-10-30T01:11:06.377Z[ recovery-image] Oct 30 01:11:06.675 INFO O| Oct 30 01:11:06.675 INFO STEP 1182 (remove_files) COMPLETE
77022024-10-30T01:11:06.377Z[ recovery-image] Oct 30 01:11:06.675 INFO O| Oct 30 01:11:06.675 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-10-30T01:11:06.388Z[ recovery-image] Oct 30 01:11:06.685 INFO O| Oct 30 01:11:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77042024-10-30T01:11:06.390Z[ recovery-image] Oct 30 01:11:06.685 INFO O| Oct 30 01:11:06.685 INFO STEP 1183 (remove_files) COMPLETE
77052024-10-30T01:11:06.390Z[ recovery-image] Oct 30 01:11:06.685 INFO O| Oct 30 01:11:06.685 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-10-30T01:11:06.398Z[ recovery-image] Oct 30 01:11:06.696 INFO O| Oct 30 01:11:06.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77072024-10-30T01:11:06.401Z[ recovery-image] Oct 30 01:11:06.696 INFO O| Oct 30 01:11:06.696 INFO STEP 1184 (remove_files) COMPLETE
77082024-10-30T01:11:06.401Z[ recovery-image] Oct 30 01:11:06.696 INFO O| Oct 30 01:11:06.696 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-10-30T01:11:06.409Z[ recovery-image] Oct 30 01:11:06.706 INFO O| Oct 30 01:11:06.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77102024-10-30T01:11:06.409Z[ recovery-image] Oct 30 01:11:06.706 INFO O| Oct 30 01:11:06.706 INFO STEP 1185 (remove_files) COMPLETE
77112024-10-30T01:11:06.411Z[ recovery-image] Oct 30 01:11:06.706 INFO O| Oct 30 01:11:06.706 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-10-30T01:11:06.420Z[ recovery-image] Oct 30 01:11:06.718 INFO O| Oct 30 01:11:06.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77132024-10-30T01:11:06.420Z[ recovery-image] Oct 30 01:11:06.718 INFO O| Oct 30 01:11:06.718 INFO STEP 1186 (remove_files) COMPLETE
77142024-10-30T01:11:06.420Z[ recovery-image] Oct 30 01:11:06.718 INFO O| Oct 30 01:11:06.718 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-10-30T01:11:06.432Z[ recovery-image] Oct 30 01:11:06.729 INFO O| Oct 30 01:11:06.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77162024-10-30T01:11:06.436Z[ recovery-image] Oct 30 01:11:06.729 INFO O| Oct 30 01:11:06.729 INFO STEP 1187 (remove_files) COMPLETE
77172024-10-30T01:11:06.436Z[ recovery-image] Oct 30 01:11:06.729 INFO O| Oct 30 01:11:06.729 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-10-30T01:11:06.442Z[ recovery-image] Oct 30 01:11:06.740 INFO O| Oct 30 01:11:06.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77192024-10-30T01:11:06.442Z[ recovery-image] Oct 30 01:11:06.740 INFO O| Oct 30 01:11:06.740 INFO STEP 1188 (remove_files) COMPLETE
77202024-10-30T01:11:06.445Z[ recovery-image] Oct 30 01:11:06.740 INFO O| Oct 30 01:11:06.740 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-10-30T01:11:06.453Z[ recovery-image] Oct 30 01:11:06.750 INFO O| Oct 30 01:11:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77222024-10-30T01:11:06.453Z[ recovery-image] Oct 30 01:11:06.750 INFO O| Oct 30 01:11:06.750 INFO STEP 1189 (remove_files) COMPLETE
77232024-10-30T01:11:06.453Z[ recovery-image] Oct 30 01:11:06.750 INFO O| Oct 30 01:11:06.750 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-10-30T01:11:06.463Z[ recovery-image] Oct 30 01:11:06.761 INFO O| Oct 30 01:11:06.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77252024-10-30T01:11:06.466Z[ recovery-image] Oct 30 01:11:06.761 INFO O| Oct 30 01:11:06.761 INFO STEP 1190 (remove_files) COMPLETE
77262024-10-30T01:11:06.466Z[ recovery-image] Oct 30 01:11:06.761 INFO O| Oct 30 01:11:06.761 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-10-30T01:11:06.473Z[ recovery-image] Oct 30 01:11:06.771 INFO O| Oct 30 01:11:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77282024-10-30T01:11:06.476Z[ recovery-image] Oct 30 01:11:06.771 INFO O| Oct 30 01:11:06.771 INFO STEP 1191 (remove_files) COMPLETE
77292024-10-30T01:11:06.476Z[ recovery-image] Oct 30 01:11:06.771 INFO O| Oct 30 01:11:06.771 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-10-30T01:11:06.483Z[ recovery-image] Oct 30 01:11:06.781 INFO O| Oct 30 01:11:06.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77312024-10-30T01:11:06.486Z[ recovery-image] Oct 30 01:11:06.781 INFO O| Oct 30 01:11:06.781 INFO STEP 1192 (remove_files) COMPLETE
77322024-10-30T01:11:06.486Z[ recovery-image] Oct 30 01:11:06.781 INFO O| Oct 30 01:11:06.781 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-10-30T01:11:06.493Z[ recovery-image] Oct 30 01:11:06.790 INFO O| Oct 30 01:11:06.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77342024-10-30T01:11:06.495Z[ recovery-image] Oct 30 01:11:06.790 INFO O| Oct 30 01:11:06.790 INFO STEP 1193 (remove_files) COMPLETE
77352024-10-30T01:11:06.495Z[ recovery-image] Oct 30 01:11:06.790 INFO O| Oct 30 01:11:06.790 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-10-30T01:11:06.502Z[ recovery-image] Oct 30 01:11:06.800 INFO O| Oct 30 01:11:06.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77372024-10-30T01:11:06.502Z[ recovery-image] Oct 30 01:11:06.800 INFO O| Oct 30 01:11:06.800 INFO STEP 1194 (remove_files) COMPLETE
77382024-10-30T01:11:06.503Z[ recovery-image] Oct 30 01:11:06.800 INFO O| Oct 30 01:11:06.800 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-10-30T01:11:06.512Z[ recovery-image] Oct 30 01:11:06.809 INFO O| Oct 30 01:11:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77402024-10-30T01:11:06.515Z[ recovery-image] Oct 30 01:11:06.810 INFO O| Oct 30 01:11:06.810 INFO STEP 1195 (remove_files) COMPLETE
77412024-10-30T01:11:06.515Z[ recovery-image] Oct 30 01:11:06.810 INFO O| Oct 30 01:11:06.810 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-10-30T01:11:06.522Z[ recovery-image] Oct 30 01:11:06.819 INFO O| Oct 30 01:11:06.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77432024-10-30T01:11:06.524Z[ recovery-image] Oct 30 01:11:06.819 INFO O| Oct 30 01:11:06.819 INFO STEP 1196 (remove_files) COMPLETE
77442024-10-30T01:11:06.524Z[ recovery-image] Oct 30 01:11:06.819 INFO O| Oct 30 01:11:06.819 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-10-30T01:11:06.531Z[ recovery-image] Oct 30 01:11:06.829 INFO O| Oct 30 01:11:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77462024-10-30T01:11:06.531Z[ recovery-image] Oct 30 01:11:06.829 INFO O| Oct 30 01:11:06.829 INFO STEP 1197 (remove_files) COMPLETE
77472024-10-30T01:11:06.534Z[ recovery-image] Oct 30 01:11:06.829 INFO O| Oct 30 01:11:06.829 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-10-30T01:11:06.541Z[ recovery-image] Oct 30 01:11:06.838 INFO O| Oct 30 01:11:06.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77492024-10-30T01:11:06.541Z[ recovery-image] Oct 30 01:11:06.839 INFO O| Oct 30 01:11:06.838 INFO STEP 1198 (remove_files) COMPLETE
77502024-10-30T01:11:06.541Z[ recovery-image] Oct 30 01:11:06.839 INFO O| Oct 30 01:11:06.838 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-10-30T01:11:06.551Z[ recovery-image] Oct 30 01:11:06.849 INFO O| Oct 30 01:11:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77522024-10-30T01:11:06.554Z[ recovery-image] Oct 30 01:11:06.849 INFO O| Oct 30 01:11:06.849 INFO STEP 1199 (remove_files) COMPLETE
77532024-10-30T01:11:06.554Z[ recovery-image] Oct 30 01:11:06.849 INFO O| Oct 30 01:11:06.849 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-10-30T01:11:06.561Z[ recovery-image] Oct 30 01:11:06.859 INFO O| Oct 30 01:11:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77552024-10-30T01:11:06.561Z[ recovery-image] Oct 30 01:11:06.859 INFO O| Oct 30 01:11:06.859 INFO STEP 1200 (remove_files) COMPLETE
77562024-10-30T01:11:06.565Z[ recovery-image] Oct 30 01:11:06.859 INFO O| Oct 30 01:11:06.859 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-10-30T01:11:06.571Z[ recovery-image] Oct 30 01:11:06.868 INFO O| Oct 30 01:11:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77582024-10-30T01:11:06.571Z[ recovery-image] Oct 30 01:11:06.868 INFO O| Oct 30 01:11:06.868 INFO STEP 1201 (remove_files) COMPLETE
77592024-10-30T01:11:06.571Z[ recovery-image] Oct 30 01:11:06.868 INFO O| Oct 30 01:11:06.868 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-10-30T01:11:06.580Z[ recovery-image] Oct 30 01:11:06.878 INFO O| Oct 30 01:11:06.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77612024-10-30T01:11:06.583Z[ recovery-image] Oct 30 01:11:06.878 INFO O| Oct 30 01:11:06.878 INFO STEP 1202 (remove_files) COMPLETE
77622024-10-30T01:11:06.583Z[ recovery-image] Oct 30 01:11:06.878 INFO O| Oct 30 01:11:06.878 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-10-30T01:11:06.590Z[ recovery-image] Oct 30 01:11:06.887 INFO O| Oct 30 01:11:06.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77642024-10-30T01:11:06.592Z[ recovery-image] Oct 30 01:11:06.887 INFO O| Oct 30 01:11:06.887 INFO STEP 1203 (remove_files) COMPLETE
77652024-10-30T01:11:06.592Z[ recovery-image] Oct 30 01:11:06.887 INFO O| Oct 30 01:11:06.887 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-10-30T01:11:06.599Z[ recovery-image] Oct 30 01:11:06.897 INFO O| Oct 30 01:11:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77672024-10-30T01:11:06.602Z[ recovery-image] Oct 30 01:11:06.897 INFO O| Oct 30 01:11:06.897 INFO STEP 1204 (remove_files) COMPLETE
77682024-10-30T01:11:06.602Z[ recovery-image] Oct 30 01:11:06.897 INFO O| Oct 30 01:11:06.897 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-10-30T01:11:06.609Z[ recovery-image] Oct 30 01:11:06.906 INFO O| Oct 30 01:11:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77702024-10-30T01:11:06.611Z[ recovery-image] Oct 30 01:11:06.906 INFO O| Oct 30 01:11:06.906 INFO STEP 1205 (remove_files) COMPLETE
77712024-10-30T01:11:06.611Z[ recovery-image] Oct 30 01:11:06.906 INFO O| Oct 30 01:11:06.906 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77722024-10-30T01:11:06.624Z[ recovery-image] Oct 30 01:11:06.921 INFO O| Oct 30 01:11:06.921 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77732024-10-30T01:11:06.624Z[ recovery-image] Oct 30 01:11:06.921 INFO O| Oct 30 01:11:06.921 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77742024-10-30T01:11:06.737Z[ host-image] Oct 30 01:11:07.034 INFO O| Oct 30 01:11:07.034 INFO O| Planning: Solver setup ... Done
77752024-10-30T01:11:06.740Z[ host-image] Oct 30 01:11:07.038 INFO O| Oct 30 01:11:07.038 INFO O| Planning: Running solver ... Done
77762024-10-30T01:11:06.793Z[ host-image] Oct 30 01:11:07.091 INFO O| Oct 30 01:11:07.091 INFO O| Planning: Finding local manifests ... Done
77772024-10-30T01:11:06.796Z[ host-image] Oct 30 01:11:07.092 INFO O| Oct 30 01:11:07.092 INFO O| Planning: Fetching manifests: 0/6 0% complete
77782024-10-30T01:11:06.951Z[ host-image] Oct 30 01:11:07.248 INFO O| Oct 30 01:11:07.248 INFO O| Planning: Fetching manifests: 6/6 100% complete
77792024-10-30T01:11:06.985Z[ host-image] Oct 30 01:11:07.282 INFO O| Oct 30 01:11:07.282 INFO O| Planning: Package planning ... Done
77802024-10-30T01:11:07.003Z[ host-image] Oct 30 01:11:07.300 INFO O| Oct 30 01:11:07.300 INFO O| Planning: Merging actions ... Done
77812024-10-30T01:11:07.075Z[ host-image] Oct 30 01:11:07.373 INFO O| Oct 30 01:11:07.373 INFO O| Planning: Checking for conflicting actions ... Done
77822024-10-30T01:11:07.079Z[ host-image] Oct 30 01:11:07.377 INFO O| Oct 30 01:11:07.377 INFO O| Planning: Consolidating action changes ... Done
77832024-10-30T01:11:07.257Z[ host-image] Oct 30 01:11:07.555 INFO O| Oct 30 01:11:07.555 INFO O| Planning: Evaluating mediators ... Done
77842024-10-30T01:11:07.260Z[ host-image] Oct 30 01:11:07.558 INFO O| Oct 30 01:11:07.558 INFO O| Planning: Planning completed in 2.43 seconds
77852024-10-30T01:11:07.263Z[ host-image] Oct 30 01:11:07.560 INFO O| Oct 30 01:11:07.560 INFO O| Packages to install: 6
77862024-10-30T01:11:07.263Z[ host-image] Oct 30 01:11:07.560 INFO O| Oct 30 01:11:07.560 INFO O| Mediators to change: 1
77872024-10-30T01:11:07.263Z[ host-image] Oct 30 01:11:07.560 INFO O| Oct 30 01:11:07.560 INFO O| Services to change: 1
77882024-10-30T01:11:07.275Z[ host-image] Oct 30 01:11:07.573 INFO O| Oct 30 01:11:07.573 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
77892024-10-30T01:11:07.338Z[ recovery-image] Oct 30 01:11:07.636 INFO O| Oct 30 01:11:07.636 INFO STEP 1206 (pack_tar) COMPLETE
77902024-10-30T01:11:07.338Z[ recovery-image] Oct 30 01:11:07.636 INFO O| Oct 30 01:11:07.636 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77912024-10-30T01:11:07.338Z[ recovery-image] Oct 30 01:11:07.636 INFO O| Oct 30 01:11:07.636 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77922024-10-30T01:11:07.699Z[ recovery-image] Oct 30 01:11:07.997 INFO O| Oct 30 01:11:07.997 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77932024-10-30T01:11:07.783Z[ recovery-image] Oct 30 01:11:08.081 INFO O| Oct 30 01:11:08.081 INFO completed processing gimlet/ramdisk-03-recovery-trim
77942024-10-30T01:11:07.790Z[ recovery-image] Oct 30 01:11:08.087 INFO image builder template: zfs-recovery...
77952024-10-30T01:11:07.792Z[ recovery-image] Oct 30 01:11:08.088 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpaVpy3U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77962024-10-30T01:11:07.821Z[ recovery-image] Oct 30 01:11:08.119 INFO O| Oct 30 01:11:08.119 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77972024-10-30T01:11:07.825Z[ recovery-image] Oct 30 01:11:08.123 INFO O| Oct 30 01:11:08.123 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77982024-10-30T01:11:07.942Z[ recovery-image] Oct 30 01:11:08.240 INFO O| Oct 30 01:11:08.240 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77992024-10-30T01:11:08.007Z[ recovery-image] Oct 30 01:11:08.306 INFO O| Oct 30 01:11:08.305 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78002024-10-30T01:11:08.010Z[ recovery-image] Oct 30 01:11:08.306 INFO O| Oct 30 01:11:08.306 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78012024-10-30T01:11:08.012Z[ recovery-image] Oct 30 01:11:08.310 INFO O| Oct 30 01:11:08.310 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78022024-10-30T01:11:08.096Z[ recovery-image] Oct 30 01:11:08.394 INFO O| Oct 30 01:11:08.394 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78032024-10-30T01:11:08.212Z[ recovery-image] Oct 30 01:11:08.510 INFO O| Oct 30 01:11:08.510 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78042024-10-30T01:11:08.221Z[ recovery-image] Oct 30 01:11:08.519 INFO O| Oct 30 01:11:08.519 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78052024-10-30T01:11:08.225Z[ recovery-image] Oct 30 01:11:08.523 INFO O| Oct 30 01:11:08.523 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78062024-10-30T01:11:08.228Z[ recovery-image] Oct 30 01:11:08.525 INFO O| Oct 30 01:11:08.525 INFO no lofi found
78072024-10-30T01:11:08.228Z[ recovery-image] Oct 30 01:11:08.525 INFO O| Oct 30 01:11:08.525 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78082024-10-30T01:11:08.228Z[ recovery-image] Oct 30 01:11:08.525 INFO O| Oct 30 01:11:08.525 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78092024-10-30T01:11:09.711Z[ recovery-image] Oct 30 01:11:10.010 INFO O| Oct 30 01:11:10.010 INFO lofi device = /dev/dsk/c2t1d0p0
78102024-10-30T01:11:09.712Z[ recovery-image] Oct 30 01:11:10.010 INFO O| Oct 30 01:11:10.010 INFO pool device = /dev/dsk/c2t1d0p0
78112024-10-30T01:11:09.714Z[ recovery-image] Oct 30 01:11:10.010 INFO O| Oct 30 01:11:10.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78122024-10-30T01:11:09.785Z[ recovery-image] Oct 30 01:11:10.084 INFO O| Oct 30 01:11:10.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78132024-10-30T01:11:09.785Z[ recovery-image] Oct 30 01:11:10.084 INFO O| Oct 30 01:11:10.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78142024-10-30T01:11:09.805Z[ recovery-image] Oct 30 01:11:10.104 INFO O| Oct 30 01:11:10.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78152024-10-30T01:11:09.870Z[ recovery-image] Oct 30 01:11:10.169 INFO O| Oct 30 01:11:10.169 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78162024-10-30T01:11:09.916Z[ recovery-image] Oct 30 01:11:10.214 INFO O| Oct 30 01:11:10.214 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78172024-10-30T01:11:09.928Z[ recovery-image] Oct 30 01:11:10.227 INFO O| Oct 30 01:11:10.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78182024-10-30T01:11:09.938Z[ recovery-image] Oct 30 01:11:10.237 INFO O| Oct 30 01:11:10.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78192024-10-30T01:11:09.982Z[ recovery-image] Oct 30 01:11:10.281 INFO O| Oct 30 01:11:10.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78202024-10-30T01:11:09.985Z[ recovery-image] Oct 30 01:11:10.281 INFO O| Oct 30 01:11:10.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78212024-10-30T01:11:09.985Z[ recovery-image] Oct 30 01:11:10.281 INFO O| Oct 30 01:11:10.281 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78222024-10-30T01:11:09.990Z[ recovery-image] Oct 30 01:11:10.289 INFO O| Oct 30 01:11:10.289 INFO boot environment UUID: 0bc46fe4-0cde-4d14-aa4d-7edbe428012d
78232024-10-30T01:11:09.992Z[ recovery-image] Oct 30 01:11:10.289 INFO O| Oct 30 01:11:10.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0bc46fe4-0cde-4d14-aa4d-7edbe428012d
78242024-10-30T01:11:10.000Z[ recovery-image] Oct 30 01:11:10.298 INFO O| Oct 30 01:11:10.298 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78252024-10-30T01:11:10.011Z[ recovery-image] Oct 30 01:11:10.309 INFO O| Oct 30 01:11:10.309 INFO STEP 0 (create_be) COMPLETE
78262024-10-30T01:11:10.013Z[ recovery-image] Oct 30 01:11:10.309 INFO O| Oct 30 01:11:10.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78272024-10-30T01:11:10.031Z[ recovery-image] Oct 30 01:11:10.330 INFO O| Oct 30 01:11:10.330 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78282024-10-30T01:11:11.425Z[ host-image] Oct 30 01:11:11.724 INFO O| Oct 30 01:11:11.724 INFO O| Download: Completed 8.42 MB in 4.15 seconds (2.0M/s)
78292024-10-30T01:11:11.469Z[ recovery-image] Oct 30 01:11:11.768 INFO O| Oct 30 01:11:11.768 INFO STEP 1 (unpack_tar) COMPLETE
78302024-10-30T01:11:11.469Z[ recovery-image] Oct 30 01:11:11.768 INFO O| Oct 30 01:11:11.768 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78312024-10-30T01:11:11.480Z[ recovery-image] Oct 30 01:11:11.780 INFO O| Oct 30 01:11:11.780 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78322024-10-30T01:11:11.488Z[ host-image] Oct 30 01:11:11.787 INFO O| Oct 30 01:11:11.787 INFO O| Actions: 1/1361 actions (Installing new actions)
78332024-10-30T01:11:11.769Z[ recovery-image] Oct 30 01:11:12.068 INFO O| Oct 30 01:11:12.068 INFO STEP 2 (devfsadm) COMPLETE
78342024-10-30T01:11:11.769Z[ recovery-image] Oct 30 01:11:12.069 INFO O| Oct 30 01:11:12.068 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78352024-10-30T01:11:11.782Z[ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78362024-10-30T01:11:11.785Z[ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78372024-10-30T01:11:11.785Z[ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO STEP 3 (ensure_dir) COMPLETE
78382024-10-30T01:11:11.785Z[ recovery-image] Oct 30 01:11:12.081 INFO O| Oct 30 01:11:12.081 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78392024-10-30T01:11:11.793Z[ recovery-image] Oct 30 01:11:12.092 INFO O| Oct 30 01:11:12.092 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78402024-10-30T01:11:11.793Z[ recovery-image] Oct 30 01:11:12.092 INFO O| Oct 30 01:11:12.092 INFO STEP 4 (ensure_dir) COMPLETE
78412024-10-30T01:11:11.795Z[ recovery-image] Oct 30 01:11:12.092 INFO O| Oct 30 01:11:12.092 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78422024-10-30T01:11:11.803Z[ recovery-image] Oct 30 01:11:12.102 INFO O| Oct 30 01:11:12.102 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78432024-10-30T01:11:11.805Z[ recovery-image] Oct 30 01:11:12.102 INFO O| Oct 30 01:11:12.102 INFO STEP 5 (ensure_dir) COMPLETE
78442024-10-30T01:11:11.806Z[ recovery-image] Oct 30 01:11:12.102 INFO O| Oct 30 01:11:12.102 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78452024-10-30T01:11:11.813Z[ recovery-image] Oct 30 01:11:12.112 INFO O| Oct 30 01:11:12.112 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78462024-10-30T01:11:11.816Z[ recovery-image] Oct 30 01:11:12.113 INFO O| Oct 30 01:11:12.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78472024-10-30T01:11:11.816Z[ recovery-image] Oct 30 01:11:12.113 INFO O| Oct 30 01:11:12.113 INFO STEP 6 (ensure_dir) COMPLETE
78482024-10-30T01:11:11.816Z[ recovery-image] Oct 30 01:11:12.113 INFO O| Oct 30 01:11:12.113 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78492024-10-30T01:11:11.823Z[ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78502024-10-30T01:11:11.826Z[ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78512024-10-30T01:11:11.826Z[ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO STEP 7 (ensure_dir) COMPLETE
78522024-10-30T01:11:11.826Z[ recovery-image] Oct 30 01:11:12.123 INFO O| Oct 30 01:11:12.123 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78532024-10-30T01:11:11.834Z[ recovery-image] Oct 30 01:11:12.133 INFO O| Oct 30 01:11:12.133 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78542024-10-30T01:11:11.837Z[ recovery-image] Oct 30 01:11:12.134 INFO O| Oct 30 01:11:12.133 INFO STEP 8 (remove_files) COMPLETE
78552024-10-30T01:11:11.837Z[ recovery-image] Oct 30 01:11:12.134 INFO O| Oct 30 01:11:12.133 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78562024-10-30T01:11:11.845Z[ recovery-image] Oct 30 01:11:12.144 INFO O| Oct 30 01:11:12.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78572024-10-30T01:11:11.847Z[ recovery-image] Oct 30 01:11:12.145 INFO O| Oct 30 01:11:12.145 INFO STEP 9 (remove_files) COMPLETE
78582024-10-30T01:11:11.847Z[ recovery-image] Oct 30 01:11:12.145 INFO O| Oct 30 01:11:12.145 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78592024-10-30T01:11:11.855Z[ recovery-image] Oct 30 01:11:12.155 INFO O| Oct 30 01:11:12.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78602024-10-30T01:11:11.858Z[ recovery-image] Oct 30 01:11:12.156 INFO O| Oct 30 01:11:12.156 INFO STEP 10 (remove_files) COMPLETE
78612024-10-30T01:11:11.858Z[ recovery-image] Oct 30 01:11:12.156 INFO O| Oct 30 01:11:12.156 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78622024-10-30T01:11:11.866Z[ recovery-image] Oct 30 01:11:12.165 INFO O| Oct 30 01:11:12.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78632024-10-30T01:11:11.869Z[ recovery-image] Oct 30 01:11:12.165 INFO O| Oct 30 01:11:12.165 INFO STEP 11 (remove_files) COMPLETE
78642024-10-30T01:11:11.869Z[ recovery-image] Oct 30 01:11:12.166 INFO O| Oct 30 01:11:12.165 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78652024-10-30T01:11:11.876Z[ recovery-image] Oct 30 01:11:12.175 INFO O| Oct 30 01:11:12.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78662024-10-30T01:11:11.879Z[ recovery-image] Oct 30 01:11:12.175 INFO O| Oct 30 01:11:12.175 INFO STEP 12 (remove_files) COMPLETE
78672024-10-30T01:11:11.879Z[ recovery-image] Oct 30 01:11:12.175 INFO O| Oct 30 01:11:12.175 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78682024-10-30T01:11:11.886Z[ recovery-image] Oct 30 01:11:12.185 INFO O| Oct 30 01:11:12.185 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78692024-10-30T01:11:11.889Z[ recovery-image] Oct 30 01:11:12.186 INFO O| Oct 30 01:11:12.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78702024-10-30T01:11:11.889Z[ recovery-image] Oct 30 01:11:12.186 INFO O| Oct 30 01:11:12.186 INFO STEP 13 (ensure_dir) COMPLETE
78712024-10-30T01:11:11.889Z[ recovery-image] Oct 30 01:11:12.186 INFO O| Oct 30 01:11:12.186 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78722024-10-30T01:11:11.896Z[ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78732024-10-30T01:11:11.896Z[ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78742024-10-30T01:11:11.899Z[ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78752024-10-30T01:11:11.899Z[ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO STEP 14 (ensure_dir) COMPLETE
78762024-10-30T01:11:11.899Z[ recovery-image] Oct 30 01:11:12.196 INFO O| Oct 30 01:11:12.196 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-30T01:11:11.909Z[ recovery-image] Oct 30 01:11:12.208 INFO O| Oct 30 01:11:12.208 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78782024-10-30T01:11:11.912Z[ recovery-image] Oct 30 01:11:12.208 INFO O| Oct 30 01:11:12.208 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78792024-10-30T01:11:11.912Z[ recovery-image] Oct 30 01:11:12.208 INFO O| Oct 30 01:11:12.208 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78802024-10-30T01:11:11.912Z[ recovery-image] Oct 30 01:11:12.209 INFO O| Oct 30 01:11:12.208 INFO STEP 15 (ensure_dir) COMPLETE
78812024-10-30T01:11:11.912Z[ recovery-image] Oct 30 01:11:12.209 INFO O| Oct 30 01:11:12.208 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78822024-10-30T01:11:11.920Z[ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78832024-10-30T01:11:11.923Z[ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78842024-10-30T01:11:11.923Z[ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO STEP 16 (ensure_dir) COMPLETE
78852024-10-30T01:11:11.923Z[ recovery-image] Oct 30 01:11:12.219 INFO O| Oct 30 01:11:12.219 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78862024-10-30T01:11:11.930Z[ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78872024-10-30T01:11:11.930Z[ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78882024-10-30T01:11:11.933Z[ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO STEP 17 (ensure_dir) COMPLETE
78892024-10-30T01:11:11.933Z[ recovery-image] Oct 30 01:11:12.230 INFO O| Oct 30 01:11:12.230 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78902024-10-30T01:11:11.941Z[ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78912024-10-30T01:11:11.941Z[ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78922024-10-30T01:11:11.941Z[ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO ok!
78932024-10-30T01:11:11.945Z[ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO STEP 18 (ensure_symlink) COMPLETE
78942024-10-30T01:11:11.945Z[ recovery-image] Oct 30 01:11:12.241 INFO O| Oct 30 01:11:12.241 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78952024-10-30T01:11:11.954Z[ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78962024-10-30T01:11:11.954Z[ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78972024-10-30T01:11:11.956Z[ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO ok!
78982024-10-30T01:11:11.956Z[ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO STEP 19 (ensure_file) COMPLETE
78992024-10-30T01:11:11.957Z[ recovery-image] Oct 30 01:11:12.253 INFO O| Oct 30 01:11:12.253 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79002024-10-30T01:11:11.965Z[ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79012024-10-30T01:11:11.965Z[ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79022024-10-30T01:11:11.967Z[ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79032024-10-30T01:11:11.967Z[ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO ok!
79042024-10-30T01:11:11.967Z[ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO STEP 20 (ensure_symlink) COMPLETE
79052024-10-30T01:11:11.967Z[ recovery-image] Oct 30 01:11:12.264 INFO O| Oct 30 01:11:12.264 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79062024-10-30T01:11:11.975Z[ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79072024-10-30T01:11:11.975Z[ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79082024-10-30T01:11:11.978Z[ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79092024-10-30T01:11:11.978Z[ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO ok!
79102024-10-30T01:11:11.978Z[ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO STEP 21 (ensure_symlink) COMPLETE
79112024-10-30T01:11:11.978Z[ recovery-image] Oct 30 01:11:12.275 INFO O| Oct 30 01:11:12.275 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79122024-10-30T01:11:11.989Z[ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79132024-10-30T01:11:11.989Z[ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79142024-10-30T01:11:11.992Z[ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79152024-10-30T01:11:11.992Z[ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO ok!
79162024-10-30T01:11:11.992Z[ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO STEP 22 (ensure_symlink) COMPLETE
79172024-10-30T01:11:11.992Z[ recovery-image] Oct 30 01:11:12.285 INFO O| Oct 30 01:11:12.285 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79182024-10-30T01:11:11.998Z[ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79192024-10-30T01:11:11.998Z[ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79202024-10-30T01:11:12.003Z[ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79212024-10-30T01:11:12.003Z[ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO ok!
79222024-10-30T01:11:12.003Z[ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO STEP 23 (ensure_symlink) COMPLETE
79232024-10-30T01:11:12.003Z[ recovery-image] Oct 30 01:11:12.298 INFO O| Oct 30 01:11:12.298 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79242024-10-30T01:11:12.012Z[ recovery-image] Oct 30 01:11:12.311 INFO O| Oct 30 01:11:12.311 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79252024-10-30T01:11:12.012Z[ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.311 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
79262024-10-30T01:11:12.015Z[ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79272024-10-30T01:11:12.015Z[ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO ok!
79282024-10-30T01:11:12.015Z[ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO STEP 24 (ensure_file) COMPLETE
79292024-10-30T01:11:12.015Z[ recovery-image] Oct 30 01:11:12.312 INFO O| Oct 30 01:11:12.312 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79302024-10-30T01:11:12.023Z[ recovery-image] Oct 30 01:11:12.322 INFO O| Oct 30 01:11:12.322 INFO updating shadow file
79312024-10-30T01:11:12.026Z[ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79322024-10-30T01:11:12.026Z[ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79332024-10-30T01:11:12.026Z[ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO STEP 25 (shadow) COMPLETE
79342024-10-30T01:11:12.026Z[ recovery-image] Oct 30 01:11:12.323 INFO O| Oct 30 01:11:12.323 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79352024-10-30T01:11:12.033Z[ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79362024-10-30T01:11:12.037Z[ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79372024-10-30T01:11:12.037Z[ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79382024-10-30T01:11:12.037Z[ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO ok!
79392024-10-30T01:11:12.037Z[ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO STEP 26 (ensure_file) COMPLETE
79402024-10-30T01:11:12.037Z[ recovery-image] Oct 30 01:11:12.333 INFO O| Oct 30 01:11:12.333 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79412024-10-30T01:11:12.044Z[ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79422024-10-30T01:11:12.046Z[ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79432024-10-30T01:11:12.046Z[ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79442024-10-30T01:11:12.046Z[ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO ok!
79452024-10-30T01:11:12.046Z[ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO STEP 27 (ensure_file) COMPLETE
79462024-10-30T01:11:12.046Z[ recovery-image] Oct 30 01:11:12.343 INFO O| Oct 30 01:11:12.343 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79472024-10-30T01:11:12.046Z[ host-image] Oct 30 01:11:12.344 INFO O| Oct 30 01:11:12.344 INFO O| Actions: Completed 1361 actions in 0.56 seconds.
79482024-10-30T01:11:12.054Z[ recovery-image] Oct 30 01:11:12.353 INFO O| Oct 30 01:11:12.353 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79492024-10-30T01:11:12.054Z[ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79502024-10-30T01:11:12.057Z[ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79512024-10-30T01:11:12.058Z[ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79522024-10-30T01:11:12.058Z[ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO ok!
79532024-10-30T01:11:12.058Z[ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO STEP 28 (ensure_file) COMPLETE
79542024-10-30T01:11:12.058Z[ recovery-image] Oct 30 01:11:12.354 INFO O| Oct 30 01:11:12.354 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79552024-10-30T01:11:12.065Z[ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79562024-10-30T01:11:12.065Z[ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79572024-10-30T01:11:12.065Z[ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79582024-10-30T01:11:12.065Z[ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO ok!
79592024-10-30T01:11:12.067Z[ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO STEP 29 (ensure_file) COMPLETE
79602024-10-30T01:11:12.068Z[ recovery-image] Oct 30 01:11:12.364 INFO O| Oct 30 01:11:12.364 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79612024-10-30T01:11:12.074Z[ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79622024-10-30T01:11:12.074Z[ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79632024-10-30T01:11:12.077Z[ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79642024-10-30T01:11:12.077Z[ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO ok!
79652024-10-30T01:11:12.077Z[ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO STEP 30 (ensure_file) COMPLETE
79662024-10-30T01:11:12.077Z[ recovery-image] Oct 30 01:11:12.374 INFO O| Oct 30 01:11:12.374 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79672024-10-30T01:11:12.085Z[ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79682024-10-30T01:11:12.085Z[ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79692024-10-30T01:11:12.089Z[ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79702024-10-30T01:11:12.089Z[ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79712024-10-30T01:11:12.089Z[ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO ok!
79722024-10-30T01:11:12.089Z[ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO STEP 31 (ensure_file) COMPLETE
79732024-10-30T01:11:12.089Z[ recovery-image] Oct 30 01:11:12.385 INFO O| Oct 30 01:11:12.385 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79742024-10-30T01:11:12.096Z[ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79752024-10-30T01:11:12.096Z[ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79762024-10-30T01:11:12.099Z[ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79772024-10-30T01:11:12.099Z[ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO ok!
79782024-10-30T01:11:12.099Z[ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO STEP 32 (ensure_file) COMPLETE
79792024-10-30T01:11:12.099Z[ recovery-image] Oct 30 01:11:12.395 INFO O| Oct 30 01:11:12.395 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79802024-10-30T01:11:12.107Z[ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.405 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79812024-10-30T01:11:12.108Z[ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79822024-10-30T01:11:12.110Z[ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79832024-10-30T01:11:12.111Z[ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO ok!
79842024-10-30T01:11:12.111Z[ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO STEP 33 (ensure_file) COMPLETE
79852024-10-30T01:11:12.111Z[ recovery-image] Oct 30 01:11:12.406 INFO O| Oct 30 01:11:12.406 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79862024-10-30T01:11:12.120Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79872024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79882024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79892024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79902024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79912024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79922024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO ok!
79932024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO STEP 34 (ensure_file) COMPLETE
79942024-10-30T01:11:12.124Z[ recovery-image] Oct 30 01:11:12.418 INFO O| Oct 30 01:11:12.418 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79952024-10-30T01:11:12.129Z[ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79962024-10-30T01:11:12.132Z[ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79972024-10-30T01:11:12.132Z[ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79982024-10-30T01:11:12.132Z[ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO STEP 35 (ensure_dir) COMPLETE
79992024-10-30T01:11:12.132Z[ recovery-image] Oct 30 01:11:12.428 INFO O| Oct 30 01:11:12.428 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80002024-10-30T01:11:12.140Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
80012024-10-30T01:11:12.140Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
80022024-10-30T01:11:12.142Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
80032024-10-30T01:11:12.142Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
80042024-10-30T01:11:12.143Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
80052024-10-30T01:11:12.143Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
80062024-10-30T01:11:12.143Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO ok!
80072024-10-30T01:11:12.143Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO STEP 36 (ensure_file) COMPLETE
80082024-10-30T01:11:12.143Z[ recovery-image] Oct 30 01:11:12.439 INFO O| Oct 30 01:11:12.439 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80092024-10-30T01:11:12.150Z[ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80102024-10-30T01:11:12.150Z[ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
80112024-10-30T01:11:12.152Z[ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80122024-10-30T01:11:12.152Z[ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO ok!
80132024-10-30T01:11:12.152Z[ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO STEP 37 (ensure_symlink) COMPLETE
80142024-10-30T01:11:12.152Z[ recovery-image] Oct 30 01:11:12.449 INFO O| Oct 30 01:11:12.449 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-10-30T01:11:12.160Z[ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80162024-10-30T01:11:12.160Z[ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80172024-10-30T01:11:12.163Z[ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80182024-10-30T01:11:12.163Z[ recovery-image] Oct 30 01:11:12.459 INFO O| Oct 30 01:11:12.459 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80192024-10-30T01:11:12.163Z[ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.459 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80202024-10-30T01:11:12.163Z[ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80212024-10-30T01:11:12.163Z[ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO ok!
80222024-10-30T01:11:12.163Z[ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO STEP 38 (ensure_file) COMPLETE
80232024-10-30T01:11:12.163Z[ recovery-image] Oct 30 01:11:12.460 INFO O| Oct 30 01:11:12.460 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80242024-10-30T01:11:12.172Z[ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80252024-10-30T01:11:12.172Z[ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
80262024-10-30T01:11:12.175Z[ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80272024-10-30T01:11:12.175Z[ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80282024-10-30T01:11:12.175Z[ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO ok!
80292024-10-30T01:11:12.175Z[ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO STEP 39 (ensure_file) COMPLETE
80302024-10-30T01:11:12.175Z[ recovery-image] Oct 30 01:11:12.471 INFO O| Oct 30 01:11:12.471 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80312024-10-30T01:11:12.182Z[ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80322024-10-30T01:11:12.185Z[ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80332024-10-30T01:11:12.185Z[ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80342024-10-30T01:11:12.185Z[ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO ok!
80352024-10-30T01:11:12.185Z[ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO STEP 40 (ensure_file) COMPLETE
80362024-10-30T01:11:12.185Z[ recovery-image] Oct 30 01:11:12.482 INFO O| Oct 30 01:11:12.482 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80372024-10-30T01:11:12.193Z[ recovery-image] Oct 30 01:11:12.492 INFO O| Oct 30 01:11:12.492 INFO updating shadow file
80382024-10-30T01:11:12.196Z[ recovery-image] Oct 30 01:11:12.492 INFO O| Oct 30 01:11:12.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80392024-10-30T01:11:12.196Z[ recovery-image] Oct 30 01:11:12.492 INFO O| Oct 30 01:11:12.492 INFO STEP 41 (shadow) COMPLETE
80402024-10-30T01:11:12.196Z[ recovery-image] Oct 30 01:11:12.493 INFO O| Oct 30 01:11:12.492 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80412024-10-30T01:11:12.204Z[ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80422024-10-30T01:11:12.204Z[ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80432024-10-30T01:11:12.207Z[ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80442024-10-30T01:11:12.207Z[ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80452024-10-30T01:11:12.207Z[ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO ok!
80462024-10-30T01:11:12.207Z[ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO STEP 42 (ensure_file) COMPLETE
80472024-10-30T01:11:12.207Z[ recovery-image] Oct 30 01:11:12.504 INFO O| Oct 30 01:11:12.504 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80482024-10-30T01:11:12.215Z[ recovery-image] Oct 30 01:11:12.514 INFO O| Oct 30 01:11:12.514 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80492024-10-30T01:11:12.215Z[ recovery-image] Oct 30 01:11:12.514 INFO O| Oct 30 01:11:12.514 INFO STEP 43 (ensure_dir) COMPLETE
80502024-10-30T01:11:12.217Z[ recovery-image] Oct 30 01:11:12.514 INFO O| Oct 30 01:11:12.514 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80512024-10-30T01:11:12.225Z[ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80522024-10-30T01:11:12.225Z[ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80532024-10-30T01:11:12.225Z[ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO STEP 44 (ensure_dir) COMPLETE
80542024-10-30T01:11:12.227Z[ recovery-image] Oct 30 01:11:12.524 INFO O| Oct 30 01:11:12.524 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80552024-10-30T01:11:12.237Z[ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80562024-10-30T01:11:12.237Z[ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80572024-10-30T01:11:12.237Z[ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO STEP 45 (ensure_dir) COMPLETE
80582024-10-30T01:11:12.240Z[ recovery-image] Oct 30 01:11:12.536 INFO O| Oct 30 01:11:12.536 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80592024-10-30T01:11:12.248Z[ recovery-image] Oct 30 01:11:12.548 INFO O| Oct 30 01:11:12.548 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80602024-10-30T01:11:12.248Z[ recovery-image] Oct 30 01:11:12.548 INFO O| Oct 30 01:11:12.548 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80612024-10-30T01:11:12.280Z[ recovery-image] Oct 30 01:11:12.579 INFO O| Oct 30 01:11:12.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80622024-10-30T01:11:12.280Z[ recovery-image] Oct 30 01:11:12.580 INFO O| Oct 30 01:11:12.579 INFO ok!
80632024-10-30T01:11:12.284Z[ recovery-image] Oct 30 01:11:12.580 INFO O| Oct 30 01:11:12.579 INFO STEP 46 (ensure_file) COMPLETE
80642024-10-30T01:11:12.284Z[ recovery-image] Oct 30 01:11:12.580 INFO O| Oct 30 01:11:12.579 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80652024-10-30T01:11:12.293Z[ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.592 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80662024-10-30T01:11:12.295Z[ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80672024-10-30T01:11:12.296Z[ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.593 INFO STEP 47 (ensure_dir) COMPLETE
80682024-10-30T01:11:12.296Z[ recovery-image] Oct 30 01:11:12.593 INFO O| Oct 30 01:11:12.593 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80692024-10-30T01:11:12.304Z[ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80702024-10-30T01:11:12.304Z[ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80712024-10-30T01:11:12.307Z[ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80722024-10-30T01:11:12.307Z[ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO ok!
80732024-10-30T01:11:12.307Z[ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO STEP 48 (ensure_file) COMPLETE
80742024-10-30T01:11:12.307Z[ recovery-image] Oct 30 01:11:12.604 INFO O| Oct 30 01:11:12.604 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80752024-10-30T01:11:12.315Z[ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80762024-10-30T01:11:12.317Z[ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80772024-10-30T01:11:12.317Z[ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO STEP 49 (ensure_dir) COMPLETE
80782024-10-30T01:11:12.317Z[ recovery-image] Oct 30 01:11:12.614 INFO O| Oct 30 01:11:12.614 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80792024-10-30T01:11:12.325Z[ recovery-image] Oct 30 01:11:12.625 INFO O| Oct 30 01:11:12.625 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80802024-10-30T01:11:12.325Z[ recovery-image] Oct 30 01:11:12.625 INFO O| Oct 30 01:11:12.625 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80812024-10-30T01:11:12.340Z[ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80822024-10-30T01:11:12.340Z[ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO ok!
80832024-10-30T01:11:12.342Z[ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO STEP 50 (ensure_file) COMPLETE
80842024-10-30T01:11:12.342Z[ recovery-image] Oct 30 01:11:12.639 INFO O| Oct 30 01:11:12.639 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80852024-10-30T01:11:12.351Z[ recovery-image] Oct 30 01:11:12.650 INFO O| Oct 30 01:11:12.650 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80862024-10-30T01:11:12.351Z[ recovery-image] Oct 30 01:11:12.650 INFO O| Oct 30 01:11:12.650 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80872024-10-30T01:11:12.376Z[ host-image] Oct 30 01:11:12.675 INFO O| Oct 30 01:11:12.675 INFO O| Done
80882024-10-30T01:11:12.376Z[ host-image] Oct 30 01:11:12.675 INFO O| Oct 30 01:11:12.675 INFO O| Done
80892024-10-30T01:11:12.826Z[ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80902024-10-30T01:11:12.826Z[ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO ok!
80912024-10-30T01:11:12.830Z[ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO STEP 51 (ensure_file) COMPLETE
80922024-10-30T01:11:12.830Z[ recovery-image] Oct 30 01:11:13.125 INFO O| Oct 30 01:11:13.125 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-10-30T01:11:12.838Z[ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80942024-10-30T01:11:12.841Z[ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80952024-10-30T01:11:12.841Z[ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO STEP 52 (ensure_dir) COMPLETE
80962024-10-30T01:11:12.841Z[ recovery-image] Oct 30 01:11:13.136 INFO O| Oct 30 01:11:13.136 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80972024-10-30T01:11:12.847Z[ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80982024-10-30T01:11:12.847Z[ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
80992024-10-30T01:11:12.850Z[ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
81002024-10-30T01:11:12.850Z[ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO ok!
81012024-10-30T01:11:12.850Z[ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO STEP 53 (ensure_file) COMPLETE
81022024-10-30T01:11:12.850Z[ recovery-image] Oct 30 01:11:13.147 INFO O| Oct 30 01:11:13.147 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81032024-10-30T01:11:12.858Z[ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81042024-10-30T01:11:12.861Z[ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
81052024-10-30T01:11:12.861Z[ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
81062024-10-30T01:11:12.861Z[ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO ok!
81072024-10-30T01:11:12.861Z[ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO STEP 54 (ensure_file) COMPLETE
81082024-10-30T01:11:12.861Z[ recovery-image] Oct 30 01:11:13.157 INFO O| Oct 30 01:11:13.157 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81092024-10-30T01:11:12.867Z[ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81102024-10-30T01:11:12.867Z[ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81112024-10-30T01:11:12.870Z[ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO STEP 55 (ensure_dir) COMPLETE
81122024-10-30T01:11:12.870Z[ recovery-image] Oct 30 01:11:13.167 INFO O| Oct 30 01:11:13.167 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81132024-10-30T01:11:12.877Z[ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81142024-10-30T01:11:12.880Z[ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
81152024-10-30T01:11:12.880Z[ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81162024-10-30T01:11:12.880Z[ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO ok!
81172024-10-30T01:11:12.880Z[ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO STEP 56 (ensure_file) COMPLETE
81182024-10-30T01:11:12.880Z[ recovery-image] Oct 30 01:11:13.177 INFO O| Oct 30 01:11:13.177 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81192024-10-30T01:11:12.887Z[ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81202024-10-30T01:11:12.890Z[ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
81212024-10-30T01:11:12.890Z[ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
81222024-10-30T01:11:12.890Z[ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO ok!
81232024-10-30T01:11:12.890Z[ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO STEP 57 (ensure_file) COMPLETE
81242024-10-30T01:11:12.890Z[ recovery-image] Oct 30 01:11:13.187 INFO O| Oct 30 01:11:13.187 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81252024-10-30T01:11:12.899Z[ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81262024-10-30T01:11:12.901Z[ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81272024-10-30T01:11:12.901Z[ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO STEP 58 (ensure_dir) COMPLETE
81282024-10-30T01:11:12.901Z[ recovery-image] Oct 30 01:11:13.198 INFO O| Oct 30 01:11:13.198 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81292024-10-30T01:11:12.910Z[ recovery-image] Oct 30 01:11:13.209 INFO O| Oct 30 01:11:13.209 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81302024-10-30T01:11:12.910Z[ recovery-image] Oct 30 01:11:13.209 INFO O| Oct 30 01:11:13.209 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
81312024-10-30T01:11:12.913Z[ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81322024-10-30T01:11:12.913Z[ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.210 INFO ok!
81332024-10-30T01:11:12.913Z[ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.210 INFO STEP 59 (ensure_file) COMPLETE
81342024-10-30T01:11:12.913Z[ recovery-image] Oct 30 01:11:13.210 INFO O| Oct 30 01:11:13.210 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81352024-10-30T01:11:12.920Z[ recovery-image] Oct 30 01:11:13.219 INFO O| Oct 30 01:11:13.219 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81362024-10-30T01:11:12.924Z[ recovery-image] Oct 30 01:11:13.219 INFO O| Oct 30 01:11:13.219 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81372024-10-30T01:11:12.924Z[ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81382024-10-30T01:11:12.925Z[ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO ok!
81392024-10-30T01:11:12.925Z[ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO STEP 60 (ensure_file) COMPLETE
81402024-10-30T01:11:12.925Z[ recovery-image] Oct 30 01:11:13.220 INFO O| Oct 30 01:11:13.220 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81412024-10-30T01:11:12.930Z[ recovery-image] Oct 30 01:11:13.230 INFO O| Oct 30 01:11:13.229 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81422024-10-30T01:11:12.930Z[ recovery-image] Oct 30 01:11:13.230 INFO O| Oct 30 01:11:13.230 INFO STEP 61 (ensure_dir) COMPLETE
81432024-10-30T01:11:12.933Z[ recovery-image] Oct 30 01:11:13.230 INFO O| Oct 30 01:11:13.230 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81442024-10-30T01:11:12.940Z[ recovery-image] Oct 30 01:11:13.239 INFO O| Oct 30 01:11:13.239 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81452024-10-30T01:11:12.940Z[ recovery-image] Oct 30 01:11:13.240 INFO O| Oct 30 01:11:13.239 INFO STEP 62 (ensure_dir) COMPLETE
81462024-10-30T01:11:12.943Z[ recovery-image] Oct 30 01:11:13.240 INFO O| Oct 30 01:11:13.239 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81472024-10-30T01:11:12.951Z[ recovery-image] Oct 30 01:11:13.250 INFO O| Oct 30 01:11:13.250 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81482024-10-30T01:11:12.951Z[ recovery-image] Oct 30 01:11:13.250 INFO O| Oct 30 01:11:13.250 INFO STEP 63 (ensure_dir) COMPLETE
81492024-10-30T01:11:12.953Z[ recovery-image] Oct 30 01:11:13.250 INFO O| Oct 30 01:11:13.250 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81502024-10-30T01:11:12.960Z[ recovery-image] Oct 30 01:11:13.260 INFO O| Oct 30 01:11:13.260 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81512024-10-30T01:11:12.960Z[ recovery-image] Oct 30 01:11:13.260 INFO O| Oct 30 01:11:13.260 INFO STEP 64 (ensure_dir) COMPLETE
81522024-10-30T01:11:12.963Z[ recovery-image] Oct 30 01:11:13.260 INFO O| Oct 30 01:11:13.260 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81532024-10-30T01:11:12.970Z[ recovery-image] Oct 30 01:11:13.269 INFO O| Oct 30 01:11:13.269 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81542024-10-30T01:11:12.973Z[ recovery-image] Oct 30 01:11:13.269 INFO O| Oct 30 01:11:13.269 INFO copying /tmp/.tmpaVpy3U/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81552024-10-30T01:11:12.973Z[ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81562024-10-30T01:11:12.973Z[ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO ok!
81572024-10-30T01:11:12.973Z[ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO STEP 65 (ensure_file) COMPLETE
81582024-10-30T01:11:12.973Z[ recovery-image] Oct 30 01:11:13.270 INFO O| Oct 30 01:11:13.270 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81592024-10-30T01:11:12.980Z[ recovery-image] Oct 30 01:11:13.279 INFO O| Oct 30 01:11:13.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81602024-10-30T01:11:12.983Z[ recovery-image] Oct 30 01:11:13.279 INFO O| Oct 30 01:11:13.279 INFO STEP 66 (remove_files) COMPLETE
81612024-10-30T01:11:12.983Z[ recovery-image] Oct 30 01:11:13.279 INFO O| Oct 30 01:11:13.279 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81622024-10-30T01:11:12.990Z[ recovery-image] Oct 30 01:11:13.289 INFO O| Oct 30 01:11:13.289 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81632024-10-30T01:11:12.992Z[ recovery-image] Oct 30 01:11:13.289 INFO O| Oct 30 01:11:13.289 INFO STEP 67 (remove_files) COMPLETE
81642024-10-30T01:11:12.992Z[ recovery-image] Oct 30 01:11:13.289 INFO O| Oct 30 01:11:13.289 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81652024-10-30T01:11:12.999Z[ recovery-image] Oct 30 01:11:13.299 INFO O| Oct 30 01:11:13.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81662024-10-30T01:11:13.002Z[ recovery-image] Oct 30 01:11:13.299 INFO O| Oct 30 01:11:13.299 INFO STEP 68 (remove_files) COMPLETE
81672024-10-30T01:11:13.002Z[ recovery-image] Oct 30 01:11:13.299 INFO O| Oct 30 01:11:13.299 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81682024-10-30T01:11:13.009Z[ recovery-image] Oct 30 01:11:13.309 INFO O| Oct 30 01:11:13.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81692024-10-30T01:11:13.012Z[ recovery-image] Oct 30 01:11:13.309 INFO O| Oct 30 01:11:13.309 INFO STEP 69 (remove_files) COMPLETE
81702024-10-30T01:11:13.012Z[ recovery-image] Oct 30 01:11:13.310 INFO O| Oct 30 01:11:13.309 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81712024-10-30T01:11:13.019Z[ recovery-image] Oct 30 01:11:13.319 INFO O| Oct 30 01:11:13.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81722024-10-30T01:11:13.022Z[ recovery-image] Oct 30 01:11:13.319 INFO O| Oct 30 01:11:13.319 INFO STEP 70 (remove_files) COMPLETE
81732024-10-30T01:11:13.022Z[ recovery-image] Oct 30 01:11:13.319 INFO O| Oct 30 01:11:13.319 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81742024-10-30T01:11:13.029Z[ recovery-image] Oct 30 01:11:13.329 INFO O| Oct 30 01:11:13.329 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81752024-10-30T01:11:13.032Z[ recovery-image] Oct 30 01:11:13.329 INFO O| Oct 30 01:11:13.329 INFO STEP 71 (remove_files) COMPLETE
81762024-10-30T01:11:13.032Z[ recovery-image] Oct 30 01:11:13.329 INFO O| Oct 30 01:11:13.329 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81772024-10-30T01:11:13.040Z[ recovery-image] Oct 30 01:11:13.339 INFO O| Oct 30 01:11:13.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81782024-10-30T01:11:13.042Z[ recovery-image] Oct 30 01:11:13.340 INFO O| Oct 30 01:11:13.339 INFO STEP 72 (remove_files) COMPLETE
81792024-10-30T01:11:13.042Z[ recovery-image] Oct 30 01:11:13.340 INFO O| Oct 30 01:11:13.340 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81802024-10-30T01:11:13.050Z[ recovery-image] Oct 30 01:11:13.349 INFO O| Oct 30 01:11:13.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81812024-10-30T01:11:13.050Z[ recovery-image] Oct 30 01:11:13.350 INFO O| Oct 30 01:11:13.349 INFO STEP 73 (remove_files) COMPLETE
81822024-10-30T01:11:13.052Z[ recovery-image] Oct 30 01:11:13.350 INFO O| Oct 30 01:11:13.350 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81832024-10-30T01:11:13.056Z[ host-image] Oct 30 01:11:13.356 INFO O| Oct 30 01:11:13.356 INFO O| Done
81842024-10-30T01:11:13.059Z[ recovery-image] Oct 30 01:11:13.359 INFO O| Oct 30 01:11:13.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81852024-10-30T01:11:13.059Z[ recovery-image] Oct 30 01:11:13.359 INFO O| Oct 30 01:11:13.359 INFO STEP 74 (remove_files) COMPLETE
81862024-10-30T01:11:13.062Z[ recovery-image] Oct 30 01:11:13.359 INFO O| Oct 30 01:11:13.359 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81872024-10-30T01:11:13.070Z[ recovery-image] Oct 30 01:11:13.369 INFO O| Oct 30 01:11:13.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81882024-10-30T01:11:13.072Z[ recovery-image] Oct 30 01:11:13.369 INFO O| Oct 30 01:11:13.369 INFO STEP 75 (remove_files) COMPLETE
81892024-10-30T01:11:13.072Z[ recovery-image] Oct 30 01:11:13.370 INFO O| Oct 30 01:11:13.369 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81902024-10-30T01:11:13.080Z[ recovery-image] Oct 30 01:11:13.379 INFO O| Oct 30 01:11:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81912024-10-30T01:11:13.080Z[ recovery-image] Oct 30 01:11:13.380 INFO O| Oct 30 01:11:13.380 INFO STEP 76 (remove_files) COMPLETE
81922024-10-30T01:11:13.082Z[ recovery-image] Oct 30 01:11:13.380 INFO O| Oct 30 01:11:13.380 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81932024-10-30T01:11:13.090Z[ recovery-image] Oct 30 01:11:13.390 INFO O| Oct 30 01:11:13.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81942024-10-30T01:11:13.090Z[ recovery-image] Oct 30 01:11:13.390 INFO O| Oct 30 01:11:13.390 INFO STEP 77 (remove_files) COMPLETE
81952024-10-30T01:11:13.093Z[ recovery-image] Oct 30 01:11:13.390 INFO O| Oct 30 01:11:13.390 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81962024-10-30T01:11:13.100Z[ recovery-image] Oct 30 01:11:13.400 INFO O| Oct 30 01:11:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81972024-10-30T01:11:13.103Z[ recovery-image] Oct 30 01:11:13.400 INFO O| Oct 30 01:11:13.400 INFO STEP 78 (remove_files) COMPLETE
81982024-10-30T01:11:13.103Z[ recovery-image] Oct 30 01:11:13.400 INFO O| Oct 30 01:11:13.400 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81992024-10-30T01:11:13.111Z[ recovery-image] Oct 30 01:11:13.410 INFO O| Oct 30 01:11:13.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82002024-10-30T01:11:13.111Z[ recovery-image] Oct 30 01:11:13.410 INFO O| Oct 30 01:11:13.410 INFO STEP 79 (remove_files) COMPLETE
82012024-10-30T01:11:13.113Z[ recovery-image] Oct 30 01:11:13.411 INFO O| Oct 30 01:11:13.410 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82022024-10-30T01:11:13.121Z[ recovery-image] Oct 30 01:11:13.421 INFO O| Oct 30 01:11:13.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82032024-10-30T01:11:13.121Z[ recovery-image] Oct 30 01:11:13.421 INFO O| Oct 30 01:11:13.421 INFO STEP 80 (remove_files) COMPLETE
82042024-10-30T01:11:13.124Z[ recovery-image] Oct 30 01:11:13.421 INFO O| Oct 30 01:11:13.421 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-30T01:11:13.131Z[ recovery-image] Oct 30 01:11:13.431 INFO O| Oct 30 01:11:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82062024-10-30T01:11:13.131Z[ recovery-image] Oct 30 01:11:13.431 INFO O| Oct 30 01:11:13.431 INFO STEP 81 (remove_files) COMPLETE
82072024-10-30T01:11:13.134Z[ recovery-image] Oct 30 01:11:13.431 INFO O| Oct 30 01:11:13.431 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-30T01:11:13.141Z[ recovery-image] Oct 30 01:11:13.441 INFO O| Oct 30 01:11:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82092024-10-30T01:11:13.141Z[ recovery-image] Oct 30 01:11:13.441 INFO O| Oct 30 01:11:13.441 INFO STEP 82 (remove_files) COMPLETE
82102024-10-30T01:11:13.144Z[ recovery-image] Oct 30 01:11:13.441 INFO O| Oct 30 01:11:13.441 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-30T01:11:13.152Z[ recovery-image] Oct 30 01:11:13.452 INFO O| Oct 30 01:11:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82122024-10-30T01:11:13.155Z[ recovery-image] Oct 30 01:11:13.452 INFO O| Oct 30 01:11:13.452 INFO STEP 83 (remove_files) COMPLETE
82132024-10-30T01:11:13.155Z[ recovery-image] Oct 30 01:11:13.452 INFO O| Oct 30 01:11:13.452 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-30T01:11:13.162Z[ recovery-image] Oct 30 01:11:13.462 INFO O| Oct 30 01:11:13.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82152024-10-30T01:11:13.162Z[ recovery-image] Oct 30 01:11:13.462 INFO O| Oct 30 01:11:13.462 INFO STEP 84 (remove_files) COMPLETE
82162024-10-30T01:11:13.162Z[ recovery-image] Oct 30 01:11:13.462 INFO O| Oct 30 01:11:13.462 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-30T01:11:13.172Z[ recovery-image] Oct 30 01:11:13.472 INFO O| Oct 30 01:11:13.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82182024-10-30T01:11:13.175Z[ recovery-image] Oct 30 01:11:13.472 INFO O| Oct 30 01:11:13.472 INFO STEP 85 (remove_files) COMPLETE
82192024-10-30T01:11:13.175Z[ recovery-image] Oct 30 01:11:13.472 INFO O| Oct 30 01:11:13.472 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-30T01:11:13.182Z[ recovery-image] Oct 30 01:11:13.482 INFO O| Oct 30 01:11:13.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82212024-10-30T01:11:13.185Z[ recovery-image] Oct 30 01:11:13.482 INFO O| Oct 30 01:11:13.482 INFO STEP 86 (remove_files) COMPLETE
82222024-10-30T01:11:13.185Z[ recovery-image] Oct 30 01:11:13.482 INFO O| Oct 30 01:11:13.482 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-30T01:11:13.192Z[ recovery-image] Oct 30 01:11:13.492 INFO O| Oct 30 01:11:13.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82242024-10-30T01:11:13.192Z[ recovery-image] Oct 30 01:11:13.492 INFO O| Oct 30 01:11:13.492 INFO STEP 87 (remove_files) COMPLETE
82252024-10-30T01:11:13.195Z[ recovery-image] Oct 30 01:11:13.493 INFO O| Oct 30 01:11:13.492 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-30T01:11:13.203Z[ recovery-image] Oct 30 01:11:13.503 INFO O| Oct 30 01:11:13.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82272024-10-30T01:11:13.203Z[ recovery-image] Oct 30 01:11:13.503 INFO O| Oct 30 01:11:13.503 INFO STEP 88 (remove_files) COMPLETE
82282024-10-30T01:11:13.206Z[ recovery-image] Oct 30 01:11:13.503 INFO O| Oct 30 01:11:13.503 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-30T01:11:13.213Z[ recovery-image] Oct 30 01:11:13.513 INFO O| Oct 30 01:11:13.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82302024-10-30T01:11:13.216Z[ recovery-image] Oct 30 01:11:13.513 INFO O| Oct 30 01:11:13.513 INFO STEP 89 (remove_files) COMPLETE
82312024-10-30T01:11:13.216Z[ recovery-image] Oct 30 01:11:13.513 INFO O| Oct 30 01:11:13.513 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-30T01:11:13.223Z[ recovery-image] Oct 30 01:11:13.523 INFO O| Oct 30 01:11:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82332024-10-30T01:11:13.225Z[ recovery-image] Oct 30 01:11:13.523 INFO O| Oct 30 01:11:13.523 INFO STEP 90 (remove_files) COMPLETE
82342024-10-30T01:11:13.226Z[ recovery-image] Oct 30 01:11:13.523 INFO O| Oct 30 01:11:13.523 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-30T01:11:13.233Z[ recovery-image] Oct 30 01:11:13.533 INFO O| Oct 30 01:11:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82362024-10-30T01:11:13.236Z[ recovery-image] Oct 30 01:11:13.533 INFO O| Oct 30 01:11:13.533 INFO STEP 91 (remove_files) COMPLETE
82372024-10-30T01:11:13.236Z[ recovery-image] Oct 30 01:11:13.533 INFO O| Oct 30 01:11:13.533 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-30T01:11:13.243Z[ recovery-image] Oct 30 01:11:13.543 INFO O| Oct 30 01:11:13.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82392024-10-30T01:11:13.243Z[ recovery-image] Oct 30 01:11:13.543 INFO O| Oct 30 01:11:13.543 INFO STEP 92 (remove_files) COMPLETE
82402024-10-30T01:11:13.246Z[ recovery-image] Oct 30 01:11:13.543 INFO O| Oct 30 01:11:13.543 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-30T01:11:13.253Z[ recovery-image] Oct 30 01:11:13.553 INFO O| Oct 30 01:11:13.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82422024-10-30T01:11:13.253Z[ recovery-image] Oct 30 01:11:13.553 INFO O| Oct 30 01:11:13.553 INFO STEP 93 (remove_files) COMPLETE
82432024-10-30T01:11:13.256Z[ recovery-image] Oct 30 01:11:13.553 INFO O| Oct 30 01:11:13.553 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-30T01:11:13.263Z[ recovery-image] Oct 30 01:11:13.563 INFO O| Oct 30 01:11:13.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82452024-10-30T01:11:13.266Z[ recovery-image] Oct 30 01:11:13.563 INFO O| Oct 30 01:11:13.563 INFO STEP 94 (remove_files) COMPLETE
82462024-10-30T01:11:13.266Z[ recovery-image] Oct 30 01:11:13.563 INFO O| Oct 30 01:11:13.563 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82472024-10-30T01:11:13.278Z[ recovery-image] Oct 30 01:11:13.578 INFO O| Oct 30 01:11:13.578 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82482024-10-30T01:11:13.280Z[ recovery-image] Oct 30 01:11:13.578 INFO O| Oct 30 01:11:13.578 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82492024-10-30T01:11:14.244Z[ host-image] Oct 30 01:11:14.544 INFO O| Oct 30 01:11:14.544 INFO O| Done
82502024-10-30T01:11:14.267Z[ host-image] Oct 30 01:11:14.567 INFO O| Oct 30 01:11:14.567 INFO O| Done
82512024-10-30T01:11:14.270Z[ host-image] Oct 30 01:11:14.567 INFO O| Oct 30 01:11:14.567 INFO O| Done
82522024-10-30T01:11:14.308Z[ host-image] Oct 30 01:11:14.608 INFO O| Oct 30 01:11:14.608 INFO O| Done
82532024-10-30T01:11:14.410Z[ host-image] Oct 30 01:11:14.710 INFO O| Oct 30 01:11:14.710 INFO STEP 13 (pkg_install) COMPLETE
82542024-10-30T01:11:14.410Z[ host-image] Oct 30 01:11:14.710 INFO O| Oct 30 01:11:14.710 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82552024-10-30T01:11:14.423Z[ host-image] Oct 30 01:11:14.723 INFO O| Oct 30 01:11:14.723 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
82562024-10-30T01:11:14.902Z[ host-image] Oct 30 01:11:15.202 INFO O| Oct 30 01:11:15.202 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82572024-10-30T01:11:16.812Z[ host-image] Oct 30 01:11:17.113 INFO O| Oct 30 01:11:17.113 INFO O| Planning: Solver setup ... Done
82582024-10-30T01:11:16.816Z[ host-image] Oct 30 01:11:17.117 INFO O| Oct 30 01:11:17.117 INFO O| Planning: Running solver ... Done
82592024-10-30T01:11:16.865Z[ host-image] Oct 30 01:11:17.166 INFO O| Oct 30 01:11:17.166 INFO O| Planning: Finding local manifests ... Done
82602024-10-30T01:11:16.868Z[ host-image] Oct 30 01:11:17.167 INFO O| Oct 30 01:11:17.167 INFO O| Planning: Fetching manifests: 0/1 0% complete
82612024-10-30T01:11:16.945Z[ host-image] Oct 30 01:11:17.246 INFO O| Oct 30 01:11:17.246 INFO O| Planning: Fetching manifests: 1/1 100% complete
82622024-10-30T01:11:16.964Z[ host-image] Oct 30 01:11:17.265 INFO O| Oct 30 01:11:17.265 INFO O| Planning: Package planning ... Done
82632024-10-30T01:11:16.967Z[ host-image] Oct 30 01:11:17.265 INFO O| Oct 30 01:11:17.265 INFO O| Planning: Merging actions ... Done
82642024-10-30T01:11:17.023Z[ host-image] Oct 30 01:11:17.324 INFO O| Oct 30 01:11:17.324 INFO O| Planning: Checking for conflicting actions ... Done
82652024-10-30T01:11:17.026Z[ host-image] Oct 30 01:11:17.325 INFO O| Oct 30 01:11:17.325 INFO O| Planning: Consolidating action changes ... Done
82662024-10-30T01:11:17.193Z[ host-image] Oct 30 01:11:17.494 INFO O| Oct 30 01:11:17.494 INFO O| Planning: Evaluating mediators ... Done
82672024-10-30T01:11:17.196Z[ host-image] Oct 30 01:11:17.495 INFO O| Oct 30 01:11:17.495 INFO O| Planning: Planning completed in 2.29 seconds
82682024-10-30T01:11:17.196Z[ host-image] Oct 30 01:11:17.496 INFO O| Oct 30 01:11:17.496 INFO O| Packages to install: 1
82692024-10-30T01:11:17.205Z[ host-image] Oct 30 01:11:17.507 INFO O| Oct 30 01:11:17.507 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
82702024-10-30T01:11:17.814Z[ host-image] Oct 30 01:11:18.115 INFO O| Oct 30 01:11:18.115 INFO O| Download: Completed 20.80 MB in 0.61 seconds (34.2M/s)
82712024-10-30T01:11:17.843Z[ host-image] Oct 30 01:11:18.144 INFO O| Oct 30 01:11:18.144 INFO O| Actions: 1/22 actions (Installing new actions)
82722024-10-30T01:11:18.435Z[ host-image] Oct 30 01:11:18.736 INFO O| Oct 30 01:11:18.736 INFO O| Actions: Completed 22 actions in 0.59 seconds.
82732024-10-30T01:11:18.733Z[ host-image] Oct 30 01:11:19.034 INFO O| Oct 30 01:11:19.034 INFO O| Done
82742024-10-30T01:11:18.733Z[ host-image] Oct 30 01:11:19.034 INFO O| Oct 30 01:11:19.034 INFO O| Done
82752024-10-30T01:11:19.191Z[ host-image] Oct 30 01:11:19.493 INFO O| Oct 30 01:11:19.493 INFO O| Done
82762024-10-30T01:11:20.372Z[ host-image] Oct 30 01:11:20.674 INFO O| Oct 30 01:11:20.674 INFO O| Done
82772024-10-30T01:11:20.394Z[ host-image] Oct 30 01:11:20.696 INFO O| Oct 30 01:11:20.696 INFO O| Done
82782024-10-30T01:11:20.397Z[ host-image] Oct 30 01:11:20.696 INFO O| Oct 30 01:11:20.696 INFO O| Done
82792024-10-30T01:11:20.404Z[ host-image] Oct 30 01:11:20.706 INFO O| Oct 30 01:11:20.706 INFO O| Done
82802024-10-30T01:11:20.507Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 14 (pkg_install) COMPLETE
82812024-10-30T01:11:20.507Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82822024-10-30T01:11:20.507Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "mfg" is not enabled
82832024-10-30T01:11:20.510Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82842024-10-30T01:11:20.511Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "compliance" is not enabled
82852024-10-30T01:11:20.511Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82862024-10-30T01:11:20.511Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "stress" is not enabled
82872024-10-30T01:11:20.511Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82882024-10-30T01:11:20.511Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO skip step because feature "nfs" is not enabled
82892024-10-30T01:11:20.511Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82902024-10-30T01:11:20.511Z[ host-image] Oct 30 01:11:20.809 INFO O| Oct 30 01:11:20.809 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82912024-10-30T01:11:20.679Z[ host-image] Oct 30 01:11:20.979 INFO O| Oct 30 01:11:20.979 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82922024-10-30T01:11:20.779Z[ host-image] Oct 30 01:11:21.079 INFO O| Oct 30 01:11:21.079 INFO completed processing gimlet/ramdisk-01-os
82932024-10-30T01:11:20.782Z[ host-image] Oct 30 01:11:21.081 INFO omicron1 baseline generation...
82942024-10-30T01:11:20.782Z[ host-image] Oct 30 01:11:21.082 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82952024-10-30T01:11:21.163Z[ host-image] Oct 30 01:11:21.466 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z
82962024-10-30T01:11:22.703Z[ recovery-image] Oct 30 01:11:23.006 INFO O| Oct 30 01:11:23.006 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
82972024-10-30T01:11:22.703Z[ recovery-image] Oct 30 01:11:23.006 INFO O| Oct 30 01:11:23.006 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82982024-10-30T01:11:22.717Z[ recovery-image] Oct 30 01:11:23.020 INFO O| Oct 30 01:11:23.020 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82992024-10-30T01:11:22.792Z[ recovery-image] Oct 30 01:11:23.095 INFO O| Oct 30 01:11:23.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
83002024-10-30T01:11:22.792Z[ recovery-image] Oct 30 01:11:23.095 INFO O| Oct 30 01:11:23.095 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
83012024-10-30T01:11:22.796Z[ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83022024-10-30T01:11:22.796Z[ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO ok!
83032024-10-30T01:11:22.796Z[ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83042024-10-30T01:11:22.796Z[ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO STEP 95 (seed_smf) COMPLETE
83052024-10-30T01:11:22.796Z[ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO steps complete; finalising image!
83062024-10-30T01:11:22.796Z[ recovery-image] Oct 30 01:11:23.097 INFO O| Oct 30 01:11:23.097 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83072024-10-30T01:11:22.828Z[ recovery-image] Oct 30 01:11:23.131 INFO O| Oct 30 01:11:23.131 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Oct 30 01:11:23 2024)
83082024-10-30T01:11:23.049Z[ recovery-image] Oct 30 01:11:23.353 INFO O| Oct 30 01:11:23.353 INFO temporary pool has 410M used, 1.35G avail, 1.00x compressratio
83092024-10-30T01:11:23.050Z[ recovery-image] Oct 30 01:11:23.353 INFO O| Oct 30 01:11:23.353 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83102024-10-30T01:11:23.258Z[ recovery-image] Oct 30 01:11:23.561 INFO O| Oct 30 01:11:23.561 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83112024-10-30T01:11:23.258Z[ recovery-image] Oct 30 01:11:23.561 INFO O| Oct 30 01:11:23.561 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83122024-10-30T01:11:26.229Z[ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83132024-10-30T01:11:26.229Z[ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83142024-10-30T01:11:26.232Z[ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83152024-10-30T01:11:26.232Z[ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO completed processing gimlet/zfs-recovery
83162024-10-30T01:11:26.232Z[ recovery-image] Oct 30 01:11:26.533 INFO O| Oct 30 01:11:26.533 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83172024-10-30T01:11:26.759Z[ recovery-image] Oct 30 01:11:27.064 INFO O| Oct 30 01:11:27.063 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83182024-10-30T01:11:26.855Z[ recovery-image] Oct 30 01:11:27.159 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
83192024-10-30T01:11:26.857Z[ recovery-image] Oct 30 01:11:27.159 INFO expanded image name: "recovery f78d2bb/${os_short_commit} 2024-10-30 00:42" -> "recovery f78d2bb/54a974b 2024-10-30 00:42"
83202024-10-30T01:11:26.857Z[ recovery-image] Oct 30 01:11:27.160 INFO output artefacts stored in: "/work/os-recovery"
83212024-10-30T01:11:26.857Z[ recovery-image] Oct 30 01:11:27.160 INFO collecting git info from project "pinprick"...
83222024-10-30T01:11:26.865Z[ recovery-image] Oct 30 01:11:27.169 INFO collecting git info from project "bootserver"...
83232024-10-30T01:11:26.870Z[ recovery-image] Oct 30 01:11:27.175 INFO collecting git info from project "amd-host-image-builder"...
83242024-10-30T01:11:27.111Z[ recovery-image] Oct 30 01:11:27.415 INFO collecting git info from project "chelsio-t6-roms"...
83252024-10-30T01:11:27.132Z[ recovery-image] Oct 30 01:11:27.437 INFO collecting git info from project "phbl"...
83262024-10-30T01:11:27.138Z[ recovery-image] Oct 30 01:11:27.443 INFO collecting git info from project "pilot"...
83272024-10-30T01:11:27.149Z[ recovery-image] Oct 30 01:11:27.454 INFO collecting git info from project "image-builder"...
83282024-10-30T01:11:27.155Z[ recovery-image] Oct 30 01:11:27.460 INFO collecting git info from project "amd-firmware"...
83292024-10-30T01:11:27.361Z[ recovery-image] Oct 30 01:11:27.665 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83302024-10-30T01:11:27.720Z[ recovery-image] Oct 30 01:11:28.025 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83312024-10-30T01:11:28.064Z[ recovery-image] Oct 30 01:11:28.368 INFO creating Oxide boot image...
83322024-10-30T01:11:28.064Z[ recovery-image] Oct 30 01:11:28.369 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f78d2bb/54a974b 2024-10-30 00:42", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83332024-10-30T01:12:07.684Z[ host-image] Oct 30 01:12:08.003 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z
83342024-10-30T01:12:07.684Z[ host-image] Oct 30 01:12:08.003 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z
83352024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.003 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83362024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.004 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83372024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.004 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83382024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.004 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83392024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83402024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83412024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83422024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83432024-10-30T01:12:07.687Z[ host-image] Oct 30 01:12:08.005 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z
83442024-10-30T01:12:07.690Z[ host-image] Oct 30 01:12:08.007 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z
83452024-10-30T01:12:07.690Z[ host-image] Oct 30 01:12:08.008 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z
83462024-10-30T01:12:07.690Z[ host-image] Oct 30 01:12:08.008 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z
83472024-10-30T01:12:07.690Z[ host-image] Oct 30 01:12:08.008 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83482024-10-30T01:12:07.692Z[ host-image] Oct 30 01:12:08.009 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z
83492024-10-30T01:12:07.692Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z
83502024-10-30T01:12:07.692Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z
83512024-10-30T01:12:07.692Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z
83522024-10-30T01:12:07.692Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z
83532024-10-30T01:12:07.692Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z
83542024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z
83552024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z
83562024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.010 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z
83572024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z
83582024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z
83592024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z
83602024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z
83612024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83622024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z
83632024-10-30T01:12:07.693Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z
83642024-10-30T01:12:07.695Z[ host-image] Oct 30 01:12:08.011 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z
83652024-10-30T01:12:07.695Z[ host-image] Oct 30 01:12:08.012 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z
83662024-10-30T01:12:07.695Z[ host-image] Oct 30 01:12:08.013 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z
83672024-10-30T01:12:07.695Z[ host-image] Oct 30 01:12:08.013 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z
83682024-10-30T01:12:07.703Z[ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83692024-10-30T01:12:07.706Z[ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z
83702024-10-30T01:12:07.706Z[ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83712024-10-30T01:12:07.706Z[ host-image] Oct 30 01:12:08.023 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83722024-10-30T01:12:07.706Z[ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83732024-10-30T01:12:07.706Z[ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z
83742024-10-30T01:12:07.706Z[ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83752024-10-30T01:12:07.706Z[ host-image] Oct 30 01:12:08.024 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83762024-10-30T01:12:07.709Z[ host-image] Oct 30 01:12:08.026 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83772024-10-30T01:12:07.709Z[ host-image] Oct 30 01:12:08.026 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83782024-10-30T01:12:07.719Z[ host-image] Oct 30 01:12:08.038 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83792024-10-30T01:12:07.720Z[ host-image] Oct 30 01:12:08.039 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83802024-10-30T01:12:07.722Z[ host-image] Oct 30 01:12:08.039 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83812024-10-30T01:12:07.722Z[ host-image] Oct 30 01:12:08.039 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83822024-10-30T01:12:07.722Z[ host-image] Oct 30 01:12:08.040 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83832024-10-30T01:12:07.722Z[ host-image] Oct 30 01:12:08.040 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83842024-10-30T01:12:07.758Z[ host-image] Oct 30 01:12:08.077 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83852024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.078 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83862024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.078 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83872024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.078 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z
83882024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z
83892024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83902024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z
83912024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83922024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83932024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83942024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z
83952024-10-30T01:12:07.761Z[ host-image] Oct 30 01:12:08.079 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83962024-10-30T01:12:07.765Z[ host-image] Oct 30 01:12:08.084 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83972024-10-30T01:12:07.765Z[ host-image] Oct 30 01:12:08.084 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83982024-10-30T01:12:07.765Z[ host-image] Oct 30 01:12:08.084 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83992024-10-30T01:12:07.768Z[ host-image] Oct 30 01:12:08.085 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z
84002024-10-30T01:12:07.768Z[ host-image] Oct 30 01:12:08.085 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84012024-10-30T01:12:07.781Z[ host-image] Oct 30 01:12:08.100 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84022024-10-30T01:12:07.783Z[ host-image] Oct 30 01:12:08.100 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z
84032024-10-30T01:12:07.783Z[ host-image] Oct 30 01:12:08.102 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z
84042024-10-30T01:12:07.783Z[ host-image] Oct 30 01:12:08.103 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z
84052024-10-30T01:12:07.786Z[ host-image] Oct 30 01:12:08.103 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84062024-10-30T01:12:07.786Z[ host-image] Oct 30 01:12:08.103 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z
84072024-10-30T01:12:07.786Z[ host-image] Oct 30 01:12:08.104 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z
84082024-10-30T01:12:07.786Z[ host-image] Oct 30 01:12:08.104 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z
84092024-10-30T01:12:07.786Z[ host-image] Oct 30 01:12:08.104 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z
84102024-10-30T01:12:07.789Z[ host-image] Oct 30 01:12:08.108 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84112024-10-30T01:12:07.792Z[ host-image] Oct 30 01:12:08.108 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z
84122024-10-30T01:12:07.792Z[ host-image] Oct 30 01:12:08.109 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z
84132024-10-30T01:12:07.792Z[ host-image] Oct 30 01:12:08.109 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84142024-10-30T01:12:07.792Z[ host-image] Oct 30 01:12:08.109 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z
84152024-10-30T01:12:07.792Z[ host-image] Oct 30 01:12:08.110 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z
84162024-10-30T01:12:07.792Z[ host-image] Oct 30 01:12:08.110 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z
84172024-10-30T01:12:07.792Z[ host-image] Oct 30 01:12:08.110 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z
84182024-10-30T01:12:07.799Z[ host-image] Oct 30 01:12:08.119 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z
84192024-10-30T01:12:07.799Z[ host-image] Oct 30 01:12:08.119 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84202024-10-30T01:12:07.802Z[ host-image] Oct 30 01:12:08.121 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z
84212024-10-30T01:12:07.804Z[ host-image] Oct 30 01:12:08.122 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z
84222024-10-30T01:12:07.805Z[ host-image] Oct 30 01:12:08.122 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z
84232024-10-30T01:12:07.805Z[ host-image] Oct 30 01:12:08.123 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z
84242024-10-30T01:12:07.805Z[ host-image] Oct 30 01:12:08.123 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z
84252024-10-30T01:12:07.805Z[ host-image] Oct 30 01:12:08.123 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z
84262024-10-30T01:12:07.814Z[ host-image] Oct 30 01:12:08.134 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z
84272024-10-30T01:12:07.817Z[ host-image] Oct 30 01:12:08.134 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z
84282024-10-30T01:12:07.817Z[ host-image] Oct 30 01:12:08.134 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z
84292024-10-30T01:12:07.817Z[ host-image] Oct 30 01:12:08.135 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z
84302024-10-30T01:12:07.817Z[ host-image] Oct 30 01:12:08.135 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z
84312024-10-30T01:12:07.838Z[ host-image] Oct 30 01:12:08.157 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z
84322024-10-30T01:12:07.841Z[ host-image] Oct 30 01:12:08.157 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z
84332024-10-30T01:12:07.841Z[ host-image] Oct 30 01:12:08.157 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z
84342024-10-30T01:12:07.841Z[ host-image] Oct 30 01:12:08.158 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84352024-10-30T01:12:07.841Z[ host-image] Oct 30 01:12:08.158 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84362024-10-30T01:12:07.869Z[ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z
84372024-10-30T01:12:07.872Z[ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84382024-10-30T01:12:07.872Z[ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z
84392024-10-30T01:12:07.872Z[ host-image] Oct 30 01:12:08.188 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z
84402024-10-30T01:12:07.872Z[ host-image] Oct 30 01:12:08.190 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z
84412024-10-30T01:12:07.872Z[ host-image] Oct 30 01:12:08.190 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84422024-10-30T01:12:07.872Z[ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84432024-10-30T01:12:07.874Z[ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z
84442024-10-30T01:12:07.874Z[ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z
84452024-10-30T01:12:07.874Z[ host-image] Oct 30 01:12:08.191 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z
84462024-10-30T01:12:07.875Z[ host-image] Oct 30 01:12:08.192 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z
84472024-10-30T01:12:07.875Z[ host-image] Oct 30 01:12:08.192 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z
84482024-10-30T01:12:07.875Z[ host-image] Oct 30 01:12:08.192 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z
84492024-10-30T01:12:07.877Z[ host-image] Oct 30 01:12:08.195 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84502024-10-30T01:12:07.877Z[ host-image] Oct 30 01:12:08.195 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z
84512024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.197 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z
84522024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.197 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z
84532024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.197 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z
84542024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z
84552024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z
84562024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84572024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84582024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.198 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z
84592024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z
84602024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84612024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84622024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84632024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84642024-10-30T01:12:07.880Z[ host-image] Oct 30 01:12:08.199 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84652024-10-30T01:12:07.883Z[ host-image] Oct 30 01:12:08.200 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84662024-10-30T01:12:07.883Z[ host-image] Oct 30 01:12:08.201 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84672024-10-30T01:12:07.883Z[ host-image] Oct 30 01:12:08.201 INFO O| tempdir @ "/tmp/.tmpNAeeRz/tmp"
84682024-10-30T01:12:07.883Z[ host-image] Oct 30 01:12:08.201 INFO O| image root @ "/tmp/.tmpNAeeRz/tmp/root"
84692024-10-30T01:12:07.883Z[ host-image] Oct 30 01:12:08.201 INFO O| creating image...
84702024-10-30T01:12:08.377Z[ host-image] Oct 30 01:12:08.696 INFO O| copying publishers...
84712024-10-30T01:12:17.498Z[ host-image] Oct 30 01:12:17.820 INFO O| adding properties...
84722024-10-30T01:12:18.491Z[ host-image] Oct 30 01:12:18.814 INFO O| installing packages...
84732024-10-30T01:12:21.489Z[ recovery-image] Oct 30 01:12:21.812 INFO O| ok, image written!
84742024-10-30T01:12:21.489Z[ recovery-image] Oct 30 01:12:21.813 INFO O| ok, boot_image_csum file written!
84752024-10-30T01:12:21.494Z[ recovery-image] Oct 30 01:12:21.818 INFO creating boot archive (CPIO)...
84762024-10-30T01:12:21.507Z[ recovery-image] Oct 30 01:12:21.818 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
84772024-10-30T01:12:21.507Z[ recovery-image] Oct 30 01:12:21.826 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84782024-10-30T01:12:21.507Z[ recovery-image] Oct 30 01:12:21.826 INFO E| + outfile=/work/os-recovery/cpio
84792024-10-30T01:12:21.507Z[ recovery-image] Oct 30 01:12:21.826 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84802024-10-30T01:12:21.507Z[ recovery-image] Oct 30 01:12:21.828 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84812024-10-30T01:12:21.507Z[ recovery-image] Oct 30 01:12:21.828 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84822024-10-30T01:12:21.536Z[ recovery-image] Oct 30 01:12:21.860 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84832024-10-30T01:12:21.536Z[ recovery-image] Oct 30 01:12:21.860 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84842024-10-30T01:12:21.543Z[ recovery-image] Oct 30 01:12:21.867 INFO creating compressed cpio/unix for nanobl-rs...
84852024-10-30T01:12:21.546Z[ recovery-image] Oct 30 01:12:21.867 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
84862024-10-30T01:12:21.830Z[ recovery-image] Oct 30 01:12:22.153 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84872024-10-30T01:12:26.172Z[ recovery-image] Oct 30 01:12:26.498 INFO creating reset image...
84882024-10-30T01:12:26.175Z[ recovery-image] Oct 30 01:12:26.498 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84892024-10-30T01:12:26.408Z[ recovery-image] Oct 30 01:12:26.734 INFO E| Updating crates.io index
84902024-10-30T01:12:26.534Z[ recovery-image] Oct 30 01:12:26.860 INFO E| Downloading crates ...
84912024-10-30T01:12:26.610Z[ recovery-image] Oct 30 01:12:26.935 INFO E| Downloaded os_pipe v1.2.1
84922024-10-30T01:12:26.635Z[ recovery-image] Oct 30 01:12:26.961 INFO E| Downloaded shared_child v1.0.1
84932024-10-30T01:12:26.638Z[ recovery-image] Oct 30 01:12:26.963 INFO E| Downloaded duct v0.13.7
84942024-10-30T01:12:26.643Z[ recovery-image] Oct 30 01:12:26.969 INFO E| Downloaded clap_builder v4.5.17
84952024-10-30T01:12:26.650Z[ recovery-image] Oct 30 01:12:26.975 INFO E| Downloaded clap v4.5.17
84962024-10-30T01:12:26.685Z[ recovery-image] Oct 30 01:12:27.011 INFO E| Downloaded libc v0.2.158
84972024-10-30T01:12:26.759Z[ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling proc-macro2 v1.0.86
84982024-10-30T01:12:26.759Z[ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling unicode-ident v1.0.13
84992024-10-30T01:12:26.759Z[ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling libc v0.2.158
85002024-10-30T01:12:26.759Z[ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling utf8parse v0.2.2
85012024-10-30T01:12:26.762Z[ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling colorchoice v1.0.2
85022024-10-30T01:12:26.762Z[ recovery-image] Oct 30 01:12:27.085 INFO E| Compiling is_terminal_polyfill v1.70.1
85032024-10-30T01:12:26.765Z[ recovery-image] Oct 30 01:12:27.091 INFO E| Compiling anstyle v1.0.8
85042024-10-30T01:12:26.769Z[ recovery-image] Oct 30 01:12:27.095 INFO E| Compiling anstyle-query v1.1.1
85052024-10-30T01:12:26.944Z[ recovery-image] Oct 30 01:12:27.269 INFO E| Compiling anstyle-parse v0.2.5
85062024-10-30T01:12:26.976Z[ recovery-image] Oct 30 01:12:27.301 INFO E| Compiling clap_lex v0.7.2
85072024-10-30T01:12:26.976Z[ recovery-image] Oct 30 01:12:27.302 INFO E| Compiling heck v0.5.0
85082024-10-30T01:12:26.988Z[ recovery-image] Oct 30 01:12:27.314 INFO E| Compiling strsim v0.11.1
85092024-10-30T01:12:27.037Z[ recovery-image] Oct 30 01:12:27.363 INFO E| Compiling once_cell v1.19.0
85102024-10-30T01:12:27.223Z[ recovery-image] Oct 30 01:12:27.549 INFO E| Compiling anstream v0.6.15
85112024-10-30T01:12:27.587Z[ recovery-image] Oct 30 01:12:27.912 INFO E| Compiling clap_builder v4.5.17
85122024-10-30T01:12:27.990Z[ recovery-image] Oct 30 01:12:28.316 INFO E| Compiling os_pipe v1.2.1
85132024-10-30T01:12:27.990Z[ recovery-image] Oct 30 01:12:28.316 INFO E| Compiling shared_child v1.0.1
85142024-10-30T01:12:28.136Z[ recovery-image] Oct 30 01:12:28.461 INFO E| Compiling duct v0.13.7
85152024-10-30T01:12:28.270Z[ recovery-image] Oct 30 01:12:28.596 INFO E| Compiling quote v1.0.37
85162024-10-30T01:12:28.530Z[ recovery-image] Oct 30 01:12:28.856 INFO E| Compiling syn v2.0.77
85172024-10-30T01:12:32.235Z[ recovery-image] Oct 30 01:12:32.562 INFO E| Compiling clap_derive v4.5.13
85182024-10-30T01:12:34.067Z[ recovery-image] Oct 30 01:12:34.396 INFO E| Compiling clap v4.5.17
85192024-10-30T01:12:34.121Z[ recovery-image] Oct 30 01:12:34.449 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85202024-10-30T01:12:35.035Z[ host-image] Oct 30 01:12:35.363 INFO O| seeding SMF database...
85212024-10-30T01:12:35.143Z[ recovery-image] Oct 30 01:12:35.472 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s
85222024-10-30T01:12:35.156Z[ recovery-image] Oct 30 01:12:35.485 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85232024-10-30T01:12:35.275Z[ recovery-image] Oct 30 01:12:35.603 INFO E| Updating crates.io index
85242024-10-30T01:12:35.447Z[ recovery-image] Oct 30 01:12:35.776 INFO E| Downloading crates ...
85252024-10-30T01:12:35.501Z[ recovery-image] Oct 30 01:12:35.829 INFO E| Downloaded bit_field v0.10.2
85262024-10-30T01:12:35.505Z[ recovery-image] Oct 30 01:12:35.834 INFO E| Downloaded seq-macro v0.3.5
85272024-10-30T01:12:35.512Z[ recovery-image] Oct 30 01:12:35.840 INFO E| Downloaded bitstruct_derive v0.1.0
85282024-10-30T01:12:35.514Z[ recovery-image] Oct 30 01:12:35.841 INFO E| Downloaded bitstruct v0.1.1
85292024-10-30T01:12:35.532Z[ recovery-image] Oct 30 01:12:35.861 INFO E| Downloaded cpio_reader v0.1.1
85302024-10-30T01:12:35.547Z[ recovery-image] Oct 30 01:12:35.876 INFO E| Downloaded raw-cpuid v10.7.0
85312024-10-30T01:12:35.657Z[ recovery-image] Oct 30 01:12:35.986 INFO E| Downloaded x86 v0.52.0
85322024-10-30T01:12:35.718Z[ recovery-image] Oct 30 01:12:36.046 INFO E| Updating crates.io index
85332024-10-30T01:12:35.774Z[ recovery-image] Oct 30 01:12:36.103 INFO E| Downloading crates ...
85342024-10-30T01:12:35.858Z[ recovery-image] Oct 30 01:12:36.186 INFO E| Downloaded compiler_builtins v0.1.125
85352024-10-30T01:12:35.874Z[ recovery-image] Oct 30 01:12:36.203 INFO E| Downloaded unicode-width v0.1.13
85362024-10-30T01:12:35.943Z[ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling compiler_builtins v0.1.125
85372024-10-30T01:12:35.943Z[ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85382024-10-30T01:12:35.945Z[ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling proc-macro2 v1.0.86
85392024-10-30T01:12:35.945Z[ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling unicode-ident v1.0.13
85402024-10-30T01:12:35.945Z[ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling syn v1.0.109
85412024-10-30T01:12:35.945Z[ recovery-image] Oct 30 01:12:36.271 INFO E| Compiling x86 v0.52.0
85422024-10-30T01:12:35.945Z[ recovery-image] Oct 30 01:12:36.272 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85432024-10-30T01:12:35.945Z[ recovery-image] Oct 30 01:12:36.272 INFO E| Compiling seq-macro v0.3.5
85442024-10-30T01:12:42.812Z[ host-image] Oct 30 01:12:43.143 INFO O| configuring SMF profile...
85452024-10-30T01:12:42.815Z[ host-image] Oct 30 01:12:43.143 INFO O| modifying shadow(5)...
85462024-10-30T01:12:42.815Z[ host-image] Oct 30 01:12:43.144 INFO O| loading user and group database...
85472024-10-30T01:12:42.815Z[ host-image] Oct 30 01:12:43.144 INFO O| assessing packaged files...
85482024-10-30T01:12:44.978Z[ host-image] Oct 30 01:12:45.310 INFO O| creating archive...
85492024-10-30T01:12:45.011Z[ host-image] Oct 30 01:12:45.343 INFO O| missing from packaging:
85502024-10-30T01:12:45.014Z[ host-image] Oct 30 01:12:45.343 INFO O| "etc/.pwd.lock"
85512024-10-30T01:12:45.014Z[ host-image] Oct 30 01:12:45.343 INFO O| "etc/bash"
85522024-10-30T01:12:45.017Z[ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/generic.xml"
85532024-10-30T01:12:45.017Z[ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/inetd_services.xml"
85542024-10-30T01:12:45.017Z[ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/name_service.xml"
85552024-10-30T01:12:45.017Z[ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/platform.xml"
85562024-10-30T01:12:45.017Z[ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/profile/platform_omicron1.xml"
85572024-10-30T01:12:45.017Z[ host-image] Oct 30 01:12:45.348 INFO O| "etc/svc/repository.db"
85582024-10-30T01:12:45.025Z[ host-image] Oct 30 01:12:45.357 INFO O| "opt/ooce/share"
85592024-10-30T01:12:45.028Z[ host-image] Oct 30 01:12:45.357 INFO O| "opt/ooce/share/man"
85602024-10-30T01:12:45.028Z[ host-image] Oct 30 01:12:45.357 INFO O| "opt/ooce/share/man/man1"
85612024-10-30T01:12:45.034Z[ host-image] Oct 30 01:12:45.366 INFO O| finishing archive...
85622024-10-30T01:12:47.861Z[ host-image] Oct 30 01:12:48.194 INFO O| creating gzonly manifest...
85632024-10-30T01:12:47.873Z[ host-image] Oct 30 01:12:48.206 INFO O| ok
85642024-10-30T01:12:47.979Z[ host-image] Oct 30 01:12:48.312 INFO image builder template: ramdisk-02-trim...
85652024-10-30T01:12:47.979Z[ host-image] Oct 30 01:12:48.312 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpaVpy3U/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85662024-10-30T01:12:48.002Z[ host-image] Oct 30 01:12:48.335 INFO O| Oct 30 01:12:48.335 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85672024-10-30T01:12:48.006Z[ host-image] Oct 30 01:12:48.339 INFO O| Oct 30 01:12:48.339 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85682024-10-30T01:12:48.170Z[ host-image] Oct 30 01:12:48.503 INFO O| Oct 30 01:12:48.503 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85692024-10-30T01:12:48.279Z[ host-image] Oct 30 01:12:48.612 INFO O| Oct 30 01:12:48.612 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85702024-10-30T01:12:48.283Z[ host-image] Oct 30 01:12:48.612 INFO O| Oct 30 01:12:48.612 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85712024-10-30T01:12:48.286Z[ host-image] Oct 30 01:12:48.617 INFO O| Oct 30 01:12:48.617 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85722024-10-30T01:12:48.289Z[ host-image] Oct 30 01:12:48.621 INFO O| Oct 30 01:12:48.621 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85732024-10-30T01:12:48.294Z[ host-image] Oct 30 01:12:48.626 INFO O| Oct 30 01:12:48.626 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85742024-10-30T01:12:48.500Z[ host-image] Oct 30 01:12:48.833 INFO O| Oct 30 01:12:48.833 INFO rolled back to input snapshot; work may begin
85752024-10-30T01:12:48.500Z[ host-image] Oct 30 01:12:48.833 INFO O| Oct 30 01:12:48.833 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85762024-10-30T01:12:48.506Z[ host-image] Oct 30 01:12:48.839 INFO O| Oct 30 01:12:48.839 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-10-30T01:12:48.516Z[ host-image] Oct 30 01:12:48.849 INFO O| Oct 30 01:12:48.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85782024-10-30T01:12:48.567Z[ host-image] Oct 30 01:12:48.900 INFO O| Oct 30 01:12:48.900 INFO STEP 0 (remove_files) COMPLETE
85792024-10-30T01:12:48.568Z[ host-image] Oct 30 01:12:48.900 INFO O| Oct 30 01:12:48.900 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-10-30T01:12:48.578Z[ host-image] Oct 30 01:12:48.912 INFO O| Oct 30 01:12:48.912 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85812024-10-30T01:12:48.581Z[ host-image] Oct 30 01:12:48.914 INFO O| Oct 30 01:12:48.913 INFO STEP 1 (remove_files) COMPLETE
85822024-10-30T01:12:48.581Z[ host-image] Oct 30 01:12:48.914 INFO O| Oct 30 01:12:48.914 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-10-30T01:12:48.591Z[ host-image] Oct 30 01:12:48.924 INFO O| Oct 30 01:12:48.924 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85842024-10-30T01:12:48.605Z[ host-image] Oct 30 01:12:48.938 INFO O| Oct 30 01:12:48.938 INFO STEP 2 (remove_files) COMPLETE
85852024-10-30T01:12:48.605Z[ host-image] Oct 30 01:12:48.938 INFO O| Oct 30 01:12:48.938 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-10-30T01:12:48.616Z[ host-image] Oct 30 01:12:48.949 INFO O| Oct 30 01:12:48.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85872024-10-30T01:12:48.619Z[ host-image] Oct 30 01:12:48.951 INFO O| Oct 30 01:12:48.951 INFO STEP 3 (remove_files) COMPLETE
85882024-10-30T01:12:48.619Z[ host-image] Oct 30 01:12:48.951 INFO O| Oct 30 01:12:48.951 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-10-30T01:12:48.629Z[ host-image] Oct 30 01:12:48.963 INFO O| Oct 30 01:12:48.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85902024-10-30T01:12:48.633Z[ host-image] Oct 30 01:12:48.966 INFO O| Oct 30 01:12:48.966 INFO STEP 4 (remove_files) COMPLETE
85912024-10-30T01:12:48.633Z[ host-image] Oct 30 01:12:48.966 INFO O| Oct 30 01:12:48.966 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-10-30T01:12:48.643Z[ host-image] Oct 30 01:12:48.977 INFO O| Oct 30 01:12:48.977 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85932024-10-30T01:12:48.646Z[ host-image] Oct 30 01:12:48.979 INFO O| Oct 30 01:12:48.979 INFO STEP 5 (remove_files) COMPLETE
85942024-10-30T01:12:48.646Z[ host-image] Oct 30 01:12:48.979 INFO O| Oct 30 01:12:48.979 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-10-30T01:12:48.656Z[ host-image] Oct 30 01:12:48.990 INFO O| Oct 30 01:12:48.989 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85962024-10-30T01:12:48.667Z[ host-image] Oct 30 01:12:49.001 INFO O| Oct 30 01:12:49.001 INFO STEP 6 (remove_files) COMPLETE
85972024-10-30T01:12:48.667Z[ host-image] Oct 30 01:12:49.001 INFO O| Oct 30 01:12:49.001 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-10-30T01:12:48.680Z[ host-image] Oct 30 01:12:49.013 INFO O| Oct 30 01:12:49.013 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85992024-10-30T01:12:48.694Z[ host-image] Oct 30 01:12:49.027 INFO O| Oct 30 01:12:49.027 INFO STEP 7 (remove_files) COMPLETE
86002024-10-30T01:12:48.694Z[ host-image] Oct 30 01:12:49.027 INFO O| Oct 30 01:12:49.027 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-30T01:12:48.705Z[ host-image] Oct 30 01:12:49.038 INFO O| Oct 30 01:12:49.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86022024-10-30T01:12:48.793Z[ host-image] Oct 30 01:12:49.126 INFO O| Oct 30 01:12:49.126 INFO STEP 8 (remove_files) COMPLETE
86032024-10-30T01:12:48.793Z[ host-image] Oct 30 01:12:49.126 INFO O| Oct 30 01:12:49.126 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-30T01:12:48.803Z[ host-image] Oct 30 01:12:49.137 INFO O| Oct 30 01:12:49.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86052024-10-30T01:12:48.893Z[ host-image] Oct 30 01:12:49.227 INFO O| Oct 30 01:12:49.226 INFO STEP 9 (remove_files) COMPLETE
86062024-10-30T01:12:48.893Z[ host-image] Oct 30 01:12:49.227 INFO O| Oct 30 01:12:49.227 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-30T01:12:48.904Z[ host-image] Oct 30 01:12:49.237 INFO O| Oct 30 01:12:49.237 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86082024-10-30T01:12:48.907Z[ host-image] Oct 30 01:12:49.241 INFO O| Oct 30 01:12:49.241 INFO STEP 10 (remove_files) COMPLETE
86092024-10-30T01:12:48.910Z[ host-image] Oct 30 01:12:49.241 INFO O| Oct 30 01:12:49.241 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-10-30T01:12:48.917Z[ host-image] Oct 30 01:12:49.250 INFO O| Oct 30 01:12:49.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86112024-10-30T01:12:48.920Z[ host-image] Oct 30 01:12:49.251 INFO O| Oct 30 01:12:49.251 INFO STEP 11 (remove_files) COMPLETE
86122024-10-30T01:12:48.920Z[ host-image] Oct 30 01:12:49.251 INFO O| Oct 30 01:12:49.251 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-10-30T01:12:48.927Z[ host-image] Oct 30 01:12:49.261 INFO O| Oct 30 01:12:49.261 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86142024-10-30T01:12:48.930Z[ host-image] Oct 30 01:12:49.262 INFO O| Oct 30 01:12:49.262 INFO STEP 12 (remove_files) COMPLETE
86152024-10-30T01:12:48.930Z[ host-image] Oct 30 01:12:49.262 INFO O| Oct 30 01:12:49.262 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-10-30T01:12:48.957Z[ host-image] Oct 30 01:12:49.290 INFO O| Oct 30 01:12:49.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86172024-10-30T01:12:48.957Z[ host-image] Oct 30 01:12:49.290 INFO O| Oct 30 01:12:49.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86182024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.290 INFO O| Oct 30 01:12:49.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86192024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86202024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86212024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86222024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86232024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.291 INFO O| Oct 30 01:12:49.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86242024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86252024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86262024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86272024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86282024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86292024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.292 INFO O| Oct 30 01:12:49.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86302024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.293 INFO O| Oct 30 01:12:49.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86312024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.293 INFO O| Oct 30 01:12:49.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86322024-10-30T01:12:48.960Z[ host-image] Oct 30 01:12:49.293 INFO O| Oct 30 01:12:49.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86332024-10-30T01:12:49.250Z[ host-image] Oct 30 01:12:49.583 INFO O| Oct 30 01:12:49.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86342024-10-30T01:12:49.256Z[ host-image] Oct 30 01:12:49.589 INFO O| Oct 30 01:12:49.589 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86352024-10-30T01:12:49.258Z[ host-image] Oct 30 01:12:49.589 INFO O| Oct 30 01:12:49.589 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86362024-10-30T01:12:49.262Z[ host-image] Oct 30 01:12:49.596 INFO O| Oct 30 01:12:49.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86372024-10-30T01:12:49.324Z[ host-image] Oct 30 01:12:49.658 INFO O| Oct 30 01:12:49.658 INFO STEP 13 (remove_files) COMPLETE
86382024-10-30T01:12:49.325Z[ host-image] Oct 30 01:12:49.658 INFO O| Oct 30 01:12:49.658 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-30T01:12:49.336Z[ host-image] Oct 30 01:12:49.669 INFO O| Oct 30 01:12:49.669 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86402024-10-30T01:12:49.339Z[ host-image] Oct 30 01:12:49.671 INFO O| Oct 30 01:12:49.671 INFO STEP 14 (remove_files) COMPLETE
86412024-10-30T01:12:49.339Z[ host-image] Oct 30 01:12:49.671 INFO O| Oct 30 01:12:49.671 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-30T01:12:49.347Z[ host-image] Oct 30 01:12:49.681 INFO O| Oct 30 01:12:49.680 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86432024-10-30T01:12:49.353Z[ host-image] Oct 30 01:12:49.687 INFO O| Oct 30 01:12:49.687 INFO STEP 15 (remove_files) COMPLETE
86442024-10-30T01:12:49.353Z[ host-image] Oct 30 01:12:49.687 INFO O| Oct 30 01:12:49.687 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-30T01:12:49.363Z[ host-image] Oct 30 01:12:49.697 INFO O| Oct 30 01:12:49.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86462024-10-30T01:12:49.366Z[ host-image] Oct 30 01:12:49.697 INFO O| Oct 30 01:12:49.697 INFO STEP 16 (remove_files) COMPLETE
86472024-10-30T01:12:49.366Z[ host-image] Oct 30 01:12:49.697 INFO O| Oct 30 01:12:49.697 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-30T01:12:49.374Z[ host-image] Oct 30 01:12:49.706 INFO O| Oct 30 01:12:49.706 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86492024-10-30T01:12:49.378Z[ host-image] Oct 30 01:12:49.708 INFO O| Oct 30 01:12:49.708 INFO STEP 17 (remove_files) COMPLETE
86502024-10-30T01:12:49.378Z[ host-image] Oct 30 01:12:49.708 INFO O| Oct 30 01:12:49.708 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-30T01:12:49.383Z[ host-image] Oct 30 01:12:49.717 INFO O| Oct 30 01:12:49.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86522024-10-30T01:12:49.383Z[ host-image] Oct 30 01:12:49.717 INFO O| Oct 30 01:12:49.717 INFO STEP 18 (remove_files) COMPLETE
86532024-10-30T01:12:49.386Z[ host-image] Oct 30 01:12:49.717 INFO O| Oct 30 01:12:49.717 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-30T01:12:49.393Z[ host-image] Oct 30 01:12:49.727 INFO O| Oct 30 01:12:49.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86552024-10-30T01:12:49.393Z[ host-image] Oct 30 01:12:49.727 INFO O| Oct 30 01:12:49.727 INFO STEP 19 (remove_files) COMPLETE
86562024-10-30T01:12:49.395Z[ host-image] Oct 30 01:12:49.727 INFO O| Oct 30 01:12:49.727 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-30T01:12:49.402Z[ host-image] Oct 30 01:12:49.736 INFO O| Oct 30 01:12:49.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86582024-10-30T01:12:49.403Z[ host-image] Oct 30 01:12:49.736 INFO O| Oct 30 01:12:49.736 INFO STEP 20 (remove_files) COMPLETE
86592024-10-30T01:12:49.405Z[ host-image] Oct 30 01:12:49.736 INFO O| Oct 30 01:12:49.736 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-30T01:12:49.412Z[ host-image] Oct 30 01:12:49.746 INFO O| Oct 30 01:12:49.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86612024-10-30T01:12:49.412Z[ host-image] Oct 30 01:12:49.746 INFO O| Oct 30 01:12:49.746 INFO STEP 21 (remove_files) COMPLETE
86622024-10-30T01:12:49.412Z[ host-image] Oct 30 01:12:49.746 INFO O| Oct 30 01:12:49.746 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-30T01:12:49.422Z[ host-image] Oct 30 01:12:49.755 INFO O| Oct 30 01:12:49.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86642024-10-30T01:12:49.422Z[ host-image] Oct 30 01:12:49.756 INFO O| Oct 30 01:12:49.756 INFO STEP 22 (remove_files) COMPLETE
86652024-10-30T01:12:49.425Z[ host-image] Oct 30 01:12:49.756 INFO O| Oct 30 01:12:49.756 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-30T01:12:49.431Z[ host-image] Oct 30 01:12:49.765 INFO O| Oct 30 01:12:49.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86672024-10-30T01:12:49.434Z[ host-image] Oct 30 01:12:49.765 INFO O| Oct 30 01:12:49.765 INFO STEP 23 (remove_files) COMPLETE
86682024-10-30T01:12:49.434Z[ host-image] Oct 30 01:12:49.765 INFO O| Oct 30 01:12:49.765 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-30T01:12:49.441Z[ host-image] Oct 30 01:12:49.774 INFO O| Oct 30 01:12:49.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86702024-10-30T01:12:49.441Z[ host-image] Oct 30 01:12:49.774 INFO O| Oct 30 01:12:49.774 INFO STEP 24 (remove_files) COMPLETE
86712024-10-30T01:12:49.441Z[ host-image] Oct 30 01:12:49.774 INFO O| Oct 30 01:12:49.774 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-30T01:12:49.450Z[ host-image] Oct 30 01:12:49.784 INFO O| Oct 30 01:12:49.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86732024-10-30T01:12:49.453Z[ host-image] Oct 30 01:12:49.784 INFO O| Oct 30 01:12:49.784 INFO STEP 25 (remove_files) COMPLETE
86742024-10-30T01:12:49.453Z[ host-image] Oct 30 01:12:49.784 INFO O| Oct 30 01:12:49.784 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-30T01:12:49.459Z[ host-image] Oct 30 01:12:49.793 INFO O| Oct 30 01:12:49.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86762024-10-30T01:12:49.459Z[ host-image] Oct 30 01:12:49.793 INFO O| Oct 30 01:12:49.793 INFO STEP 26 (remove_files) COMPLETE
86772024-10-30T01:12:49.462Z[ host-image] Oct 30 01:12:49.793 INFO O| Oct 30 01:12:49.793 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-30T01:12:49.469Z[ host-image] Oct 30 01:12:49.802 INFO O| Oct 30 01:12:49.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86792024-10-30T01:12:49.469Z[ host-image] Oct 30 01:12:49.802 INFO O| Oct 30 01:12:49.802 INFO STEP 27 (remove_files) COMPLETE
86802024-10-30T01:12:49.469Z[ host-image] Oct 30 01:12:49.803 INFO O| Oct 30 01:12:49.802 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-30T01:12:49.479Z[ host-image] Oct 30 01:12:49.812 INFO O| Oct 30 01:12:49.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86822024-10-30T01:12:49.481Z[ host-image] Oct 30 01:12:49.812 INFO O| Oct 30 01:12:49.812 INFO STEP 28 (remove_files) COMPLETE
86832024-10-30T01:12:49.481Z[ host-image] Oct 30 01:12:49.812 INFO O| Oct 30 01:12:49.812 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-30T01:12:49.488Z[ host-image] Oct 30 01:12:49.822 INFO O| Oct 30 01:12:49.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86852024-10-30T01:12:49.488Z[ host-image] Oct 30 01:12:49.822 INFO O| Oct 30 01:12:49.822 INFO STEP 29 (remove_files) COMPLETE
86862024-10-30T01:12:49.491Z[ host-image] Oct 30 01:12:49.822 INFO O| Oct 30 01:12:49.822 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-30T01:12:49.498Z[ host-image] Oct 30 01:12:49.831 INFO O| Oct 30 01:12:49.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86882024-10-30T01:12:49.498Z[ host-image] Oct 30 01:12:49.832 INFO O| Oct 30 01:12:49.831 INFO STEP 30 (remove_files) COMPLETE
86892024-10-30T01:12:49.498Z[ host-image] Oct 30 01:12:49.832 INFO O| Oct 30 01:12:49.832 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-30T01:12:49.508Z[ host-image] Oct 30 01:12:49.841 INFO O| Oct 30 01:12:49.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86912024-10-30T01:12:49.508Z[ host-image] Oct 30 01:12:49.841 INFO O| Oct 30 01:12:49.841 INFO STEP 31 (remove_files) COMPLETE
86922024-10-30T01:12:49.510Z[ host-image] Oct 30 01:12:49.841 INFO O| Oct 30 01:12:49.841 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-30T01:12:49.517Z[ host-image] Oct 30 01:12:49.851 INFO O| Oct 30 01:12:49.851 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86942024-10-30T01:12:49.517Z[ host-image] Oct 30 01:12:49.851 INFO O| Oct 30 01:12:49.851 INFO STEP 32 (remove_files) COMPLETE
86952024-10-30T01:12:49.520Z[ host-image] Oct 30 01:12:49.851 INFO O| Oct 30 01:12:49.851 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-30T01:12:49.527Z[ host-image] Oct 30 01:12:49.860 INFO O| Oct 30 01:12:49.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86972024-10-30T01:12:49.527Z[ host-image] Oct 30 01:12:49.860 INFO O| Oct 30 01:12:49.860 INFO STEP 33 (remove_files) COMPLETE
86982024-10-30T01:12:49.529Z[ host-image] Oct 30 01:12:49.860 INFO O| Oct 30 01:12:49.860 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-30T01:12:49.536Z[ host-image] Oct 30 01:12:49.870 INFO O| Oct 30 01:12:49.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87002024-10-30T01:12:49.536Z[ host-image] Oct 30 01:12:49.870 INFO O| Oct 30 01:12:49.870 INFO STEP 34 (remove_files) COMPLETE
87012024-10-30T01:12:49.538Z[ host-image] Oct 30 01:12:49.870 INFO O| Oct 30 01:12:49.870 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-30T01:12:49.546Z[ host-image] Oct 30 01:12:49.879 INFO O| Oct 30 01:12:49.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87032024-10-30T01:12:49.548Z[ host-image] Oct 30 01:12:49.879 INFO O| Oct 30 01:12:49.879 INFO STEP 35 (remove_files) COMPLETE
87042024-10-30T01:12:49.548Z[ host-image] Oct 30 01:12:49.879 INFO O| Oct 30 01:12:49.879 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-30T01:12:49.555Z[ host-image] Oct 30 01:12:49.889 INFO O| Oct 30 01:12:49.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87062024-10-30T01:12:49.558Z[ host-image] Oct 30 01:12:49.889 INFO O| Oct 30 01:12:49.889 INFO STEP 36 (remove_files) COMPLETE
87072024-10-30T01:12:49.558Z[ host-image] Oct 30 01:12:49.889 INFO O| Oct 30 01:12:49.889 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-10-30T01:12:49.565Z[ host-image] Oct 30 01:12:49.899 INFO O| Oct 30 01:12:49.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87092024-10-30T01:12:49.565Z[ host-image] Oct 30 01:12:49.899 INFO O| Oct 30 01:12:49.899 INFO STEP 37 (remove_files) COMPLETE
87102024-10-30T01:12:49.565Z[ host-image] Oct 30 01:12:49.899 INFO O| Oct 30 01:12:49.899 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-10-30T01:12:49.574Z[ host-image] Oct 30 01:12:49.908 INFO O| Oct 30 01:12:49.908 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87122024-10-30T01:12:49.574Z[ host-image] Oct 30 01:12:49.908 INFO O| Oct 30 01:12:49.908 INFO STEP 38 (remove_files) COMPLETE
87132024-10-30T01:12:49.578Z[ host-image] Oct 30 01:12:49.908 INFO O| Oct 30 01:12:49.908 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-30T01:12:49.584Z[ host-image] Oct 30 01:12:49.917 INFO O| Oct 30 01:12:49.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87152024-10-30T01:12:49.584Z[ host-image] Oct 30 01:12:49.918 INFO O| Oct 30 01:12:49.917 INFO STEP 39 (remove_files) COMPLETE
87162024-10-30T01:12:49.584Z[ host-image] Oct 30 01:12:49.918 INFO O| Oct 30 01:12:49.917 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-10-30T01:12:49.593Z[ host-image] Oct 30 01:12:49.927 INFO O| Oct 30 01:12:49.927 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87182024-10-30T01:12:49.593Z[ host-image] Oct 30 01:12:49.927 INFO O| Oct 30 01:12:49.927 INFO STEP 40 (remove_files) COMPLETE
87192024-10-30T01:12:49.596Z[ host-image] Oct 30 01:12:49.927 INFO O| Oct 30 01:12:49.927 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-10-30T01:12:49.603Z[ host-image] Oct 30 01:12:49.936 INFO O| Oct 30 01:12:49.936 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87212024-10-30T01:12:49.603Z[ host-image] Oct 30 01:12:49.937 INFO O| Oct 30 01:12:49.936 INFO STEP 41 (remove_files) COMPLETE
87222024-10-30T01:12:49.605Z[ host-image] Oct 30 01:12:49.937 INFO O| Oct 30 01:12:49.937 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-30T01:12:49.613Z[ host-image] Oct 30 01:12:49.947 INFO O| Oct 30 01:12:49.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87242024-10-30T01:12:49.613Z[ host-image] Oct 30 01:12:49.947 INFO O| Oct 30 01:12:49.947 INFO STEP 42 (remove_files) COMPLETE
87252024-10-30T01:12:49.616Z[ host-image] Oct 30 01:12:49.947 INFO O| Oct 30 01:12:49.947 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-10-30T01:12:49.623Z[ host-image] Oct 30 01:12:49.956 INFO O| Oct 30 01:12:49.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87272024-10-30T01:12:49.623Z[ host-image] Oct 30 01:12:49.956 INFO O| Oct 30 01:12:49.956 INFO STEP 43 (remove_files) COMPLETE
87282024-10-30T01:12:49.625Z[ host-image] Oct 30 01:12:49.956 INFO O| Oct 30 01:12:49.956 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-30T01:12:49.632Z[ host-image] Oct 30 01:12:49.966 INFO O| Oct 30 01:12:49.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87302024-10-30T01:12:49.635Z[ host-image] Oct 30 01:12:49.966 INFO O| Oct 30 01:12:49.966 INFO STEP 44 (remove_files) COMPLETE
87312024-10-30T01:12:49.635Z[ host-image] Oct 30 01:12:49.966 INFO O| Oct 30 01:12:49.966 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-10-30T01:12:49.642Z[ host-image] Oct 30 01:12:49.976 INFO O| Oct 30 01:12:49.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87332024-10-30T01:12:49.642Z[ host-image] Oct 30 01:12:49.976 INFO O| Oct 30 01:12:49.976 INFO STEP 45 (remove_files) COMPLETE
87342024-10-30T01:12:49.642Z[ host-image] Oct 30 01:12:49.976 INFO O| Oct 30 01:12:49.976 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-30T01:12:49.651Z[ host-image] Oct 30 01:12:49.985 INFO O| Oct 30 01:12:49.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87362024-10-30T01:12:49.651Z[ host-image] Oct 30 01:12:49.985 INFO O| Oct 30 01:12:49.985 INFO STEP 46 (remove_files) COMPLETE
87372024-10-30T01:12:49.651Z[ host-image] Oct 30 01:12:49.985 INFO O| Oct 30 01:12:49.985 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-10-30T01:12:49.661Z[ host-image] Oct 30 01:12:49.995 INFO O| Oct 30 01:12:49.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87392024-10-30T01:12:49.661Z[ host-image] Oct 30 01:12:49.995 INFO O| Oct 30 01:12:49.995 INFO STEP 47 (remove_files) COMPLETE
87402024-10-30T01:12:49.664Z[ host-image] Oct 30 01:12:49.995 INFO O| Oct 30 01:12:49.995 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-10-30T01:12:49.673Z[ host-image] Oct 30 01:12:50.007 INFO O| Oct 30 01:12:50.007 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87422024-10-30T01:12:49.676Z[ host-image] Oct 30 01:12:50.007 INFO O| Oct 30 01:12:50.007 INFO STEP 48 (remove_files) COMPLETE
87432024-10-30T01:12:49.676Z[ host-image] Oct 30 01:12:50.007 INFO O| Oct 30 01:12:50.007 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-10-30T01:12:49.684Z[ host-image] Oct 30 01:12:50.018 INFO O| Oct 30 01:12:50.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87452024-10-30T01:12:49.687Z[ host-image] Oct 30 01:12:50.018 INFO O| Oct 30 01:12:50.018 INFO STEP 49 (remove_files) COMPLETE
87462024-10-30T01:12:49.687Z[ host-image] Oct 30 01:12:50.018 INFO O| Oct 30 01:12:50.018 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-10-30T01:12:49.695Z[ host-image] Oct 30 01:12:50.028 INFO O| Oct 30 01:12:50.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87482024-10-30T01:12:49.695Z[ host-image] Oct 30 01:12:50.028 INFO O| Oct 30 01:12:50.028 INFO STEP 50 (remove_files) COMPLETE
87492024-10-30T01:12:49.697Z[ host-image] Oct 30 01:12:50.028 INFO O| Oct 30 01:12:50.028 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-10-30T01:12:49.706Z[ host-image] Oct 30 01:12:50.039 INFO O| Oct 30 01:12:50.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87512024-10-30T01:12:49.706Z[ host-image] Oct 30 01:12:50.039 INFO O| Oct 30 01:12:50.039 INFO STEP 51 (remove_files) COMPLETE
87522024-10-30T01:12:49.708Z[ host-image] Oct 30 01:12:50.039 INFO O| Oct 30 01:12:50.039 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-10-30T01:12:49.717Z[ host-image] Oct 30 01:12:50.050 INFO O| Oct 30 01:12:50.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87542024-10-30T01:12:49.717Z[ host-image] Oct 30 01:12:50.050 INFO O| Oct 30 01:12:50.050 INFO STEP 52 (remove_files) COMPLETE
87552024-10-30T01:12:49.719Z[ host-image] Oct 30 01:12:50.050 INFO O| Oct 30 01:12:50.050 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-10-30T01:12:49.727Z[ host-image] Oct 30 01:12:50.061 INFO O| Oct 30 01:12:50.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87572024-10-30T01:12:49.727Z[ host-image] Oct 30 01:12:50.061 INFO O| Oct 30 01:12:50.061 INFO STEP 53 (remove_files) COMPLETE
87582024-10-30T01:12:49.727Z[ host-image] Oct 30 01:12:50.061 INFO O| Oct 30 01:12:50.061 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-10-30T01:12:49.738Z[ host-image] Oct 30 01:12:50.072 INFO O| Oct 30 01:12:50.072 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87602024-10-30T01:12:49.738Z[ host-image] Oct 30 01:12:50.072 INFO O| Oct 30 01:12:50.072 INFO STEP 54 (remove_files) COMPLETE
87612024-10-30T01:12:49.738Z[ host-image] Oct 30 01:12:50.072 INFO O| Oct 30 01:12:50.072 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-30T01:12:49.749Z[ host-image] Oct 30 01:12:50.082 INFO O| Oct 30 01:12:50.082 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87632024-10-30T01:12:49.749Z[ host-image] Oct 30 01:12:50.082 INFO O| Oct 30 01:12:50.082 INFO STEP 55 (remove_files) COMPLETE
87642024-10-30T01:12:49.749Z[ host-image] Oct 30 01:12:50.082 INFO O| Oct 30 01:12:50.082 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-10-30T01:12:49.759Z[ host-image] Oct 30 01:12:50.093 INFO O| Oct 30 01:12:50.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87662024-10-30T01:12:49.759Z[ host-image] Oct 30 01:12:50.093 INFO O| Oct 30 01:12:50.093 INFO STEP 56 (remove_files) COMPLETE
87672024-10-30T01:12:49.762Z[ host-image] Oct 30 01:12:50.093 INFO O| Oct 30 01:12:50.093 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-10-30T01:12:49.769Z[ host-image] Oct 30 01:12:50.103 INFO O| Oct 30 01:12:50.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87692024-10-30T01:12:49.769Z[ host-image] Oct 30 01:12:50.103 INFO O| Oct 30 01:12:50.103 INFO STEP 57 (remove_files) COMPLETE
87702024-10-30T01:12:49.772Z[ host-image] Oct 30 01:12:50.103 INFO O| Oct 30 01:12:50.103 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712024-10-30T01:12:49.779Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87722024-10-30T01:12:49.779Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87732024-10-30T01:12:49.782Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87742024-10-30T01:12:49.782Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87752024-10-30T01:12:49.782Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87762024-10-30T01:12:49.782Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87772024-10-30T01:12:49.782Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO ok!
87782024-10-30T01:12:49.782Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO STEP 58 (ensure_file) COMPLETE
87792024-10-30T01:12:49.782Z[ host-image] Oct 30 01:12:50.113 INFO O| Oct 30 01:12:50.113 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-10-30T01:12:49.789Z[ host-image] Oct 30 01:12:50.123 INFO O| Oct 30 01:12:50.123 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87812024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.123 INFO O| Oct 30 01:12:50.123 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87822024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.123 INFO O| Oct 30 01:12:50.123 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87832024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87842024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87852024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87862024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO ok!
87872024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO STEP 59 (ensure_file) COMPLETE
87882024-10-30T01:12:49.792Z[ host-image] Oct 30 01:12:50.124 INFO O| Oct 30 01:12:50.124 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-10-30T01:12:49.799Z[ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87902024-10-30T01:12:49.800Z[ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87912024-10-30T01:12:49.802Z[ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87922024-10-30T01:12:49.802Z[ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO ok!
87932024-10-30T01:12:49.802Z[ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO STEP 60 (ensure_file) COMPLETE
87942024-10-30T01:12:49.802Z[ host-image] Oct 30 01:12:50.133 INFO O| Oct 30 01:12:50.133 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-10-30T01:12:49.809Z[ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87962024-10-30T01:12:49.809Z[ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87972024-10-30T01:12:49.812Z[ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87982024-10-30T01:12:49.812Z[ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO ok!
87992024-10-30T01:12:49.812Z[ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO STEP 61 (ensure_file) COMPLETE
88002024-10-30T01:12:49.812Z[ host-image] Oct 30 01:12:50.143 INFO O| Oct 30 01:12:50.143 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012024-10-30T01:12:49.819Z[ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88022024-10-30T01:12:49.822Z[ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88032024-10-30T01:12:49.822Z[ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88042024-10-30T01:12:49.822Z[ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88052024-10-30T01:12:49.822Z[ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO ok!
88062024-10-30T01:12:49.822Z[ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO STEP 62 (ensure_file) COMPLETE
88072024-10-30T01:12:49.822Z[ host-image] Oct 30 01:12:50.153 INFO O| Oct 30 01:12:50.153 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082024-10-30T01:12:49.829Z[ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88092024-10-30T01:12:49.829Z[ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88102024-10-30T01:12:49.832Z[ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88112024-10-30T01:12:49.832Z[ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88122024-10-30T01:12:49.832Z[ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO ok!
88132024-10-30T01:12:49.832Z[ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO STEP 63 (ensure_file) COMPLETE
88142024-10-30T01:12:49.832Z[ host-image] Oct 30 01:12:50.163 INFO O| Oct 30 01:12:50.163 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-10-30T01:12:49.839Z[ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.172 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88162024-10-30T01:12:49.839Z[ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88172024-10-30T01:12:49.842Z[ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88182024-10-30T01:12:49.842Z[ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO ok!
88192024-10-30T01:12:49.842Z[ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO STEP 64 (assemble_files) COMPLETE
88202024-10-30T01:12:49.842Z[ host-image] Oct 30 01:12:50.173 INFO O| Oct 30 01:12:50.173 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-10-30T01:12:49.848Z[ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88222024-10-30T01:12:49.848Z[ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88232024-10-30T01:12:49.851Z[ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88242024-10-30T01:12:49.851Z[ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88252024-10-30T01:12:49.851Z[ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO ok!
88262024-10-30T01:12:49.851Z[ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO STEP 65 (ensure_file) COMPLETE
88272024-10-30T01:12:49.851Z[ host-image] Oct 30 01:12:50.182 INFO O| Oct 30 01:12:50.182 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-10-30T01:12:49.858Z[ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88292024-10-30T01:12:49.861Z[ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88302024-10-30T01:12:49.861Z[ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88312024-10-30T01:12:49.861Z[ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO STEP 66 (ensure_dir) COMPLETE
88322024-10-30T01:12:49.861Z[ host-image] Oct 30 01:12:50.192 INFO O| Oct 30 01:12:50.192 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-10-30T01:12:49.868Z[ host-image] Oct 30 01:12:50.202 INFO O| Oct 30 01:12:50.202 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88342024-10-30T01:12:49.868Z[ host-image] Oct 30 01:12:50.202 INFO O| Oct 30 01:12:50.202 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
88352024-10-30T01:12:49.875Z[ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88362024-10-30T01:12:49.878Z[ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88372024-10-30T01:12:49.878Z[ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO ok!
88382024-10-30T01:12:49.878Z[ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO STEP 67 (ensure_file) COMPLETE
88392024-10-30T01:12:49.878Z[ host-image] Oct 30 01:12:50.209 INFO O| Oct 30 01:12:50.209 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-10-30T01:12:49.885Z[ host-image] Oct 30 01:12:50.218 INFO O| Oct 30 01:12:50.218 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88412024-10-30T01:12:49.887Z[ host-image] Oct 30 01:12:50.218 INFO O| Oct 30 01:12:50.218 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
88422024-10-30T01:12:49.887Z[ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88432024-10-30T01:12:49.887Z[ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88442024-10-30T01:12:49.887Z[ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO ok!
88452024-10-30T01:12:49.887Z[ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO STEP 68 (ensure_file) COMPLETE
88462024-10-30T01:12:49.887Z[ host-image] Oct 30 01:12:50.219 INFO O| Oct 30 01:12:50.219 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-10-30T01:12:49.899Z[ host-image] Oct 30 01:12:50.233 INFO O| Oct 30 01:12:50.233 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88482024-10-30T01:12:49.899Z[ host-image] Oct 30 01:12:50.233 INFO O| Oct 30 01:12:50.233 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88492024-10-30T01:12:51.976Z[ host-image] Oct 30 01:12:52.310 INFO O| Oct 30 01:12:52.310 INFO STEP 69 (pack_tar) COMPLETE
88502024-10-30T01:12:51.976Z[ host-image] Oct 30 01:12:52.310 INFO O| Oct 30 01:12:52.310 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88512024-10-30T01:12:51.978Z[ host-image] Oct 30 01:12:52.310 INFO O| Oct 30 01:12:52.310 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88522024-10-30T01:12:52.568Z[ host-image] Oct 30 01:12:52.902 INFO O| Oct 30 01:12:52.902 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88532024-10-30T01:12:52.657Z[ host-image] Oct 30 01:12:52.991 INFO O| Oct 30 01:12:52.991 INFO completed processing gimlet/ramdisk-02-trim
88542024-10-30T01:12:52.659Z[ host-image] Oct 30 01:12:52.993 INFO image builder template: zfs...
88552024-10-30T01:12:52.659Z[ host-image] Oct 30 01:12:52.993 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpaVpy3U/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88562024-10-30T01:12:52.673Z[ host-image] Oct 30 01:12:53.008 INFO O| Oct 30 01:12:53.008 INFO skip include "stress" because feature "stress" is not enabled
88572024-10-30T01:12:52.705Z[ host-image] Oct 30 01:12:53.039 INFO O| Oct 30 01:12:53.039 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88582024-10-30T01:12:52.709Z[ host-image] Oct 30 01:12:53.043 INFO O| Oct 30 01:12:53.043 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88592024-10-30T01:12:52.827Z[ host-image] Oct 30 01:12:53.161 INFO O| Oct 30 01:12:53.161 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88602024-10-30T01:12:52.877Z[ host-image] Oct 30 01:12:53.211 INFO O| Oct 30 01:12:53.211 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88612024-10-30T01:12:52.877Z[ host-image] Oct 30 01:12:53.211 INFO O| Oct 30 01:12:53.211 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88622024-10-30T01:12:52.881Z[ host-image] Oct 30 01:12:53.216 INFO O| Oct 30 01:12:53.216 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88632024-10-30T01:12:53.009Z[ host-image] Oct 30 01:12:53.344 INFO O| Oct 30 01:12:53.344 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88642024-10-30T01:12:53.086Z[ host-image] Oct 30 01:12:53.421 INFO O| Oct 30 01:12:53.421 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88652024-10-30T01:12:53.097Z[ host-image] Oct 30 01:12:53.432 INFO O| Oct 30 01:12:53.432 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88662024-10-30T01:12:53.102Z[ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88672024-10-30T01:12:53.105Z[ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO no lofi found
88682024-10-30T01:12:53.105Z[ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88692024-10-30T01:12:53.105Z[ host-image] Oct 30 01:12:53.437 INFO O| Oct 30 01:12:53.437 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88702024-10-30T01:12:53.222Z[ recovery-image] Oct 30 01:12:53.556 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88712024-10-30T01:12:54.675Z[ host-image] Oct 30 01:12:55.011 INFO O| Oct 30 01:12:55.010 INFO lofi device = /dev/dsk/c2t1d0p0
88722024-10-30T01:12:54.675Z[ host-image] Oct 30 01:12:55.011 INFO O| Oct 30 01:12:55.010 INFO pool device = /dev/dsk/c2t1d0p0
88732024-10-30T01:12:54.678Z[ host-image] Oct 30 01:12:55.011 INFO O| Oct 30 01:12:55.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88742024-10-30T01:12:54.764Z[ host-image] Oct 30 01:12:55.099 INFO O| Oct 30 01:12:55.099 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88752024-10-30T01:12:54.764Z[ host-image] Oct 30 01:12:55.100 INFO O| Oct 30 01:12:55.099 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88762024-10-30T01:12:54.791Z[ host-image] Oct 30 01:12:55.126 INFO O| Oct 30 01:12:55.126 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88772024-10-30T01:12:54.857Z[ recovery-image] Oct 30 01:12:55.193 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88782024-10-30T01:12:54.861Z[ host-image] Oct 30 01:12:55.196 INFO O| Oct 30 01:12:55.196 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88792024-10-30T01:12:54.904Z[ host-image] Oct 30 01:12:55.239 INFO O| Oct 30 01:12:55.239 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88802024-10-30T01:12:54.930Z[ host-image] Oct 30 01:12:55.266 INFO O| Oct 30 01:12:55.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88812024-10-30T01:12:54.960Z[ host-image] Oct 30 01:12:55.295 INFO O| Oct 30 01:12:55.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88822024-10-30T01:12:55.044Z[ host-image] Oct 30 01:12:55.379 INFO O| Oct 30 01:12:55.379 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88832024-10-30T01:12:55.047Z[ host-image] Oct 30 01:12:55.380 INFO O| Oct 30 01:12:55.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88842024-10-30T01:12:55.047Z[ host-image] Oct 30 01:12:55.380 INFO O| Oct 30 01:12:55.380 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88852024-10-30T01:12:55.062Z[ host-image] Oct 30 01:12:55.398 INFO O| Oct 30 01:12:55.398 INFO boot environment UUID: 84b2d159-2db8-4cd6-bbe1-dfc1f0ce0d39
88862024-10-30T01:12:55.062Z[ host-image] Oct 30 01:12:55.398 INFO O| Oct 30 01:12:55.398 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 84b2d159-2db8-4cd6-bbe1-dfc1f0ce0d39
88872024-10-30T01:12:55.087Z[ host-image] Oct 30 01:12:55.423 INFO O| Oct 30 01:12:55.422 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88882024-10-30T01:12:55.113Z[ host-image] Oct 30 01:12:55.448 INFO O| Oct 30 01:12:55.448 INFO STEP 0 (create_be) COMPLETE
88892024-10-30T01:12:55.113Z[ host-image] Oct 30 01:12:55.448 INFO O| Oct 30 01:12:55.448 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88902024-10-30T01:12:55.141Z[ host-image] Oct 30 01:12:55.476 INFO O| Oct 30 01:12:55.476 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88912024-10-30T01:12:56.300Z[ recovery-image] Oct 30 01:12:56.636 INFO E| Compiling quote v1.0.37
88922024-10-30T01:12:56.792Z[ recovery-image] Oct 30 01:12:57.128 INFO E| Compiling syn v2.0.77
88932024-10-30T01:13:00.509Z[ recovery-image] Oct 30 01:13:00.846 INFO E| Compiling bitflags v1.3.2
88942024-10-30T01:13:00.715Z[ recovery-image] Oct 30 01:13:01.053 INFO E| Compiling raw-cpuid v10.7.0
88952024-10-30T01:13:01.098Z[ recovery-image] Oct 30 01:13:01.436 INFO E| Compiling log v0.4.22
88962024-10-30T01:13:01.166Z[ recovery-image] Oct 30 01:13:01.503 INFO E| Compiling bit_field v0.10.2
88972024-10-30T01:13:01.166Z[ recovery-image] Oct 30 01:13:01.503 INFO E| Compiling plain v0.2.3
88982024-10-30T01:13:01.166Z[ recovery-image] Oct 30 01:13:01.503 INFO E| Compiling adler2 v2.0.0
88992024-10-30T01:13:01.412Z[ recovery-image] Oct 30 01:13:01.750 INFO E| Compiling scroll_derive v0.12.0
89002024-10-30T01:13:01.423Z[ recovery-image] Oct 30 01:13:01.761 INFO E| Compiling miniz_oxide v0.8.0
89012024-10-30T01:13:01.460Z[ recovery-image] Oct 30 01:13:01.797 INFO E| Compiling cpio_reader v0.1.1
89022024-10-30T01:13:01.495Z[ recovery-image] Oct 30 01:13:01.832 INFO E| Compiling static_assertions v1.1.0
89032024-10-30T01:13:03.485Z[ recovery-image] Oct 30 01:13:03.820 INFO E| Compiling scroll v0.12.0
89042024-10-30T01:13:04.233Z[ recovery-image] Oct 30 01:13:04.572 INFO E| Compiling goblin v0.8.2
89052024-10-30T01:13:06.054Z[ recovery-image] Oct 30 01:13:06.393 INFO E| Compiling bitstruct_derive v0.1.0
89062024-10-30T01:13:07.372Z[ recovery-image] Oct 30 01:13:07.712 INFO E| Compiling bitstruct v0.1.1
89072024-10-30T01:13:11.662Z[ recovery-image] Oct 30 01:13:12.000 INFO E| Finished `release` profile [optimized] target(s) in 36.50s
89082024-10-30T01:13:11.685Z[ recovery-image] Oct 30 01:13:12.026 INFO building host image...
89092024-10-30T01:13:11.688Z[ recovery-image] Oct 30 01:13:12.027 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
89102024-10-30T01:13:12.371Z[ recovery-image] Oct 30 01:13:12.712 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89112024-10-30T01:13:14.220Z[ recovery-image] Oct 30 01:13:14.562 INFO image complete! materials are in "/work/os-recovery"
89122024-10-30T01:13:14.223Z[ recovery-image]
89132024-10-30T01:13:14.223Z[ recovery-image] real 8:01.071110282
89142024-10-30T01:13:14.223Z[ recovery-image] user 5:19.663129462
89152024-10-30T01:13:14.223Z[ recovery-image] sys 50.731263731
89162024-10-30T01:13:14.223Z[ recovery-image] trap 0.244896799
89172024-10-30T01:13:14.223Z[ recovery-image] tflt 0.239251791
89182024-10-30T01:13:14.226Z[ recovery-image] dflt 1.352693880
89192024-10-30T01:13:14.226Z[ recovery-image] kflt 0.000031443
89202024-10-30T01:13:14.226Z[ recovery-image] lock 17:09.304267359
89212024-10-30T01:13:14.226Z[ recovery-image] slp 50:03.536503117
89222024-10-30T01:13:14.226Z[ recovery-image] lat 1:54.287077613
89232024-10-30T01:13:14.226Z[ recovery-image] stop 4.321394807
89242024-10-30T01:13:14.226ZOct 30 01:13:14.566 INFO [recovery-image] process exited with exit status: 0 (481.107526982s)
89252024-10-30T01:13:17.930Z[ host-image] Oct 30 01:13:18.273 INFO O| Oct 30 01:13:18.273 INFO STEP 1 (unpack_tar) COMPLETE
89262024-10-30T01:13:17.930Z[ host-image] Oct 30 01:13:18.274 INFO O| Oct 30 01:13:18.273 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272024-10-30T01:13:17.941Z[ host-image] Oct 30 01:13:18.284 INFO O| Oct 30 01:13:18.284 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89282024-10-30T01:13:18.251Z[ host-image] Oct 30 01:13:18.594 INFO O| Oct 30 01:13:18.594 INFO STEP 2 (devfsadm) COMPLETE
89292024-10-30T01:13:18.251Z[ host-image] Oct 30 01:13:18.594 INFO O| Oct 30 01:13:18.594 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-10-30T01:13:18.261Z[ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89312024-10-30T01:13:18.261Z[ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89322024-10-30T01:13:18.264Z[ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO STEP 3 (ensure_dir) COMPLETE
89332024-10-30T01:13:18.264Z[ host-image] Oct 30 01:13:18.605 INFO O| Oct 30 01:13:18.605 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342024-10-30T01:13:18.272Z[ host-image] Oct 30 01:13:18.616 INFO O| Oct 30 01:13:18.616 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89352024-10-30T01:13:18.272Z[ host-image] Oct 30 01:13:18.616 INFO O| Oct 30 01:13:18.616 INFO STEP 4 (ensure_dir) COMPLETE
89362024-10-30T01:13:18.272Z[ host-image] Oct 30 01:13:18.616 INFO O| Oct 30 01:13:18.616 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372024-10-30T01:13:18.284Z[ host-image] Oct 30 01:13:18.628 INFO O| Oct 30 01:13:18.628 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89382024-10-30T01:13:18.284Z[ host-image] Oct 30 01:13:18.628 INFO O| Oct 30 01:13:18.628 INFO STEP 5 (ensure_dir) COMPLETE
89392024-10-30T01:13:18.287Z[ host-image] Oct 30 01:13:18.628 INFO O| Oct 30 01:13:18.628 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-30T01:13:18.296Z[ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89412024-10-30T01:13:18.296Z[ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89422024-10-30T01:13:18.298Z[ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO STEP 6 (ensure_dir) COMPLETE
89432024-10-30T01:13:18.298Z[ host-image] Oct 30 01:13:18.638 INFO O| Oct 30 01:13:18.638 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442024-10-30T01:13:18.304Z[ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89452024-10-30T01:13:18.306Z[ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89462024-10-30T01:13:18.307Z[ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO STEP 7 (ensure_dir) COMPLETE
89472024-10-30T01:13:18.307Z[ host-image] Oct 30 01:13:18.648 INFO O| Oct 30 01:13:18.648 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482024-10-30T01:13:18.313Z[ host-image] Oct 30 01:13:18.657 INFO O| Oct 30 01:13:18.657 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89492024-10-30T01:13:18.316Z[ host-image] Oct 30 01:13:18.657 INFO O| Oct 30 01:13:18.657 INFO STEP 8 (remove_files) COMPLETE
89502024-10-30T01:13:18.316Z[ host-image] Oct 30 01:13:18.657 INFO O| Oct 30 01:13:18.657 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512024-10-30T01:13:18.323Z[ host-image] Oct 30 01:13:18.667 INFO O| Oct 30 01:13:18.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89522024-10-30T01:13:18.326Z[ host-image] Oct 30 01:13:18.668 INFO O| Oct 30 01:13:18.668 INFO STEP 9 (remove_files) COMPLETE
89532024-10-30T01:13:18.326Z[ host-image] Oct 30 01:13:18.668 INFO O| Oct 30 01:13:18.668 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89542024-10-30T01:13:18.333Z[ host-image] Oct 30 01:13:18.677 INFO O| Oct 30 01:13:18.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89552024-10-30T01:13:18.336Z[ host-image] Oct 30 01:13:18.678 INFO O| Oct 30 01:13:18.678 INFO STEP 10 (remove_files) COMPLETE
89562024-10-30T01:13:18.336Z[ host-image] Oct 30 01:13:18.678 INFO O| Oct 30 01:13:18.678 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89572024-10-30T01:13:18.343Z[ host-image] Oct 30 01:13:18.687 INFO O| Oct 30 01:13:18.687 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89582024-10-30T01:13:18.346Z[ host-image] Oct 30 01:13:18.687 INFO O| Oct 30 01:13:18.687 INFO STEP 11 (remove_files) COMPLETE
89592024-10-30T01:13:18.346Z[ host-image] Oct 30 01:13:18.687 INFO O| Oct 30 01:13:18.687 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602024-10-30T01:13:18.353Z[ host-image] Oct 30 01:13:18.697 INFO O| Oct 30 01:13:18.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89612024-10-30T01:13:18.356Z[ host-image] Oct 30 01:13:18.697 INFO O| Oct 30 01:13:18.697 INFO STEP 12 (remove_files) COMPLETE
89622024-10-30T01:13:18.356Z[ host-image] Oct 30 01:13:18.697 INFO O| Oct 30 01:13:18.697 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89632024-10-30T01:13:18.363Z[ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89642024-10-30T01:13:18.366Z[ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89652024-10-30T01:13:18.366Z[ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO STEP 13 (ensure_dir) COMPLETE
89662024-10-30T01:13:18.366Z[ host-image] Oct 30 01:13:18.707 INFO O| Oct 30 01:13:18.707 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89672024-10-30T01:13:18.373Z[ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89682024-10-30T01:13:18.376Z[ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89692024-10-30T01:13:18.376Z[ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89702024-10-30T01:13:18.376Z[ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO STEP 14 (ensure_dir) COMPLETE
89712024-10-30T01:13:18.376Z[ host-image] Oct 30 01:13:18.717 INFO O| Oct 30 01:13:18.717 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89722024-10-30T01:13:18.383Z[ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89732024-10-30T01:13:18.383Z[ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89742024-10-30T01:13:18.386Z[ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89752024-10-30T01:13:18.386Z[ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO STEP 15 (ensure_dir) COMPLETE
89762024-10-30T01:13:18.386Z[ host-image] Oct 30 01:13:18.727 INFO O| Oct 30 01:13:18.727 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89772024-10-30T01:13:18.393Z[ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89782024-10-30T01:13:18.393Z[ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89792024-10-30T01:13:18.396Z[ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO STEP 16 (ensure_dir) COMPLETE
89802024-10-30T01:13:18.396Z[ host-image] Oct 30 01:13:18.737 INFO O| Oct 30 01:13:18.737 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89812024-10-30T01:13:18.402Z[ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89822024-10-30T01:13:18.402Z[ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89832024-10-30T01:13:18.405Z[ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO STEP 17 (ensure_dir) COMPLETE
89842024-10-30T01:13:18.405Z[ host-image] Oct 30 01:13:18.746 INFO O| Oct 30 01:13:18.746 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89852024-10-30T01:13:18.412Z[ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89862024-10-30T01:13:18.412Z[ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89872024-10-30T01:13:18.415Z[ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO ok!
89882024-10-30T01:13:18.415Z[ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO STEP 18 (ensure_symlink) COMPLETE
89892024-10-30T01:13:18.415Z[ host-image] Oct 30 01:13:18.756 INFO O| Oct 30 01:13:18.756 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89902024-10-30T01:13:18.422Z[ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89912024-10-30T01:13:18.422Z[ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89922024-10-30T01:13:18.422Z[ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO ok!
89932024-10-30T01:13:18.424Z[ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO STEP 19 (ensure_file) COMPLETE
89942024-10-30T01:13:18.424Z[ host-image] Oct 30 01:13:18.766 INFO O| Oct 30 01:13:18.766 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89952024-10-30T01:13:18.431Z[ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89962024-10-30T01:13:18.431Z[ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89972024-10-30T01:13:18.434Z[ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89982024-10-30T01:13:18.434Z[ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO ok!
89992024-10-30T01:13:18.434Z[ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO STEP 20 (ensure_symlink) COMPLETE
90002024-10-30T01:13:18.434Z[ host-image] Oct 30 01:13:18.775 INFO O| Oct 30 01:13:18.775 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90012024-10-30T01:13:18.441Z[ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90022024-10-30T01:13:18.441Z[ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90032024-10-30T01:13:18.444Z[ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90042024-10-30T01:13:18.444Z[ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO ok!
90052024-10-30T01:13:18.444Z[ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO STEP 21 (ensure_symlink) COMPLETE
90062024-10-30T01:13:18.444Z[ host-image] Oct 30 01:13:18.785 INFO O| Oct 30 01:13:18.785 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90072024-10-30T01:13:18.451Z[ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90082024-10-30T01:13:18.451Z[ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90092024-10-30T01:13:18.453Z[ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90102024-10-30T01:13:18.453Z[ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO ok!
90112024-10-30T01:13:18.453Z[ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO STEP 22 (ensure_symlink) COMPLETE
90122024-10-30T01:13:18.453Z[ host-image] Oct 30 01:13:18.795 INFO O| Oct 30 01:13:18.795 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90132024-10-30T01:13:18.460Z[ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90142024-10-30T01:13:18.460Z[ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90152024-10-30T01:13:18.463Z[ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90162024-10-30T01:13:18.463Z[ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO ok!
90172024-10-30T01:13:18.463Z[ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO STEP 23 (ensure_symlink) COMPLETE
90182024-10-30T01:13:18.463Z[ host-image] Oct 30 01:13:18.804 INFO O| Oct 30 01:13:18.804 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90192024-10-30T01:13:18.470Z[ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90202024-10-30T01:13:18.473Z[ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90212024-10-30T01:13:18.473Z[ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90222024-10-30T01:13:18.473Z[ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO ok!
90232024-10-30T01:13:18.473Z[ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO STEP 24 (ensure_file) COMPLETE
90242024-10-30T01:13:18.473Z[ host-image] Oct 30 01:13:18.814 INFO O| Oct 30 01:13:18.814 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90252024-10-30T01:13:18.481Z[ host-image] Oct 30 01:13:18.824 INFO O| Oct 30 01:13:18.824 INFO updating shadow file
90262024-10-30T01:13:18.483Z[ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90272024-10-30T01:13:18.483Z[ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90282024-10-30T01:13:18.483Z[ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO STEP 25 (shadow) COMPLETE
90292024-10-30T01:13:18.483Z[ host-image] Oct 30 01:13:18.825 INFO O| Oct 30 01:13:18.825 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90302024-10-30T01:13:18.490Z[ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90312024-10-30T01:13:18.490Z[ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90322024-10-30T01:13:18.493Z[ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90332024-10-30T01:13:18.493Z[ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO ok!
90342024-10-30T01:13:18.493Z[ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO STEP 26 (ensure_file) COMPLETE
90352024-10-30T01:13:18.493Z[ host-image] Oct 30 01:13:18.834 INFO O| Oct 30 01:13:18.834 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90362024-10-30T01:13:18.500Z[ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90372024-10-30T01:13:18.502Z[ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90382024-10-30T01:13:18.503Z[ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90392024-10-30T01:13:18.503Z[ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO ok!
90402024-10-30T01:13:18.503Z[ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO STEP 27 (ensure_file) COMPLETE
90412024-10-30T01:13:18.503Z[ host-image] Oct 30 01:13:18.844 INFO O| Oct 30 01:13:18.844 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90422024-10-30T01:13:18.510Z[ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90432024-10-30T01:13:18.510Z[ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90442024-10-30T01:13:18.512Z[ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90452024-10-30T01:13:18.513Z[ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90462024-10-30T01:13:18.513Z[ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO ok!
90472024-10-30T01:13:18.513Z[ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO STEP 28 (ensure_file) COMPLETE
90482024-10-30T01:13:18.513Z[ host-image] Oct 30 01:13:18.854 INFO O| Oct 30 01:13:18.854 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90492024-10-30T01:13:18.520Z[ host-image] Oct 30 01:13:18.863 INFO O| Oct 30 01:13:18.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90502024-10-30T01:13:18.520Z[ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.863 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90512024-10-30T01:13:18.522Z[ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90522024-10-30T01:13:18.522Z[ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO ok!
90532024-10-30T01:13:18.522Z[ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO STEP 29 (ensure_file) COMPLETE
90542024-10-30T01:13:18.522Z[ host-image] Oct 30 01:13:18.864 INFO O| Oct 30 01:13:18.864 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90552024-10-30T01:13:18.529Z[ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90562024-10-30T01:13:18.529Z[ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90572024-10-30T01:13:18.532Z[ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90582024-10-30T01:13:18.532Z[ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO ok!
90592024-10-30T01:13:18.532Z[ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO STEP 30 (ensure_file) COMPLETE
90602024-10-30T01:13:18.532Z[ host-image] Oct 30 01:13:18.873 INFO O| Oct 30 01:13:18.873 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90612024-10-30T01:13:18.540Z[ host-image] Oct 30 01:13:18.883 INFO O| Oct 30 01:13:18.883 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90622024-10-30T01:13:18.540Z[ host-image] Oct 30 01:13:18.883 INFO O| Oct 30 01:13:18.883 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90632024-10-30T01:13:18.542Z[ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90642024-10-30T01:13:18.542Z[ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90652024-10-30T01:13:18.542Z[ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO ok!
90662024-10-30T01:13:18.542Z[ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO STEP 31 (ensure_file) COMPLETE
90672024-10-30T01:13:18.543Z[ host-image] Oct 30 01:13:18.884 INFO O| Oct 30 01:13:18.884 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90682024-10-30T01:13:18.550Z[ host-image] Oct 30 01:13:18.893 INFO O| Oct 30 01:13:18.893 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90692024-10-30T01:13:18.550Z[ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.893 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90702024-10-30T01:13:18.552Z[ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90712024-10-30T01:13:18.552Z[ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO ok!
90722024-10-30T01:13:18.552Z[ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO STEP 32 (ensure_file) COMPLETE
90732024-10-30T01:13:18.552Z[ host-image] Oct 30 01:13:18.894 INFO O| Oct 30 01:13:18.894 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90742024-10-30T01:13:18.562Z[ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90752024-10-30T01:13:18.562Z[ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90762024-10-30T01:13:18.562Z[ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90772024-10-30T01:13:18.562Z[ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO ok!
90782024-10-30T01:13:18.562Z[ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO STEP 33 (ensure_file) COMPLETE
90792024-10-30T01:13:18.562Z[ host-image] Oct 30 01:13:18.904 INFO O| Oct 30 01:13:18.904 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90802024-10-30T01:13:18.569Z[ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90812024-10-30T01:13:18.569Z[ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90822024-10-30T01:13:18.572Z[ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90832024-10-30T01:13:18.572Z[ host-image] Oct 30 01:13:18.913 INFO O| Oct 30 01:13:18.913 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90842024-10-30T01:13:18.572Z[ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.913 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90852024-10-30T01:13:18.572Z[ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90862024-10-30T01:13:18.572Z[ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO ok!
90872024-10-30T01:13:18.572Z[ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO STEP 34 (ensure_file) COMPLETE
90882024-10-30T01:13:18.572Z[ host-image] Oct 30 01:13:18.914 INFO O| Oct 30 01:13:18.914 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90892024-10-30T01:13:18.579Z[ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90902024-10-30T01:13:18.582Z[ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90912024-10-30T01:13:18.582Z[ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90922024-10-30T01:13:18.582Z[ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO STEP 35 (ensure_dir) COMPLETE
90932024-10-30T01:13:18.582Z[ host-image] Oct 30 01:13:18.923 INFO O| Oct 30 01:13:18.923 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90942024-10-30T01:13:18.589Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
90952024-10-30T01:13:18.589Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
90962024-10-30T01:13:18.591Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90972024-10-30T01:13:18.591Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90982024-10-30T01:13:18.592Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90992024-10-30T01:13:18.592Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
91002024-10-30T01:13:18.592Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO ok!
91012024-10-30T01:13:18.592Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO STEP 36 (ensure_file) COMPLETE
91022024-10-30T01:13:18.592Z[ host-image] Oct 30 01:13:18.933 INFO O| Oct 30 01:13:18.933 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91032024-10-30T01:13:18.598Z[ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91042024-10-30T01:13:18.598Z[ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
91052024-10-30T01:13:18.601Z[ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91062024-10-30T01:13:18.601Z[ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO ok!
91072024-10-30T01:13:18.601Z[ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO STEP 37 (ensure_symlink) COMPLETE
91082024-10-30T01:13:18.601Z[ host-image] Oct 30 01:13:18.942 INFO O| Oct 30 01:13:18.942 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91092024-10-30T01:13:18.608Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91102024-10-30T01:13:18.608Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91112024-10-30T01:13:18.611Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91122024-10-30T01:13:18.611Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91132024-10-30T01:13:18.611Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91142024-10-30T01:13:18.611Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91152024-10-30T01:13:18.611Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO ok!
91162024-10-30T01:13:18.611Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO STEP 38 (ensure_file) COMPLETE
91172024-10-30T01:13:18.611Z[ host-image] Oct 30 01:13:18.952 INFO O| Oct 30 01:13:18.952 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91182024-10-30T01:13:18.618Z[ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91192024-10-30T01:13:18.618Z[ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
91202024-10-30T01:13:18.621Z[ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91212024-10-30T01:13:18.621Z[ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91222024-10-30T01:13:18.621Z[ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO ok!
91232024-10-30T01:13:18.621Z[ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO STEP 39 (ensure_file) COMPLETE
91242024-10-30T01:13:18.621Z[ host-image] Oct 30 01:13:18.962 INFO O| Oct 30 01:13:18.962 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91252024-10-30T01:13:18.628Z[ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91262024-10-30T01:13:18.630Z[ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91272024-10-30T01:13:18.630Z[ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91282024-10-30T01:13:18.630Z[ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO ok!
91292024-10-30T01:13:18.630Z[ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO STEP 40 (ensure_file) COMPLETE
91302024-10-30T01:13:18.630Z[ host-image] Oct 30 01:13:18.972 INFO O| Oct 30 01:13:18.972 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91312024-10-30T01:13:18.638Z[ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO updating shadow file
91322024-10-30T01:13:18.640Z[ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91332024-10-30T01:13:18.640Z[ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO STEP 41 (shadow) COMPLETE
91342024-10-30T01:13:18.640Z[ host-image] Oct 30 01:13:18.982 INFO O| Oct 30 01:13:18.982 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91352024-10-30T01:13:18.648Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91362024-10-30T01:13:18.648Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91372024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91382024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91392024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO ok!
91402024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 42 (ensure_file) COMPLETE
91412024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91422024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO skip step because feature "mfg" is not enabled
91432024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91442024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO skip step because feature "mfg" is not enabled
91452024-10-30T01:13:18.651Z[ host-image] Oct 30 01:13:18.992 INFO O| Oct 30 01:13:18.992 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91462024-10-30T01:13:18.658Z[ host-image] Oct 30 01:13:19.002 INFO O| Oct 30 01:13:19.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91472024-10-30T01:13:18.658Z[ host-image] Oct 30 01:13:19.002 INFO O| Oct 30 01:13:19.002 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91482024-10-30T01:13:19.291Z[ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91492024-10-30T01:13:19.291Z[ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91502024-10-30T01:13:19.294Z[ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO ok!
91512024-10-30T01:13:19.294Z[ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO STEP 45 (ensure_file) COMPLETE
91522024-10-30T01:13:19.294Z[ host-image] Oct 30 01:13:19.635 INFO O| Oct 30 01:13:19.635 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91532024-10-30T01:13:19.302Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91542024-10-30T01:13:19.302Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91552024-10-30T01:13:19.304Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91562024-10-30T01:13:19.304Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91572024-10-30T01:13:19.304Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91582024-10-30T01:13:19.304Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91592024-10-30T01:13:19.304Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO ok!
91602024-10-30T01:13:19.305Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO STEP 46 (ensure_file) COMPLETE
91612024-10-30T01:13:19.305Z[ host-image] Oct 30 01:13:19.646 INFO O| Oct 30 01:13:19.646 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91622024-10-30T01:13:19.312Z[ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91632024-10-30T01:13:19.315Z[ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
91642024-10-30T01:13:19.315Z[ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91652024-10-30T01:13:19.315Z[ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91662024-10-30T01:13:19.315Z[ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO ok!
91672024-10-30T01:13:19.315Z[ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO STEP 47 (ensure_file) COMPLETE
91682024-10-30T01:13:19.315Z[ host-image] Oct 30 01:13:19.656 INFO O| Oct 30 01:13:19.656 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91692024-10-30T01:13:19.321Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91702024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91712024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91722024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91732024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91742024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91752024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO ok!
91762024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO STEP 48 (ensure_file) COMPLETE
91772024-10-30T01:13:19.324Z[ host-image] Oct 30 01:13:19.665 INFO O| Oct 30 01:13:19.665 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91782024-10-30T01:13:19.331Z[ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91792024-10-30T01:13:19.333Z[ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
91802024-10-30T01:13:19.333Z[ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91812024-10-30T01:13:19.333Z[ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91822024-10-30T01:13:19.333Z[ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO ok!
91832024-10-30T01:13:19.333Z[ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO STEP 49 (ensure_file) COMPLETE
91842024-10-30T01:13:19.333Z[ host-image] Oct 30 01:13:19.675 INFO O| Oct 30 01:13:19.675 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91852024-10-30T01:13:19.340Z[ host-image] Oct 30 01:13:19.684 INFO O| Oct 30 01:13:19.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91862024-10-30T01:13:19.340Z[ host-image] Oct 30 01:13:19.684 INFO O| Oct 30 01:13:19.684 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91872024-10-30T01:13:19.343Z[ host-image] Oct 30 01:13:19.684 INFO O| Oct 30 01:13:19.684 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91882024-10-30T01:13:19.343Z[ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.684 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91892024-10-30T01:13:19.343Z[ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.684 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91902024-10-30T01:13:19.343Z[ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91912024-10-30T01:13:19.343Z[ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO ok!
91922024-10-30T01:13:19.343Z[ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO STEP 50 (ensure_file) COMPLETE
91932024-10-30T01:13:19.343Z[ host-image] Oct 30 01:13:19.685 INFO O| Oct 30 01:13:19.685 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91942024-10-30T01:13:19.350Z[ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91952024-10-30T01:13:19.350Z[ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
91962024-10-30T01:13:19.352Z[ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91972024-10-30T01:13:19.352Z[ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91982024-10-30T01:13:19.352Z[ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO ok!
91992024-10-30T01:13:19.352Z[ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO STEP 51 (ensure_file) COMPLETE
92002024-10-30T01:13:19.352Z[ host-image] Oct 30 01:13:19.694 INFO O| Oct 30 01:13:19.694 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92012024-10-30T01:13:19.360Z[ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92022024-10-30T01:13:19.360Z[ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
92032024-10-30T01:13:19.362Z[ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92042024-10-30T01:13:19.362Z[ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92052024-10-30T01:13:19.362Z[ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO ok!
92062024-10-30T01:13:19.362Z[ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO STEP 52 (ensure_file) COMPLETE
92072024-10-30T01:13:19.362Z[ host-image] Oct 30 01:13:19.704 INFO O| Oct 30 01:13:19.704 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92082024-10-30T01:13:19.369Z[ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92092024-10-30T01:13:19.369Z[ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
92102024-10-30T01:13:19.372Z[ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92112024-10-30T01:13:19.372Z[ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92122024-10-30T01:13:19.372Z[ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO ok!
92132024-10-30T01:13:19.372Z[ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO STEP 53 (ensure_file) COMPLETE
92142024-10-30T01:13:19.372Z[ host-image] Oct 30 01:13:19.714 INFO O| Oct 30 01:13:19.714 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-10-30T01:13:19.379Z[ host-image] Oct 30 01:13:19.723 INFO O| Oct 30 01:13:19.723 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92162024-10-30T01:13:19.379Z[ host-image] Oct 30 01:13:19.723 INFO O| Oct 30 01:13:19.723 INFO STEP 54 (ensure_dir) COMPLETE
92172024-10-30T01:13:19.382Z[ host-image] Oct 30 01:13:19.723 INFO O| Oct 30 01:13:19.723 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-10-30T01:13:19.388Z[ host-image] Oct 30 01:13:19.732 INFO O| Oct 30 01:13:19.732 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92192024-10-30T01:13:19.388Z[ host-image] Oct 30 01:13:19.732 INFO O| Oct 30 01:13:19.732 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92202024-10-30T01:13:19.391Z[ host-image] Oct 30 01:13:19.733 INFO O| Oct 30 01:13:19.732 INFO STEP 55 (ensure_dir) COMPLETE
92212024-10-30T01:13:19.391Z[ host-image] Oct 30 01:13:19.733 INFO O| Oct 30 01:13:19.733 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92222024-10-30T01:13:19.398Z[ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92232024-10-30T01:13:19.400Z[ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92242024-10-30T01:13:19.400Z[ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO STEP 56 (ensure_dir) COMPLETE
92252024-10-30T01:13:19.401Z[ host-image] Oct 30 01:13:19.742 INFO O| Oct 30 01:13:19.742 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-10-30T01:13:19.408Z[ host-image] Oct 30 01:13:19.751 INFO O| Oct 30 01:13:19.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92272024-10-30T01:13:19.408Z[ host-image] Oct 30 01:13:19.751 INFO O| Oct 30 01:13:19.751 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92282024-10-30T01:13:19.424Z[ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92292024-10-30T01:13:19.424Z[ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO ok!
92302024-10-30T01:13:19.424Z[ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO STEP 57 (ensure_file) COMPLETE
92312024-10-30T01:13:19.426Z[ host-image] Oct 30 01:13:19.768 INFO O| Oct 30 01:13:19.768 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-10-30T01:13:19.434Z[ host-image] Oct 30 01:13:19.778 INFO O| Oct 30 01:13:19.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92332024-10-30T01:13:19.434Z[ host-image] Oct 30 01:13:19.778 INFO O| Oct 30 01:13:19.778 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92342024-10-30T01:13:20.493Z[ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92352024-10-30T01:13:20.493Z[ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.836 INFO ok!
92362024-10-30T01:13:20.496Z[ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.836 INFO STEP 58 (ensure_file) COMPLETE
92372024-10-30T01:13:20.496Z[ host-image] Oct 30 01:13:20.837 INFO O| Oct 30 01:13:20.837 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-10-30T01:13:20.503Z[ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92392024-10-30T01:13:20.506Z[ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92402024-10-30T01:13:20.506Z[ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO STEP 59 (ensure_dir) COMPLETE
92412024-10-30T01:13:20.506Z[ host-image] Oct 30 01:13:20.848 INFO O| Oct 30 01:13:20.848 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-10-30T01:13:20.513Z[ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92432024-10-30T01:13:20.517Z[ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
92442024-10-30T01:13:20.517Z[ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92452024-10-30T01:13:20.517Z[ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO ok!
92462024-10-30T01:13:20.517Z[ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO STEP 60 (ensure_file) COMPLETE
92472024-10-30T01:13:20.517Z[ host-image] Oct 30 01:13:20.857 INFO O| Oct 30 01:13:20.857 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-10-30T01:13:20.523Z[ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92492024-10-30T01:13:20.523Z[ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
92502024-10-30T01:13:20.525Z[ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92512024-10-30T01:13:20.525Z[ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO ok!
92522024-10-30T01:13:20.525Z[ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO STEP 61 (ensure_file) COMPLETE
92532024-10-30T01:13:20.526Z[ host-image] Oct 30 01:13:20.867 INFO O| Oct 30 01:13:20.867 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-10-30T01:13:20.532Z[ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92552024-10-30T01:13:20.534Z[ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92562024-10-30T01:13:20.535Z[ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO STEP 62 (ensure_dir) COMPLETE
92572024-10-30T01:13:20.535Z[ host-image] Oct 30 01:13:20.876 INFO O| Oct 30 01:13:20.876 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-10-30T01:13:20.541Z[ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92592024-10-30T01:13:20.544Z[ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
92602024-10-30T01:13:20.544Z[ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92612024-10-30T01:13:20.544Z[ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO ok!
92622024-10-30T01:13:20.544Z[ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO STEP 63 (ensure_file) COMPLETE
92632024-10-30T01:13:20.544Z[ host-image] Oct 30 01:13:20.886 INFO O| Oct 30 01:13:20.886 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-10-30T01:13:20.551Z[ host-image] Oct 30 01:13:20.895 INFO O| Oct 30 01:13:20.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92652024-10-30T01:13:20.551Z[ host-image] Oct 30 01:13:20.895 INFO O| Oct 30 01:13:20.895 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
92662024-10-30T01:13:20.556Z[ host-image] Oct 30 01:13:20.895 INFO O| Oct 30 01:13:20.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92672024-10-30T01:13:20.556Z[ host-image] Oct 30 01:13:20.896 INFO O| Oct 30 01:13:20.895 INFO ok!
92682024-10-30T01:13:20.556Z[ host-image] Oct 30 01:13:20.896 INFO O| Oct 30 01:13:20.895 INFO STEP 64 (ensure_file) COMPLETE
92692024-10-30T01:13:20.556Z[ host-image] Oct 30 01:13:20.896 INFO O| Oct 30 01:13:20.896 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-10-30T01:13:20.560Z[ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92712024-10-30T01:13:20.560Z[ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92722024-10-30T01:13:20.563Z[ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO STEP 65 (ensure_dir) COMPLETE
92732024-10-30T01:13:20.563Z[ host-image] Oct 30 01:13:20.905 INFO O| Oct 30 01:13:20.905 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-10-30T01:13:20.570Z[ host-image] Oct 30 01:13:20.914 INFO O| Oct 30 01:13:20.914 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92752024-10-30T01:13:20.570Z[ host-image] Oct 30 01:13:20.914 INFO O| Oct 30 01:13:20.914 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
92762024-10-30T01:13:20.573Z[ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92772024-10-30T01:13:20.573Z[ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.915 INFO ok!
92782024-10-30T01:13:20.573Z[ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.915 INFO STEP 66 (ensure_file) COMPLETE
92792024-10-30T01:13:20.573Z[ host-image] Oct 30 01:13:20.915 INFO O| Oct 30 01:13:20.915 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-10-30T01:13:20.579Z[ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92812024-10-30T01:13:20.582Z[ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92822024-10-30T01:13:20.582Z[ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92832024-10-30T01:13:20.582Z[ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO ok!
92842024-10-30T01:13:20.582Z[ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO STEP 67 (ensure_file) COMPLETE
92852024-10-30T01:13:20.582Z[ host-image] Oct 30 01:13:20.924 INFO O| Oct 30 01:13:20.924 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-10-30T01:13:20.589Z[ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92872024-10-30T01:13:20.591Z[ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92882024-10-30T01:13:20.591Z[ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO STEP 68 (ensure_dir) COMPLETE
92892024-10-30T01:13:20.591Z[ host-image] Oct 30 01:13:20.934 INFO O| Oct 30 01:13:20.934 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-10-30T01:13:20.599Z[ host-image] Oct 30 01:13:20.943 INFO O| Oct 30 01:13:20.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92912024-10-30T01:13:20.602Z[ host-image] Oct 30 01:13:20.943 INFO O| Oct 30 01:13:20.943 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92922024-10-30T01:13:21.622Z[ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92932024-10-30T01:13:21.622Z[ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.967 INFO ok!
92942024-10-30T01:13:21.622Z[ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.967 INFO STEP 69 (ensure_file) COMPLETE
92952024-10-30T01:13:21.622Z[ host-image] Oct 30 01:13:21.967 INFO O| Oct 30 01:13:21.967 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-10-30T01:13:21.633Z[ host-image] Oct 30 01:13:21.978 INFO O| Oct 30 01:13:21.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92972024-10-30T01:13:21.633Z[ host-image] Oct 30 01:13:21.978 INFO O| Oct 30 01:13:21.978 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92982024-10-30T01:13:23.082Z[ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92992024-10-30T01:13:23.082Z[ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO ok!
93002024-10-30T01:13:23.082Z[ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO STEP 70 (ensure_file) COMPLETE
93012024-10-30T01:13:23.082Z[ host-image] Oct 30 01:13:23.427 INFO O| Oct 30 01:13:23.427 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-10-30T01:13:23.093Z[ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93032024-10-30T01:13:23.095Z[ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93042024-10-30T01:13:23.096Z[ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO STEP 71 (ensure_dir) COMPLETE
93052024-10-30T01:13:23.096Z[ host-image] Oct 30 01:13:23.438 INFO O| Oct 30 01:13:23.438 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-10-30T01:13:23.102Z[ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93072024-10-30T01:13:23.102Z[ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
93082024-10-30T01:13:23.105Z[ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93092024-10-30T01:13:23.105Z[ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO ok!
93102024-10-30T01:13:23.105Z[ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO STEP 72 (ensure_file) COMPLETE
93112024-10-30T01:13:23.105Z[ host-image] Oct 30 01:13:23.448 INFO O| Oct 30 01:13:23.448 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-10-30T01:13:23.112Z[ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93132024-10-30T01:13:23.112Z[ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
93142024-10-30T01:13:23.114Z[ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93152024-10-30T01:13:23.114Z[ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO ok!
93162024-10-30T01:13:23.114Z[ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO STEP 73 (ensure_file) COMPLETE
93172024-10-30T01:13:23.114Z[ host-image] Oct 30 01:13:23.457 INFO O| Oct 30 01:13:23.457 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-10-30T01:13:23.121Z[ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93192024-10-30T01:13:23.121Z[ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93202024-10-30T01:13:23.124Z[ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93212024-10-30T01:13:23.124Z[ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO ok!
93222024-10-30T01:13:23.124Z[ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO STEP 74 (ensure_file) COMPLETE
93232024-10-30T01:13:23.124Z[ host-image] Oct 30 01:13:23.467 INFO O| Oct 30 01:13:23.467 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242024-10-30T01:13:23.131Z[ host-image] Oct 30 01:13:23.476 INFO O| Oct 30 01:13:23.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93252024-10-30T01:13:23.133Z[ host-image] Oct 30 01:13:23.476 INFO O| Oct 30 01:13:23.476 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93262024-10-30T01:13:23.133Z[ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93272024-10-30T01:13:23.133Z[ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.476 INFO ok!
93282024-10-30T01:13:23.134Z[ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.476 INFO STEP 75 (ensure_file) COMPLETE
93292024-10-30T01:13:23.134Z[ host-image] Oct 30 01:13:23.477 INFO O| Oct 30 01:13:23.477 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-10-30T01:13:23.141Z[ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93312024-10-30T01:13:23.141Z[ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93322024-10-30T01:13:23.143Z[ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO STEP 76 (ensure_dir) COMPLETE
93332024-10-30T01:13:23.143Z[ host-image] Oct 30 01:13:23.486 INFO O| Oct 30 01:13:23.486 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-10-30T01:13:23.149Z[ host-image] Oct 30 01:13:23.495 INFO O| Oct 30 01:13:23.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93352024-10-30T01:13:23.149Z[ host-image] Oct 30 01:13:23.495 INFO O| Oct 30 01:13:23.495 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93362024-10-30T01:13:23.153Z[ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93372024-10-30T01:13:23.155Z[ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO ok!
93382024-10-30T01:13:23.155Z[ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO STEP 77 (ensure_file) COMPLETE
93392024-10-30T01:13:23.155Z[ host-image] Oct 30 01:13:23.498 INFO O| Oct 30 01:13:23.498 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-10-30T01:13:23.162Z[ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93412024-10-30T01:13:23.165Z[ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93422024-10-30T01:13:23.165Z[ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93432024-10-30T01:13:23.165Z[ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO ok!
93442024-10-30T01:13:23.165Z[ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO STEP 78 (ensure_file) COMPLETE
93452024-10-30T01:13:23.165Z[ host-image] Oct 30 01:13:23.508 INFO O| Oct 30 01:13:23.508 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-10-30T01:13:23.172Z[ host-image] Oct 30 01:13:23.517 INFO O| Oct 30 01:13:23.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93472024-10-30T01:13:23.172Z[ host-image] Oct 30 01:13:23.517 INFO O| Oct 30 01:13:23.517 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93482024-10-30T01:13:23.795Z[ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93492024-10-30T01:13:23.795Z[ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO ok!
93502024-10-30T01:13:23.798Z[ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO STEP 79 (ensure_file) COMPLETE
93512024-10-30T01:13:23.798Z[ host-image] Oct 30 01:13:24.140 INFO O| Oct 30 01:13:24.140 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-30T01:13:23.806Z[ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93532024-10-30T01:13:23.806Z[ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93542024-10-30T01:13:23.806Z[ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO STEP 80 (ensure_dir) COMPLETE
93552024-10-30T01:13:23.809Z[ host-image] Oct 30 01:13:24.152 INFO O| Oct 30 01:13:24.152 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-10-30T01:13:23.816Z[ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93572024-10-30T01:13:23.819Z[ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93582024-10-30T01:13:23.819Z[ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO STEP 81 (ensure_dir) COMPLETE
93592024-10-30T01:13:23.819Z[ host-image] Oct 30 01:13:24.162 INFO O| Oct 30 01:13:24.162 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-10-30T01:13:23.827Z[ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93612024-10-30T01:13:23.829Z[ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93622024-10-30T01:13:23.829Z[ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO STEP 82 (ensure_dir) COMPLETE
93632024-10-30T01:13:23.829Z[ host-image] Oct 30 01:13:24.172 INFO O| Oct 30 01:13:24.172 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-10-30T01:13:23.837Z[ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93652024-10-30T01:13:23.837Z[ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93662024-10-30T01:13:23.839Z[ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO STEP 83 (ensure_dir) COMPLETE
93672024-10-30T01:13:23.839Z[ host-image] Oct 30 01:13:24.182 INFO O| Oct 30 01:13:24.182 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-10-30T01:13:23.846Z[ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93692024-10-30T01:13:23.849Z[ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93702024-10-30T01:13:23.849Z[ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO STEP 84 (ensure_dir) COMPLETE
93712024-10-30T01:13:23.849Z[ host-image] Oct 30 01:13:24.192 INFO O| Oct 30 01:13:24.192 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-10-30T01:13:23.856Z[ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93732024-10-30T01:13:23.856Z[ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
93742024-10-30T01:13:23.859Z[ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93752024-10-30T01:13:23.859Z[ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO ok!
93762024-10-30T01:13:23.859Z[ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO STEP 85 (ensure_file) COMPLETE
93772024-10-30T01:13:23.859Z[ host-image] Oct 30 01:13:24.202 INFO O| Oct 30 01:13:24.202 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-10-30T01:13:23.866Z[ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93792024-10-30T01:13:23.866Z[ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93802024-10-30T01:13:23.868Z[ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.212 INFO STEP 86 (ensure_dir) COMPLETE
93812024-10-30T01:13:23.868Z[ host-image] Oct 30 01:13:24.212 INFO O| Oct 30 01:13:24.212 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-10-30T01:13:23.876Z[ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93832024-10-30T01:13:23.876Z[ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93842024-10-30T01:13:23.878Z[ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93852024-10-30T01:13:23.878Z[ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO ok!
93862024-10-30T01:13:23.878Z[ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO STEP 87 (ensure_file) COMPLETE
93872024-10-30T01:13:23.878Z[ host-image] Oct 30 01:13:24.221 INFO O| Oct 30 01:13:24.221 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-10-30T01:13:23.885Z[ host-image] Oct 30 01:13:24.231 INFO O| Oct 30 01:13:24.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93892024-10-30T01:13:23.885Z[ host-image] Oct 30 01:13:24.231 INFO O| Oct 30 01:13:24.231 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93902024-10-30T01:13:24.226Z[ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93912024-10-30T01:13:24.226Z[ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO ok!
93922024-10-30T01:13:24.226Z[ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO STEP 88 (ensure_file) COMPLETE
93932024-10-30T01:13:24.226Z[ host-image] Oct 30 01:13:24.571 INFO O| Oct 30 01:13:24.571 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-10-30T01:13:24.237Z[ host-image] Oct 30 01:13:24.583 INFO O| Oct 30 01:13:24.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93952024-10-30T01:13:24.237Z[ host-image] Oct 30 01:13:24.583 INFO O| Oct 30 01:13:24.583 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93962024-10-30T01:13:24.256Z[ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93972024-10-30T01:13:24.256Z[ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO ok!
93982024-10-30T01:13:24.259Z[ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO STEP 89 (ensure_file) COMPLETE
93992024-10-30T01:13:24.259Z[ host-image] Oct 30 01:13:24.601 INFO O| Oct 30 01:13:24.601 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-10-30T01:13:24.266Z[ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94012024-10-30T01:13:24.266Z[ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94022024-10-30T01:13:24.269Z[ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94032024-10-30T01:13:24.269Z[ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO ok!
94042024-10-30T01:13:24.269Z[ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO STEP 90 (ensure_file) COMPLETE
94052024-10-30T01:13:24.269Z[ host-image] Oct 30 01:13:24.612 INFO O| Oct 30 01:13:24.612 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-10-30T01:13:24.275Z[ host-image] Oct 30 01:13:24.621 INFO O| Oct 30 01:13:24.621 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94072024-10-30T01:13:24.278Z[ host-image] Oct 30 01:13:24.621 INFO O| Oct 30 01:13:24.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94082024-10-30T01:13:24.278Z[ host-image] Oct 30 01:13:24.622 INFO O| Oct 30 01:13:24.621 INFO STEP 91 (ensure_dir) COMPLETE
94092024-10-30T01:13:24.278Z[ host-image] Oct 30 01:13:24.622 INFO O| Oct 30 01:13:24.622 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-10-30T01:13:24.285Z[ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94112024-10-30T01:13:24.285Z[ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
94122024-10-30T01:13:24.288Z[ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94132024-10-30T01:13:24.288Z[ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO ok!
94142024-10-30T01:13:24.288Z[ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO STEP 92 (ensure_file) COMPLETE
94152024-10-30T01:13:24.288Z[ host-image] Oct 30 01:13:24.631 INFO O| Oct 30 01:13:24.631 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-10-30T01:13:24.295Z[ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.640 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94172024-10-30T01:13:24.295Z[ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
94182024-10-30T01:13:24.298Z[ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94192024-10-30T01:13:24.298Z[ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO ok!
94202024-10-30T01:13:24.298Z[ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO STEP 93 (ensure_file) COMPLETE
94212024-10-30T01:13:24.298Z[ host-image] Oct 30 01:13:24.641 INFO O| Oct 30 01:13:24.641 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-10-30T01:13:24.304Z[ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94232024-10-30T01:13:24.304Z[ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
94242024-10-30T01:13:24.307Z[ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94252024-10-30T01:13:24.307Z[ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO ok!
94262024-10-30T01:13:24.307Z[ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO STEP 94 (ensure_file) COMPLETE
94272024-10-30T01:13:24.307Z[ host-image] Oct 30 01:13:24.650 INFO O| Oct 30 01:13:24.650 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-10-30T01:13:24.314Z[ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94292024-10-30T01:13:24.314Z[ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
94302024-10-30T01:13:24.317Z[ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94312024-10-30T01:13:24.317Z[ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO ok!
94322024-10-30T01:13:24.317Z[ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO STEP 95 (ensure_file) COMPLETE
94332024-10-30T01:13:24.317Z[ host-image] Oct 30 01:13:24.660 INFO O| Oct 30 01:13:24.660 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-10-30T01:13:24.324Z[ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94352024-10-30T01:13:24.326Z[ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
94362024-10-30T01:13:24.326Z[ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94372024-10-30T01:13:24.326Z[ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO ok!
94382024-10-30T01:13:24.326Z[ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO STEP 96 (ensure_file) COMPLETE
94392024-10-30T01:13:24.326Z[ host-image] Oct 30 01:13:24.670 INFO O| Oct 30 01:13:24.670 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-10-30T01:13:24.334Z[ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94412024-10-30T01:13:24.334Z[ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94422024-10-30T01:13:24.338Z[ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94432024-10-30T01:13:24.338Z[ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO ok!
94442024-10-30T01:13:24.338Z[ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO STEP 97 (ensure_file) COMPLETE
94452024-10-30T01:13:24.338Z[ host-image] Oct 30 01:13:24.680 INFO O| Oct 30 01:13:24.680 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-10-30T01:13:24.343Z[ host-image] Oct 30 01:13:24.689 INFO O| Oct 30 01:13:24.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94472024-10-30T01:13:24.346Z[ host-image] Oct 30 01:13:24.689 INFO O| Oct 30 01:13:24.689 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
94482024-10-30T01:13:24.346Z[ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94492024-10-30T01:13:24.346Z[ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO ok!
94502024-10-30T01:13:24.346Z[ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO STEP 98 (ensure_file) COMPLETE
94512024-10-30T01:13:24.346Z[ host-image] Oct 30 01:13:24.690 INFO O| Oct 30 01:13:24.690 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-10-30T01:13:24.353Z[ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94532024-10-30T01:13:24.356Z[ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
94542024-10-30T01:13:24.356Z[ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94552024-10-30T01:13:24.356Z[ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO ok!
94562024-10-30T01:13:24.356Z[ host-image] Oct 30 01:13:24.699 INFO O| Oct 30 01:13:24.699 INFO STEP 99 (ensure_file) COMPLETE
94572024-10-30T01:13:24.356Z[ host-image] Oct 30 01:13:24.700 INFO O| Oct 30 01:13:24.699 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-10-30T01:13:24.363Z[ host-image] Oct 30 01:13:24.709 INFO O| Oct 30 01:13:24.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94592024-10-30T01:13:24.364Z[ host-image] Oct 30 01:13:24.709 INFO O| Oct 30 01:13:24.709 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
94602024-10-30T01:13:24.366Z[ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94612024-10-30T01:13:24.367Z[ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO ok!
94622024-10-30T01:13:24.367Z[ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO STEP 100 (ensure_file) COMPLETE
94632024-10-30T01:13:24.367Z[ host-image] Oct 30 01:13:24.710 INFO O| Oct 30 01:13:24.710 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-10-30T01:13:24.373Z[ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94652024-10-30T01:13:24.373Z[ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94662024-10-30T01:13:24.376Z[ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94672024-10-30T01:13:24.376Z[ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO ok!
94682024-10-30T01:13:24.376Z[ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO STEP 101 (ensure_file) COMPLETE
94692024-10-30T01:13:24.376Z[ host-image] Oct 30 01:13:24.719 INFO O| Oct 30 01:13:24.719 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-10-30T01:13:24.383Z[ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94712024-10-30T01:13:24.383Z[ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
94722024-10-30T01:13:24.386Z[ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94732024-10-30T01:13:24.386Z[ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO ok!
94742024-10-30T01:13:24.386Z[ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO STEP 102 (ensure_file) COMPLETE
94752024-10-30T01:13:24.386Z[ host-image] Oct 30 01:13:24.729 INFO O| Oct 30 01:13:24.729 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-10-30T01:13:24.393Z[ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94772024-10-30T01:13:24.395Z[ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
94782024-10-30T01:13:24.395Z[ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94792024-10-30T01:13:24.395Z[ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO ok!
94802024-10-30T01:13:24.395Z[ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO STEP 103 (ensure_file) COMPLETE
94812024-10-30T01:13:24.395Z[ host-image] Oct 30 01:13:24.739 INFO O| Oct 30 01:13:24.739 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-10-30T01:13:24.402Z[ host-image] Oct 30 01:13:24.748 INFO O| Oct 30 01:13:24.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94832024-10-30T01:13:24.405Z[ host-image] Oct 30 01:13:24.748 INFO O| Oct 30 01:13:24.748 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
94842024-10-30T01:13:24.405Z[ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94852024-10-30T01:13:24.405Z[ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO ok!
94862024-10-30T01:13:24.405Z[ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO STEP 104 (ensure_file) COMPLETE
94872024-10-30T01:13:24.405Z[ host-image] Oct 30 01:13:24.749 INFO O| Oct 30 01:13:24.749 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-10-30T01:13:24.412Z[ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94892024-10-30T01:13:24.415Z[ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
94902024-10-30T01:13:24.415Z[ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94912024-10-30T01:13:24.415Z[ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO ok!
94922024-10-30T01:13:24.415Z[ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO STEP 105 (ensure_file) COMPLETE
94932024-10-30T01:13:24.415Z[ host-image] Oct 30 01:13:24.758 INFO O| Oct 30 01:13:24.758 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-10-30T01:13:24.422Z[ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94952024-10-30T01:13:24.422Z[ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
94962024-10-30T01:13:24.424Z[ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94972024-10-30T01:13:24.424Z[ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO ok!
94982024-10-30T01:13:24.424Z[ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO STEP 106 (ensure_file) COMPLETE
94992024-10-30T01:13:24.425Z[ host-image] Oct 30 01:13:24.768 INFO O| Oct 30 01:13:24.768 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-10-30T01:13:24.431Z[ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95012024-10-30T01:13:24.431Z[ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
95022024-10-30T01:13:24.434Z[ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95032024-10-30T01:13:24.434Z[ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO ok!
95042024-10-30T01:13:24.434Z[ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO STEP 107 (ensure_file) COMPLETE
95052024-10-30T01:13:24.435Z[ host-image] Oct 30 01:13:24.777 INFO O| Oct 30 01:13:24.777 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-10-30T01:13:24.440Z[ host-image] Oct 30 01:13:24.786 INFO O| Oct 30 01:13:24.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95072024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.786 INFO O| Oct 30 01:13:24.786 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
95082024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95092024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.787 INFO ok!
95102024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.787 INFO STEP 108 (ensure_file) COMPLETE
95112024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.787 INFO O| Oct 30 01:13:24.787 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95132024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
95142024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95152024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO ok!
95162024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO STEP 109 (ensure_file) COMPLETE
95172024-10-30T01:13:24.456Z[ host-image] Oct 30 01:13:24.796 INFO O| Oct 30 01:13:24.796 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-10-30T01:13:24.459Z[ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95192024-10-30T01:13:24.459Z[ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
95202024-10-30T01:13:24.462Z[ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95212024-10-30T01:13:24.462Z[ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO ok!
95222024-10-30T01:13:24.462Z[ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO STEP 110 (ensure_file) COMPLETE
95232024-10-30T01:13:24.462Z[ host-image] Oct 30 01:13:24.805 INFO O| Oct 30 01:13:24.805 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-10-30T01:13:24.469Z[ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95252024-10-30T01:13:24.469Z[ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
95262024-10-30T01:13:24.471Z[ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95272024-10-30T01:13:24.471Z[ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO ok!
95282024-10-30T01:13:24.471Z[ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO STEP 111 (ensure_file) COMPLETE
95292024-10-30T01:13:24.471Z[ host-image] Oct 30 01:13:24.815 INFO O| Oct 30 01:13:24.815 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-10-30T01:13:24.478Z[ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95312024-10-30T01:13:24.478Z[ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
95322024-10-30T01:13:24.478Z[ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95332024-10-30T01:13:24.481Z[ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO ok!
95342024-10-30T01:13:24.481Z[ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO STEP 112 (ensure_file) COMPLETE
95352024-10-30T01:13:24.481Z[ host-image] Oct 30 01:13:24.824 INFO O| Oct 30 01:13:24.824 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-10-30T01:13:24.487Z[ host-image] Oct 30 01:13:24.833 INFO O| Oct 30 01:13:24.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95372024-10-30T01:13:24.490Z[ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.833 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
95382024-10-30T01:13:24.490Z[ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95392024-10-30T01:13:24.490Z[ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO ok!
95402024-10-30T01:13:24.490Z[ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO STEP 113 (ensure_file) COMPLETE
95412024-10-30T01:13:24.490Z[ host-image] Oct 30 01:13:24.834 INFO O| Oct 30 01:13:24.834 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-10-30T01:13:24.497Z[ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95432024-10-30T01:13:24.497Z[ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
95442024-10-30T01:13:24.500Z[ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95452024-10-30T01:13:24.500Z[ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO ok!
95462024-10-30T01:13:24.500Z[ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO STEP 114 (ensure_file) COMPLETE
95472024-10-30T01:13:24.500Z[ host-image] Oct 30 01:13:24.843 INFO O| Oct 30 01:13:24.843 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-10-30T01:13:24.506Z[ host-image] Oct 30 01:13:24.852 INFO O| Oct 30 01:13:24.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95492024-10-30T01:13:24.506Z[ host-image] Oct 30 01:13:24.852 INFO O| Oct 30 01:13:24.852 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
95502024-10-30T01:13:24.509Z[ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95512024-10-30T01:13:24.509Z[ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.852 INFO ok!
95522024-10-30T01:13:24.509Z[ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.853 INFO STEP 115 (ensure_file) COMPLETE
95532024-10-30T01:13:24.509Z[ host-image] Oct 30 01:13:24.853 INFO O| Oct 30 01:13:24.853 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-10-30T01:13:24.516Z[ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95552024-10-30T01:13:24.516Z[ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95562024-10-30T01:13:24.518Z[ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95572024-10-30T01:13:24.518Z[ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO ok!
95582024-10-30T01:13:24.518Z[ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO STEP 116 (ensure_file) COMPLETE
95592024-10-30T01:13:24.518Z[ host-image] Oct 30 01:13:24.862 INFO O| Oct 30 01:13:24.862 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-10-30T01:13:24.525Z[ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95612024-10-30T01:13:24.528Z[ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
95622024-10-30T01:13:24.528Z[ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95632024-10-30T01:13:24.528Z[ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO ok!
95642024-10-30T01:13:24.528Z[ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO STEP 117 (ensure_file) COMPLETE
95652024-10-30T01:13:24.528Z[ host-image] Oct 30 01:13:24.871 INFO O| Oct 30 01:13:24.871 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-10-30T01:13:24.535Z[ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95672024-10-30T01:13:24.535Z[ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95682024-10-30T01:13:24.538Z[ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95692024-10-30T01:13:24.538Z[ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO ok!
95702024-10-30T01:13:24.538Z[ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO STEP 118 (ensure_file) COMPLETE
95712024-10-30T01:13:24.538Z[ host-image] Oct 30 01:13:24.881 INFO O| Oct 30 01:13:24.881 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-10-30T01:13:24.545Z[ host-image] Oct 30 01:13:24.891 INFO O| Oct 30 01:13:24.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95732024-10-30T01:13:24.547Z[ host-image] Oct 30 01:13:24.891 INFO O| Oct 30 01:13:24.891 INFO copying /tmp/.tmpaVpy3U/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95742024-10-30T01:13:28.085Z[ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95752024-10-30T01:13:28.085Z[ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO ok!
95762024-10-30T01:13:28.087Z[ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO STEP 119 (ensure_file) COMPLETE
95772024-10-30T01:13:28.087Z[ host-image] Oct 30 01:13:28.432 INFO O| Oct 30 01:13:28.432 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-10-30T01:13:28.096Z[ host-image] Oct 30 01:13:28.443 INFO O| Oct 30 01:13:28.443 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95792024-10-30T01:13:28.096Z[ host-image] Oct 30 01:13:28.443 INFO O| Oct 30 01:13:28.443 INFO STEP 120 (ensure_dir) COMPLETE
95802024-10-30T01:13:28.098Z[ host-image] Oct 30 01:13:28.443 INFO O| Oct 30 01:13:28.443 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-10-30T01:13:28.105Z[ host-image] Oct 30 01:13:28.452 INFO O| Oct 30 01:13:28.452 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95822024-10-30T01:13:28.108Z[ host-image] Oct 30 01:13:28.452 INFO O| Oct 30 01:13:28.452 INFO STEP 121 (ensure_dir) COMPLETE
95832024-10-30T01:13:28.108Z[ host-image] Oct 30 01:13:28.452 INFO O| Oct 30 01:13:28.452 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-10-30T01:13:28.115Z[ host-image] Oct 30 01:13:28.462 INFO O| Oct 30 01:13:28.462 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95852024-10-30T01:13:28.115Z[ host-image] Oct 30 01:13:28.462 INFO O| Oct 30 01:13:28.462 INFO STEP 122 (ensure_dir) COMPLETE
95862024-10-30T01:13:28.117Z[ host-image] Oct 30 01:13:28.462 INFO O| Oct 30 01:13:28.462 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-10-30T01:13:28.124Z[ host-image] Oct 30 01:13:28.471 INFO O| Oct 30 01:13:28.471 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95882024-10-30T01:13:28.127Z[ host-image] Oct 30 01:13:28.471 INFO O| Oct 30 01:13:28.471 INFO STEP 123 (ensure_dir) COMPLETE
95892024-10-30T01:13:28.127Z[ host-image] Oct 30 01:13:28.471 INFO O| Oct 30 01:13:28.471 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95902024-10-30T01:13:28.133Z[ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95912024-10-30T01:13:28.136Z[ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO copying /tmp/.tmpaVpy3U/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
95922024-10-30T01:13:28.136Z[ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95932024-10-30T01:13:28.136Z[ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO ok!
95942024-10-30T01:13:28.136Z[ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO STEP 124 (ensure_file) COMPLETE
95952024-10-30T01:13:28.136Z[ host-image] Oct 30 01:13:28.481 INFO O| Oct 30 01:13:28.481 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-10-30T01:13:28.143Z[ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95972024-10-30T01:13:28.143Z[ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95982024-10-30T01:13:28.143Z[ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95992024-10-30T01:13:28.143Z[ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO STEP 125 (ensure_dir) COMPLETE
96002024-10-30T01:13:28.146Z[ host-image] Oct 30 01:13:28.490 INFO O| Oct 30 01:13:28.490 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012024-10-30T01:13:28.152Z[ host-image] Oct 30 01:13:28.499 INFO O| Oct 30 01:13:28.499 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96022024-10-30T01:13:28.155Z[ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO copying /tmp/.tmpaVpy3U/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96032024-10-30T01:13:28.155Z[ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96042024-10-30T01:13:28.155Z[ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO ok!
96052024-10-30T01:13:28.155Z[ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO STEP 126 (ensure_file) COMPLETE
96062024-10-30T01:13:28.155Z[ host-image] Oct 30 01:13:28.500 INFO O| Oct 30 01:13:28.500 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-10-30T01:13:28.161Z[ host-image] Oct 30 01:13:28.509 INFO O| Oct 30 01:13:28.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96082024-10-30T01:13:28.164Z[ host-image] Oct 30 01:13:28.509 INFO O| Oct 30 01:13:28.509 INFO STEP 127 (remove_files) COMPLETE
96092024-10-30T01:13:28.164Z[ host-image] Oct 30 01:13:28.509 INFO O| Oct 30 01:13:28.509 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-10-30T01:13:28.172Z[ host-image] Oct 30 01:13:28.518 INFO O| Oct 30 01:13:28.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96112024-10-30T01:13:28.174Z[ host-image] Oct 30 01:13:28.518 INFO O| Oct 30 01:13:28.518 INFO STEP 128 (remove_files) COMPLETE
96122024-10-30T01:13:28.174Z[ host-image] Oct 30 01:13:28.518 INFO O| Oct 30 01:13:28.518 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-10-30T01:13:28.180Z[ host-image] Oct 30 01:13:28.527 INFO O| Oct 30 01:13:28.527 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96142024-10-30T01:13:28.183Z[ host-image] Oct 30 01:13:28.527 INFO O| Oct 30 01:13:28.527 INFO STEP 129 (remove_files) COMPLETE
96152024-10-30T01:13:28.183Z[ host-image] Oct 30 01:13:28.528 INFO O| Oct 30 01:13:28.527 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-10-30T01:13:28.189Z[ host-image] Oct 30 01:13:28.537 INFO O| Oct 30 01:13:28.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96172024-10-30T01:13:28.192Z[ host-image] Oct 30 01:13:28.537 INFO O| Oct 30 01:13:28.537 INFO STEP 130 (remove_files) COMPLETE
96182024-10-30T01:13:28.192Z[ host-image] Oct 30 01:13:28.537 INFO O| Oct 30 01:13:28.537 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-10-30T01:13:28.199Z[ host-image] Oct 30 01:13:28.546 INFO O| Oct 30 01:13:28.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96202024-10-30T01:13:28.202Z[ host-image] Oct 30 01:13:28.547 INFO O| Oct 30 01:13:28.547 INFO STEP 131 (remove_files) COMPLETE
96212024-10-30T01:13:28.202Z[ host-image] Oct 30 01:13:28.547 INFO O| Oct 30 01:13:28.547 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-10-30T01:13:28.209Z[ host-image] Oct 30 01:13:28.556 INFO O| Oct 30 01:13:28.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96232024-10-30T01:13:28.211Z[ host-image] Oct 30 01:13:28.556 INFO O| Oct 30 01:13:28.556 INFO STEP 132 (remove_files) COMPLETE
96242024-10-30T01:13:28.211Z[ host-image] Oct 30 01:13:28.556 INFO O| Oct 30 01:13:28.556 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-10-30T01:13:28.218Z[ host-image] Oct 30 01:13:28.565 INFO O| Oct 30 01:13:28.565 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96262024-10-30T01:13:28.221Z[ host-image] Oct 30 01:13:28.566 INFO O| Oct 30 01:13:28.565 INFO STEP 133 (remove_files) COMPLETE
96272024-10-30T01:13:28.221Z[ host-image] Oct 30 01:13:28.566 INFO O| Oct 30 01:13:28.566 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-10-30T01:13:28.227Z[ host-image] Oct 30 01:13:28.575 INFO O| Oct 30 01:13:28.575 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96292024-10-30T01:13:28.230Z[ host-image] Oct 30 01:13:28.575 INFO O| Oct 30 01:13:28.575 INFO STEP 134 (remove_files) COMPLETE
96302024-10-30T01:13:28.230Z[ host-image] Oct 30 01:13:28.575 INFO O| Oct 30 01:13:28.575 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312024-10-30T01:13:28.238Z[ host-image] Oct 30 01:13:28.584 INFO O| Oct 30 01:13:28.584 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96322024-10-30T01:13:28.241Z[ host-image] Oct 30 01:13:28.584 INFO O| Oct 30 01:13:28.584 INFO STEP 135 (remove_files) COMPLETE
96332024-10-30T01:13:28.241Z[ host-image] Oct 30 01:13:28.584 INFO O| Oct 30 01:13:28.584 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342024-10-30T01:13:28.246Z[ host-image] Oct 30 01:13:28.594 INFO O| Oct 30 01:13:28.594 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96352024-10-30T01:13:28.246Z[ host-image] Oct 30 01:13:28.594 INFO O| Oct 30 01:13:28.594 INFO STEP 136 (remove_files) COMPLETE
96362024-10-30T01:13:28.249Z[ host-image] Oct 30 01:13:28.594 INFO O| Oct 30 01:13:28.594 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372024-10-30T01:13:28.256Z[ host-image] Oct 30 01:13:28.603 INFO O| Oct 30 01:13:28.603 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96382024-10-30T01:13:28.256Z[ host-image] Oct 30 01:13:28.603 INFO O| Oct 30 01:13:28.603 INFO STEP 137 (remove_files) COMPLETE
96392024-10-30T01:13:28.258Z[ host-image] Oct 30 01:13:28.603 INFO O| Oct 30 01:13:28.603 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402024-10-30T01:13:28.265Z[ host-image] Oct 30 01:13:28.612 INFO O| Oct 30 01:13:28.612 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96412024-10-30T01:13:28.268Z[ host-image] Oct 30 01:13:28.613 INFO O| Oct 30 01:13:28.612 INFO STEP 138 (remove_files) COMPLETE
96422024-10-30T01:13:28.268Z[ host-image] Oct 30 01:13:28.613 INFO O| Oct 30 01:13:28.613 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432024-10-30T01:13:28.284Z[ host-image] Oct 30 01:13:28.631 INFO O| Oct 30 01:13:28.631 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96442024-10-30T01:13:28.285Z[ host-image] Oct 30 01:13:28.632 INFO O| Oct 30 01:13:28.632 INFO STEP 139 (remove_files) COMPLETE
96452024-10-30T01:13:28.285Z[ host-image] Oct 30 01:13:28.632 INFO O| Oct 30 01:13:28.632 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462024-10-30T01:13:28.296Z[ host-image] Oct 30 01:13:28.644 INFO O| Oct 30 01:13:28.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96472024-10-30T01:13:28.296Z[ host-image] Oct 30 01:13:28.644 INFO O| Oct 30 01:13:28.644 INFO STEP 140 (remove_files) COMPLETE
96482024-10-30T01:13:28.299Z[ host-image] Oct 30 01:13:28.644 INFO O| Oct 30 01:13:28.644 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492024-10-30T01:13:28.306Z[ host-image] Oct 30 01:13:28.654 INFO O| Oct 30 01:13:28.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96502024-10-30T01:13:28.306Z[ host-image] Oct 30 01:13:28.654 INFO O| Oct 30 01:13:28.654 INFO STEP 141 (remove_files) COMPLETE
96512024-10-30T01:13:28.309Z[ host-image] Oct 30 01:13:28.654 INFO O| Oct 30 01:13:28.654 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522024-10-30T01:13:28.316Z[ host-image] Oct 30 01:13:28.663 INFO O| Oct 30 01:13:28.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96532024-10-30T01:13:28.316Z[ host-image] Oct 30 01:13:28.664 INFO O| Oct 30 01:13:28.664 INFO STEP 142 (remove_files) COMPLETE
96542024-10-30T01:13:28.319Z[ host-image] Oct 30 01:13:28.664 INFO O| Oct 30 01:13:28.664 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552024-10-30T01:13:28.326Z[ host-image] Oct 30 01:13:28.673 INFO O| Oct 30 01:13:28.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96562024-10-30T01:13:28.329Z[ host-image] Oct 30 01:13:28.673 INFO O| Oct 30 01:13:28.673 INFO STEP 143 (remove_files) COMPLETE
96572024-10-30T01:13:28.329Z[ host-image] Oct 30 01:13:28.673 INFO O| Oct 30 01:13:28.673 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582024-10-30T01:13:28.335Z[ host-image] Oct 30 01:13:28.683 INFO O| Oct 30 01:13:28.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96592024-10-30T01:13:28.335Z[ host-image] Oct 30 01:13:28.683 INFO O| Oct 30 01:13:28.683 INFO STEP 144 (remove_files) COMPLETE
96602024-10-30T01:13:28.338Z[ host-image] Oct 30 01:13:28.683 INFO O| Oct 30 01:13:28.683 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612024-10-30T01:13:28.345Z[ host-image] Oct 30 01:13:28.692 INFO O| Oct 30 01:13:28.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96622024-10-30T01:13:28.345Z[ host-image] Oct 30 01:13:28.692 INFO O| Oct 30 01:13:28.692 INFO STEP 145 (remove_files) COMPLETE
96632024-10-30T01:13:28.345Z[ host-image] Oct 30 01:13:28.692 INFO O| Oct 30 01:13:28.692 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642024-10-30T01:13:28.354Z[ host-image] Oct 30 01:13:28.702 INFO O| Oct 30 01:13:28.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96652024-10-30T01:13:28.357Z[ host-image] Oct 30 01:13:28.702 INFO O| Oct 30 01:13:28.702 INFO STEP 146 (remove_files) COMPLETE
96662024-10-30T01:13:28.357Z[ host-image] Oct 30 01:13:28.702 INFO O| Oct 30 01:13:28.702 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672024-10-30T01:13:28.364Z[ host-image] Oct 30 01:13:28.711 INFO O| Oct 30 01:13:28.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96682024-10-30T01:13:28.366Z[ host-image] Oct 30 01:13:28.711 INFO O| Oct 30 01:13:28.711 INFO STEP 147 (remove_files) COMPLETE
96692024-10-30T01:13:28.367Z[ host-image] Oct 30 01:13:28.711 INFO O| Oct 30 01:13:28.711 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702024-10-30T01:13:28.373Z[ host-image] Oct 30 01:13:28.721 INFO O| Oct 30 01:13:28.721 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96712024-10-30T01:13:28.376Z[ host-image] Oct 30 01:13:28.721 INFO O| Oct 30 01:13:28.721 INFO STEP 148 (remove_files) COMPLETE
96722024-10-30T01:13:28.376Z[ host-image] Oct 30 01:13:28.721 INFO O| Oct 30 01:13:28.721 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732024-10-30T01:13:28.383Z[ host-image] Oct 30 01:13:28.730 INFO O| Oct 30 01:13:28.730 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96742024-10-30T01:13:28.383Z[ host-image] Oct 30 01:13:28.730 INFO O| Oct 30 01:13:28.730 INFO STEP 149 (remove_files) COMPLETE
96752024-10-30T01:13:28.383Z[ host-image] Oct 30 01:13:28.730 INFO O| Oct 30 01:13:28.730 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762024-10-30T01:13:28.392Z[ host-image] Oct 30 01:13:28.740 INFO O| Oct 30 01:13:28.739 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96772024-10-30T01:13:28.392Z[ host-image] Oct 30 01:13:28.740 INFO O| Oct 30 01:13:28.740 INFO STEP 150 (remove_files) COMPLETE
96782024-10-30T01:13:28.395Z[ host-image] Oct 30 01:13:28.740 INFO O| Oct 30 01:13:28.740 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792024-10-30T01:13:28.402Z[ host-image] Oct 30 01:13:28.749 INFO O| Oct 30 01:13:28.749 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96802024-10-30T01:13:28.402Z[ host-image] Oct 30 01:13:28.749 INFO O| Oct 30 01:13:28.749 INFO STEP 151 (remove_files) COMPLETE
96812024-10-30T01:13:28.404Z[ host-image] Oct 30 01:13:28.749 INFO O| Oct 30 01:13:28.749 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822024-10-30T01:13:28.411Z[ host-image] Oct 30 01:13:28.758 INFO O| Oct 30 01:13:28.758 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96832024-10-30T01:13:28.411Z[ host-image] Oct 30 01:13:28.758 INFO O| Oct 30 01:13:28.758 INFO STEP 152 (remove_files) COMPLETE
96842024-10-30T01:13:28.414Z[ host-image] Oct 30 01:13:28.758 INFO O| Oct 30 01:13:28.758 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852024-10-30T01:13:28.421Z[ host-image] Oct 30 01:13:28.768 INFO O| Oct 30 01:13:28.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96862024-10-30T01:13:28.421Z[ host-image] Oct 30 01:13:28.768 INFO O| Oct 30 01:13:28.768 INFO STEP 153 (remove_files) COMPLETE
96872024-10-30T01:13:28.423Z[ host-image] Oct 30 01:13:28.768 INFO O| Oct 30 01:13:28.768 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96882024-10-30T01:13:28.430Z[ host-image] Oct 30 01:13:28.778 INFO O| Oct 30 01:13:28.778 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96892024-10-30T01:13:28.433Z[ host-image] Oct 30 01:13:28.778 INFO O| Oct 30 01:13:28.778 INFO STEP 154 (remove_files) COMPLETE
96902024-10-30T01:13:28.433Z[ host-image] Oct 30 01:13:28.778 INFO O| Oct 30 01:13:28.778 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96912024-10-30T01:13:28.440Z[ host-image] Oct 30 01:13:28.788 INFO O| Oct 30 01:13:28.787 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96922024-10-30T01:13:28.443Z[ host-image] Oct 30 01:13:28.788 INFO O| Oct 30 01:13:28.788 INFO STEP 155 (remove_files) COMPLETE
96932024-10-30T01:13:28.443Z[ host-image] Oct 30 01:13:28.788 INFO O| Oct 30 01:13:28.788 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96942024-10-30T01:13:28.455Z[ host-image] Oct 30 01:13:28.802 INFO O| Oct 30 01:13:28.802 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96952024-10-30T01:13:28.458Z[ host-image] Oct 30 01:13:28.802 INFO O| Oct 30 01:13:28.802 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96962024-10-30T01:13:37.933Z[ host-image] Oct 30 01:13:38.274 INFO O| Oct 30 01:13:38.274 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
96972024-10-30T01:13:37.937Z[ host-image] Oct 30 01:13:38.274 INFO O| Oct 30 01:13:38.274 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96982024-10-30T01:13:37.940Z[ host-image] Oct 30 01:13:38.289 INFO O| Oct 30 01:13:38.289 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96992024-10-30T01:13:38.017Z[ host-image] Oct 30 01:13:38.367 INFO O| Oct 30 01:13:38.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
97002024-10-30T01:13:38.017Z[ host-image] Oct 30 01:13:38.367 INFO O| Oct 30 01:13:38.367 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
97012024-10-30T01:13:38.022Z[ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97022024-10-30T01:13:38.022Z[ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO ok!
97032024-10-30T01:13:38.022Z[ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97042024-10-30T01:13:38.022Z[ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO STEP 156 (seed_smf) COMPLETE
97052024-10-30T01:13:38.022Z[ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO steps complete; finalising image!
97062024-10-30T01:13:38.022Z[ host-image] Oct 30 01:13:38.370 INFO O| Oct 30 01:13:38.370 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97072024-10-30T01:13:38.157Z[ host-image] Oct 30 01:13:38.507 INFO O| Oct 30 01:13:38.507 INFO trim TEMPORARY-gimlet-zfs: (21% trimmed, started at Wed Oct 30 01:13:38 2024)
97082024-10-30T01:13:38.378Z[ host-image] Oct 30 01:13:38.728 INFO O| Oct 30 01:13:38.728 INFO temporary pool has 688M used, 144M avail, 1.86x compressratio
97092024-10-30T01:13:38.380Z[ host-image] Oct 30 01:13:38.728 INFO O| Oct 30 01:13:38.728 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97102024-10-30T01:13:38.672Z[ host-image] Oct 30 01:13:39.022 INFO O| Oct 30 01:13:39.022 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-30T01:13:38.672Z[ host-image] Oct 30 01:13:39.022 INFO O| Oct 30 01:13:39.022 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97122024-10-30T01:13:39.669Z[ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97132024-10-30T01:13:39.669Z[ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97142024-10-30T01:13:39.672Z[ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97152024-10-30T01:13:39.672Z[ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO completed processing gimlet/zfs
97162024-10-30T01:13:39.672Z[ host-image] Oct 30 01:13:40.020 INFO O| Oct 30 01:13:40.020 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97172024-10-30T01:13:45.931Z[ host-image] Oct 30 01:13:46.284 INFO O| Oct 30 01:13:46.284 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97182024-10-30T01:13:46.054Z[ host-image] Oct 30 01:13:46.406 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
97192024-10-30T01:13:46.054Z[ host-image] Oct 30 01:13:46.406 INFO expanded image name: "ci f78d2bb/${os_short_commit} 2024-10-30 00:42" -> "ci f78d2bb/54a974b 2024-10-30 00:42"
97202024-10-30T01:13:46.056Z[ host-image] Oct 30 01:13:46.406 INFO output artefacts stored in: "/work/os-host"
97212024-10-30T01:13:46.056Z[ host-image] Oct 30 01:13:46.406 INFO collecting git info from project "pinprick"...
97222024-10-30T01:13:46.059Z[ host-image] Oct 30 01:13:46.411 INFO collecting git info from project "bootserver"...
97232024-10-30T01:13:46.063Z[ host-image] Oct 30 01:13:46.415 INFO collecting git info from project "amd-host-image-builder"...
97242024-10-30T01:13:46.075Z[ host-image] Oct 30 01:13:46.428 INFO collecting git info from project "chelsio-t6-roms"...
97252024-10-30T01:13:46.080Z[ host-image] Oct 30 01:13:46.433 INFO collecting git info from project "phbl"...
97262024-10-30T01:13:46.084Z[ host-image] Oct 30 01:13:46.438 INFO collecting git info from project "pilot"...
97272024-10-30T01:13:46.090Z[ host-image] Oct 30 01:13:46.443 INFO collecting git info from project "image-builder"...
97282024-10-30T01:13:46.094Z[ host-image] Oct 30 01:13:46.447 INFO collecting git info from project "amd-firmware"...
97292024-10-30T01:13:46.103Z[ host-image] Oct 30 01:13:46.456 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97302024-10-30T01:13:46.455Z[ host-image] Oct 30 01:13:46.808 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97312024-10-30T01:13:46.791Z[ host-image] Oct 30 01:13:47.144 INFO creating Oxide boot image...
97322024-10-30T01:13:46.791Z[ host-image] Oct 30 01:13:47.144 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f78d2bb/54a974b 2024-10-30 00:42", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97332024-10-30T01:13:47.714Z[ host-image] Oct 30 01:13:48.068 INFO O| ok, image written!
97342024-10-30T01:13:47.714Z[ host-image] Oct 30 01:13:48.068 INFO O| ok, boot_image_csum file written!
97352024-10-30T01:13:47.717Z[ host-image] Oct 30 01:13:48.072 INFO creating boot archive (CPIO)...
97362024-10-30T01:13:47.720Z[ host-image] Oct 30 01:13:48.072 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
97372024-10-30T01:13:47.728Z[ host-image] Oct 30 01:13:48.078 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97382024-10-30T01:13:47.728Z[ host-image] Oct 30 01:13:48.078 INFO E| + outfile=/work/os-host/cpio
97392024-10-30T01:13:47.733Z[ host-image] Oct 30 01:13:48.078 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97402024-10-30T01:13:47.733Z[ host-image] Oct 30 01:13:48.080 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97412024-10-30T01:13:47.733Z[ host-image] Oct 30 01:13:48.081 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97422024-10-30T01:13:47.760Z[ host-image] Oct 30 01:13:48.113 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97432024-10-30T01:13:47.761Z[ host-image] Oct 30 01:13:48.114 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97442024-10-30T01:13:47.768Z[ host-image] Oct 30 01:13:48.121 INFO creating compressed cpio/unix for nanobl-rs...
97452024-10-30T01:13:47.773Z[ host-image] Oct 30 01:13:48.121 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
97462024-10-30T01:13:48.066Z[ host-image] Oct 30 01:13:48.420 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97472024-10-30T01:13:52.451Z[ host-image] Oct 30 01:13:52.807 INFO creating reset image...
97482024-10-30T01:13:52.454Z[ host-image] Oct 30 01:13:52.807 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97492024-10-30T01:13:52.541Z[ host-image] Oct 30 01:13:52.897 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97502024-10-30T01:13:52.544Z[ host-image] Oct 30 01:13:52.898 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97512024-10-30T01:13:52.594Z[ host-image] Oct 30 01:13:52.950 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97522024-10-30T01:13:54.385Z[ host-image] Oct 30 01:13:54.739 INFO E| Finished `release` profile [optimized] target(s) in 1.83s
97532024-10-30T01:13:54.394Z[ host-image] Oct 30 01:13:54.751 INFO building host image...
97542024-10-30T01:13:54.397Z[ host-image] Oct 30 01:13:54.751 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
97552024-10-30T01:13:54.883Z[ host-image] Oct 30 01:13:55.237 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97562024-10-30T01:14:42.149Z[ host-image] Oct 30 01:14:42.522 INFO image complete! materials are in "/work/os-host"
97572024-10-30T01:14:42.152Z[ host-image]
97582024-10-30T01:14:42.152Z[ host-image] real 9:43.424963452
97592024-10-30T01:14:42.152Z[ host-image] user 4:43.640454479
97602024-10-30T01:14:42.152Z[ host-image] sys 51.536596577
97612024-10-30T01:14:42.152Z[ host-image] trap 0.162301137
97622024-10-30T01:14:42.155Z[ host-image] tflt 0.000165264
97632024-10-30T01:14:42.155Z[ host-image] dflt 0.043560429
97642024-10-30T01:14:42.155Z[ host-image] kflt 0.000000000
97652024-10-30T01:14:42.155Z[ host-image] lock 9:51.453404879
97662024-10-30T01:14:42.155Z[ host-image] slp 54:13.592325432
97672024-10-30T01:14:42.155Z[ host-image] lat 1:19.829360377
97682024-10-30T01:14:42.155Z[ host-image] stop 0.411954543
97692024-10-30T01:14:42.155ZOct 30 01:14:42.526 INFO [host-image] process exited with exit status: 0 (583.440797795s)
97702024-10-30T01:14:42.155ZOct 30 01:14:42.526 INFO [tuf-repo] running task
97712024-10-30T01:14:48.884ZOct 30 01:14:49.259 INFO assembling repository in `/tmp/tufaceousM7x4JI`, component: OmicronRepoAssembler
97722024-10-30T01:14:53.916ZOct 30 01:14:54.293 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97732024-10-30T01:14:54.149ZOct 30 01:14:54.526 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97742024-10-30T01:15:05.794ZOct 30 01:15:06.176 INFO [tuf-repo] task succeeded (23.64946491s)
97752024-10-30T01:15:05.794ZOct 30 01:15:06.176 INFO all jobs completed in 1930.38096724s
97762024-10-30T01:15:06.361Zprocess exited: duration 2530118 ms, exit code 0
 
97772024-10-30T01:15:06.374Zfound 33 output files
97782024-10-30T01:15:06.374Zuploading: /work/manifest.toml (8404 bytes)
97792024-10-30T01:15:07.384Zuploaded: /work/manifest.toml
97802024-10-30T01:15:07.384Zuploading: /work/repo.zip (1858484583 bytes)
97812024-10-30T01:15:46.426Zuploaded: /work/repo.zip
97822024-10-30T01:15:46.427Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97832024-10-30T01:15:47.487Zuploaded: /work/repo.zip.sha256.txt
97842024-10-30T01:15:47.487Zuploading: /work/helios-setup.log (65527 bytes)
97852024-10-30T01:15:48.499Zuploaded: /work/helios-setup.log
97862024-10-30T01:15:48.499Zuploading: /work/host-image.log (194938 bytes)
97872024-10-30T01:15:49.517Zuploaded: /work/host-image.log
97882024-10-30T01:15:49.518Zuploading: /work/host-package.log (22417 bytes)
97892024-10-30T01:15:50.530Zuploaded: /work/host-package.log
97902024-10-30T01:15:50.531Zuploading: /work/host-target.log (101 bytes)
97912024-10-30T01:15:51.540Zuploaded: /work/host-target.log
97922024-10-30T01:15:51.540Zuploading: /work/omicron-package.log (4946 bytes)
97932024-10-30T01:15:52.551Zuploaded: /work/omicron-package.log
97942024-10-30T01:15:52.551Zuploading: /work/phbl-toolchain.log (881 bytes)
97952024-10-30T01:15:53.559Zuploaded: /work/phbl-toolchain.log
97962024-10-30T01:15:53.559Zuploading: /work/recovery-image.log (591813 bytes)
97972024-10-30T01:15:54.596Zuploaded: /work/recovery-image.log
97982024-10-30T01:15:54.596Zuploading: /work/recovery-package.log (321 bytes)
97992024-10-30T01:15:55.604Zuploaded: /work/recovery-package.log
98002024-10-30T01:15:55.605Zuploading: /work/recovery-target.log (98 bytes)
98012024-10-30T01:15:56.612Zuploaded: /work/recovery-target.log
98022024-10-30T01:15:56.612Zuploading: /work/stamp-clickhouse.log (117 bytes)
98032024-10-30T01:15:57.619Zuploaded: /work/stamp-clickhouse.log
98042024-10-30T01:15:57.619Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98052024-10-30T01:15:58.627Zuploaded: /work/stamp-clickhouse_keeper.log
98062024-10-30T01:15:58.627Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98072024-10-30T01:15:59.636Zuploaded: /work/stamp-cockroachdb.log
98082024-10-30T01:15:59.636Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98092024-10-30T01:16:00.644Zuploaded: /work/stamp-crucible-dtrace.log
98102024-10-30T01:16:00.645Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98112024-10-30T01:16:01.653Zuploaded: /work/stamp-crucible-pantry-zone.log
98122024-10-30T01:16:01.653Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98132024-10-30T01:16:02.662Zuploaded: /work/stamp-crucible-zone.log
98142024-10-30T01:16:02.662Zuploading: /work/stamp-external-dns.log (119 bytes)
98152024-10-30T01:16:03.672Zuploaded: /work/stamp-external-dns.log
98162024-10-30T01:16:03.672Zuploading: /work/stamp-installinator.log (103 bytes)
98172024-10-30T01:16:04.682Zuploaded: /work/stamp-installinator.log
98182024-10-30T01:16:04.683Zuploading: /work/stamp-internal-dns.log (119 bytes)
98192024-10-30T01:16:05.691Zuploaded: /work/stamp-internal-dns.log
98202024-10-30T01:16:05.691Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98212024-10-30T01:16:06.700Zuploaded: /work/stamp-mg-ddm-gz.log
98222024-10-30T01:16:06.700Zuploading: /work/stamp-nexus.log (112 bytes)
98232024-10-30T01:16:07.707Zuploaded: /work/stamp-nexus.log
98242024-10-30T01:16:07.707Zuploading: /work/stamp-ntp.log (110 bytes)
98252024-10-30T01:16:08.716Zuploaded: /work/stamp-ntp.log
98262024-10-30T01:16:08.716Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98272024-10-30T01:16:09.726Zuploaded: /work/stamp-omicron-sled-agent.log
98282024-10-30T01:16:09.726Zuploading: /work/stamp-overlay.log (114 bytes)
98292024-10-30T01:16:10.734Zuploaded: /work/stamp-overlay.log
98302024-10-30T01:16:10.734Zuploading: /work/stamp-oximeter.log (115 bytes)
98312024-10-30T01:16:11.742Zuploaded: /work/stamp-oximeter.log
98322024-10-30T01:16:11.742Zuploading: /work/stamp-oxlog.log (109 bytes)
98332024-10-30T01:16:12.752Zuploaded: /work/stamp-oxlog.log
98342024-10-30T01:16:12.752Zuploading: /work/stamp-probe.log (112 bytes)
98352024-10-30T01:16:13.760Zuploaded: /work/stamp-probe.log
98362024-10-30T01:16:13.760Zuploading: /work/stamp-propolis-server.log (122 bytes)
98372024-10-30T01:16:14.768Zuploaded: /work/stamp-propolis-server.log
98382024-10-30T01:16:14.769Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98392024-10-30T01:16:15.777Zuploaded: /work/stamp-pumpkind-gz.log
98402024-10-30T01:16:15.777Zuploading: /work/stamp-switch-asic.log (118 bytes)
98412024-10-30T01:16:16.787Zuploaded: /work/stamp-switch-asic.log
98422024-10-30T01:16:16.787Zuploading: /work/verify-libraries.log (3720 bytes)
98432024-10-30T01:16:17.797Zuploaded: /work/verify-libraries.log