01JFG32FQZ6AAN8Y0ZEFVA7F7X: 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: 01JFG32YH2MTJRTQPCA46SJN5E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T18:33:42.247Zjob assigned to worker 01JFG3332FS67QRGM97K07P355 [factory aws, i-0dcf9ae71953215fd] (queued for 1 m 3 s)
 
22024-12-19T18:33:49.579Zstarting task 0: "setup"
32024-12-19T18:33:49.589Z++ uname -s
42024-12-19T18:33:49.591Z+ kern=SunOS
52024-12-19T18:33:49.591Z+ case "$kern" in
62024-12-19T18:33:49.591Z+ groupadd -g 12345 build
72024-12-19T18:33:49.594Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T18:33:51.601Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T18:33:51.698Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T18:33:51.701Z+ home_fs=zfs
112024-12-19T18:33:51.701Z+ [[ zfs == autofs ]]
122024-12-19T18:33:51.701Z+ mkdir -p /home/build
132024-12-19T18:33:51.704Z+ chown build:build /home/build /work
142024-12-19T18:33:52.704Z+ chmod 0700 /home/build /work
152024-12-19T18:33:52.707Zprocess exited: duration 3129 ms, exit code 0
 
162024-12-19T18:33:52.713Zstarting task 1: "rust-toolchain"
172024-12-19T18:33:52.718Z+ printf ' * toolchain channel = "%s"
182024-12-19T18:33:52.718Z' 1.81.0
192024-12-19T18:33:52.718Z+ printf ' * toolchain profile = "%s"
202024-12-19T18:33:52.718Z * toolchain channel = "1.81.0"
212024-12-19T18:33:52.718Z' default
222024-12-19T18:33:52.718Z * toolchain profile = "default"
232024-12-19T18:33:52.721Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T18:33:52.721Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T18:33:52.841Zinfo: downloading installer
262024-12-19T18:33:54.173Zinfo: profile set to 'default'
272024-12-19T18:33:54.173Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T18:33:54.176Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T18:33:54.309Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T18:33:54.309Zinfo: downloading component 'cargo'
312024-12-19T18:33:55.005Zinfo: downloading component 'clippy'
322024-12-19T18:33:55.262Zinfo: downloading component 'rust-docs'
332024-12-19T18:33:56.224Zinfo: downloading component 'rust-std'
342024-12-19T18:33:57.729Zinfo: downloading component 'rustc'
352024-12-19T18:34:03.108Zinfo: downloading component 'rustfmt'
362024-12-19T18:34:03.311Zinfo: installing component 'cargo'
372024-12-19T18:34:04.095Zinfo: installing component 'clippy'
382024-12-19T18:34:04.453Zinfo: installing component 'rust-docs'
392024-12-19T18:34:06.078Zinfo: installing component 'rust-std'
402024-12-19T18:34:07.814Zinfo: installing component 'rustc'
412024-12-19T18:34:13.478Zinfo: installing component 'rustfmt'
422024-12-19T18:34:13.796Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T18:34:13.796Z
442024-12-19T18:34:14.162Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T18:34:14.162Z
462024-12-19T18:34:14.164Z
472024-12-19T18:34:14.164ZRust is installed now. Great!
482024-12-19T18:34:14.165Z
492024-12-19T18:34:14.165ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T18:34:14.165Zenvironment variable. This has not been done automatically.
512024-12-19T18:34:14.165Z
522024-12-19T18:34:14.165ZTo configure your current shell, you need to source
532024-12-19T18:34:14.165Zthe corresponding env file under $HOME/.cargo.
542024-12-19T18:34:14.165Z
552024-12-19T18:34:14.165ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T18:34:14.165Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T18:34:14.165Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T18:34:14.234Z+ rustc --version
592024-12-19T18:34:14.298Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T18:34:14.301Zprocess exited: duration 21586 ms, exit code 0
 
612024-12-19T18:34:14.307Zstarting task 2: "authentication"
622024-12-19T18:34:14.328Zprocess exited: duration 20 ms, exit code 0
 
632024-12-19T18:34:14.333Zstarting task 3: "clone repository"
642024-12-19T18:34:14.338Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T18:34:14.341Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T18:34:14.389ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T18:34:20.994Z+ cd /work/oxidecomputer/omicron
682024-12-19T18:34:20.996Z+ git fetch origin 331ac9a90c4c250e72cea2843928c762a91a552e
692024-12-19T18:34:21.347ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T18:34:21.348Z * branch 331ac9a90c4c250e72cea2843928c762a91a552e -> FETCH_HEAD
712024-12-19T18:34:21.357Z+ [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]]
722024-12-19T18:34:21.359Z++ git branch --show-current
732024-12-19T18:34:21.361Z+ current=main
742024-12-19T18:34:21.361Z+ [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]]
752024-12-19T18:34:21.361Z+ git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 331ac9a90c4c250e72cea2843928c762a91a552e
762024-12-19T18:34:21.364Z+ git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled
772024-12-19T18:34:21.539ZSwitched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled'
782024-12-19T18:34:21.542Z+ git reset --hard 331ac9a90c4c250e72cea2843928c762a91a552e
792024-12-19T18:34:21.713ZHEAD is now at 331ac9a90 Find propolis procs
802024-12-19T18:34:21.715Zprocess exited: duration 7379 ms, exit code 0
 
812024-12-19T18:34:21.721Zstarting task 4: "build"
822024-12-19T18:34:21.727Z+ source .github/buildomat/ci-env.sh
832024-12-19T18:34:21.727Z++ export CARGO_TERM_COLOR=always
842024-12-19T18:34:21.729Z++ CARGO_TERM_COLOR=always
852024-12-19T18:34:21.729Z+ cargo --version
862024-12-19T18:34:21.784Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-19T18:34:21.787Z+ rustc --version
882024-12-19T18:34:21.846Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-19T18:34:21.848Z+ cargo tree --locked
902024-12-19T18:34:22.103Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-19T18:34:22.381Z Updating crates.io index
922024-12-19T18:34:22.384Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-19T18:34:22.885Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-19T18:34:23.157Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-19T18:34:23.413Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-19T18:34:23.678Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-19T18:34:24.481Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-19T18:34:26.015Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-19T18:34:26.706Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-19T18:34:27.545Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-19T18:34:27.822Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-19T18:34:28.186Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-19T18:34:28.784Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-19T18:34:29.101Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-19T18:34:29.523Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-19T18:34:29.948Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-19T18:34:30.234Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-19T18:34:30.451Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-19T18:34:30.766Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-19T18:34:31.160Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-19T18:34:31.429Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-19T18:34:31.809Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-19T18:34:32.314Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-19T18:34:32.588Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-19T18:34:32.913Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-19T18:34:33.307Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-19T18:34:33.647Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-19T18:34:33.896Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-19T18:34:34.175Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-19T18:34:35.594Z Downloading crates ...
1212024-12-19T18:34:35.723Z Downloaded adler2 v2.0.0
1222024-12-19T18:34:35.726Z Downloaded anstyle-parse v0.2.5
1232024-12-19T18:34:35.730Z Downloaded atty v0.2.14
1242024-12-19T18:34:35.733Z Downloaded async-object-pool v0.1.5
1252024-12-19T18:34:35.736Z Downloaded ciborium v0.2.2
1262024-12-19T18:34:35.739Z Downloaded cfg_aliases v0.1.1
1272024-12-19T18:34:35.744Z Downloaded escape8259 v0.5.3
1282024-12-19T18:34:35.746Z Downloaded atomicwrites v0.4.4
1292024-12-19T18:34:35.749Z Downloaded async-stream-impl v0.3.6
1302024-12-19T18:34:35.751Z Downloaded foreign-types-shared v0.3.1
1312024-12-19T18:34:35.751Z Downloaded foreign-types v0.3.2
1322024-12-19T18:34:35.754Z Downloaded foreign-types v0.5.0
1332024-12-19T18:34:35.756Z Downloaded arrayvec v0.7.6
1342024-12-19T18:34:35.759Z Downloaded anes v0.1.6
1352024-12-19T18:34:35.761Z Downloaded assert_matches v1.5.0
1362024-12-19T18:34:35.764Z Downloaded approx v0.5.1
1372024-12-19T18:34:35.766Z Downloaded guppy-workspace-hack v0.1.0
1382024-12-19T18:34:35.766Z Downloaded bitflags v1.3.2
1392024-12-19T18:34:35.768Z Downloaded addr2line v0.24.2
1402024-12-19T18:34:35.771Z Downloaded anstyle-query v1.1.1
1412024-12-19T18:34:35.774Z Downloaded block-padding v0.3.3
1422024-12-19T18:34:35.774Z Downloaded arrayref v0.3.9
1432024-12-19T18:34:35.776Z Downloaded headers-core v0.3.0
1442024-12-19T18:34:35.776Z Downloaded cargo-platform v0.1.8
1452024-12-19T18:34:35.779Z Downloaded cast v0.3.0
1462024-12-19T18:34:35.779Z Downloaded bytecount v0.6.8
1472024-12-19T18:34:35.781Z Downloaded block-buffer v0.10.4
1482024-12-19T18:34:35.781Z Downloaded async-recursion v1.1.1
1492024-12-19T18:34:35.785Z Downloaded hubpack_derive v0.1.1
1502024-12-19T18:34:35.787Z Downloaded http-body v1.0.1
1512024-12-19T18:34:35.787Z Downloaded blowfish v0.9.1
1522024-12-19T18:34:35.790Z Downloaded http-range v0.1.5
1532024-12-19T18:34:35.792Z Downloaded errno v0.3.9
1542024-12-19T18:34:35.792Z Downloaded foreign-types-shared v0.1.1
1552024-12-19T18:34:35.794Z Downloaded foreign-types-macros v0.2.3
1562024-12-19T18:34:35.794Z Downloaded castaway v0.2.3
1572024-12-19T18:34:35.799Z Downloaded atomic-waker v1.1.2
1582024-12-19T18:34:35.799Z Downloaded cassowary v0.3.0
1592024-12-19T18:34:35.799Z Downloaded async-stream v0.3.6
1602024-12-19T18:34:35.803Z Downloaded generic-array v0.14.7
1612024-12-19T18:34:35.803Z Downloaded event-listener-strategy v0.5.2
1622024-12-19T18:34:35.805Z Downloaded fragile v2.0.0
1632024-12-19T18:34:35.808Z Downloaded hostname v0.4.0
1642024-12-19T18:34:35.808Z Downloaded glob v0.3.1
1652024-12-19T18:34:35.810Z Downloaded hash32 v0.2.1
1662024-12-19T18:34:35.813Z Downloaded fixedbitset v0.4.2
1672024-12-19T18:34:35.815Z Downloaded chrono-tz-build v0.4.0
1682024-12-19T18:34:35.815Z Downloaded cexpr v0.6.0
1692024-12-19T18:34:35.817Z Downloaded http-body-util v0.1.2
1702024-12-19T18:34:35.819Z Downloaded opaque-debug v0.3.1
1712024-12-19T18:34:35.819Z Downloaded hostname v0.3.1
1722024-12-19T18:34:35.822Z Downloaded assert-json-diff v2.0.2
1732024-12-19T18:34:35.824Z Downloaded bitfield v0.14.0
1742024-12-19T18:34:35.828Z Downloaded hash32 v0.3.1
1752024-12-19T18:34:35.828Z Downloaded futures-task v0.3.31
1762024-12-19T18:34:35.828Z Downloaded cfg-if v1.0.0
1772024-12-19T18:34:35.830Z Downloaded hex-literal v0.4.1
1782024-12-19T18:34:35.830Z Downloaded backoff v0.4.0
1792024-12-19T18:34:35.833Z Downloaded blocking v1.6.1
1802024-12-19T18:34:35.835Z Downloaded heck v0.5.0
1812024-12-19T18:34:35.835Z Downloaded heck v0.4.1
1822024-12-19T18:34:35.839Z Downloaded bcs v0.1.6
1832024-12-19T18:34:35.841Z Downloaded humantime v2.1.0
1842024-12-19T18:34:35.841Z Downloaded phf_shared v0.10.0
1852024-12-19T18:34:35.844Z Downloaded async-trait v0.1.83
1862024-12-19T18:34:35.846Z Downloaded httpdate v1.0.3
1872024-12-19T18:34:35.848Z Downloaded hubpack v0.1.2
1882024-12-19T18:34:35.848Z Downloaded fd-lock v4.0.2
1892024-12-19T18:34:35.851Z Downloaded async-attributes v1.1.2
1902024-12-19T18:34:35.853Z Downloaded parse-size v1.1.0
1912024-12-19T18:34:35.855Z Downloaded bb8 v0.8.5
1922024-12-19T18:34:35.855Z Downloaded bzip2 v0.4.4
1932024-12-19T18:34:35.858Z Downloaded cbc v0.1.2
1942024-12-19T18:34:35.858Z Downloaded camino-tempfile v1.1.1
1952024-12-19T18:34:35.861Z Downloaded sigpipe v0.1.3
1962024-12-19T18:34:35.863Z Downloaded futures-executor v0.3.31
1972024-12-19T18:34:35.864Z Downloaded float-cmp v0.9.0
1982024-12-19T18:34:35.866Z Downloaded olpc-cjson v0.1.4
1992024-12-19T18:34:35.866Z Downloaded group v0.13.0
2002024-12-19T18:34:35.869Z Downloaded gethostname v0.5.0
2012024-12-19T18:34:35.869Z Downloaded futures-sink v0.3.31
2022024-12-19T18:34:35.871Z Downloaded fastrand v2.1.1
2032024-12-19T18:34:35.874Z Downloaded cancel-safe-futures v0.1.5
2042024-12-19T18:34:35.876Z Downloaded heck v0.3.3
2052024-12-19T18:34:35.876Z Downloaded aead v0.5.2
2062024-12-19T18:34:35.879Z Downloaded packed_struct v0.10.1
2072024-12-19T18:34:35.881Z Downloaded hex v0.4.3
2082024-12-19T18:34:35.884Z Downloaded anstream v0.6.15
2092024-12-19T18:34:35.886Z Downloaded hickory-client v0.24.1
2102024-12-19T18:34:35.888Z Downloaded hashlink v0.9.1
2112024-12-19T18:34:35.891Z Downloaded getrandom v0.2.15
2122024-12-19T18:34:35.893Z Downloaded futures-lite v2.3.0
2132024-12-19T18:34:35.895Z Downloaded percent-encoding v2.3.1
2142024-12-19T18:34:35.898Z Downloaded tinyvec_macros v0.1.1
2152024-12-19T18:34:35.898Z Downloaded pem-rfc7468 v0.7.0
2162024-12-19T18:34:35.901Z Downloaded pem v3.0.4
2172024-12-19T18:34:35.903Z Downloaded httptest v0.16.1
2182024-12-19T18:34:35.903Z Downloaded piper v0.2.4
2192024-12-19T18:34:35.906Z Downloaded hyper-rustls v0.26.0
2202024-12-19T18:34:35.908Z Downloaded hyper-rustls v0.27.3
2212024-12-19T18:34:35.911Z Downloaded take_mut v0.2.2
2222024-12-19T18:34:35.911Z Downloaded chacha20 v0.9.1
2232024-12-19T18:34:35.913Z Downloaded cfg-expr v0.17.0
2242024-12-19T18:34:35.916Z Downloaded quinn-udp v0.5.5
2252024-12-19T18:34:35.919Z Downloaded r2d2 v0.8.10
2262024-12-19T18:34:35.922Z Downloaded proc-macro-crate v3.2.0
2272024-12-19T18:34:35.922Z Downloaded zone_cfg_derive v0.3.0
2282024-12-19T18:34:35.922Z Downloaded zone_cfg_derive v0.1.2
2292024-12-19T18:34:35.925Z Downloaded async-process v2.3.0
2302024-12-19T18:34:35.927Z Downloaded darling_macro v0.20.10
2312024-12-19T18:34:35.927Z Downloaded relative-path v1.9.3
2322024-12-19T18:34:35.929Z Downloaded path-tree v0.8.1
2332024-12-19T18:34:35.929Z Downloaded same-file v1.0.6
2342024-12-19T18:34:35.933Z Downloaded salsa20 v0.10.2
2352024-12-19T18:34:35.933Z Downloaded ssh-encoding v0.2.0
2362024-12-19T18:34:35.935Z Downloaded slab v0.4.9
2372024-12-19T18:34:35.938Z Downloaded highway v1.2.0
2382024-12-19T18:34:35.938Z Downloaded async-task v4.7.1
2392024-12-19T18:34:35.941Z Downloaded event-listener v5.3.1
2402024-12-19T18:34:35.943Z Downloaded async-io v2.3.4
2412024-12-19T18:34:35.947Z Downloaded fatfs v0.3.6
2422024-12-19T18:34:35.949Z Downloaded base64 v0.13.1
2432024-12-19T18:34:35.953Z Downloaded tls_codec_derive v0.4.1
2442024-12-19T18:34:35.955Z Downloaded postcard v1.0.10
2452024-12-19T18:34:35.958Z Downloaded hmac v0.12.1
2462024-12-19T18:34:35.960Z Downloaded futures v0.3.31
2472024-12-19T18:34:35.965Z Downloaded equivalent v1.0.1
2482024-12-19T18:34:35.968Z Downloaded diesel_table_macro_syntax v0.2.0
2492024-12-19T18:34:35.968Z Downloaded wait-timeout v0.2.0
2502024-12-19T18:34:35.970Z Downloaded unarray v0.1.4
2512024-12-19T18:34:35.970Z Downloaded quote v1.0.37
2522024-12-19T18:34:35.973Z Downloaded tls_codec v0.4.1
2532024-12-19T18:34:35.975Z Downloaded zone v0.3.0
2542024-12-19T18:34:35.977Z Downloaded ahash v0.8.11
2552024-12-19T18:34:35.980Z Downloaded tokio-macros v2.4.0
2562024-12-19T18:34:35.982Z Downloaded threadpool v1.8.1
2572024-12-19T18:34:35.982Z Downloaded cpufeatures v0.2.14
2582024-12-19T18:34:35.985Z Downloaded thread_local v1.1.8
2592024-12-19T18:34:35.987Z Downloaded arc-swap v1.7.1
2602024-12-19T18:34:35.990Z Downloaded normalize-line-endings v0.3.0
2612024-12-19T18:34:35.992Z Downloaded base64 v0.22.1
2622024-12-19T18:34:35.994Z Downloaded pathdiff v0.2.2
2632024-12-19T18:34:35.997Z Downloaded parse-display-derive v0.10.0
2642024-12-19T18:34:35.999Z Downloaded num-conv v0.1.0
2652024-12-19T18:34:35.999Z Downloaded chacha20poly1305 v0.10.1
2662024-12-19T18:34:36.002Z Downloaded diesel-dtrace v0.4.2
2672024-12-19T18:34:36.005Z Downloaded crc-catalog v2.4.0
2682024-12-19T18:34:36.005Z Downloaded crc v3.2.1
2692024-12-19T18:34:36.008Z Downloaded serde_derive_internals v0.29.1
2702024-12-19T18:34:36.008Z Downloaded oso v0.27.3
2712024-12-19T18:34:36.011Z Downloaded flume v0.11.1
2722024-12-19T18:34:36.016Z Downloaded precomputed-hash v0.1.1
2732024-12-19T18:34:36.018Z Downloaded headers v0.4.0
2742024-12-19T18:34:36.022Z Downloaded half v2.4.1
2752024-12-19T18:34:36.025Z Downloaded progenitor-client v0.8.0
2762024-12-19T18:34:36.027Z Downloaded dtrace-parser v0.2.0
2772024-12-19T18:34:36.027Z Downloaded deranged v0.3.11
2782024-12-19T18:34:36.029Z Downloaded static_assertions v1.1.0
2792024-12-19T18:34:36.032Z Downloaded keccak v0.1.5
2802024-12-19T18:34:36.032Z Downloaded peg-runtime v0.8.3
2812024-12-19T18:34:36.034Z Downloaded maplit v1.0.2
2822024-12-19T18:34:36.034Z Downloaded linear-map v1.2.0
2832024-12-19T18:34:36.037Z Downloaded mime v0.3.17
2842024-12-19T18:34:36.039Z Downloaded ena v0.14.3
2852024-12-19T18:34:36.040Z Downloaded cookie_store v0.21.0
2862024-12-19T18:34:36.044Z Downloaded uzers v0.12.1
2872024-12-19T18:34:36.047Z Downloaded progenitor-impl v0.8.0
2882024-12-19T18:34:36.047Z Downloaded bytes v1.8.0
2892024-12-19T18:34:36.050Z Downloaded swrite v0.1.0
2902024-12-19T18:34:36.052Z Downloaded idna_adapter v1.2.0
2912024-12-19T18:34:36.052Z Downloaded base64 v0.21.7
2922024-12-19T18:34:36.056Z Downloaded oorandom v11.1.4
2932024-12-19T18:34:36.060Z Downloaded cc v1.1.30
2942024-12-19T18:34:36.062Z Downloaded num-derive v0.4.2
2952024-12-19T18:34:36.064Z Downloaded num-integer v0.1.46
2962024-12-19T18:34:36.067Z Downloaded unicode-xid v0.2.6
2972024-12-19T18:34:36.067Z Downloaded tracing-attributes v0.1.27
2982024-12-19T18:34:36.069Z Downloaded uuid v1.11.0
2992024-12-19T18:34:36.072Z Downloaded whoami v1.5.2
3002024-12-19T18:34:36.074Z Downloaded pest_generator v2.7.14
3012024-12-19T18:34:36.077Z Downloaded env_logger v0.11.5
3022024-12-19T18:34:36.079Z Downloaded radium v0.7.0
3032024-12-19T18:34:36.081Z Downloaded ppv-lite86 v0.2.20
3042024-12-19T18:34:36.083Z Downloaded utf16_iter v1.0.5
3052024-12-19T18:34:36.083Z Downloaded utf-8 v0.7.6
3062024-12-19T18:34:36.086Z Downloaded rand_seeder v0.3.0
3072024-12-19T18:34:36.086Z Downloaded libloading v0.8.5
3082024-12-19T18:34:36.088Z Downloaded serde_regex v1.1.0
3092024-12-19T18:34:36.091Z Downloaded rustc_version v0.4.1
3102024-12-19T18:34:36.091Z Downloaded heapless v0.8.0
3112024-12-19T18:34:36.094Z Downloaded serde_repr v0.1.19
3122024-12-19T18:34:36.097Z Downloaded cookie v0.18.1
3132024-12-19T18:34:36.099Z Downloaded ciborium-io v0.2.2
3142024-12-19T18:34:36.102Z Downloaded plotters-backend v0.3.7
3152024-12-19T18:34:36.102Z Downloaded ron v0.8.1
3162024-12-19T18:34:36.108Z Downloaded dhcproto-macros v0.1.0
3172024-12-19T18:34:36.110Z Downloaded ident_case v1.0.1
3182024-12-19T18:34:36.110Z Downloaded darling_core v0.20.10
3192024-12-19T18:34:36.115Z Downloaded downcast v0.11.0
3202024-12-19T18:34:36.117Z Downloaded slog-dtrace v0.3.0
3212024-12-19T18:34:36.120Z Downloaded thiserror-impl v2.0.3
3222024-12-19T18:34:36.120Z Downloaded stringmetrics v2.2.2
3232024-12-19T18:34:36.122Z Downloaded rcgen v0.12.1
3242024-12-19T18:34:36.126Z Downloaded target-spec v3.2.2
3252024-12-19T18:34:36.128Z Downloaded thiserror-impl v1.0.69
3262024-12-19T18:34:36.130Z Downloaded slog-stdlog v4.1.1
3272024-12-19T18:34:36.130Z Downloaded slog-bunyan v2.5.0
3282024-12-19T18:34:36.134Z Downloaded thiserror v2.0.3
3292024-12-19T18:34:36.138Z Downloaded rand_xorshift v0.3.0
3302024-12-19T18:34:36.142Z Downloaded mime_guess v2.0.5
3312024-12-19T18:34:36.144Z Downloaded zeroize_derive v1.4.2
3322024-12-19T18:34:36.144Z Downloaded tokio-native-tls v0.3.1
3332024-12-19T18:34:36.147Z Downloaded lazy_static v1.5.0
3342024-12-19T18:34:36.147Z Downloaded parking_lot v0.11.2
3352024-12-19T18:34:36.149Z Downloaded semver v1.0.23
3362024-12-19T18:34:36.152Z Downloaded samael v0.0.17
3372024-12-19T18:34:36.158Z Downloaded serde_derive v1.0.215
3382024-12-19T18:34:36.161Z Downloaded parking_lot v0.12.3
3392024-12-19T18:34:36.164Z Downloaded dirs-next v2.0.0
3402024-12-19T18:34:36.167Z Downloaded debug-ignore v1.0.5
3412024-12-19T18:34:36.169Z Downloaded aes-gcm v0.10.3
3422024-12-19T18:34:36.172Z Downloaded version_check v0.9.5
3432024-12-19T18:34:36.174Z Downloaded plotters-svg v0.3.7
3442024-12-19T18:34:36.177Z Downloaded target-lexicon v0.12.16
3452024-12-19T18:34:36.177Z Downloaded predicates v3.1.2
3462024-12-19T18:34:36.180Z Downloaded kstat-rs v0.2.4
3472024-12-19T18:34:36.182Z Downloaded itoa v1.0.11
3482024-12-19T18:34:36.185Z Downloaded ciborium-ll v0.2.2
3492024-12-19T18:34:36.185Z Downloaded derive_more v0.99.18
3502024-12-19T18:34:36.189Z Downloaded crc-any v2.5.0
3512024-12-19T18:34:36.192Z Downloaded defmt v0.3.8
3522024-12-19T18:34:36.195Z Downloaded utf8parse v0.2.2
3532024-12-19T18:34:36.197Z Downloaded utf8_iter v1.0.4
3542024-12-19T18:34:36.199Z Downloaded num_enum_derive v0.5.11
3552024-12-19T18:34:36.201Z Downloaded num_cpus v1.16.0
3562024-12-19T18:34:36.204Z Downloaded icu_normalizer v1.5.0
3572024-12-19T18:34:36.206Z Downloaded tracing-core v0.1.32
3582024-12-19T18:34:36.209Z Downloaded icu_locid_transform_data v1.5.0
3592024-12-19T18:34:36.212Z Downloaded aes v0.8.4
3602024-12-19T18:34:36.215Z Downloaded hickory-resolver v0.24.1
3612024-12-19T18:34:36.220Z Downloaded toml_datetime v0.6.8
3622024-12-19T18:34:36.222Z Downloaded strum_macros v0.24.3
3632024-12-19T18:34:36.225Z Downloaded pest_derive v2.7.14
3642024-12-19T18:34:36.227Z Downloaded time-core v0.1.2
3652024-12-19T18:34:36.230Z Downloaded waitgroup v0.1.2
3662024-12-19T18:34:36.230Z Downloaded vte_generate_state_changes v0.1.2
3672024-12-19T18:34:36.232Z Downloaded plain v0.2.3
3682024-12-19T18:34:36.232Z Downloaded pkg-config v0.3.31
3692024-12-19T18:34:36.235Z Downloaded termtree v0.4.1
3702024-12-19T18:34:36.235Z Downloaded nibble_vec v0.1.0
3712024-12-19T18:34:36.237Z Downloaded jobserver v0.1.32
3722024-12-19T18:34:36.240Z Downloaded hashbrown v0.13.2
3732024-12-19T18:34:36.243Z Downloaded rtoolbox v0.0.2
3742024-12-19T18:34:36.245Z Downloaded rand_chacha v0.3.1
3752024-12-19T18:34:36.248Z Downloaded value-bag v1.9.0
3762024-12-19T18:34:36.250Z Downloaded toml v0.7.8
3772024-12-19T18:34:36.252Z Downloaded rustls-pemfile v1.0.4
3782024-12-19T18:34:36.255Z Downloaded smf v0.2.3
3792024-12-19T18:34:36.258Z Downloaded smawk v0.3.2
3802024-12-19T18:34:36.260Z Downloaded strip-ansi-escapes v0.2.0
3812024-12-19T18:34:36.260Z Downloaded nu-ansi-term v0.50.1
3822024-12-19T18:34:36.262Z Downloaded const-oid v0.9.6
3832024-12-19T18:34:36.265Z Downloaded unicode-ident v1.0.13
3842024-12-19T18:34:36.268Z Downloaded simd-adler32 v0.3.7
3852024-12-19T18:34:36.270Z Downloaded signature v2.2.0
3862024-12-19T18:34:36.273Z Downloaded hyper-staticfile v0.10.1
3872024-12-19T18:34:36.275Z Downloaded lru-cache v0.1.2
3882024-12-19T18:34:36.275Z Downloaded datatest-stable v0.2.9
3892024-12-19T18:34:36.278Z Downloaded password-hash v0.5.0
3902024-12-19T18:34:36.280Z Downloaded env_logger v0.10.2
3912024-12-19T18:34:36.283Z Downloaded diesel_derives v2.2.3
3922024-12-19T18:34:36.288Z Downloaded termios v0.3.3
3932024-12-19T18:34:36.290Z Downloaded new_debug_unreachable v1.0.6
3942024-12-19T18:34:36.292Z Downloaded toml v0.8.19
3952024-12-19T18:34:36.295Z Downloaded matches v0.1.10
3962024-12-19T18:34:36.297Z Downloaded unicode-truncate v1.1.0
3972024-12-19T18:34:36.299Z Downloaded newline-converter v0.3.0
3982024-12-19T18:34:36.299Z Downloaded expectorate v1.1.0
3992024-12-19T18:34:36.302Z Downloaded multer v3.1.0
4002024-12-19T18:34:36.305Z Downloaded unicode-bidi v0.3.17
4012024-12-19T18:34:36.308Z Downloaded tar v0.4.42
4022024-12-19T18:34:36.310Z Downloaded zeroize v1.8.1
4032024-12-19T18:34:36.312Z Downloaded indexmap v1.9.3
4042024-12-19T18:34:36.315Z Downloaded twox-hash v1.6.3
4052024-12-19T18:34:36.318Z Downloaded rustls-native-certs v0.7.3
4062024-12-19T18:34:36.321Z Downloaded papergrid v0.11.0
4072024-12-19T18:34:36.326Z Downloaded pretty-hex v0.2.1
4082024-12-19T18:34:36.328Z Downloaded clap_lex v0.7.2
4092024-12-19T18:34:36.330Z Downloaded serde v1.0.215
4102024-12-19T18:34:36.332Z Downloaded nested v0.1.1
4112024-12-19T18:34:36.335Z Downloaded crossbeam-utils v0.8.20
4122024-12-19T18:34:36.337Z Downloaded lalrpop-util v0.19.12
4132024-12-19T18:34:36.339Z Downloaded aho-corasick v1.1.3
4142024-12-19T18:34:36.344Z Downloaded kv-log-macro v1.0.7
4152024-12-19T18:34:36.346Z Downloaded tokio-rustls v0.26.0
4162024-12-19T18:34:36.349Z Downloaded tokio-rustls v0.25.0
4172024-12-19T18:34:36.351Z Downloaded indoc v1.0.9
4182024-12-19T18:34:36.354Z Downloaded tokio-rustls v0.24.1
4192024-12-19T18:34:36.356Z Downloaded ipnet v2.10.1
4202024-12-19T18:34:36.360Z Downloaded dropshot_endpoint v0.13.0
4212024-12-19T18:34:36.363Z Downloaded want v0.3.1
4222024-12-19T18:34:36.365Z Downloaded usdt-attr-macro v0.5.0
4232024-12-19T18:34:36.365Z Downloaded dropshot_endpoint v0.12.0
4242024-12-19T18:34:36.367Z Downloaded usdt-macro v0.5.0
4252024-12-19T18:34:36.369Z Downloaded dyn-clone v1.0.17
4262024-12-19T18:34:36.371Z Downloaded packed_struct_codegen v0.10.1
4272024-12-19T18:34:36.371Z Downloaded internet-checksum v0.2.1
4282024-12-19T18:34:36.374Z Downloaded parking v2.2.1
4292024-12-19T18:34:36.377Z Downloaded maybe-uninit v2.0.0
4302024-12-19T18:34:36.377Z Downloaded managed v0.8.0
4312024-12-19T18:34:36.377Z Downloaded der_derive v0.7.3
4322024-12-19T18:34:36.380Z Downloaded hashbrown v0.14.5
4332024-12-19T18:34:36.385Z Downloaded openssl-sys v0.9.103
4342024-12-19T18:34:36.390Z Downloaded vergen v8.3.2
4352024-12-19T18:34:36.393Z Downloaded quick-error v1.2.3
4362024-12-19T18:34:36.396Z Downloaded predicates-tree v1.0.11
4372024-12-19T18:34:36.398Z Downloaded predicates-core v1.0.8
4382024-12-19T18:34:36.398Z Downloaded clap_derive v4.5.18
4392024-12-19T18:34:36.400Z Downloaded scopeguard v1.2.0
4402024-12-19T18:34:36.403Z Downloaded iana-time-zone v0.1.61
4412024-12-19T18:34:36.406Z Downloaded similar-asserts v1.6.0
4422024-12-19T18:34:36.409Z Downloaded openssl-macros v0.1.1
4432024-12-19T18:34:36.409Z Downloaded oso-derive v0.27.3
4442024-12-19T18:34:36.411Z Downloaded displaydoc v0.2.5
4452024-12-19T18:34:36.414Z Downloaded subtle v2.6.1
4462024-12-19T18:34:36.414Z Downloaded lock_api v0.4.12
4472024-12-19T18:34:36.416Z Downloaded tinystr v0.7.6
4482024-12-19T18:34:36.418Z Downloaded walkdir v2.5.0
4492024-12-19T18:34:36.421Z Downloaded structmeta v0.3.0
4502024-12-19T18:34:36.423Z Downloaded siphasher v0.3.11
4512024-12-19T18:34:36.423Z Downloaded portable-atomic v1.9.0
4522024-12-19T18:34:36.430Z Downloaded crossbeam-deque v0.8.5
4532024-12-19T18:34:36.433Z Downloaded colored v2.1.0
4542024-12-19T18:34:36.435Z Downloaded tokio-postgres v0.7.12
4552024-12-19T18:34:36.440Z Downloaded derive-where v1.2.7
4562024-12-19T18:34:36.443Z Downloaded darling v0.20.10
4572024-12-19T18:34:36.449Z Downloaded vte v0.11.1
4582024-12-19T18:34:36.452Z Downloaded schemars v0.8.21
4592024-12-19T18:34:36.463Z Downloaded openssl-probe v0.1.5
4602024-12-19T18:34:36.466Z Downloaded nanorand v0.7.0
4612024-12-19T18:34:36.468Z Downloaded parking_lot_core v0.9.10
4622024-12-19T18:34:36.471Z Downloaded parking_lot_core v0.8.6
4632024-12-19T18:34:36.473Z Downloaded instability v0.3.2
4642024-12-19T18:34:36.473Z Downloaded dsl_auto_type v0.1.2
4652024-12-19T18:34:36.476Z Downloaded enum-as-inner v0.6.1
4662024-12-19T18:34:36.478Z Downloaded dof v0.3.0
4672024-12-19T18:34:36.478Z Downloaded zerofrom v0.1.4
4682024-12-19T18:34:36.481Z Downloaded thread-id v4.2.2
4692024-12-19T18:34:36.481Z Downloaded write16 v1.0.0
4702024-12-19T18:34:36.483Z Downloaded scroll v0.12.0
4712024-12-19T18:34:36.483Z Downloaded tiny-keccak v2.0.2
4722024-12-19T18:34:36.486Z Downloaded vsss-rs v3.3.4
4732024-12-19T18:34:36.489Z Downloaded usdt-impl v0.5.0
4742024-12-19T18:34:36.491Z Downloaded newtype-uuid v1.1.3
4752024-12-19T18:34:36.493Z Downloaded term v0.7.0
4762024-12-19T18:34:36.496Z Downloaded doc-comment v0.3.3
4772024-12-19T18:34:36.498Z Downloaded aws-lc-rs v1.10.0
4782024-12-19T18:34:36.506Z Downloaded libxml v0.3.3
4792024-12-19T18:34:36.513Z Downloaded md5 v0.7.0
4802024-12-19T18:34:36.515Z Downloaded strsim v0.11.1
4812024-12-19T18:34:36.515Z Downloaded stringprep v0.1.5
4822024-12-19T18:34:36.517Z Downloaded newtype_derive v0.1.6
4832024-12-19T18:34:36.521Z Downloaded rustc-hash v2.0.0
4842024-12-19T18:34:36.521Z Downloaded primeorder v0.13.6
4852024-12-19T18:34:36.523Z Downloaded native-tls v0.2.12
4862024-12-19T18:34:36.526Z Downloaded linked-hash-map v0.5.6
4872024-12-19T18:34:36.526Z Downloaded yansi v1.0.1
4882024-12-19T18:34:36.529Z Downloaded typify v0.2.0
4892024-12-19T18:34:36.531Z Downloaded h2 v0.4.6
4902024-12-19T18:34:36.539Z Downloaded sync-ptr v0.1.1
4912024-12-19T18:34:36.541Z Downloaded zerovec-derive v0.10.3
4922024-12-19T18:34:36.543Z Downloaded pin-project-internal v1.1.6
4932024-12-19T18:34:36.544Z Downloaded zerofrom-derive v0.1.4
4942024-12-19T18:34:36.546Z Downloaded crossbeam-epoch v0.9.18
4952024-12-19T18:34:36.548Z Downloaded derive_builder_core v0.20.2
4962024-12-19T18:34:36.551Z Downloaded p256 v0.13.2
4972024-12-19T18:34:36.553Z Downloaded rsa v0.9.6
4982024-12-19T18:34:36.559Z Downloaded cstr-argument v0.1.2
4992024-12-19T18:34:36.561Z Downloaded reqwest v0.12.9
5002024-12-19T18:34:36.570Z Downloaded multimap v0.10.0
5012024-12-19T18:34:36.572Z Downloaded mockall v0.13.0
5022024-12-19T18:34:36.575Z Downloaded zone v0.1.8
5032024-12-19T18:34:36.575Z Downloaded indexmap v2.6.0
5042024-12-19T18:34:36.578Z Downloaded crunchy v0.2.2
5052024-12-19T18:34:36.583Z Downloaded itertools v0.10.5
5062024-12-19T18:34:36.586Z Downloaded phf_shared v0.11.2
5072024-12-19T18:34:36.588Z Downloaded phf_generator v0.11.2
5082024-12-19T18:34:36.589Z Downloaded toml_edit v0.22.22
5092024-12-19T18:34:36.611Z Downloaded rusty-fork v0.3.0
5102024-12-19T18:34:36.614Z Downloaded hyper v1.5.0
5112024-12-19T18:34:36.620Z Downloaded rust-argon2 v2.1.0
5122024-12-19T18:34:36.623Z Downloaded proc-macro-error-attr v1.0.4
5132024-12-19T18:34:36.625Z Downloaded structmeta v0.2.0
5142024-12-19T18:34:36.625Z Downloaded criterion v0.5.1
5152024-12-19T18:34:36.632Z Downloaded toolchain_find v0.4.0
5162024-12-19T18:34:36.634Z Downloaded writeable v0.5.5
5172024-12-19T18:34:36.636Z Downloaded slog v2.7.0
5182024-12-19T18:34:36.638Z Downloaded ryu v1.0.18
5192024-12-19T18:34:36.642Z Downloaded indent_write v2.2.0
5202024-12-19T18:34:36.644Z Downloaded impl-trait-for-tuples v0.2.2
5212024-12-19T18:34:36.647Z Downloaded convert_case v0.4.0
5222024-12-19T18:34:36.647Z Downloaded phf_codegen v0.11.2
5232024-12-19T18:34:36.650Z Downloaded crypto-common v0.1.6
5242024-12-19T18:34:36.652Z Downloaded thiserror-no-std v2.0.2
5252024-12-19T18:34:36.657Z Downloaded typenum v1.17.0
5262024-12-19T18:34:36.660Z Downloaded signal-hook-registry v1.4.2
5272024-12-19T18:34:36.660Z Downloaded psl-types v2.0.11
5282024-12-19T18:34:36.660Z Downloaded idna v1.0.3
5292024-12-19T18:34:36.663Z Downloaded num v0.4.3
5302024-12-19T18:34:36.666Z Downloaded nodrop v0.1.14
5312024-12-19T18:34:36.668Z Downloaded cmake v0.1.51
5322024-12-19T18:34:36.668Z Downloaded icu_locid_transform v1.5.0
5332024-12-19T18:34:36.670Z Downloaded lazycell v1.3.0
5342024-12-19T18:34:36.675Z Downloaded winnow v0.5.40
5352024-12-19T18:34:36.681Z Downloaded wyz v0.5.1
5362024-12-19T18:34:36.684Z Downloaded bitvec v1.0.1
5372024-12-19T18:34:36.699Z Downloaded either v1.13.0
5382024-12-19T18:34:36.701Z Downloaded sha1 v0.10.6
5392024-12-19T18:34:36.704Z Downloaded polyval v0.6.2
5402024-12-19T18:34:36.704Z Downloaded criterion-plot v0.5.0
5412024-12-19T18:34:36.706Z Downloaded owo-colors v4.1.0
5422024-12-19T18:34:36.712Z Downloaded is_ci v1.2.0
5432024-12-19T18:34:36.712Z Downloaded slog-term v2.9.1
5442024-12-19T18:34:36.714Z Downloaded libefi-sys v0.1.0
5452024-12-19T18:34:36.714Z Downloaded phf v0.11.2
5462024-12-19T18:34:36.717Z Downloaded pretty_assertions v1.4.1
5472024-12-19T18:34:36.719Z Downloaded num-complex v0.4.6
5482024-12-19T18:34:36.719Z Downloaded tinytemplate v1.2.1
5492024-12-19T18:34:36.722Z Downloaded target-triple v0.1.3
5502024-12-19T18:34:36.726Z Downloaded smallvec v1.13.2
5512024-12-19T18:34:36.728Z Downloaded omicron-zone-package v0.11.1
5522024-12-19T18:34:36.730Z Downloaded hyper-tls v0.6.0
5532024-12-19T18:34:36.730Z Downloaded sqlparser_derive v0.2.2
5542024-12-19T18:34:36.735Z Downloaded snafu-derive v0.8.5
5552024-12-19T18:34:36.735Z Downloaded diff v0.1.13
5562024-12-19T18:34:36.738Z Downloaded enum-as-inner v0.5.1
5572024-12-19T18:34:36.740Z Downloaded path-slash v0.1.5
5582024-12-19T18:34:36.740Z Downloaded thiserror v1.0.69
5592024-12-19T18:34:36.744Z Downloaded tokio-tungstenite v0.23.1
5602024-12-19T18:34:36.748Z Downloaded typify-macro v0.2.0
5612024-12-19T18:34:36.750Z Downloaded zerocopy-derive v0.7.35
5622024-12-19T18:34:36.753Z Downloaded try-lock v0.2.5
5632024-12-19T18:34:36.755Z Downloaded thiserror-impl-no-std v2.0.2
5642024-12-19T18:34:36.758Z Downloaded icu_normalizer_data v1.5.0
5652024-12-19T18:34:36.758Z Downloaded rayon-core v1.12.1
5662024-12-19T18:34:36.763Z Downloaded number_prefix v0.4.0
5672024-12-19T18:34:36.765Z Downloaded is_terminal_polyfill v1.70.1
5682024-12-19T18:34:36.765Z Downloaded is-terminal v0.4.13
5692024-12-19T18:34:36.768Z Downloaded prettyplease v0.2.25
5702024-12-19T18:34:36.771Z Downloaded pin-project-lite v0.2.14
5712024-12-19T18:34:36.774Z Downloaded proc-macro2 v1.0.89
5722024-12-19T18:34:36.777Z Downloaded snafu v0.8.5
5732024-12-19T18:34:36.787Z Downloaded untrusted v0.7.1
5742024-12-19T18:34:36.790Z Downloaded sct v0.7.1
5752024-12-19T18:34:36.790Z Downloaded crypto-bigint v0.5.5
5762024-12-19T18:34:36.795Z Downloaded signal-hook-mio v0.2.4
5772024-12-19T18:34:36.799Z Downloaded hyper-util v0.1.10
5782024-12-19T18:34:36.802Z Downloaded tower-service v0.3.3
5792024-12-19T18:34:36.803Z Downloaded pbkdf2 v0.11.0
5802024-12-19T18:34:36.805Z Downloaded smallvec v0.6.14
5812024-12-19T18:34:36.808Z Downloaded endian-type v0.1.2
5822024-12-19T18:34:36.808Z Downloaded indoc v2.0.5
5832024-12-19T18:34:36.810Z Downloaded secrecy v0.8.0
5842024-12-19T18:34:36.813Z Downloaded pbkdf2 v0.12.2
5852024-12-19T18:34:36.813Z Downloaded mirai-annotations v1.12.0
5862024-12-19T18:34:36.815Z Downloaded proptest v1.5.0
5872024-12-19T18:34:36.823Z Downloaded difflib v0.4.0
5882024-12-19T18:34:36.826Z Downloaded digest v0.10.7
5892024-12-19T18:34:36.829Z Downloaded time v0.3.36
5902024-12-19T18:34:36.833Z Downloaded usdt v0.5.0
5912024-12-19T18:34:36.836Z Downloaded zerocopy v0.7.35
5922024-12-19T18:34:36.850Z Downloaded scroll_derive v0.12.0
5932024-12-19T18:34:36.853Z Downloaded yoke-derive v0.7.4
5942024-12-19T18:34:36.853Z Downloaded terminal_size v0.4.0
5952024-12-19T18:34:36.856Z Downloaded peg v0.8.4
5962024-12-19T18:34:36.858Z Downloaded untrusted v0.9.0
5972024-12-19T18:34:36.862Z Downloaded concurrent-queue v2.5.0
5982024-12-19T18:34:36.862Z Downloaded strum_macros v0.26.4
5992024-12-19T18:34:36.865Z Downloaded shlex v1.3.0
6002024-12-19T18:34:36.865Z Downloaded shell-words v1.1.0
6012024-12-19T18:34:36.868Z Downloaded ucd-trie v0.1.7
6022024-12-19T18:34:36.868Z Downloaded derive_builder_macro v0.20.2
6032024-12-19T18:34:36.868Z Downloaded dunce v1.0.5
6042024-12-19T18:34:36.874Z Downloaded pretty-hex v0.4.1
6052024-12-19T18:34:36.874Z Downloaded display-error-chain v0.2.2
6062024-12-19T18:34:36.874Z Downloaded macaddr v1.0.1
6072024-12-19T18:34:36.874Z Downloaded ref-cast v1.0.23
6082024-12-19T18:34:36.877Z Downloaded data-encoding v2.6.0
6092024-12-19T18:34:36.878Z Downloaded sqlformat v0.2.6
6102024-12-19T18:34:36.880Z Downloaded spin v0.9.8
6112024-12-19T18:34:36.884Z Downloaded embedded-io v0.4.0
6122024-12-19T18:34:36.886Z Downloaded pkcs8 v0.10.2
6132024-12-19T18:34:36.886Z Downloaded dirs-sys-next v0.1.2
6142024-12-19T18:34:36.889Z Downloaded memoffset v0.9.1
6152024-12-19T18:34:36.889Z Downloaded num-rational v0.4.2
6162024-12-19T18:34:36.891Z Downloaded pest_meta v2.7.14
6172024-12-19T18:34:36.893Z Downloaded pin-project v1.1.6
6182024-12-19T18:34:36.904Z Downloaded clap_builder v4.5.21
6192024-12-19T18:34:36.910Z Downloaded git2 v0.19.0
6202024-12-19T18:34:36.919Z Downloaded scrypt v0.11.0
6212024-12-19T18:34:36.922Z Downloaded textwrap v0.16.1
6222024-12-19T18:34:36.924Z Downloaded signal-hook v0.3.17
6232024-12-19T18:34:36.926Z Downloaded xattr v1.3.1
6242024-12-19T18:34:36.929Z Downloaded progenitor v0.8.0
6252024-12-19T18:34:36.931Z Downloaded crossterm v0.28.1
6262024-12-19T18:34:36.936Z Downloaded powerfmt v0.2.0
6272024-12-19T18:34:36.938Z Downloaded des v0.8.1
6282024-12-19T18:34:36.941Z Downloaded console v0.15.8
6292024-12-19T18:34:36.944Z Downloaded clang-sys v1.8.1
6302024-12-19T18:34:36.946Z Downloaded num-traits v0.2.19
6312024-12-19T18:34:36.948Z Downloaded zerocopy-derive v0.8.10
6322024-12-19T18:34:36.954Z Downloaded tokio-util v0.7.12
6332024-12-19T18:34:36.960Z Downloaded sha2 v0.10.8
6342024-12-19T18:34:36.963Z Downloaded tabled v0.15.0
6352024-12-19T18:34:36.979Z Downloaded postgres-types v0.2.8
6362024-12-19T18:34:36.981Z Downloaded csv-core v0.1.11
6372024-12-19T18:34:36.984Z Downloaded dhcproto v0.12.0
6382024-12-19T18:34:36.986Z Downloaded serde_with_macros v3.11.0
6392024-12-19T18:34:36.989Z Downloaded clap v4.5.21
6402024-12-19T18:34:36.997Z Downloaded zip v2.1.3
6412024-12-19T18:34:37.001Z Downloaded partial-io v0.5.4
6422024-12-19T18:34:37.004Z Downloaded const_format_proc_macros v0.2.33
6432024-12-19T18:34:37.006Z Downloaded polling v3.7.3
6442024-12-19T18:34:37.010Z Downloaded test-strategy v0.3.1
6452024-12-19T18:34:37.013Z Downloaded indicatif v0.17.9
6462024-12-19T18:34:37.017Z Downloaded subprocess v0.2.9
6472024-12-19T18:34:37.020Z Downloaded rustyline v14.0.0
6482024-12-19T18:34:37.025Z Downloaded publicsuffix v2.2.3
6492024-12-19T18:34:37.028Z Downloaded trybuild v1.0.101
6502024-12-19T18:34:37.031Z Downloaded rustls-pki-types v1.10.0
6512024-12-19T18:34:37.035Z Downloaded elliptic-curve v0.13.8
6522024-12-19T18:34:37.039Z Downloaded url v2.5.3
6532024-12-19T18:34:37.042Z Downloaded num-bigint-dig v0.8.4
6542024-12-19T18:34:37.048Z Downloaded rstest_macros v0.23.0
6552024-12-19T18:34:37.056Z Downloaded steno v0.4.1
6562024-12-19T18:34:37.059Z Downloaded zerocopy v0.8.10
6572024-12-19T18:34:37.079Z Downloaded memchr v2.7.4
6582024-12-19T18:34:37.084Z Downloaded dropshot v0.12.0
6592024-12-19T18:34:37.104Z Downloaded quinn v0.11.5
6602024-12-19T18:34:37.107Z Downloaded openssl v0.10.66
6612024-12-19T18:34:37.117Z Downloaded libm v0.2.8
6622024-12-19T18:34:37.125Z Downloaded winnow v0.6.20
6632024-12-19T18:34:37.134Z Downloaded gimli v0.31.1
6642024-12-19T18:34:37.142Z Downloaded const_format v0.2.33
6652024-12-19T18:34:37.147Z Downloaded smoltcp v0.9.1
6662024-12-19T18:34:37.157Z Downloaded parse-zoneinfo v0.3.1
6672024-12-19T18:34:37.160Z Downloaded x509-cert v0.2.5
6682024-12-19T18:34:37.166Z Downloaded unicode-width v0.2.0
6692024-12-19T18:34:37.171Z Downloaded vcpkg v0.2.15
6702024-12-19T18:34:37.208Z Downloaded rustls-webpki v0.102.8
6712024-12-19T18:34:37.226Z Downloaded russh v0.45.0
6722024-12-19T18:34:37.231Z Downloaded idna v0.4.0
6732024-12-19T18:34:37.238Z Downloaded regress v0.10.1
6742024-12-19T18:34:37.246Z Downloaded regress v0.9.1
6752024-12-19T18:34:37.255Z Downloaded sqlparser v0.45.0
6762024-12-19T18:34:37.260Z Downloaded lalrpop v0.19.12
6772024-12-19T18:34:37.272Z Downloaded dropshot v0.13.0
6782024-12-19T18:34:37.292Z Downloaded quinn-proto v0.11.8
6792024-12-19T18:34:37.298Z Downloaded rustix v0.38.37
6802024-12-19T18:34:37.320Z Downloaded quick-xml v0.33.0
6812024-12-19T18:34:37.326Z Downloaded openapiv3 v2.0.0
6822024-12-19T18:34:37.337Z Downloaded syn v1.0.109
6832024-12-19T18:34:37.347Z Downloaded syn v2.0.87
6842024-12-19T18:34:37.358Z Downloaded smoltcp v0.11.0
6852024-12-19T18:34:37.371Z Downloaded rayon v1.10.0
6862024-12-19T18:34:37.380Z Downloaded regex v1.11.1
6872024-12-19T18:34:37.392Z Downloaded hickory-proto v0.24.1
6882024-12-19T18:34:37.408Z Downloaded icu_properties_data v1.5.0
6892024-12-19T18:34:37.417Z Downloaded nix v0.28.0
6902024-12-19T18:34:37.429Z Downloaded nix v0.29.0
6912024-12-19T18:34:37.440Z Downloaded regex-syntax v0.6.29
6922024-12-19T18:34:37.447Z Downloaded radix_trie v0.2.1
6932024-12-19T18:34:37.452Z Downloaded idna v0.2.3
6942024-12-19T18:34:37.459Z Downloaded diesel v2.2.6
6952024-12-19T18:34:37.478Z Downloaded object v0.30.4
6962024-12-19T18:34:37.486Z Downloaded object v0.36.5
6972024-12-19T18:34:37.497Z Downloaded curve25519-dalek v4.1.3
6982024-12-19T18:34:37.506Z Downloaded nix v0.27.1
6992024-12-19T18:34:37.517Z Downloaded regex-syntax v0.8.5
7002024-12-19T18:34:37.525Z Downloaded zerocopy-derive v0.6.6
7012024-12-19T18:34:37.534Z Downloaded idna v0.3.0
7022024-12-19T18:34:37.540Z Downloaded bzip2-sys v0.1.11+1.0.8
7032024-12-19T18:34:37.552Z Downloaded rustls v0.22.4
7042024-12-19T18:34:37.565Z Downloaded polar-core v0.27.3
7052024-12-19T18:34:37.573Z Downloaded petgraph v0.6.5
7062024-12-19T18:34:37.589Z Downloaded rustls v0.23.19
7072024-12-19T18:34:37.600Z Downloaded trust-dns-proto v0.22.0
7082024-12-19T18:34:37.611Z Downloaded sled v0.34.7
7092024-12-19T18:34:37.621Z Downloaded typify-impl v0.2.0
7102024-12-19T18:34:37.637Z Downloaded chrono-tz v0.10.0
7112024-12-19T18:34:37.645Z Downloaded ratatui v0.28.1
7122024-12-19T18:34:37.664Z Downloaded webpki-roots v0.26.6
7132024-12-19T18:34:37.668Z Downloaded libz-sys v1.1.20
7142024-12-19T18:34:37.688Z Downloaded petname v2.0.2
7152024-12-19T18:34:37.693Z Downloaded p384 v0.13.0
7162024-12-19T18:34:37.700Z Downloaded regex-automata v0.4.8
7172024-12-19T18:34:37.717Z Downloaded idna v0.5.0
7182024-12-19T18:34:37.724Z Downloaded unicode-normalization v0.1.24
7192024-12-19T18:34:37.727Z Downloaded tough v0.19.0
7202024-12-19T18:34:37.735Z Downloaded rustls-webpki v0.101.7
7212024-12-19T18:34:37.749Z Downloaded unicode-width v0.1.14
7222024-12-19T18:34:37.755Z Downloaded bstr v1.10.0
7232024-12-19T18:34:37.765Z Downloaded typed-path v0.9.3
7242024-12-19T18:34:37.771Z Downloaded rustls v0.21.12
7252024-12-19T18:34:37.782Z Downloaded tokio v1.40.0
7262024-12-19T18:34:37.819Z Downloaded yoke v0.7.4
7272024-12-19T18:34:37.821Z Downloaded tungstenite v0.23.0
7282024-12-19T18:34:37.824Z Downloaded log v0.4.22
7292024-12-19T18:34:37.826Z Downloaded serde_with v3.11.0
7302024-12-19T18:34:37.834Z Downloaded rusqlite v0.32.1
7312024-12-19T18:34:37.842Z Downloaded csv v1.3.0
7322024-12-19T18:34:37.861Z Downloaded lzma-sys v0.1.20
7332024-12-19T18:34:37.889Z Downloaded libc v0.2.162
7342024-12-19T18:34:37.916Z Downloaded constant_time_eq v0.3.1
7352024-12-19T18:34:37.919Z Downloaded cipher v0.4.4
7362024-12-19T18:34:37.919Z Downloaded memmap2 v0.9.5
7372024-12-19T18:34:37.922Z Downloaded tungstenite v0.21.0
7382024-12-19T18:34:37.925Z Downloaded proc-macro-crate v1.3.1
7392024-12-19T18:34:37.925Z Downloaded md-5 v0.10.6
7402024-12-19T18:34:37.928Z Downloaded serde_yaml v0.9.34+deprecated
7412024-12-19T18:34:37.930Z Downloaded xz2 v0.1.7
7422024-12-19T18:34:37.930Z Downloaded socket2 v0.5.7
7432024-12-19T18:34:37.932Z Downloaded rand v0.8.5
7442024-12-19T18:34:37.936Z Downloaded peg-macros v0.8.4
7452024-12-19T18:34:37.938Z Downloaded sec1 v0.7.3
7462024-12-19T18:34:37.940Z Downloaded ref-cast-impl v1.0.23
7472024-12-19T18:34:37.940Z Downloaded pkcs5 v0.7.1
7482024-12-19T18:34:37.943Z Downloaded libtest-mimic v0.7.3
7492024-12-19T18:34:37.946Z Downloaded sha3 v0.10.8
7502024-12-19T18:34:37.950Z Downloaded icu_properties v1.5.1
7512024-12-19T18:34:37.953Z Downloaded ipnetwork v0.20.0
7522024-12-19T18:34:37.955Z Downloaded zip v0.6.6
7532024-12-19T18:34:37.958Z Downloaded inout v0.1.3
7542024-12-19T18:34:37.961Z Downloaded termcolor v1.4.1
7552024-12-19T18:34:37.961Z Downloaded zerocopy v0.6.6
7562024-12-19T18:34:37.964Z Downloaded paste v1.0.15
7572024-12-19T18:34:37.966Z Downloaded tinyvec v1.8.0
7582024-12-19T18:34:37.969Z Downloaded der v0.7.9
7592024-12-19T18:34:37.974Z Downloaded rustls-pemfile v2.2.0
7602024-12-19T18:34:37.976Z Downloaded itertools v0.13.0
7612024-12-19T18:34:37.983Z Downloaded tui-tree-widget v0.22.0
7622024-12-19T18:34:37.987Z Downloaded httpmock v0.8.0-alpha.1
7632024-12-19T18:34:38.002Z Downloaded libsw v3.3.1
7642024-12-19T18:34:38.005Z Downloaded crc32fast v1.4.2
7652024-12-19T18:34:38.007Z Downloaded tokio-tungstenite v0.21.0
7662024-12-19T18:34:38.008Z Downloaded curve25519-dalek-derive v0.1.1
7672024-12-19T18:34:38.010Z Downloaded topological-sort v0.2.2
7682024-12-19T18:34:38.010Z Downloaded itertools v0.12.1
7692024-12-19T18:34:38.016Z Downloaded tungstenite v0.24.0
7702024-12-19T18:34:38.019Z Downloaded once_cell v1.20.2
7712024-12-19T18:34:38.021Z Downloaded unicode-segmentation v1.12.0
7722024-12-19T18:34:38.024Z Downloaded slog-async v2.8.0
7732024-12-19T18:34:38.027Z Downloaded signal-hook-tokio v0.3.1
7742024-12-19T18:34:38.027Z Downloaded russh-keys v0.45.0
7752024-12-19T18:34:38.029Z Downloaded chrono v0.4.38
7762024-12-19T18:34:38.036Z Downloaded bindgen v0.69.5
7772024-12-19T18:34:38.043Z Downloaded hkdf v0.12.4
7782024-12-19T18:34:38.046Z Downloaded encoding_rs v0.8.34
7792024-12-19T18:34:38.067Z Downloaded goblin v0.8.2
7802024-12-19T18:34:38.073Z Downloaded futures-util v0.3.31
7812024-12-19T18:34:38.083Z Downloaded rustversion v1.0.17
7822024-12-19T18:34:38.086Z Downloaded embedded-io v0.6.1
7832024-12-19T18:34:38.089Z Downloaded defmt-macros v0.3.9
7842024-12-19T18:34:38.092Z Downloaded yasna v0.5.2
7852024-12-19T18:34:38.092Z Downloaded rustc-demangle v0.1.24
7862024-12-19T18:34:38.095Z Downloaded poly1305 v0.8.0
7872024-12-19T18:34:38.097Z Downloaded compact_str v0.8.0
7882024-12-19T18:34:38.101Z Downloaded unsafe-libyaml v0.2.11
7892024-12-19T18:34:38.103Z Downloaded crossbeam-channel v0.5.13
7902024-12-19T18:34:38.106Z Downloaded plotters v0.3.7
7912024-12-19T18:34:38.115Z Downloaded serde_json v1.0.132
7922024-12-19T18:34:38.127Z Downloaded toml_edit v0.19.15
7932024-12-19T18:34:38.142Z Downloaded pest v2.7.14
7942024-12-19T18:34:38.147Z Downloaded crucible-workspace-hack v0.1.0
7952024-12-19T18:34:38.149Z Downloaded icu_collections v1.5.0
7962024-12-19T18:34:38.153Z Downloaded ssh-key v0.6.6
7972024-12-19T18:34:38.159Z Downloaded tokio-tungstenite v0.24.0
7982024-12-19T18:34:38.162Z Downloaded litemap v0.7.3
7992024-12-19T18:34:38.164Z Downloaded icu_provider v1.5.0
8002024-12-19T18:34:38.167Z Downloaded similar v2.6.0
8012024-12-19T18:34:38.171Z Downloaded qorb v0.2.1
8022024-12-19T18:34:38.175Z Downloaded async-std v1.13.0
8032024-12-19T18:34:38.200Z Downloaded libgit2-sys v0.17.0+1.8.1
8042024-12-19T18:34:38.255Z Downloaded rstest v0.23.0
8052024-12-19T18:34:38.260Z Downloaded rand_distr v0.4.3
8062024-12-19T18:34:38.263Z Downloaded universal-hash v0.5.1
8072024-12-19T18:34:38.265Z Downloaded strum_macros v0.25.3
8082024-12-19T18:34:38.267Z Downloaded structmeta-derive v0.2.0
8092024-12-19T18:34:38.267Z Downloaded rustc_version v0.1.7
8102024-12-19T18:34:38.267Z Downloaded rustc-hash v1.1.0
8112024-12-19T18:34:38.270Z Downloaded russh-cryptovec v0.7.3
8122024-12-19T18:34:38.270Z Downloaded mio v1.0.2
8132024-12-19T18:34:38.274Z Downloaded salty v0.3.0
8142024-12-19T18:34:38.281Z Downloaded tempfile v3.13.0
8152024-12-19T18:34:38.283Z Downloaded lockfree-object-pool v0.1.6
8162024-12-19T18:34:38.286Z Downloaded time-macros v0.2.18
8172024-12-19T18:34:38.288Z Downloaded defmt-parser v0.3.4
8182024-12-19T18:34:38.291Z Downloaded icu_locid v1.5.0
8192024-12-19T18:34:38.294Z Downloaded hashbrown v0.15.1
8202024-12-19T18:34:38.298Z Downloaded guppy v0.17.8
8212024-12-19T18:34:38.305Z Downloaded minimal-lexical v0.2.1
8222024-12-19T18:34:38.309Z Downloaded unicode_categories v0.1.1
8232024-12-19T18:34:38.312Z Downloaded unicode-properties v0.1.3
8242024-12-19T18:34:38.314Z Downloaded tokio-stream v0.1.16
8252024-12-19T18:34:38.317Z Downloaded derive_builder v0.20.2
8262024-12-19T18:34:38.322Z Downloaded num_threads v0.1.7
8272024-12-19T18:34:38.325Z Downloaded instant v0.1.13
8282024-12-19T18:34:38.325Z Downloaded icu_provider_macros v1.5.0
8292024-12-19T18:34:38.327Z Downloaded schemars_derive v0.8.21
8302024-12-19T18:34:38.327Z Downloaded blake3 v1.5.4
8312024-12-19T18:34:38.335Z Downloaded ecdsa v0.16.9
8322024-12-19T18:34:38.337Z Downloaded parse-display v0.10.0
8332024-12-19T18:34:38.340Z Downloaded zopfli v0.8.1
8342024-12-19T18:34:38.342Z Downloaded p521 v0.13.3
8352024-12-19T18:34:38.345Z Downloaded mockall_derive v0.13.0
8362024-12-19T18:34:38.347Z Downloaded zerovec v0.10.4
8372024-12-19T18:34:38.352Z Downloaded reedline v0.35.0
8382024-12-19T18:34:38.359Z Downloaded ed25519 v2.2.3
8392024-12-19T18:34:38.362Z Downloaded rand_core v0.6.4
8402024-12-19T18:34:38.364Z Downloaded password-hash v0.4.2
8412024-12-19T18:34:38.366Z Downloaded nom v7.1.3
8422024-12-19T18:34:38.370Z Downloaded flate2 v1.0.34
8432024-12-19T18:34:38.375Z Downloaded proc-macro-error v1.0.4
8442024-12-19T18:34:38.379Z Downloaded serde_urlencoded v0.7.1
8452024-12-19T18:34:38.382Z Downloaded serde_tokenstream v0.2.2
8462024-12-19T18:34:38.382Z Downloaded scheduled-thread-pool v0.2.7
8472024-12-19T18:34:38.385Z Downloaded ed25519-dalek v2.1.1
8482024-12-19T18:34:38.387Z Downloaded http v1.1.0
8492024-12-19T18:34:38.390Z Downloaded hashbrown v0.12.3
8502024-12-19T18:34:38.394Z Downloaded sync_wrapper v1.0.1
8512024-12-19T18:34:38.396Z Downloaded strum v0.26.3
8522024-12-19T18:34:38.396Z Downloaded structmeta-derive v0.3.0
8532024-12-19T18:34:38.399Z Downloaded miniz_oxide v0.8.0
8542024-12-19T18:34:38.399Z Downloaded memmap v0.7.0
8552024-12-19T18:34:38.402Z Downloaded lru v0.12.5
8562024-12-19T18:34:38.404Z Downloaded env_filter v0.1.2
8572024-12-19T18:34:38.404Z Downloaded unicode-linebreak v0.1.5
8582024-12-19T18:34:38.404Z Downloaded heapless v0.7.17
8592024-12-19T18:34:38.409Z Downloaded ctr v0.9.2
8602024-12-19T18:34:38.411Z Downloaded tracing v0.1.40
8612024-12-19T18:34:38.415Z Downloaded hickory-server v0.24.1
8622024-12-19T18:34:38.420Z Downloaded ron v0.7.1
8632024-12-19T18:34:38.425Z Downloaded num-bigint v0.4.6
8642024-12-19T18:34:38.430Z Downloaded serde_spanned v0.6.8
8652024-12-19T18:34:38.433Z Downloaded string_cache v0.8.7
8662024-12-19T18:34:38.433Z Downloaded spki v0.7.3
8672024-12-19T18:34:38.435Z Downloaded rustfmt-wrapper v0.2.1
8682024-12-19T18:34:38.439Z Downloaded serde_plain v1.0.2
8692024-12-19T18:34:38.439Z Downloaded semver v0.1.20
8702024-12-19T18:34:38.439Z Downloaded fancy-regex v0.13.0
8712024-12-19T18:34:38.441Z Downloaded backtrace v0.3.74
8722024-12-19T18:34:38.446Z Downloaded postgres-protocol v0.6.7
8732024-12-19T18:34:38.449Z Downloaded colorchoice v1.0.2
8742024-12-19T18:34:38.451Z Downloaded cobs v0.2.3
8752024-12-19T18:34:38.451Z Downloaded unicase v2.7.0
8762024-12-19T18:34:38.455Z Downloaded bumpalo v3.16.0
8772024-12-19T18:34:38.457Z Downloaded match_cfg v0.1.0
8782024-12-19T18:34:38.457Z Downloaded which v4.4.2
8792024-12-19T18:34:38.458Z Downloaded tap v1.0.1
8802024-12-19T18:34:38.458Z Downloaded tabwriter v1.4.0
8812024-12-19T18:34:38.461Z Downloaded tabled_derive v0.7.0
8822024-12-19T18:34:38.461Z Downloaded synstructure v0.13.1
8832024-12-19T18:34:38.461Z Downloaded supports-color v3.0.1
8842024-12-19T18:34:38.463Z Downloaded serde-hex v0.1.0
8852024-12-19T18:34:38.463Z Downloaded stable_deref_trait v1.2.0
8862024-12-19T18:34:38.466Z Downloaded serde-big-array v0.5.1
8872024-12-19T18:34:38.466Z Downloaded pkcs1 v0.7.5
8882024-12-19T18:34:38.468Z Downloaded bitflags v2.6.0
8892024-12-19T18:34:38.471Z Downloaded pin-utils v0.1.0
8902024-12-19T18:34:38.474Z Downloaded allocator-api2 v0.2.18
8912024-12-19T18:34:38.476Z Downloaded fs_extra v1.3.0
8922024-12-19T18:34:38.478Z Downloaded ssh-cipher v0.2.0
8932024-12-19T18:34:38.481Z Downloaded spin v0.5.2
8942024-12-19T18:34:38.481Z Downloaded slog-scope v4.4.0
8952024-12-19T18:34:38.481Z Downloaded slog-json v2.6.1
8962024-12-19T18:34:38.483Z Downloaded slog-envlogger v2.2.0
8972024-12-19T18:34:38.486Z Downloaded serde_path_to_error v0.1.16
8982024-12-19T18:34:38.486Z Downloaded rpassword v7.3.1
8992024-12-19T18:34:38.488Z Downloaded rfc6979 v0.4.0
9002024-12-19T18:34:38.488Z Downloaded resolv-conf v0.7.0
9012024-12-19T18:34:38.491Z Downloaded progenitor-macro v0.8.0
9022024-12-19T18:34:38.491Z Downloaded httparse v1.9.5
9032024-12-19T18:34:38.493Z Downloaded async-bb8-diesel v0.2.1
9042024-12-19T18:34:38.495Z Downloaded blake2 v0.10.6
9052024-12-19T18:34:38.498Z Downloaded camino v1.1.9
9062024-12-19T18:34:38.500Z Downloaded async-channel v2.3.1
9072024-12-19T18:34:38.500Z Downloaded globset v0.4.15
9082024-12-19T18:34:38.503Z Downloaded futures-channel v0.3.31
9092024-12-19T18:34:38.503Z Downloaded base64ct v1.6.0
9102024-12-19T18:34:38.506Z Downloaded num_enum v0.5.11
9112024-12-19T18:34:38.510Z Downloaded num-iter v0.1.45
9122024-12-19T18:34:38.512Z Downloaded anyhow v1.0.93
9132024-12-19T18:34:38.515Z Downloaded home v0.5.9
9142024-12-19T18:34:38.517Z Downloaded funty v2.0.0
9152024-12-19T18:34:38.520Z Downloaded cargo_metadata v0.18.1
9162024-12-19T18:34:38.520Z Downloaded blake2b_simd v1.0.2
9172024-12-19T18:34:38.522Z Downloaded async-lock v3.4.0
9182024-12-19T18:34:38.524Z Downloaded async-executor v1.13.1
9192024-12-19T18:34:38.526Z Downloaded futures-core v0.3.31
9202024-12-19T18:34:38.529Z Downloaded anstyle v1.0.10
9212024-12-19T18:34:38.529Z Downloaded futures-timer v3.0.3
9222024-12-19T18:34:38.531Z Downloaded futures-macro v0.3.31
9232024-12-19T18:34:38.531Z Downloaded futures-io v0.3.31
9242024-12-19T18:34:38.534Z Downloaded ascii-canvas v3.0.0
9252024-12-19T18:34:38.534Z Downloaded ghash v0.5.1
9262024-12-19T18:34:38.534Z Downloaded float-ord v0.3.2
9272024-12-19T18:34:38.537Z Downloaded assert_cmd v2.0.16
9282024-12-19T18:34:38.539Z Downloaded argon2 v0.5.3
9292024-12-19T18:34:38.542Z Downloaded form_urlencoded v1.2.1
9302024-12-19T18:34:38.542Z Downloaded fs-err v2.11.0
9312024-12-19T18:34:38.544Z Downloaded foldhash v0.1.3
9322024-12-19T18:34:38.544Z Downloaded ff v0.13.0
9332024-12-19T18:34:38.546Z Downloaded fallible-streaming-iterator v0.1.9
9342024-12-19T18:34:38.546Z Downloaded fallible-iterator v0.3.0
9352024-12-19T18:34:38.549Z Downloaded flagset v0.4.6
9362024-12-19T18:34:38.549Z Downloaded cfg_aliases v0.2.1
9372024-12-19T18:34:38.551Z Downloaded autocfg v1.4.0
9382024-12-19T18:34:38.551Z Downloaded fnv v1.0.7
9392024-12-19T18:34:38.554Z Downloaded filetime v0.2.25
9402024-12-19T18:34:38.554Z Downloaded fallible-iterator v0.2.0
9412024-12-19T18:34:38.556Z Downloaded event-listener v2.5.3
9422024-12-19T18:34:38.556Z Downloaded base16ct v0.2.0
9432024-12-19T18:34:38.559Z Downloaded async-global-executor v2.4.1
9442024-12-19T18:34:38.559Z Downloaded async-channel v1.9.0
9452024-12-19T18:34:38.561Z Downloaded fxhash v0.2.1
9462024-12-19T18:34:38.561Z Downloaded byteorder v1.5.0
9472024-12-19T18:34:38.564Z Downloaded bitfield-struct v0.6.2
9482024-12-19T18:34:38.564Z Downloaded bit-vec v0.6.3
9492024-12-19T18:34:38.566Z Downloaded bit-set v0.5.3
9502024-12-19T18:34:38.566Z Downloaded bcrypt-pbkdf v0.10.0
9512024-12-19T18:34:38.568Z Downloaded async-signal v0.2.10
9522024-12-19T18:34:38.568Z Downloaded buf-list v1.0.3
9532024-12-19T18:34:38.571Z Downloaded array-init v0.0.4
9542024-12-19T18:34:38.819Z Downloaded ring v0.17.8
9552024-12-19T18:34:39.039Z Downloaded ring v0.16.20
9562024-12-19T18:34:39.128Z Downloaded libsqlite3-sys v0.30.1
9572024-12-19T18:34:39.348Z Downloaded aws-lc-sys v0.22.0
9582024-12-19T18:34:39.816Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-19T18:34:50.277Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-19T18:34:54.121Z Startup: Caching catalogs ... Done
9612024-12-19T18:35:04.755ZPlanning: Solver setup ... Done (9.785s)
9622024-12-19T18:35:04.889ZPlanning: Running solver ... Done (0.134s)
9632024-12-19T18:35:04.997ZPlanning: Finding local manifests ... Done (0.005s)
9642024-12-19T18:35:05.011ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-19T18:35:05.229ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-19T18:35:05.328ZPlanning: Package planning ... Done (0.099s)
9672024-12-19T18:35:05.384ZPlanning: Merging actions ... Done (0.056s)
9682024-12-19T18:35:05.578ZPlanning: Checking for conflicting actions ... Done (0.194s)
9692024-12-19T18:35:07.639ZPlanning: Consolidating action changes ... Done (2.060s)
9702024-12-19T18:35:08.071ZPlanning: Evaluating mediators ... Done (0.432s)
9712024-12-19T18:35:08.151ZPlanning: Planning completed in 13.94 seconds
9722024-12-19T18:35:08.168Z Packages to install: 4
9732024-12-19T18:35:08.168Z Packages to update: 1
9742024-12-19T18:35:08.170Z Mediators to change: 2
9752024-12-19T18:35:08.170Z Services to change: 1
9762024-12-19T18:35:08.170Z Estimated space available: 155.38 GB
9772024-12-19T18:35:08.170ZEstimated space to be consumed: 1.61 GB
9782024-12-19T18:35:08.170Z Create boot environment: No
9792024-12-19T18:35:08.170ZCreate backup boot environment: Yes
9802024-12-19T18:35:08.170Z Rebuild boot archive: No
9812024-12-19T18:35:08.170Z
9822024-12-19T18:35:08.170ZChanged mediators:
9832024-12-19T18:35:08.170Z mediator clang:
9842024-12-19T18:35:08.170Z version: None -> 15 (system default)
9852024-12-19T18:35:08.170Z
9862024-12-19T18:35:08.170Z mediator llvm:
9872024-12-19T18:35:08.170Z version: 14 (system default) -> 15 (system default)
9882024-12-19T18:35:08.170Z
9892024-12-19T18:35:08.171ZChanged packages:
9902024-12-19T18:35:08.171Zhelios-dev
9912024-12-19T18:35:08.171Z developer/build-essential
9922024-12-19T18:35:08.171Z None -> 11-2.0
9932024-12-19T18:35:08.171Z library/libxmlsec1
9942024-12-19T18:35:08.171Z None -> 1.2.35-2.0
9952024-12-19T18:35:08.171Z ooce/developer/clang-15
9962024-12-19T18:35:08.171Z None -> 15.0.7-2.0
9972024-12-19T18:35:08.171Z ooce/developer/llvm-15
9982024-12-19T18:35:08.171Z None -> 15.0.7-2.0
9992024-12-19T18:35:08.171Z package/pkg
10002024-12-19T18:35:08.171Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-19T18:35:08.171Z
10022024-12-19T18:35:08.171ZServices:
10032024-12-19T18:35:08.171Z restart_fmri:
10042024-12-19T18:35:08.171Z svc:/system/update-man-index:default
10052024-12-19T18:35:08.171Z
10062024-12-19T18:35:08.171ZEditable files to change:
10072024-12-19T18:35:08.171Z Update:
10082024-12-19T18:35:08.171Z usr/share/lib/pkg/web/config.shtml
10092024-12-19T18:35:08.253Z
10102024-12-19T18:35:08.253ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-19T18:35:13.256ZDownload: 894/4281 items 18.9/220.6MB 8% complete (3.8M/s)
10122024-12-19T18:35:18.268ZDownload: 1979/4281 items 118.7/220.6MB 53% complete (12.2M/s)
10132024-12-19T18:35:23.264ZDownload: 2358/4281 items 119.9/220.6MB 54% complete (10.1M/s)
10142024-12-19T18:35:28.276ZDownload: 3274/4281 items 208.9/220.6MB 94% complete (9.0M/s)
10152024-12-19T18:35:33.301ZDownload: 4198/4281 items 220.5/220.6MB 99% complete (10.1M/s)
10162024-12-19T18:35:37.034ZDownload: Completed 220.60 MB in 28.78 seconds (7.7M/s)
10172024-12-19T18:35:39.043Z Actions: 1/5063 actions (Removing old actions)
10182024-12-19T18:35:39.085Z Actions: 194/5063 actions (Installing new actions)
10192024-12-19T18:35:43.782Z Actions: 4226/5063 actions (Updating modified actions)
10202024-12-19T18:35:44.109Z Actions: Completed 5063 actions in 5.07 seconds.
10212024-12-19T18:35:44.504Z Done (0.386s)
10222024-12-19T18:35:44.507Z Done (0.000s)
10232024-12-19T18:35:45.074Z Done (0.568s)
10242024-12-19T18:35:49.487Z Done (4.188s)
10252024-12-19T18:35:49.572Z Done (0.019s)
10262024-12-19T18:35:49.575Z Done (0.000s)
10272024-12-19T18:35:49.737Z Done (0.000s)
10282024-12-19T18:35:50.429ZPlanning: Evaluating mediator changes ... Done
10292024-12-19T18:35:50.593ZPlanning: Checking for conflicting actions ... Done
10302024-12-19T18:35:50.596ZPlanning: Consolidating action changes ... Done
10312024-12-19T18:35:50.867ZPlanning: Evaluating mediators ... Done
10322024-12-19T18:35:50.869ZPlanning: Planning completed in 0.44 seconds
10332024-12-19T18:35:50.908Z Mediators to change: 2
10342024-12-19T18:35:50.908Z Create boot environment: No
10352024-12-19T18:35:50.910ZCreate backup boot environment: No
10362024-12-19T18:35:50.985Z Done
10372024-12-19T18:35:50.985Z Done
10382024-12-19T18:35:51.339Z Done
10392024-12-19T18:35:54.968Z Done
10402024-12-19T18:35:55.059Z Done
10412024-12-19T18:35:55.061Z Done
10422024-12-19T18:35:55.190Z Done
10432024-12-19T18:35:55.801ZPlanning: Evaluating mediator changes ... Done
10442024-12-19T18:35:55.804ZPlanning: Merging actions ... Done
10452024-12-19T18:35:55.991ZPlanning: Checking for conflicting actions ... Done
10462024-12-19T18:35:55.993ZPlanning: Consolidating action changes ... Done
10472024-12-19T18:35:56.257ZPlanning: Evaluating mediators ... Done
10482024-12-19T18:35:56.311ZPlanning: Planning completed in 0.75 seconds
10492024-12-19T18:35:56.351Z Packages to change: 1
10502024-12-19T18:35:56.351Z Mediators to change: 1
10512024-12-19T18:35:56.351Z Services to change: 1
10522024-12-19T18:35:56.354Z Create boot environment: No
10532024-12-19T18:35:56.354ZCreate backup boot environment: Yes
10542024-12-19T18:35:58.547Z Actions: 1/6 actions (Updating modified actions)
10552024-12-19T18:35:58.550Z Actions: Completed 6 actions in 0.00 seconds.
10562024-12-19T18:35:58.550Z Done
10572024-12-19T18:35:58.550Z Done
10582024-12-19T18:35:58.663Z Done
10592024-12-19T18:36:02.242Z Done
10602024-12-19T18:36:02.338Z Done
10612024-12-19T18:36:02.340Z Done
10622024-12-19T18:36:02.478Z Done
10632024-12-19T18:36:02.912ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10642024-12-19T18:36:02.912Zclang system 15 system
10652024-12-19T18:36:02.912Zcsh system system illumos
10662024-12-19T18:36:02.912Zctags system system illumos
10672024-12-19T18:36:02.912Zgcc vendor 12 vendor
10682024-12-19T18:36:02.912Zgcc system 10 system
10692024-12-19T18:36:02.912Zgcc system 7 system
10702024-12-19T18:36:02.912Zgo system 1.20 system
10712024-12-19T18:36:02.912Zgo system 1.19 system
10722024-12-19T18:36:02.912Zllvm system 15 system
10732024-12-19T18:36:02.912Zllvm system 14 system
10742024-12-19T18:36:02.912Zmariadb system 10.6 system
10752024-12-19T18:36:02.912Zmta vendor vendor dma
10762024-12-19T18:36:02.912Zopenjdk system 17 system
10772024-12-19T18:36:02.912Zopenjdk system 11 system
10782024-12-19T18:36:02.913Zopenjdk system 1.8 system
10792024-12-19T18:36:02.913Zopenssl vendor 3 vendor
10802024-12-19T18:36:02.913Zperl system 5.36 system
10812024-12-19T18:36:02.913Zpostgresql system 15 system
10822024-12-19T18:36:02.913Zpostgresql system 13 system
10832024-12-19T18:36:02.913Zpython vendor 3 vendor
10842024-12-19T18:36:02.913Zpython system 2 system
10852024-12-19T18:36:02.913Zpython3 system 3.11 system
10862024-12-19T18:36:02.913Zruby system 3.0 system
10872024-12-19T18:36:02.913Zwords vendor vendor american-english
10882024-12-19T18:36:02.913Zwords system system australian-english
10892024-12-19T18:36:02.913Zwords system system british-english
10902024-12-19T18:36:02.913Zwords system system canadian-english
10912024-12-19T18:36:02.913Zwords system system french
10922024-12-19T18:36:02.913Zwords system system italian
10932024-12-19T18:36:02.913Zwords system system ngerman
10942024-12-19T18:36:02.913Zwords system system ogerman
10952024-12-19T18:36:02.913Zwords system system spanish
10962024-12-19T18:36:03.247ZPUBLISHER TYPE STATUS P LOCATION
10972024-12-19T18:36:03.247Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10982024-12-19T18:36:05.934ZFMRI IFO
10992024-12-19T18:36:05.934Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11002024-12-19T18:36:05.934Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11012024-12-19T18:36:05.934Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11022024-12-19T18:36:05.934Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11032024-12-19T18:36:05.934Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11042024-12-19T18:36:05.934Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11052024-12-19T18:36:05.934Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11062024-12-19T18:36:05.934Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11072024-12-19T18:36:05.934Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11082024-12-19T18:36:05.934Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11092024-12-19T18:36:05.937Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11102024-12-19T18:36:05.938Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11112024-12-19T18:36:05.938Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11122024-12-19T18:36:05.938Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11132024-12-19T18:36:05.938Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11142024-12-19T18:36:06.962Z Downloading crates ...
11152024-12-19T18:36:07.058Z Downloaded cargo_toml v0.20.5
11162024-12-19T18:36:07.192Z Compiling proc-macro2 v1.0.89
11172024-12-19T18:36:07.192Z Compiling unicode-ident v1.0.13
11182024-12-19T18:36:07.192Z Compiling version_check v0.9.5
11192024-12-19T18:36:07.197Z Compiling serde v1.0.215
11202024-12-19T18:36:07.198Z Compiling thiserror v1.0.69
11212024-12-19T18:36:07.198Z Compiling memchr v2.7.4
11222024-12-19T18:36:07.198Z Compiling libc v0.2.162
11232024-12-19T18:36:07.214Z Compiling ucd-trie v0.1.7
11242024-12-19T18:36:07.440Z Compiling itoa v1.0.11
11252024-12-19T18:36:07.659Z Compiling ryu v1.0.18
11262024-12-19T18:36:07.913Z Compiling once_cell v1.20.2
11272024-12-19T18:36:07.992Z Compiling byteorder v1.5.0
11282024-12-19T18:36:08.045Z Compiling serde_json v1.0.132
11292024-12-19T18:36:08.331Z Compiling rustix v0.38.37
11302024-12-19T18:36:08.419Z Compiling bitflags v2.6.0
11312024-12-19T18:36:08.462Z Compiling usdt-impl v0.5.0
11322024-12-19T18:36:08.716Z Compiling proc-macro-error-attr v1.0.4
11332024-12-19T18:36:08.778Z Compiling syn v1.0.109
11342024-12-19T18:36:08.939Z Compiling proc-macro-error v1.0.4
11352024-12-19T18:36:08.976Z Compiling quote v1.0.37
11362024-12-19T18:36:09.043Z Compiling camino v1.1.9
11372024-12-19T18:36:09.204Z Compiling equivalent v1.0.1
11382024-12-19T18:36:09.236Z Compiling errno v0.3.9
11392024-12-19T18:36:09.315Z Compiling syn v2.0.87
11402024-12-19T18:36:09.466Z Compiling log v0.4.22
11412024-12-19T18:36:09.541Z Compiling hashbrown v0.15.1
11422024-12-19T18:36:09.658Z Compiling thread-id v4.2.2
11432024-12-19T18:36:09.661Z Compiling plain v0.2.3
11442024-12-19T18:36:09.704Z Compiling utf8parse v0.2.2
11452024-12-19T18:36:09.831Z Compiling anstyle-parse v0.2.5
11462024-12-19T18:36:09.970Z Compiling anstyle-query v1.1.1
11472024-12-19T18:36:10.113Z Compiling winnow v0.6.20
11482024-12-19T18:36:10.147Z Compiling anstyle v1.0.10
11492024-12-19T18:36:10.159Z Compiling autocfg v1.4.0
11502024-12-19T18:36:10.608Z Compiling unicode-width v0.1.14
11512024-12-19T18:36:10.736Z Compiling indexmap v2.6.0
11522024-12-19T18:36:10.779Z Compiling pretty-hex v0.4.1
11532024-12-19T18:36:10.975Z Compiling semver v1.0.23
11542024-12-19T18:36:11.121Z Compiling is_terminal_polyfill v1.70.1
11552024-12-19T18:36:11.246Z Compiling colorchoice v1.0.2
11562024-12-19T18:36:11.316Z Compiling fs-err v2.11.0
11572024-12-19T18:36:11.406Z Compiling anstream v0.6.15
11582024-12-19T18:36:11.575Z Compiling terminal_size v0.4.0
11592024-12-19T18:36:11.784Z Compiling fnv v1.0.7
11602024-12-19T18:36:11.918Z Compiling clap_lex v0.7.2
11612024-12-19T18:36:12.137Z Compiling bytecount v0.6.8
11622024-12-19T18:36:12.156Z Compiling heck v0.5.0
11632024-12-19T18:36:12.223Z Compiling cfg-if v1.0.0
11642024-12-19T18:36:12.309Z Compiling fastrand v2.1.1
11652024-12-19T18:36:12.346Z Compiling anyhow v1.0.93
11662024-12-19T18:36:12.419Z Compiling heck v0.4.1
11672024-12-19T18:36:12.475Z Compiling strsim v0.11.1
11682024-12-19T18:36:12.880Z Compiling clap_builder v4.5.21
11692024-12-19T18:36:12.893Z Compiling tempfile v3.13.0
11702024-12-19T18:36:13.385Z Compiling papergrid v0.11.0
11712024-12-19T18:36:13.436Z Compiling memmap v0.7.0
11722024-12-19T18:36:13.534Z Compiling unicode-linebreak v0.1.5
11732024-12-19T18:36:13.787Z Compiling smawk v0.3.2
11742024-12-19T18:36:13.985Z Compiling textwrap v0.16.1
11752024-12-19T18:36:14.023Z Compiling swrite v0.1.0
11762024-12-19T18:36:15.296Z Compiling tabled_derive v0.7.0
11772024-12-19T18:36:16.956Z Compiling tabled v0.15.0
11782024-12-19T18:36:18.493Z Compiling serde_derive v1.0.215
11792024-12-19T18:36:18.493Z Compiling thiserror-impl v1.0.69
11802024-12-19T18:36:18.496Z Compiling zerocopy-derive v0.7.35
11812024-12-19T18:36:18.496Z Compiling scroll_derive v0.12.0
11822024-12-19T18:36:18.496Z Compiling clap_derive v4.5.18
11832024-12-19T18:36:19.684Z Compiling scroll v0.12.0
11842024-12-19T18:36:20.256Z Compiling goblin v0.8.2
11852024-12-19T18:36:20.359Z Compiling zerocopy v0.7.35
11862024-12-19T18:36:21.127Z Compiling pest v2.7.14
11872024-12-19T18:36:22.124Z Compiling clap v4.5.21
11882024-12-19T18:36:23.427Z Compiling pest_meta v2.7.14
11892024-12-19T18:36:24.257Z Compiling pest_generator v2.7.14
11902024-12-19T18:36:26.194Z Compiling pest_derive v2.7.14
11912024-12-19T18:36:26.848Z Compiling dtrace-parser v0.2.0
11922024-12-19T18:36:28.603Z Compiling serde_tokenstream v0.2.2
11932024-12-19T18:36:28.676Z Compiling toml_datetime v0.6.8
11942024-12-19T18:36:28.676Z Compiling serde_spanned v0.6.8
11952024-12-19T18:36:28.905Z Compiling cargo-platform v0.1.8
11962024-12-19T18:36:29.101Z Compiling toml_edit v0.22.22
11972024-12-19T18:36:29.185Z Compiling macaddr v1.0.1
11982024-12-19T18:36:29.354Z Compiling camino-tempfile v1.1.1
11992024-12-19T18:36:30.111Z Compiling dof v0.3.0
12002024-12-19T18:36:30.181Z Compiling cargo_metadata v0.18.1
12012024-12-19T18:36:31.874Z Compiling toml v0.8.19
12022024-12-19T18:36:31.893Z Compiling usdt-attr-macro v0.5.0
12032024-12-19T18:36:31.895Z Compiling usdt-macro v0.5.0
12042024-12-19T18:36:32.764Z Compiling cargo_toml v0.20.5
12052024-12-19T18:36:33.303Z Compiling usdt v0.5.0
12062024-12-19T18:36:36.244Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12072024-12-19T18:36:40.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s
12082024-12-19T18:36:40.407Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12092024-12-19T18:36:41.236Z Compiling serde v1.0.215
12102024-12-19T18:36:41.239Z Compiling lock_api v0.4.12
12112024-12-19T18:36:41.239Z Compiling scopeguard v1.2.0
12122024-12-19T18:36:41.239Z Compiling value-bag v1.9.0
12132024-12-19T18:36:41.239Z Compiling typenum v1.17.0
12142024-12-19T18:36:41.361Z Compiling generic-array v0.14.7
12152024-12-19T18:36:41.386Z Compiling syn v2.0.87
12162024-12-19T18:36:41.396Z Compiling getrandom v0.2.15
12172024-12-19T18:36:41.477Z Compiling shlex v1.3.0
12182024-12-19T18:36:41.692Z Compiling rand_core v0.6.4
12192024-12-19T18:36:41.823Z Compiling log v0.4.22
12202024-12-19T18:36:41.923Z Compiling subtle v2.6.1
12212024-12-19T18:36:41.945Z Compiling jobserver v0.1.32
12222024-12-19T18:36:41.959Z Compiling const-oid v0.9.6
12232024-12-19T18:36:42.230Z Compiling smallvec v1.13.2
12242024-12-19T18:36:42.248Z Compiling spin v0.9.8
12252024-12-19T18:36:42.248Z Compiling pin-project-lite v0.2.14
12262024-12-19T18:36:42.453Z Compiling cc v1.1.30
12272024-12-19T18:36:42.613Z Compiling rustix v0.38.37
12282024-12-19T18:36:42.683Z Compiling parking_lot_core v0.9.10
12292024-12-19T18:36:42.709Z Compiling futures-core v0.3.31
12302024-12-19T18:36:42.914Z Compiling signal-hook-registry v1.4.2
12312024-12-19T18:36:42.975Z Compiling mio v1.0.2
12322024-12-19T18:36:43.523Z Compiling parking_lot v0.12.3
12332024-12-19T18:36:43.697Z Compiling aho-corasick v1.1.3
12342024-12-19T18:36:43.817Z Compiling regex-syntax v0.8.5
12352024-12-19T18:36:43.961Z Compiling cpufeatures v0.2.14
12362024-12-19T18:36:44.060Z Compiling lazy_static v1.5.0
12372024-12-19T18:36:44.090Z Compiling either v1.13.0
12382024-12-19T18:36:44.176Z Compiling glob v0.3.1
12392024-12-19T18:36:44.193Z Compiling futures-sink v0.3.31
12402024-12-19T18:36:44.351Z Compiling stable_deref_trait v1.2.0
12412024-12-19T18:36:44.447Z Compiling socket2 v0.5.7
12422024-12-19T18:36:44.468Z Compiling slab v0.4.9
12432024-12-19T18:36:44.505Z Compiling prettyplease v0.2.25
12442024-12-19T18:36:44.841Z Compiling minimal-lexical v0.2.1
12452024-12-19T18:36:45.140Z Compiling clang-sys v1.8.1
12462024-12-19T18:36:45.199Z Compiling libloading v0.8.5
12472024-12-19T18:36:45.364Z Compiling nom v7.1.3
12482024-12-19T18:36:45.416Z Compiling serde_json v1.0.132
12492024-12-19T18:36:45.612Z Compiling bindgen v0.69.5
12502024-12-19T18:36:45.723Z Compiling home v0.5.9
12512024-12-19T18:36:46.003Z Compiling itertools v0.10.5
12522024-12-19T18:36:46.424Z Compiling futures-channel v0.3.31
12532024-12-19T18:36:46.708Z Compiling foldhash v0.1.3
12542024-12-19T18:36:46.842Z Compiling rustc-hash v1.1.0
12552024-12-19T18:36:46.992Z Compiling futures-task v0.3.31
12562024-12-19T18:36:47.024Z Compiling lazycell v1.3.0
12572024-12-19T18:36:47.190Z Compiling pin-utils v0.1.0
12582024-12-19T18:36:47.286Z Compiling futures-io v0.3.31
12592024-12-19T18:36:47.404Z Compiling allocator-api2 v0.2.18
12602024-12-19T18:36:47.619Z Compiling regex-automata v0.4.8
12612024-12-19T18:36:48.153Z Compiling hashbrown v0.15.1
12622024-12-19T18:36:48.827Z Compiling synstructure v0.13.1
12632024-12-19T18:36:49.108Z Compiling cexpr v0.6.0
12642024-12-19T18:36:49.519Z Compiling cmake v0.1.51
12652024-12-19T18:36:50.529Z Compiling dunce v1.0.5
12662024-12-19T18:36:50.558Z Compiling pkg-config v0.3.31
12672024-12-19T18:36:50.622Z Compiling libm v0.2.8
12682024-12-19T18:36:50.654Z Compiling fs_extra v1.3.0
12692024-12-19T18:36:50.906Z Compiling tinyvec_macros v0.1.1
12702024-12-19T18:36:50.976Z Compiling num-traits v0.2.19
12712024-12-19T18:36:51.003Z Compiling tinyvec v1.8.0
12722024-12-19T18:36:51.477Z Compiling ring v0.17.8
12732024-12-19T18:36:52.141Z Compiling base64ct v1.6.0
12742024-12-19T18:36:52.574Z Compiling unicode-normalization v0.1.24
12752024-12-19T18:36:52.620Z Compiling writeable v0.5.5
12762024-12-19T18:36:52.639Z Compiling paste v1.0.15
12772024-12-19T18:36:52.642Z Compiling litemap v0.7.3
12782024-12-19T18:36:52.735Z Compiling unicode-bidi v0.3.17
12792024-12-19T18:36:53.192Z Compiling regex v1.11.1
12802024-12-19T18:36:53.276Z Compiling pem-rfc7468 v0.7.0
12812024-12-19T18:36:54.012Z Compiling httparse v1.9.5
12822024-12-19T18:36:54.165Z Compiling flagset v0.4.6
12832024-12-19T18:36:54.312Z Compiling aws-lc-rs v1.10.0
12842024-12-19T18:36:54.772Z Compiling tracing-core v0.1.32
12852024-12-19T18:36:54.859Z Compiling icu_locid_transform_data v1.5.0
12862024-12-19T18:36:54.970Z Compiling crossbeam-utils v0.8.20
12872024-12-19T18:36:55.457Z Compiling rustls-pki-types v1.10.0
12882024-12-19T18:36:55.566Z Compiling percent-encoding v2.3.1
12892024-12-19T18:36:55.782Z Compiling serde_derive v1.0.215
12902024-12-19T18:36:55.934Z Compiling zeroize_derive v1.4.2
12912024-12-19T18:36:56.127Z Compiling zerocopy-derive v0.7.35
12922024-12-19T18:36:56.365Z Compiling tokio-macros v2.4.0
12932024-12-19T18:36:56.529Z Compiling zerofrom-derive v0.1.4
12942024-12-19T18:36:57.445Z Compiling zeroize v1.8.1
12952024-12-19T18:36:57.981Z Compiling thiserror-impl v1.0.69
12962024-12-19T18:36:57.983Z Compiling yoke-derive v0.7.4
12972024-12-19T18:36:58.405Z Compiling zerocopy v0.7.35
12982024-12-19T18:36:58.788Z Compiling futures-macro v0.3.31
12992024-12-19T18:36:59.248Z Compiling crypto-common v0.1.6
13002024-12-19T18:36:59.491Z Compiling block-buffer v0.10.4
13012024-12-19T18:36:59.767Z Compiling digest v0.10.7
13022024-12-19T18:36:59.980Z Compiling zerovec-derive v0.10.3
13032024-12-19T18:37:00.257Z Compiling hmac v0.12.1
13042024-12-19T18:37:00.495Z Compiling block-padding v0.3.3
13052024-12-19T18:37:00.589Z Compiling displaydoc v0.2.5
13062024-12-19T18:37:00.750Z Compiling inout v0.1.3
13072024-12-19T18:37:00.773Z Compiling zerofrom v0.1.4
13082024-12-19T18:37:00.792Z Compiling futures-util v0.3.31
13092024-12-19T18:37:00.992Z Compiling cipher v0.4.4
13102024-12-19T18:37:01.034Z Compiling sha2 v0.10.8
13112024-12-19T18:37:01.089Z Compiling yoke v0.7.4
13122024-12-19T18:37:01.460Z Compiling ppv-lite86 v0.2.20
13132024-12-19T18:37:01.516Z Compiling der_derive v0.7.3
13142024-12-19T18:37:01.535Z Compiling thiserror v1.0.69
13152024-12-19T18:37:01.676Z Compiling icu_provider_macros v1.5.0
13162024-12-19T18:37:02.314Z Compiling rand_chacha v0.3.1
13172024-12-19T18:37:02.338Z Compiling tracing-attributes v0.1.27
13182024-12-19T18:37:02.709Z Compiling zerovec v0.10.4
13192024-12-19T18:37:02.878Z Compiling rand v0.8.5
13202024-12-19T18:37:04.084Z Compiling der v0.7.9
13212024-12-19T18:37:04.624Z Compiling tinystr v0.7.6
13222024-12-19T18:37:04.828Z Compiling icu_collections v1.5.0
13232024-12-19T18:37:04.965Z Compiling pest v2.7.14
13242024-12-19T18:37:05.031Z Compiling icu_locid v1.5.0
13252024-12-19T18:37:05.076Z Compiling salsa20 v0.10.2
13262024-12-19T18:37:05.306Z Compiling pbkdf2 v0.12.2
13272024-12-19T18:37:05.489Z Compiling mirai-annotations v1.12.0
13282024-12-19T18:37:05.675Z Compiling vcpkg v0.2.15
13292024-12-19T18:37:06.141Z Compiling tracing v0.1.40
13302024-12-19T18:37:06.293Z Compiling icu_provider v1.5.0
13312024-12-19T18:37:06.673Z Compiling spki v0.7.3
13322024-12-19T18:37:07.061Z Compiling icu_locid_transform v1.5.0
13332024-12-19T18:37:07.195Z Compiling num-conv v0.1.0
13342024-12-19T18:37:07.392Z Compiling icu_properties_data v1.5.0
13352024-12-19T18:37:07.454Z Compiling untrusted v0.7.1
13362024-12-19T18:37:07.529Z Compiling powerfmt v0.2.0
13372024-12-19T18:37:07.547Z Compiling time-core v0.1.2
13382024-12-19T18:37:07.629Z Compiling untrusted v0.9.0
13392024-12-19T18:37:07.703Z Compiling pest_meta v2.7.14
13402024-12-19T18:37:07.734Z Compiling time-macros v0.2.18
13412024-12-19T18:37:07.800Z Compiling deranged v0.3.11
13422024-12-19T18:37:07.847Z Compiling openssl-sys v0.9.103
13432024-12-19T18:37:08.133Z Compiling scrypt v0.11.0
13442024-12-19T18:37:08.718Z Compiling icu_properties v1.5.1
13452024-12-19T18:37:08.986Z Compiling cbc v0.1.2
13462024-12-19T18:37:09.232Z Compiling aes v0.8.4
13472024-12-19T18:37:09.789Z Compiling scroll_derive v0.12.0
13482024-12-19T18:37:10.298Z Compiling bitflags v2.6.0
13492024-12-19T18:37:10.764Z Compiling bytes v1.8.0
13502024-12-19T18:37:11.319Z Compiling indexmap v2.6.0
13512024-12-19T18:37:11.771Z Compiling tokio v1.40.0
13522024-12-19T18:37:12.037Z Compiling http v1.1.0
13532024-12-19T18:37:12.076Z Compiling semver v1.0.23
13542024-12-19T18:37:12.813Z Compiling rustc_version v0.4.1
13552024-12-19T18:37:12.855Z Compiling write16 v1.0.0
13562024-12-19T18:37:12.873Z Compiling num_threads v0.1.7
13572024-12-19T18:37:13.000Z Compiling atomic-waker v1.1.2
13582024-12-19T18:37:13.017Z Compiling icu_normalizer_data v1.5.0
13592024-12-19T18:37:13.118Z Compiling utf8_iter v1.0.4
13602024-12-19T18:37:13.185Z Compiling utf16_iter v1.0.5
13612024-12-19T18:37:13.359Z Compiling icu_normalizer v1.5.0
13622024-12-19T18:37:13.393Z Compiling time v0.3.36
13632024-12-19T18:37:13.587Z Compiling scroll v0.12.0
13642024-12-19T18:37:13.680Z Compiling http-body v1.0.1
13652024-12-19T18:37:13.926Z Compiling pkcs5 v0.7.1
13662024-12-19T18:37:14.259Z Compiling pest_generator v2.7.14
13672024-12-19T18:37:14.480Z Compiling form_urlencoded v1.2.1
13682024-12-19T18:37:14.597Z Compiling slog v2.7.0
13692024-12-19T18:37:14.787Z Compiling try-lock v0.2.5
13702024-12-19T18:37:14.939Z Compiling goblin v0.8.2
13712024-12-19T18:37:15.104Z Compiling which v4.4.2
13722024-12-19T18:37:15.211Z Compiling want v0.3.1
13732024-12-19T18:37:15.506Z Compiling pkcs8 v0.10.2
13742024-12-19T18:37:15.714Z Compiling idna_adapter v1.2.0
13752024-12-19T18:37:15.940Z Compiling httpdate v1.0.3
13762024-12-19T18:37:16.238Z Compiling idna v1.0.3
13772024-12-19T18:37:16.394Z Compiling pest_derive v2.7.14
13782024-12-19T18:37:16.548Z Compiling toml_datetime v0.6.8
13792024-12-19T18:37:17.065Z Compiling serde_tokenstream v0.2.2
13802024-12-19T18:37:17.200Z Compiling dtrace-parser v0.2.0
13812024-12-19T18:37:17.266Z Compiling uuid v1.11.0
13822024-12-19T18:37:17.688Z Compiling serde_spanned v0.6.8
13832024-12-19T18:37:17.928Z Compiling iana-time-zone v0.1.61
13842024-12-19T18:37:18.130Z Compiling rustversion v1.0.17
13852024-12-19T18:37:18.384Z Compiling adler2 v2.0.0
13862024-12-19T18:37:18.600Z Compiling tower-service v0.3.3
13872024-12-19T18:37:18.727Z Compiling foreign-types-shared v0.1.1
13882024-12-19T18:37:18.730Z Compiling openssl v0.10.66
13892024-12-19T18:37:18.784Z Compiling match_cfg v0.1.0
13902024-12-19T18:37:18.840Z Compiling base64 v0.22.1
13912024-12-19T18:37:18.880Z Compiling hostname v0.3.1
13922024-12-19T18:37:18.921Z Compiling foreign-types v0.3.2
13932024-12-19T18:37:19.020Z Compiling miniz_oxide v0.8.0
13942024-12-19T18:37:19.130Z Compiling chrono v0.4.38
13952024-12-19T18:37:19.188Z Compiling url v2.5.3
13962024-12-19T18:37:19.598Z Compiling openssl-macros v0.1.1
13972024-12-19T18:37:20.348Z Compiling tokio-util v0.7.12
13982024-12-19T18:37:20.555Z Compiling async-trait v0.1.83
13992024-12-19T18:37:20.789Z Compiling dof v0.3.0
14002024-12-19T18:37:21.214Z Compiling dirs-sys-next v0.1.2
14012024-12-19T18:37:21.795Z Compiling h2 v0.4.6
14022024-12-19T18:37:21.884Z Compiling usdt-impl v0.5.0
14032024-12-19T18:37:22.970Z Compiling rustls v0.23.19
14042024-12-19T18:37:22.995Z Compiling rustls v0.22.4
14052024-12-19T18:37:23.240Z Compiling syn v1.0.109
14062024-12-19T18:37:23.258Z Compiling native-tls v0.2.12
14072024-12-19T18:37:23.320Z Compiling data-encoding v2.6.0
14082024-12-19T18:37:23.502Z Compiling siphasher v0.3.11
14092024-12-19T18:37:23.625Z Compiling dirs-next v2.0.0
14102024-12-19T18:37:23.928Z Compiling http-body-util v0.1.2
14112024-12-19T18:37:24.463Z Compiling heapless v0.7.17
14122024-12-19T18:37:24.896Z Compiling crossbeam-epoch v0.9.18
14132024-12-19T18:37:25.322Z Compiling signature v2.2.0
14142024-12-19T18:37:25.370Z Compiling sha1 v0.10.6
14152024-12-19T18:37:25.618Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-19T18:37:25.677Z Compiling serde_derive_internals v0.29.1
14172024-12-19T18:37:25.783Z Compiling thread_local v1.1.8
14182024-12-19T18:37:25.804Z Compiling multer v3.1.0
14192024-12-19T18:37:26.096Z Compiling cookie v0.18.1
14202024-12-19T18:37:26.123Z Compiling encoding_rs v0.8.34
14212024-12-19T18:37:26.378Z Compiling ipnet v2.10.1
14222024-12-19T18:37:26.378Z Compiling unicode-properties v0.1.3
14232024-12-19T18:37:26.799Z Compiling schemars v0.8.21
14242024-12-19T18:37:27.150Z Compiling signal-hook v0.3.17
14252024-12-19T18:37:27.343Z Compiling mime v0.3.17
14262024-12-19T18:37:27.419Z Compiling openssl-probe v0.1.5
14272024-12-19T18:37:27.753Z Compiling gimli v0.31.1
14282024-12-19T18:37:27.827Z Compiling rayon-core v1.12.1
14292024-12-19T18:37:27.998Z Compiling slog-async v2.8.0
14302024-12-19T18:37:28.144Z Compiling toml_edit v0.22.22
14312024-12-19T18:37:28.430Z Compiling schemars_derive v0.8.21
14322024-12-19T18:37:28.653Z Compiling stringprep v0.1.5
14332024-12-19T18:37:29.915Z Compiling hyper v1.5.0
14342024-12-19T18:37:31.891Z Compiling crossbeam-deque v0.8.5
14352024-12-19T18:37:32.244Z Compiling hyper-util v0.1.10
14362024-12-19T18:37:32.360Z Compiling addr2line v0.24.2
14372024-12-19T18:37:32.677Z Compiling usdt-attr-macro v0.5.0
14382024-12-19T18:37:32.876Z Compiling usdt-macro v0.5.0
14392024-12-19T18:37:33.115Z Compiling term v0.7.0
14402024-12-19T18:37:34.042Z Compiling slog-json v2.6.1
14412024-12-19T18:37:34.298Z Compiling serde_urlencoded v0.7.1
14422024-12-19T18:37:34.372Z Compiling curve25519-dalek v4.1.3
14432024-12-19T18:37:34.404Z Compiling crossbeam-channel v0.5.13
14442024-12-19T18:37:34.616Z Compiling enum-as-inner v0.6.1
14452024-12-19T18:37:34.855Z Compiling futures-executor v0.3.31
14462024-12-19T18:37:35.004Z Compiling md-5 v0.10.6
14472024-12-19T18:37:35.283Z Compiling rustls-pemfile v2.2.0
14482024-12-19T18:37:35.404Z Compiling async-stream-impl v0.3.6
14492024-12-19T18:37:35.431Z Compiling num-integer v0.1.46
14502024-12-19T18:37:35.522Z Compiling idna v0.3.0
14512024-12-19T18:37:35.612Z Compiling idna v0.4.0
14522024-12-19T18:37:35.693Z Compiling hash32 v0.2.1
14532024-12-19T18:37:36.082Z Compiling ff v0.13.0
14542024-12-19T18:37:36.248Z Compiling is-terminal v0.4.13
14552024-12-19T18:37:36.301Z Compiling dropshot v0.12.0
14562024-12-19T18:37:36.385Z Compiling object v0.36.5
14572024-12-19T18:37:36.553Z Compiling psl-types v2.0.11
14582024-12-19T18:37:36.572Z Compiling quick-error v1.2.3
14592024-12-19T18:37:36.719Z Compiling num-bigint-dig v0.8.4
14602024-12-19T18:37:36.743Z Compiling take_mut v0.2.2
14612024-12-19T18:37:36.855Z Compiling fallible-iterator v0.2.0
14622024-12-19T18:37:36.895Z Compiling portable-atomic v1.9.0
14632024-12-19T18:37:37.001Z Compiling rustc-demangle v0.1.24
14642024-12-19T18:37:37.229Z Compiling smoltcp v0.9.1
14652024-12-19T18:37:37.286Z Compiling dyn-clone v1.0.17
14662024-12-19T18:37:37.522Z Compiling base16ct v0.2.0
14672024-12-19T18:37:37.621Z Compiling anyhow v1.0.93
14682024-12-19T18:37:37.857Z Compiling linked-hash-map v0.5.6
14692024-12-19T18:37:37.988Z Compiling utf-8 v0.7.6
14702024-12-19T18:37:38.067Z Compiling sec1 v0.7.3
14712024-12-19T18:37:38.092Z Compiling postgres-protocol v0.6.7
14722024-12-19T18:37:38.229Z Compiling lru-cache v0.1.2
14732024-12-19T18:37:38.326Z Compiling tungstenite v0.24.0
14742024-12-19T18:37:38.658Z Compiling async-stream v0.3.6
14752024-12-19T18:37:38.982Z Compiling publicsuffix v2.2.3
14762024-12-19T18:37:39.264Z Compiling resolv-conf v0.7.0
14772024-12-19T18:37:39.552Z Compiling hickory-proto v0.24.1
14782024-12-19T18:37:39.855Z Compiling slog-term v2.9.1
14792024-12-19T18:37:40.075Z Compiling group v0.13.0
14802024-12-19T18:37:40.408Z Compiling usdt v0.5.0
14812024-12-19T18:37:40.937Z Compiling num-iter v0.1.45
14822024-12-19T18:37:41.126Z Compiling futures v0.3.31
14832024-12-19T18:37:41.255Z Compiling slog-bunyan v2.5.0
14842024-12-19T18:37:42.278Z Compiling toml v0.8.19
14852024-12-19T18:37:42.649Z Compiling tokio-native-tls v0.3.1
14862024-12-19T18:37:42.952Z Compiling camino v1.1.9
14872024-12-19T18:37:43.303Z Compiling phf_shared v0.11.2
14882024-12-19T18:37:43.712Z Compiling dropshot_endpoint v0.12.0
14892024-12-19T18:37:43.921Z Compiling backtrace v0.3.74
14902024-12-19T18:37:44.094Z Compiling terminal_size v0.4.0
14912024-12-19T18:37:44.168Z Compiling openapiv3 v2.0.0
14922024-12-19T18:37:44.302Z Compiling waitgroup v0.1.2
14932024-12-19T18:37:44.535Z Compiling serde_path_to_error v0.1.16
14942024-12-19T18:37:44.553Z Compiling hkdf v0.12.4
14952024-12-19T18:37:44.810Z Compiling crypto-bigint v0.5.5
14962024-12-19T18:37:45.387Z Compiling webpki-roots v0.26.6
14972024-12-19T18:37:45.622Z Compiling curve25519-dalek-derive v0.1.1
14982024-12-19T18:37:47.208Z Compiling zerocopy-derive v0.6.6
14992024-12-19T18:37:47.630Z Compiling hubpack_derive v0.1.1
15002024-12-19T18:37:47.665Z Compiling idna v0.5.0
15012024-12-19T18:37:48.535Z Compiling hostname v0.4.0
15022024-12-19T18:37:48.561Z Compiling ahash v0.8.11
15032024-12-19T18:37:48.646Z Compiling fs-err v2.11.0
15042024-12-19T18:37:48.800Z Compiling crc32fast v1.4.2
15052024-12-19T18:37:48.902Z Compiling winnow v0.5.40
15062024-12-19T18:37:48.932Z Compiling debug-ignore v1.0.5
15072024-12-19T18:37:49.089Z Compiling bitflags v1.3.2
15082024-12-19T18:37:49.140Z Compiling managed v0.8.0
15092024-12-19T18:37:49.197Z Compiling flate2 v1.0.34
15102024-12-19T18:37:49.444Z Compiling zerocopy v0.6.6
15112024-12-19T18:37:49.472Z Compiling clap_builder v4.5.21
15122024-12-19T18:37:50.165Z Compiling console v0.15.8
15132024-12-19T18:37:50.215Z Compiling strum_macros v0.25.3
15142024-12-19T18:37:50.437Z Compiling hubpack v0.1.2
15152024-12-19T18:37:50.876Z Compiling cookie_store v0.21.0
15162024-12-19T18:37:50.954Z Compiling elliptic-curve v0.13.8
15172024-12-19T18:37:51.838Z Compiling hickory-resolver v0.24.1
15182024-12-19T18:37:52.550Z Compiling toml_edit v0.19.15
15192024-12-19T18:37:52.816Z Compiling phf v0.11.2
15202024-12-19T18:37:52.921Z Compiling signal-hook-mio v0.2.4
15212024-12-19T18:37:53.101Z Compiling hyper-tls v0.6.0
15222024-12-19T18:37:53.138Z Compiling rayon v1.10.0
15232024-12-19T18:37:53.547Z Compiling bzip2 v0.4.4
15242024-12-19T18:37:54.507Z Compiling tokio-tungstenite v0.24.0
15252024-12-19T18:37:55.077Z Compiling postgres-types v0.2.8
15262024-12-19T18:37:58.025Z Compiling ed25519 v2.2.3
15272024-12-19T18:37:58.100Z Compiling phf_shared v0.10.0
15282024-12-19T18:37:58.517Z Compiling tokio-stream v0.1.16
15292024-12-19T18:37:58.658Z Compiling pkcs1 v0.7.5
15302024-12-19T18:37:59.085Z Compiling serde-big-array v0.5.1
15312024-12-19T18:37:59.332Z Compiling clap_derive v4.5.18
15322024-12-19T18:37:59.611Z Compiling rfc6979 v0.4.0
15332024-12-19T18:37:59.667Z Compiling serde_repr v0.1.19
15342024-12-19T18:37:59.805Z Compiling derive-where v1.2.7
15352024-12-19T18:37:59.905Z Compiling float-cmp v0.9.0
15362024-12-19T18:37:59.933Z Compiling bstr v1.10.0
15372024-12-19T18:38:00.129Z Compiling sync_wrapper v1.0.1
15382024-12-19T18:38:00.295Z Compiling precomputed-hash v0.1.1
15392024-12-19T18:38:00.424Z Compiling static_assertions v1.1.0
15402024-12-19T18:38:00.539Z Compiling normalize-line-endings v0.3.0
15412024-12-19T18:38:00.686Z Compiling unicode-width v0.2.0
15422024-12-19T18:38:00.771Z Compiling number_prefix v0.4.0
15432024-12-19T18:38:00.868Z Compiling unicode-segmentation v1.12.0
15442024-12-19T18:38:01.001Z Compiling fixedbitset v0.4.2
15452024-12-19T18:38:01.228Z Compiling bit-vec v0.6.3
15462024-12-19T18:38:01.487Z Compiling whoami v1.5.2
15472024-12-19T18:38:01.708Z Compiling predicates-core v1.0.8
15482024-12-19T18:38:01.711Z Compiling difflib v0.4.0
15492024-12-19T18:38:01.747Z Compiling new_debug_unreachable v1.0.6
15502024-12-19T18:38:01.850Z Compiling string_cache v0.8.7
15512024-12-19T18:38:02.078Z Compiling tokio-postgres v0.7.12
15522024-12-19T18:38:02.150Z Compiling predicates v3.1.2
15532024-12-19T18:38:02.329Z Compiling bit-set v0.5.3
15542024-12-19T18:38:02.666Z Compiling similar v2.6.0
15552024-12-19T18:38:03.411Z Compiling petgraph v0.6.5
15562024-12-19T18:38:03.539Z Compiling indicatif v0.17.9
15572024-12-19T18:38:03.936Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15582024-12-19T18:38:04.390Z Compiling clap v4.5.21
15592024-12-19T18:38:04.522Z Compiling ecdsa v0.16.9
15602024-12-19T18:38:05.197Z Compiling rsa v0.9.6
15612024-12-19T18:38:05.420Z Compiling ed25519-dalek v2.1.1
15622024-12-19T18:38:05.837Z Compiling toml v0.7.8
15632024-12-19T18:38:06.789Z Compiling zip v0.6.6
15642024-12-19T18:38:07.617Z Compiling crossterm v0.28.1
15652024-12-19T18:38:08.247Z Compiling hex v0.4.3
15662024-12-19T18:38:08.319Z Compiling x509-cert v0.2.5
15672024-12-19T18:38:08.525Z Compiling peg-runtime v0.8.3
15682024-12-19T18:38:08.890Z Compiling unicode-xid v0.2.6
15692024-12-19T18:38:08.966Z Compiling lalrpop-util v0.19.12
15702024-12-19T18:38:09.086Z Compiling strum_macros v0.26.4
15712024-12-19T18:38:09.212Z Compiling xattr v1.3.1
15722024-12-19T18:38:09.326Z Compiling filetime v0.2.25
15732024-12-19T18:38:09.672Z Compiling tar v0.4.42
15742024-12-19T18:38:13.773Z Compiling strum v0.26.3
15752024-12-19T18:38:17.627Z Compiling aws-lc-sys v0.22.0
15762024-12-19T18:38:45.645Z Compiling rustls-webpki v0.102.8
15772024-12-19T18:38:49.047Z Compiling tokio-rustls v0.25.0
15782024-12-19T18:38:50.669Z Compiling tokio-rustls v0.26.0
15792024-12-19T18:38:51.109Z Compiling hyper-rustls v0.27.3
15802024-12-19T18:38:51.419Z Compiling reqwest v0.12.9
15812024-12-19T18:38:52.706Z Compiling qorb v0.2.1
15822024-12-19T18:38:57.415Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832024-12-19T18:38:57.651Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842024-12-19T18:39:03.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
15852024-12-19T18:39:03.586Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862024-12-19T18:39:03.628ZDec 19 18:39:01.942 INFO Starting download, target: Clickhouse
15872024-12-19T18:39:03.628ZDec 19 18:39:01.943 INFO Starting download, target: Console
15882024-12-19T18:39:03.628ZDec 19 18:39:01.943 INFO Starting download, target: Cockroach
15892024-12-19T18:39:03.630ZDec 19 18:39:01.943 INFO Starting download, target: DendriteOpenapi
15902024-12-19T18:39:03.630ZDec 19 18:39:01.943 INFO Starting download, target: DendriteStub
15912024-12-19T18:39:03.630ZDec 19 18:39:01.943 INFO Starting download, target: MaghemiteMgd
15922024-12-19T18:39:03.630ZDec 19 18:39:01.943 INFO Starting download, target: TransceiverControl
15932024-12-19T18:39:03.630ZDec 19 18:39:01.943 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15942024-12-19T18:39:03.631ZDec 19 18:39:01.943 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15952024-12-19T18:39:03.631ZDec 19 18:39:01.943 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962024-12-19T18:39:03.631ZDec 19 18:39:01.943 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15972024-12-19T18:39:03.631ZDec 19 18:39:01.944 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982024-12-19T18:39:03.631ZDec 19 18:39:01.944 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15992024-12-19T18:39:03.631ZDec 19 18:39:01.944 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16002024-12-19T18:39:03.797ZDec 19 18:39:02.109 INFO Download complete, target: DendriteOpenapi
16012024-12-19T18:39:03.978ZDec 19 18:39:02.289 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022024-12-19T18:39:04.363ZDec 19 18:39:02.674 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16032024-12-19T18:39:04.668ZDec 19 18:39:02.977 INFO Download complete, target: TransceiverControl
16042024-12-19T18:39:04.883ZDec 19 18:39:03.196 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16052024-12-19T18:39:04.981ZDec 19 18:39:03.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062024-12-19T18:39:05.141ZDec 19 18:39:03.456 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072024-12-19T18:39:05.141ZDec 19 18:39:03.456 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082024-12-19T18:39:05.233ZDec 19 18:39:03.548 INFO Download complete, target: Console
16092024-12-19T18:39:05.492ZDec 19 18:39:03.807 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16102024-12-19T18:39:07.227ZDec 19 18:39:05.541 INFO Download complete, target: MaghemiteMgd
16112024-12-19T18:39:07.775ZDec 19 18:39:06.089 INFO Download complete, target: DendriteStub
16122024-12-19T18:39:12.655ZDec 19 18:39:10.969 INFO Checking that binary works, target: Cockroach
16132024-12-19T18:39:12.819ZDec 19 18:39:11.133 INFO Download complete, target: Cockroach
16142024-12-19T18:39:17.960ZDec 19 18:39:16.274 INFO Checking that binary works, target: Clickhouse
16152024-12-19T18:39:18.071ZDec 19 18:39:16.385 INFO Download complete, target: Clickhouse
16162024-12-19T18:39:18.079ZAll prerequisites installed successfully
16172024-12-19T18:39:18.081Z
16182024-12-19T18:39:18.081Zreal 4:38.239066268
16192024-12-19T18:39:18.081Zuser 16:27.245324806
16202024-12-19T18:39:18.082Zsys 3:10.916714137
16212024-12-19T18:39:18.082Ztrap 0.512737191
16222024-12-19T18:39:18.082Ztflt 1.697054850
16232024-12-19T18:39:18.082Zdflt 2.255085633
16242024-12-19T18:39:18.082Zkflt 0.028901013
16252024-12-19T18:39:18.082Zlock 31:56.942288204
16262024-12-19T18:39:18.082Zslp 1:01:18.388740424
16272024-12-19T18:39:18.082Zlat 54.672729871
16282024-12-19T18:39:18.082Zstop 2:10.410156151
16292024-12-19T18:39:18.082Z+ source ./tools/include/force-git-over-https.sh
16302024-12-19T18:39:18.082Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16312024-12-19T18:39:18.082Z++ (( i = 0 ))
16322024-12-19T18:39:18.082Z++ (( i < 5 ))
16332024-12-19T18:39:18.082Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16342024-12-19T18:39:18.085Z++ (( i++ ))
16352024-12-19T18:39:18.085Z++ (( i < 5 ))
16362024-12-19T18:39:18.085Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16372024-12-19T18:39:18.088Z++ (( i++ ))
16382024-12-19T18:39:18.088Z++ (( i < 5 ))
16392024-12-19T18:39:18.088Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16402024-12-19T18:39:18.090Z++ (( i++ ))
16412024-12-19T18:39:18.091Z++ (( i < 5 ))
16422024-12-19T18:39:18.091Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16432024-12-19T18:39:18.093Z++ (( i++ ))
16442024-12-19T18:39:18.093Z++ (( i < 5 ))
16452024-12-19T18:39:18.093Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16462024-12-19T18:39:18.096Z++ (( i++ ))
16472024-12-19T18:39:18.096Z++ (( i < 5 ))
16482024-12-19T18:39:18.099Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-19T18:39:18.099Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-19T18:39:18.099Z+ rc=0
16512024-12-19T18:39:18.099Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16522024-12-19T18:39:49.208Z+ case $rc in
16532024-12-19T18:39:49.208Z+ pfexec zfs create -p rpool/images/build/host
16542024-12-19T18:39:49.436Z+ pfexec zfs create -p rpool/images/build/recovery
16552024-12-19T18:39:49.501Z+ cargo xtask releng --output-dir /work
16562024-12-19T18:39:50.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16572024-12-19T18:39:50.037Z Running `target/debug/xtask releng --output-dir /work`
16582024-12-19T18:39:50.936Z Compiling proc-macro2 v1.0.89
16592024-12-19T18:39:50.936Z Compiling unicode-ident v1.0.13
16602024-12-19T18:39:50.936Z Compiling libc v0.2.162
16612024-12-19T18:39:50.940Z Compiling serde v1.0.215
16622024-12-19T18:39:50.940Z Compiling autocfg v1.4.0
16632024-12-19T18:39:50.940Z Compiling version_check v0.9.5
16642024-12-19T18:39:50.940Z Compiling cfg-if v1.0.0
16652024-12-19T18:39:51.208Z Compiling memchr v2.7.4
16662024-12-19T18:39:51.234Z Compiling typenum v1.17.0
16672024-12-19T18:39:51.294Z Compiling shlex v1.3.0
16682024-12-19T18:39:51.676Z Compiling value-bag v1.9.0
16692024-12-19T18:39:51.782Z Compiling generic-array v0.14.7
16702024-12-19T18:39:51.845Z Compiling scopeguard v1.2.0
16712024-12-19T18:39:52.100Z Compiling lock_api v0.4.12
16722024-12-19T18:39:52.158Z Compiling log v0.4.22
16732024-12-19T18:39:52.262Z Compiling parking_lot_core v0.9.10
16742024-12-19T18:39:52.654Z Compiling rustix v0.38.37
16752024-12-19T18:39:52.696Z Compiling serde_json v1.0.132
16762024-12-19T18:39:52.946Z Compiling quote v1.0.37
16772024-12-19T18:39:53.016Z Compiling libm v0.2.8
16782024-12-19T18:39:53.060Z Compiling num-traits v0.2.19
16792024-12-19T18:39:53.290Z Compiling jobserver v0.1.32
16802024-12-19T18:39:53.336Z Compiling syn v2.0.87
16812024-12-19T18:39:53.360Z Compiling getrandom v0.2.15
16822024-12-19T18:39:53.533Z Compiling thiserror v1.0.69
16832024-12-19T18:39:53.554Z Compiling once_cell v1.20.2
16842024-12-19T18:39:53.584Z Compiling spin v0.9.8
16852024-12-19T18:39:53.654Z Compiling cc v1.1.30
16862024-12-19T18:39:54.015Z Compiling itoa v1.0.11
16872024-12-19T18:39:54.049Z Compiling aho-corasick v1.1.3
16882024-12-19T18:39:54.182Z Compiling regex-syntax v0.8.5
16892024-12-19T18:39:54.268Z Compiling slab v0.4.9
16902024-12-19T18:39:54.470Z Compiling errno v0.3.9
16912024-12-19T18:39:54.903Z Compiling byteorder v1.5.0
16922024-12-19T18:39:54.938Z Compiling lazy_static v1.5.0
16932024-12-19T18:39:55.179Z Compiling rand_core v0.6.4
16942024-12-19T18:39:55.399Z Compiling either v1.13.0
16952024-12-19T18:39:55.671Z Compiling glob v0.3.1
16962024-12-19T18:39:55.873Z Compiling subtle v2.6.1
16972024-12-19T18:39:55.979Z Compiling prettyplease v0.2.25
16982024-12-19T18:39:56.414Z Compiling minimal-lexical v0.2.1
16992024-12-19T18:39:56.533Z Compiling clang-sys v1.8.1
17002024-12-19T18:39:56.566Z Compiling libloading v0.8.5
17012024-12-19T18:39:56.948Z Compiling nom v7.1.3
17022024-12-19T18:39:57.204Z Compiling bindgen v0.69.5
17032024-12-19T18:39:57.324Z Compiling home v0.5.9
17042024-12-19T18:39:57.590Z Compiling itertools v0.10.5
17052024-12-19T18:39:58.092Z Compiling regex-automata v0.4.8
17062024-12-19T18:39:58.305Z Compiling lazycell v1.3.0
17072024-12-19T18:39:58.490Z Compiling rustc-hash v1.1.0
17082024-12-19T18:39:59.102Z Compiling cmake v0.1.51
17092024-12-19T18:40:00.078Z Compiling semver v1.0.23
17102024-12-19T18:40:00.185Z Compiling smallvec v1.13.2
17112024-12-19T18:40:00.512Z Compiling cexpr v0.6.0
17122024-12-19T18:40:00.555Z Compiling fs_extra v1.3.0
17132024-12-19T18:40:00.578Z Compiling dunce v1.0.5
17142024-12-19T18:40:00.719Z Compiling pkg-config v0.3.31
17152024-12-19T18:40:00.740Z Compiling ring v0.17.8
17162024-12-19T18:40:01.166Z Compiling paste v1.0.15
17172024-12-19T18:40:01.228Z Compiling ryu v1.0.18
17182024-12-19T18:40:01.620Z Compiling synstructure v0.13.1
17192024-12-19T18:40:01.984Z Compiling aws-lc-rs v1.10.0
17202024-12-19T18:40:02.044Z Compiling const-oid v0.9.6
17212024-12-19T18:40:02.215Z Compiling httparse v1.9.5
17222024-12-19T18:40:03.194Z Compiling pin-project-lite v0.2.14
17232024-12-19T18:40:03.238Z Compiling heck v0.5.0
17242024-12-19T18:40:03.812Z Compiling allocator-api2 v0.2.18
17252024-12-19T18:40:04.113Z Compiling regex v1.11.1
17262024-12-19T18:40:04.435Z Compiling futures-core v0.3.31
17272024-12-19T18:40:04.743Z Compiling signal-hook-registry v1.4.2
17282024-12-19T18:40:05.133Z Compiling time-core v0.1.2
17292024-12-19T18:40:05.400Z Compiling num-conv v0.1.0
17302024-12-19T18:40:05.596Z Compiling crossbeam-utils v0.8.20
17312024-12-19T18:40:05.741Z Compiling time-macros v0.2.18
17322024-12-19T18:40:05.760Z Compiling parking_lot v0.12.3
17332024-12-19T18:40:06.208Z Compiling mio v1.0.2
17342024-12-19T18:40:06.370Z Compiling vcpkg v0.2.15
17352024-12-19T18:40:06.658Z Compiling fnv v1.0.7
17362024-12-19T18:40:06.843Z Compiling schemars v0.8.21
17372024-12-19T18:40:07.063Z Compiling serde_derive v1.0.215
17382024-12-19T18:40:07.285Z Compiling zeroize_derive v1.4.2
17392024-12-19T18:40:08.000Z Compiling zerocopy-derive v0.7.35
17402024-12-19T18:40:08.091Z Compiling tokio-macros v2.4.0
17412024-12-19T18:40:08.443Z Compiling thiserror-impl v1.0.69
17422024-12-19T18:40:08.668Z Compiling zerofrom-derive v0.1.4
17432024-12-19T18:40:08.874Z Compiling yoke-derive v0.7.4
17442024-12-19T18:40:08.930Z Compiling zeroize v1.8.1
17452024-12-19T18:40:09.833Z Compiling futures-macro v0.3.31
17462024-12-19T18:40:09.884Z Compiling zerovec-derive v0.10.3
17472024-12-19T18:40:10.211Z Compiling displaydoc v0.2.5
17482024-12-19T18:40:11.407Z Compiling zerocopy v0.7.35
17492024-12-19T18:40:11.913Z Compiling crypto-common v0.1.6
17502024-12-19T18:40:11.916Z Compiling icu_provider_macros v1.5.0
17512024-12-19T18:40:11.977Z Compiling tracing-attributes v0.1.27
17522024-12-19T18:40:12.181Z Compiling block-buffer v0.10.4
17532024-12-19T18:40:12.524Z Compiling digest v0.10.7
17542024-12-19T18:40:12.569Z Compiling der_derive v0.7.3
17552024-12-19T18:40:13.000Z Compiling openssl-sys v0.9.103
17562024-12-19T18:40:13.998Z Compiling serde_derive_internals v0.29.1
17572024-12-19T18:40:14.389Z Compiling socket2 v0.5.7
17582024-12-19T18:40:15.138Z Compiling ahash v0.8.11
17592024-12-19T18:40:16.460Z Compiling foldhash v0.1.3
17602024-12-19T18:40:16.505Z Compiling schemars_derive v0.8.21
17612024-12-19T18:40:16.721Z Compiling futures-sink v0.3.31
17622024-12-19T18:40:16.822Z Compiling cpufeatures v0.2.14
17632024-12-19T18:40:16.964Z Compiling equivalent v1.0.1
17642024-12-19T18:40:16.983Z Compiling stable_deref_trait v1.2.0
17652024-12-19T18:40:17.137Z Compiling hashbrown v0.15.1
17662024-12-19T18:40:17.484Z Compiling slog v2.7.0
17672024-12-19T18:40:18.657Z Compiling futures-channel v0.3.31
17682024-12-19T18:40:18.940Z Compiling zerofrom v0.1.4
17692024-12-19T18:40:19.210Z Compiling scroll_derive v0.12.0
17702024-12-19T18:40:19.237Z Compiling futures-task v0.3.31
17712024-12-19T18:40:19.237Z Compiling ucd-trie v0.1.7
17722024-12-19T18:40:19.254Z Compiling futures-io v0.3.31
17732024-12-19T18:40:19.630Z Compiling pin-utils v0.1.0
17742024-12-19T18:40:19.630Z Compiling openssl v0.10.66
17752024-12-19T18:40:19.708Z Compiling pest v2.7.14
17762024-12-19T18:40:19.768Z Compiling yoke v0.7.4
17772024-12-19T18:40:19.780Z Compiling futures-util v0.3.31
17782024-12-19T18:40:20.183Z Compiling hmac v0.12.1
17792024-12-19T18:40:20.323Z Compiling tinyvec_macros v0.1.1
17802024-12-19T18:40:20.725Z Compiling tinyvec v1.8.0
17812024-12-19T18:40:20.805Z Compiling zerovec v0.10.4
17822024-12-19T18:40:21.736Z Compiling bitflags v2.6.0
17832024-12-19T18:40:22.225Z Compiling bytes v1.8.0
17842024-12-19T18:40:24.093Z Compiling tokio v1.40.0
17852024-12-19T18:40:24.396Z Compiling indexmap v2.6.0
17862024-12-19T18:40:24.951Z Compiling serde_tokenstream v0.2.2
17872024-12-19T18:40:26.285Z Compiling http v1.1.0
17882024-12-19T18:40:27.353Z Compiling which v4.4.2
17892024-12-19T18:40:27.936Z Compiling rustc_version v0.4.1
17902024-12-19T18:40:28.136Z Compiling pest_meta v2.7.14
17912024-12-19T18:40:28.652Z Compiling uuid v1.11.0
17922024-12-19T18:40:28.970Z Compiling block-padding v0.3.3
17932024-12-19T18:40:29.257Z Compiling openssl-macros v0.1.1
17942024-12-19T18:40:29.636Z Compiling iana-time-zone v0.1.61
17952024-12-19T18:40:30.077Z Compiling native-tls v0.2.12
17962024-12-19T18:40:30.108Z Compiling rustls v0.23.19
17972024-12-19T18:40:30.497Z Compiling chrono v0.4.38
17982024-12-19T18:40:31.289Z Compiling pest_generator v2.7.14
17992024-12-19T18:40:32.340Z Compiling inout v0.1.3
18002024-12-19T18:40:32.718Z Compiling unicode-normalization v0.1.24
18012024-12-19T18:40:32.738Z Compiling cipher v0.4.4
18022024-12-19T18:40:33.269Z Compiling tinystr v0.7.6
18032024-12-19T18:40:33.364Z Compiling pest_derive v2.7.14
18042024-12-19T18:40:34.076Z Compiling sha2 v0.10.8
18052024-12-19T18:40:34.287Z Compiling async-trait v0.1.83
18062024-12-19T18:40:34.420Z Compiling usdt-impl v0.5.0
18072024-12-19T18:40:34.448Z Compiling cookie v0.18.1
18082024-12-19T18:40:34.786Z Compiling base64ct v1.6.0
18092024-12-19T18:40:34.853Z Compiling litemap v0.7.3
18102024-12-19T18:40:34.967Z Compiling writeable v0.5.5
18112024-12-19T18:40:35.489Z Compiling unicode-bidi v0.3.17
18122024-12-19T18:40:37.177Z Compiling icu_locid v1.5.0
18132024-12-19T18:40:38.067Z Compiling pem-rfc7468 v0.7.0
18142024-12-19T18:40:38.744Z Compiling scroll v0.12.0
18152024-12-19T18:40:39.912Z Compiling ppv-lite86 v0.2.20
18162024-12-19T18:40:40.759Z Compiling tracing-core v0.1.32
18172024-12-19T18:40:40.806Z Compiling camino v1.1.9
18182024-12-19T18:40:41.405Z Compiling percent-encoding v2.3.1
18192024-12-19T18:40:41.887Z Compiling dyn-clone v1.0.17
18202024-12-19T18:40:42.127Z Compiling plain v0.2.3
18212024-12-19T18:40:42.315Z Compiling flagset v0.4.6
18222024-12-19T18:40:42.505Z Compiling untrusted v0.7.1
18232024-12-19T18:40:42.726Z Compiling syn v1.0.109
18242024-12-19T18:40:42.991Z Compiling aws-lc-sys v0.22.0
18252024-12-19T18:40:43.021Z Compiling rustls-pki-types v1.10.0
18262024-12-19T18:40:43.344Z Compiling der v0.7.9
18272024-12-19T18:40:44.792Z Compiling goblin v0.8.2
18282024-12-19T18:40:45.897Z Compiling tracing v0.1.40
18292024-12-19T18:40:46.709Z Compiling rand_chacha v0.3.1
18302024-12-19T18:40:48.018Z Compiling icu_provider v1.5.0
18312024-12-19T18:40:48.698Z Compiling tokio-util v0.7.12
18322024-12-19T18:40:50.334Z Compiling icu_locid_transform_data v1.5.0
18332024-12-19T18:40:50.470Z Compiling mirai-annotations v1.12.0
18342024-12-19T18:40:50.571Z Compiling powerfmt v0.2.0
18352024-12-19T18:40:50.765Z Compiling rustls v0.22.4
18362024-12-19T18:40:50.830Z Compiling rayon-core v1.12.1
18372024-12-19T18:40:50.969Z Compiling pretty-hex v0.4.1
18382024-12-19T18:40:51.163Z Compiling untrusted v0.9.0
18392024-12-19T18:40:51.330Z Compiling icu_locid_transform v1.5.0
18402024-12-19T18:40:51.410Z Compiling dof v0.3.0
18412024-12-19T18:40:52.324Z Compiling deranged v0.3.11
18422024-12-19T18:40:54.603Z Compiling rand v0.8.5
18432024-12-19T18:40:54.782Z Compiling spki v0.7.3
18442024-12-19T18:40:55.254Z Compiling dtrace-parser v0.2.0
18452024-12-19T18:40:56.353Z Compiling salsa20 v0.10.2
18462024-12-19T18:40:56.601Z Compiling icu_collections v1.5.0
18472024-12-19T18:40:57.130Z Compiling pbkdf2 v0.12.2
18482024-12-19T18:40:58.508Z Compiling bzip2-sys v0.1.11+1.0.8
18492024-12-19T18:40:59.060Z Compiling thread-id v4.2.2
18502024-12-19T18:40:59.216Z Compiling num_threads v0.1.7
18512024-12-19T18:40:59.787Z Compiling atomic-waker v1.1.2
18522024-12-19T18:40:59.922Z Compiling icu_properties_data v1.5.0
18532024-12-19T18:41:00.266Z Compiling icu_properties v1.5.1
18542024-12-19T18:41:00.293Z Compiling time v0.3.36
18552024-12-19T18:41:06.383Z Compiling scrypt v0.11.0
18562024-12-19T18:41:06.536Z Compiling form_urlencoded v1.2.1
18572024-12-19T18:41:06.809Z Compiling cbc v0.1.2
18582024-12-19T18:41:06.942Z Compiling aes v0.8.4
18592024-12-19T18:41:07.047Z Compiling http-body v1.0.1
18602024-12-19T18:41:07.343Z Compiling multer v3.1.0
18612024-12-19T18:41:07.424Z Compiling write16 v1.0.0
18622024-12-19T18:41:07.586Z Compiling slog-async v2.8.0
18632024-12-19T18:41:07.645Z Compiling utf8_iter v1.0.4
18642024-12-19T18:41:08.013Z Compiling try-lock v0.2.5
18652024-12-19T18:41:08.103Z Compiling utf16_iter v1.0.5
18662024-12-19T18:41:08.138Z Compiling icu_normalizer_data v1.5.0
18672024-12-19T18:41:08.696Z Compiling icu_normalizer v1.5.0
18682024-12-19T18:41:08.979Z Compiling want v0.3.1
18692024-12-19T18:41:09.325Z Compiling pkcs5 v0.7.1
18702024-12-19T18:41:12.998Z Compiling h2 v0.4.6
18712024-12-19T18:41:14.006Z Compiling heapless v0.7.17
18722024-12-19T18:41:14.398Z Compiling zerocopy-derive v0.6.6
18732024-12-19T18:41:14.607Z Compiling httpdate v1.0.3
18742024-12-19T18:41:15.199Z Compiling anyhow v1.0.93
18752024-12-19T18:41:15.454Z Compiling num-bigint-dig v0.8.4
18762024-12-19T18:41:15.818Z Compiling signal-hook v0.3.17
18772024-12-19T18:41:15.877Z Compiling base64 v0.22.1
18782024-12-19T18:41:17.847Z Compiling pkcs8 v0.10.2
18792024-12-19T18:41:18.570Z Compiling idna_adapter v1.2.0
18802024-12-19T18:41:18.995Z Compiling usdt-attr-macro v0.5.0
18812024-12-19T18:41:19.545Z Compiling usdt-macro v0.5.0
18822024-12-19T18:41:21.321Z Compiling async-stream-impl v0.3.6
18832024-12-19T18:41:21.348Z Compiling strsim v0.11.1
18842024-12-19T18:41:21.936Z Compiling hyper v1.5.0
18852024-12-19T18:41:22.170Z Compiling rustversion v1.0.17
18862024-12-19T18:41:22.813Z Compiling tower-service v0.3.3
18872024-12-19T18:41:23.998Z Compiling idna v1.0.3
18882024-12-19T18:41:25.529Z Compiling hyper-util v0.1.10
18892024-12-19T18:41:32.162Z Compiling curve25519-dalek v4.1.3
18902024-12-19T18:41:32.240Z Compiling openapiv3 v2.0.0
18912024-12-19T18:41:32.399Z Compiling serde_spanned v0.6.8
18922024-12-19T18:41:32.664Z Compiling toml_datetime v0.6.8
18932024-12-19T18:41:32.860Z Compiling enum-as-inner v0.6.1
18942024-12-19T18:41:33.181Z Compiling dropshot v0.12.0
18952024-12-19T18:41:33.525Z Compiling heck v0.4.1
18962024-12-19T18:41:34.255Z Compiling smoltcp v0.9.1
18972024-12-19T18:41:34.282Z Compiling foreign-types-shared v0.1.1
18982024-12-19T18:41:34.478Z Compiling match_cfg v0.1.0
18992024-12-19T18:41:34.617Z Compiling adler2 v2.0.0
19002024-12-19T18:41:34.844Z Compiling portable-atomic v1.9.0
19012024-12-19T18:41:35.114Z Compiling foreign-types v0.3.2
19022024-12-19T18:41:35.269Z Compiling miniz_oxide v0.8.0
19032024-12-19T18:41:35.766Z Compiling hostname v0.3.1
19042024-12-19T18:41:37.369Z Compiling url v2.5.3
19052024-12-19T18:41:45.559Z Compiling http-body-util v0.1.2
19062024-12-19T18:41:46.004Z Compiling clap_derive v4.5.18
19072024-12-19T18:41:46.237Z Compiling dirs-sys-next v0.1.2
19082024-12-19T18:41:46.879Z Compiling encoding_rs v0.8.34
19092024-12-19T18:41:48.447Z Compiling mime v0.3.17
19102024-12-19T18:41:50.072Z Compiling siphasher v0.3.11
19112024-12-19T18:41:50.568Z Compiling data-encoding v2.6.0
19122024-12-19T18:41:52.349Z Compiling dirs-next v2.0.0
19132024-12-19T18:41:57.935Z Compiling hubpack_derive v0.1.1
19142024-12-19T18:41:58.789Z Compiling serde_urlencoded v0.7.1
19152024-12-19T18:41:58.823Z Compiling crossbeam-epoch v0.9.18
19162024-12-19T18:41:59.429Z Compiling hashbrown v0.14.5
19172024-12-19T18:41:59.561Z Compiling rustls-pemfile v2.2.0
19182024-12-19T18:42:00.056Z Compiling rustls-webpki v0.102.8
19192024-12-19T18:42:00.840Z Compiling dropshot_endpoint v0.12.0
19202024-12-19T18:42:01.177Z Compiling sha1 v0.10.6
19212024-12-19T18:42:01.589Z Compiling signature v2.2.0
19222024-12-19T18:42:01.610Z Compiling curve25519-dalek-derive v0.1.1
19232024-12-19T18:42:01.905Z Compiling thread_local v1.1.8
19242024-12-19T18:42:01.963Z Compiling fs-err v2.11.0
19252024-12-19T18:42:02.415Z Compiling unicode-properties v0.1.3
19262024-12-19T18:42:02.824Z Compiling ipnet v2.10.1
19272024-12-19T18:42:03.065Z Compiling openssl-probe v0.1.5
19282024-12-19T18:42:04.093Z Compiling winnow v0.6.20
19292024-12-19T18:42:05.163Z Compiling anstyle v1.0.10
19302024-12-19T18:42:05.606Z Compiling utf8parse v0.2.2
19312024-12-19T18:42:05.840Z Compiling gimli v0.31.1
19322024-12-19T18:42:05.890Z Compiling anstyle-parse v0.2.5
19332024-12-19T18:42:06.837Z Compiling stringprep v0.1.5
19342024-12-19T18:42:07.769Z Compiling toml_edit v0.22.22
19352024-12-19T18:42:09.268Z Compiling regress v0.10.1
19362024-12-19T18:42:10.951Z Compiling addr2line v0.24.2
19372024-12-19T18:42:11.664Z Compiling crossbeam-deque v0.8.5
19382024-12-19T18:42:12.004Z Compiling term v0.7.0
19392024-12-19T18:42:13.289Z Compiling slog-json v2.6.1
19402024-12-19T18:42:14.186Z Compiling crossbeam-channel v0.5.13
19412024-12-19T18:42:15.298Z Compiling idna v0.3.0
19422024-12-19T18:42:15.334Z Compiling idna v0.4.0
19432024-12-19T18:42:16.822Z Compiling futures-executor v0.3.31
19442024-12-19T18:42:16.875Z Compiling num-integer v0.1.46
19452024-12-19T18:42:16.896Z Compiling md-5 v0.10.6
19462024-12-19T18:42:17.148Z Compiling ff v0.13.0
19472024-12-19T18:42:17.322Z Compiling hash32 v0.2.1
19482024-12-19T18:42:17.404Z Compiling memmap v0.7.0
19492024-12-19T18:42:17.599Z Compiling is-terminal v0.4.13
19502024-12-19T18:42:17.705Z Compiling object v0.36.5
19512024-12-19T18:42:17.727Z Compiling rustc-demangle v0.1.24
19522024-12-19T18:42:17.743Z Compiling psl-types v2.0.11
19532024-12-19T18:42:17.989Z Compiling linked-hash-map v0.5.6
19542024-12-19T18:42:18.386Z Compiling fallible-iterator v0.2.0
19552024-12-19T18:42:18.601Z Compiling colorchoice v1.0.2
19562024-12-19T18:42:18.784Z Compiling quick-error v1.2.3
19572024-12-19T18:42:18.947Z Compiling take_mut v0.2.2
19582024-12-19T18:42:19.123Z Compiling is_terminal_polyfill v1.70.1
19592024-12-19T18:42:19.143Z Compiling utf-8 v0.7.6
19602024-12-19T18:42:19.264Z Compiling base16ct v0.2.0
19612024-12-19T18:42:19.452Z Compiling anstyle-query v1.1.1
19622024-12-19T18:42:19.621Z Compiling anstream v0.6.15
19632024-12-19T18:42:19.727Z Compiling sec1 v0.7.3
19642024-12-19T18:42:19.792Z Compiling publicsuffix v2.2.3
19652024-12-19T18:42:20.072Z Compiling tungstenite v0.24.0
19662024-12-19T18:42:20.284Z Compiling postgres-protocol v0.6.7
19672024-12-19T18:42:21.329Z Compiling resolv-conf v0.7.0
19682024-12-19T18:42:21.349Z Compiling lru-cache v0.1.2
19692024-12-19T18:42:21.560Z Compiling slog-term v2.9.1
19702024-12-19T18:42:22.031Z Compiling usdt v0.5.0
19712024-12-19T18:42:22.081Z Compiling num-iter v0.1.45
19722024-12-19T18:42:22.285Z Compiling group v0.13.0
19732024-12-19T18:42:22.530Z Compiling futures v0.3.31
19742024-12-19T18:42:22.677Z Compiling hickory-proto v0.24.1
19752024-12-19T18:42:24.079Z Compiling tokio-rustls v0.26.0
19762024-12-19T18:42:25.037Z Compiling slog-bunyan v2.5.0
19772024-12-19T18:42:25.181Z Compiling backtrace v0.3.74
19782024-12-19T18:42:25.184Z Compiling typify-impl v0.2.0
19792024-12-19T18:42:25.247Z Compiling tokio-rustls v0.25.0
19802024-12-19T18:42:25.392Z Compiling toml v0.8.19
19812024-12-19T18:42:25.683Z Compiling tokio-native-tls v0.3.1
19822024-12-19T18:42:26.006Z Compiling phf_shared v0.11.2
19832024-12-19T18:42:26.009Z Compiling strum_macros v0.25.3
19842024-12-19T18:42:26.702Z Compiling async-stream v0.3.6
19852024-12-19T18:42:27.007Z Compiling waitgroup v0.1.2
19862024-12-19T18:42:27.205Z Compiling webpki-roots v0.26.6
19872024-12-19T18:42:27.503Z Compiling idna v0.5.0
19882024-12-19T18:42:28.081Z Compiling terminal_size v0.4.0
19892024-12-19T18:42:28.309Z Compiling serde_path_to_error v0.1.16
19902024-12-19T18:42:29.147Z Compiling hkdf v0.12.4
19912024-12-19T18:42:29.398Z Compiling crypto-bigint v0.5.5
19922024-12-19T18:42:29.597Z Compiling derive-where v1.2.7
19932024-12-19T18:42:29.689Z Compiling serde_repr v0.1.19
19942024-12-19T18:42:30.926Z Compiling hostname v0.4.0
19952024-12-19T18:42:31.162Z Compiling crc32fast v1.4.2
19962024-12-19T18:42:31.476Z Compiling winnow v0.5.40
19972024-12-19T18:42:31.957Z Compiling debug-ignore v1.0.5
19982024-12-19T18:42:32.115Z Compiling clap_lex v0.7.2
19992024-12-19T18:42:32.468Z Compiling bitflags v1.3.2
20002024-12-19T18:42:32.589Z Compiling managed v0.8.0
20012024-12-19T18:42:32.784Z Compiling unicode-width v0.1.14
20022024-12-19T18:42:33.311Z Compiling console v0.15.8
20032024-12-19T18:42:34.607Z Compiling clap_builder v4.5.21
20042024-12-19T18:42:34.775Z Compiling elliptic-curve v0.13.8
20052024-12-19T18:42:35.017Z Compiling toml_edit v0.19.15
20062024-12-19T18:42:35.575Z Compiling flate2 v1.0.34
20072024-12-19T18:42:36.523Z Compiling cookie_store v0.21.0
20082024-12-19T18:42:36.917Z Compiling typify-macro v0.2.0
20092024-12-19T18:42:40.668Z Compiling hickory-resolver v0.24.1
20102024-12-19T18:42:41.890Z Compiling hyper-rustls v0.27.3
20112024-12-19T18:42:43.318Z Compiling phf v0.11.2
20122024-12-19T18:42:43.320Z Compiling hyper-tls v0.6.0
20132024-12-19T18:42:43.748Z Compiling signal-hook-mio v0.2.4
20142024-12-19T18:42:43.926Z Compiling rayon v1.10.0
20152024-12-19T18:42:44.080Z Compiling bzip2 v0.4.4
20162024-12-19T18:42:44.133Z Compiling tokio-tungstenite v0.24.0
20172024-12-19T18:42:44.489Z Compiling postgres-types v0.2.8
20182024-12-19T18:42:44.870Z Compiling ed25519 v2.2.3
20192024-12-19T18:42:45.152Z Compiling hubpack v0.1.2
20202024-12-19T18:42:45.324Z Compiling phf_shared v0.10.0
20212024-12-19T18:42:45.614Z Compiling pkcs1 v0.7.5
20222024-12-19T18:42:45.887Z Compiling zerocopy v0.6.6
20232024-12-19T18:42:46.048Z Compiling tokio-stream v0.1.16
20242024-12-19T18:42:46.829Z Compiling serde-big-array v0.5.1
20252024-12-19T18:42:47.084Z Compiling rfc6979 v0.4.0
20262024-12-19T18:42:47.149Z Compiling float-cmp v0.9.0
20272024-12-19T18:42:47.345Z Compiling sync_wrapper v1.0.1
20282024-12-19T18:42:47.510Z Compiling bstr v1.10.0
20292024-12-19T18:42:47.558Z Compiling normalize-line-endings v0.3.0
20302024-12-19T18:42:47.667Z Compiling predicates-core v1.0.8
20312024-12-19T18:42:48.189Z Compiling unicode-segmentation v1.12.0
20322024-12-19T18:42:48.590Z Compiling unicode-width v0.2.0
20332024-12-19T18:42:48.698Z Compiling bit-vec v0.6.3
20342024-12-19T18:42:49.056Z Compiling static_assertions v1.1.0
20352024-12-19T18:42:49.147Z Compiling fixedbitset v0.4.2
20362024-12-19T18:42:49.168Z Compiling whoami v1.5.2
20372024-12-19T18:42:49.188Z Compiling new_debug_unreachable v1.0.6
20382024-12-19T18:42:49.294Z Compiling number_prefix v0.4.0
20392024-12-19T18:42:49.569Z Compiling difflib v0.4.0
20402024-12-19T18:42:49.722Z Compiling precomputed-hash v0.1.1
20412024-12-19T18:42:49.808Z Compiling tokio-postgres v0.7.12
20422024-12-19T18:42:49.851Z Compiling string_cache v0.8.7
20432024-12-19T18:42:50.338Z Compiling predicates v3.1.2
20442024-12-19T18:42:50.927Z Compiling indicatif v0.17.9
20452024-12-19T18:42:51.133Z Compiling petgraph v0.6.5
20462024-12-19T18:42:51.872Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20472024-12-19T18:42:52.543Z Compiling bit-set v0.5.3
20482024-12-19T18:42:52.727Z Compiling similar v2.6.0
20492024-12-19T18:42:52.841Z Compiling reqwest v0.12.9
20502024-12-19T18:42:55.624Z Compiling ecdsa v0.16.9
20512024-12-19T18:42:56.270Z Compiling qorb v0.2.1
20522024-12-19T18:42:57.079Z Compiling rsa v0.9.6
20532024-12-19T18:42:57.115Z Compiling ed25519-dalek v2.1.1
20542024-12-19T18:42:58.517Z Compiling zip v0.6.6
20552024-12-19T18:42:58.763Z Compiling crossterm v0.28.1
20562024-12-19T18:42:58.796Z Compiling clap v4.5.21
20572024-12-19T18:42:58.940Z Compiling toml v0.7.8
20582024-12-19T18:43:02.218Z Compiling x509-cert v0.2.5
20592024-12-19T18:43:02.527Z Compiling hex v0.4.3
20602024-12-19T18:43:04.992Z Compiling lalrpop-util v0.19.12
20612024-12-19T18:43:05.355Z Compiling unicode-xid v0.2.6
20622024-12-19T18:43:05.546Z Compiling peg-runtime v0.8.3
20632024-12-19T18:43:06.181Z Compiling radium v0.7.0
20642024-12-19T18:43:07.817Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652024-12-19T18:43:26.301Z Compiling maybe-uninit v2.0.0
20662024-12-19T18:43:26.858Z Compiling tap v1.0.1
20672024-12-19T18:43:27.049Z Compiling ident_case v1.0.1
20682024-12-19T18:43:27.238Z Compiling darling_core v0.20.10
20692024-12-19T18:43:27.530Z Compiling wyz v0.5.1
20702024-12-19T18:43:37.143Z Compiling typify v0.2.0
20712024-12-19T18:43:41.326Z Compiling unsafe-libyaml v0.2.11
20722024-12-19T18:43:41.403Z Compiling packed_struct v0.10.1
20732024-12-19T18:43:41.819Z Compiling funty v2.0.0
20742024-12-19T18:43:43.120Z Compiling bitvec v1.0.1
20752024-12-19T18:43:44.298Z Compiling serde_yaml v0.9.34+deprecated
20762024-12-19T18:43:47.703Z Compiling progenitor-impl v0.8.0
20772024-12-19T18:43:47.793Z Compiling darling_macro v0.20.10
20782024-12-19T18:43:49.258Z Compiling packed_struct_codegen v0.10.1
20792024-12-19T18:43:51.838Z Compiling structmeta-derive v0.3.0
20802024-12-19T18:43:52.471Z Compiling indexmap v1.9.3
20812024-12-19T18:43:53.743Z Compiling nodrop v0.1.14
20822024-12-19T18:43:53.894Z Compiling crc-catalog v2.4.0
20832024-12-19T18:43:54.058Z Compiling newtype-uuid v1.1.3
20842024-12-19T18:43:54.080Z Compiling fastrand v2.1.1
20852024-12-19T18:43:54.400Z Compiling crc v3.2.1
20862024-12-19T18:43:54.418Z Compiling structmeta v0.3.0
20872024-12-19T18:43:54.420Z Compiling progenitor-macro v0.8.0
20882024-12-19T18:43:54.757Z Compiling tempfile v3.13.0
20892024-12-19T18:43:56.524Z Compiling array-init v0.0.4
20902024-12-19T18:44:02.115Z Compiling smallvec v0.6.14
20912024-12-19T18:44:02.634Z Compiling darling v0.20.10
20922024-12-19T18:44:08.151Z Compiling progenitor-client v0.8.0
20932024-12-19T18:44:10.796Z Compiling pin-project-internal v1.1.6
20942024-12-19T18:44:10.798Z Compiling dropshot v0.13.0
20952024-12-19T18:44:11.121Z Compiling bitfield v0.14.0
20962024-12-19T18:44:13.273Z Compiling hashbrown v0.12.3
20972024-12-19T18:44:13.293Z Compiling same-file v1.0.6
20982024-12-19T18:44:13.586Z Compiling termcolor v1.4.1
20992024-12-19T18:44:14.692Z Compiling base64 v0.21.7
21002024-12-19T18:44:16.289Z Compiling ron v0.8.1
21012024-12-19T18:44:21.714Z Compiling env_logger v0.10.2
21022024-12-19T18:44:22.471Z Compiling pin-project v1.1.6
21032024-12-19T18:44:22.566Z Compiling walkdir v2.5.0
21042024-12-19T18:44:25.226Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21052024-12-19T18:44:29.998Z Compiling progenitor v0.8.0
21062024-12-19T18:44:30.442Z Compiling serde_with_macros v3.11.0
21072024-12-19T18:44:33.074Z Compiling serde-hex v0.1.0
21082024-12-19T18:44:33.541Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-12-19T18:44:33.639Z Compiling parse-display-derive v0.10.0
21102024-12-19T18:44:36.769Z Compiling strum_macros v0.26.4
21112024-12-19T18:44:37.456Z Compiling snafu-derive v0.8.5
21122024-12-19T18:44:37.617Z Compiling hashbrown v0.13.2
21132024-12-19T18:44:38.312Z Compiling ipnetwork v0.20.0
21142024-12-19T18:44:39.052Z Compiling xattr v1.3.1
21152024-12-19T18:44:39.287Z Compiling dropshot_endpoint v0.13.0
21162024-12-19T18:44:39.379Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21172024-12-19T18:44:40.150Z Compiling blake3 v1.5.4
21182024-12-19T18:44:40.754Z Compiling ring v0.16.20
21192024-12-19T18:44:40.778Z Compiling filetime v0.2.25
21202024-12-19T18:44:41.115Z Compiling instant v0.1.13
21212024-12-19T18:44:41.247Z Compiling bumpalo v3.16.0
21222024-12-19T18:44:41.290Z Compiling lockfree-object-pool v0.1.6
21232024-12-19T18:44:41.809Z Compiling zip v2.1.3
21242024-12-19T18:44:42.124Z Compiling simd-adler32 v0.3.7
21252024-12-19T18:44:42.211Z Compiling buf-list v1.0.3
21262024-12-19T18:44:42.746Z Compiling crc-any v2.5.0
21272024-12-19T18:44:42.860Z Compiling zopfli v0.8.1
21282024-12-19T18:44:42.884Z Compiling snafu v0.8.5
21292024-12-19T18:44:43.294Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21302024-12-19T18:44:43.625Z Compiling strum v0.26.3
21312024-12-19T18:44:43.839Z Compiling backoff v0.4.0
21322024-12-19T18:44:44.158Z Compiling tar v0.4.42
21332024-12-19T18:44:44.900Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342024-12-19T18:44:45.126Z Compiling object v0.30.4
21352024-12-19T18:44:47.153Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-19T18:44:48.863Z Compiling parse-display v0.10.0
21372024-12-19T18:44:49.859Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-19T18:44:50.444Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-19T18:44:50.743Z Compiling serde_with v3.11.0
21402024-12-19T18:44:50.833Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-19T18:44:51.562Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-19T18:44:52.001Z Compiling camino-tempfile v1.1.1
21432024-12-19T18:44:52.788Z Compiling globset v0.4.15
21442024-12-19T18:44:55.130Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-19T18:44:55.347Z Compiling regress v0.9.1
21462024-12-19T18:44:58.307Z Compiling pem v3.0.4
21472024-12-19T18:44:58.363Z Compiling olpc-cjson v0.1.4
21482024-12-19T18:44:58.708Z Compiling serde_plain v1.0.2
21492024-12-19T18:44:58.980Z Compiling macaddr v1.0.1
21502024-12-19T18:44:59.239Z Compiling async-recursion v1.1.1
21512024-12-19T18:44:59.336Z Compiling memmap2 v0.9.5
21522024-12-19T18:44:59.638Z Compiling path-slash v0.1.5
21532024-12-19T18:44:59.749Z Compiling arrayvec v0.7.6
21542024-12-19T18:44:59.896Z Compiling arrayref v0.3.9
21552024-12-19T18:44:59.915Z Compiling typed-path v0.9.3
21562024-12-19T18:45:00.018Z Compiling constant_time_eq v0.3.1
21572024-12-19T18:45:00.212Z Compiling spin v0.5.2
21582024-12-19T18:45:00.414Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-19T18:45:00.707Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21602024-12-19T18:45:03.033Z Compiling tough v0.19.0
21612024-12-19T18:45:07.827Z Compiling itertools v0.13.0
21622024-12-19T18:45:07.865Z Compiling cargo-platform v0.1.8
21632024-12-19T18:45:08.301Z Compiling topological-sort v0.2.2
21642024-12-19T18:45:08.576Z Compiling parse-size v1.1.0
21652024-12-19T18:45:08.896Z Compiling omicron-zone-package v0.11.1
21662024-12-19T18:45:08.990Z Compiling cargo_metadata v0.18.1
21672024-12-19T18:45:10.638Z Compiling shell-words v1.1.0
21682024-12-19T18:45:15.497Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-19T18:45:27.768Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-19T18:45:42.720Z Finished `release` profile [optimized] target(s) in 5m 52s
21712024-12-19T18:45:42.885Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-19T18:45:42.931ZDec 19 18:45:41.214 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-19T18:45:43.031ZDec 19 18:45:41.316 DEBG running: git rev-parse HEAD
21742024-12-19T18:45:43.037ZDec 19 18:45:41.323 DEBG process exited with exit status: 0 (6.765073ms)
21752024-12-19T18:45:43.038ZDec 19 18:45:41.323 INFO version: 12.0.0-0.ci+git331ac9a90c4
21762024-12-19T18:45:43.081ZDec 19 18:45:41.366 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-19T18:45:43.081ZDec 19 18:45:41.366 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-19T18:45:43.087ZCloning into '/work/oxidecomputer/helios'...
21792024-12-19T18:45:43.630ZDec 19 18:45:41.915 DEBG process exited with exit status: 0 (548.170768ms)
21802024-12-19T18:45:43.630ZDec 19 18:45:41.915 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-19T18:45:43.637Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21822024-12-19T18:45:43.637Z# branch.head master
21832024-12-19T18:45:43.637Z# branch.upstream origin/master
21842024-12-19T18:45:43.637Z# branch.ab +0 -0
21852024-12-19T18:45:43.639ZDec 19 18:45:41.923 DEBG process exited with exit status: 0 (7.925303ms)
21862024-12-19T18:45:43.639ZDec 19 18:45:41.923 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-19T18:45:44.503ZDec 19 18:45:42.788 DEBG process exited with exit status: 0 (865.509689ms)
21882024-12-19T18:45:44.503ZDec 19 18:45:42.789 DEBG running: zfs list rpool/images/build/host
21892024-12-19T18:45:44.511ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-19T18:45:44.511Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-19T18:45:44.513ZDec 19 18:45:42.797 DEBG process exited with exit status: 0 (8.063031ms)
21922024-12-19T18:45:44.514ZDec 19 18:45:42.797 DEBG running: zfs list rpool/images/build/recovery
21932024-12-19T18:45:44.518ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-19T18:45:44.518Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-19T18:45:44.521ZDec 19 18:45:42.804 DEBG process exited with exit status: 0 (7.53751ms)
21962024-12-19T18:45:44.521ZDec 19 18:45:42.805 INFO [hubris-staging] running task
21972024-12-19T18:45:44.521ZDec 19 18:45:42.805 INFO [hubris-production] running task
21982024-12-19T18:45:44.521ZDec 19 18:45:42.806 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21992024-12-19T18:45:44.524ZDec 19 18:45:42.809 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22002024-12-19T18:45:44.596Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-19T18:45:44.994Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-19T18:45:45.611Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-19T18:45:45.880Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-19T18:45:46.458ZDec 19 18:45:44.743 INFO [hubris-production] task succeeded (1.93782414s)
22052024-12-19T18:45:46.648Z[ omicron-package] Compiling zerocopy v0.8.10
22062024-12-19T18:45:46.651Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22072024-12-19T18:45:46.651Z[ omicron-package] Compiling itertools v0.13.0
22082024-12-19T18:45:46.651Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22092024-12-19T18:45:46.651Z[ omicron-package] Compiling heapless v0.8.0
22102024-12-19T18:45:46.651Z[ omicron-package] Compiling hash32 v0.3.1
22112024-12-19T18:45:46.651Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122024-12-19T18:45:46.651Z[ omicron-package] Compiling smoltcp v0.11.0
22132024-12-19T18:45:47.378Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22142024-12-19T18:45:47.817Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-19T18:45:48.107Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-19T18:45:48.330Z[ omicron-package] Compiling proc-macro-error v1.0.4
22172024-12-19T18:45:48.433Z[ omicron-package] Compiling num_enum_derive v0.5.11
22182024-12-19T18:45:49.067Z[ omicron-package] Compiling postcard v1.0.10
22192024-12-19T18:45:49.138Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22202024-12-19T18:45:49.215Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-19T18:45:49.389Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22222024-12-19T18:45:49.849Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22232024-12-19T18:45:50.965Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-19T18:45:51.712Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22252024-12-19T18:45:51.894Z[ omicron-package] Compiling foreign-types v0.5.0
22262024-12-19T18:45:52.372Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-19T18:45:52.780Z[ omicron-package] Compiling num_enum v0.5.11
22282024-12-19T18:45:53.067Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22292024-12-19T18:45:53.069Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22302024-12-19T18:45:53.069Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22312024-12-19T18:45:53.403Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22322024-12-19T18:45:53.524Z[ omicron-package] Compiling thiserror v2.0.3
22332024-12-19T18:45:53.676Z[ omicron-package] Compiling pretty-hex v0.2.1
22342024-12-19T18:45:54.145Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-19T18:45:54.228Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362024-12-19T18:45:54.434Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-19T18:45:54.995Z[ omicron-package] Compiling colored v2.1.0
22382024-12-19T18:45:55.129Z[ omicron-package] Compiling thiserror-impl v2.0.3
22392024-12-19T18:45:55.906Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22402024-12-19T18:45:56.015Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22412024-12-19T18:45:57.209Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22422024-12-19T18:45:57.321Z[ omicron-package] Compiling sigpipe v0.1.3
22432024-12-19T18:45:57.456ZDec 19 18:45:55.740 INFO [hubris-staging] task succeeded (12.934961927s)
22442024-12-19T18:45:57.840Z[ omicron-package] Compiling num-derive v0.4.2
22452024-12-19T18:45:58.573Z[ omicron-package] Compiling libefi-sys v0.1.0
22462024-12-19T18:45:59.104Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22472024-12-19T18:45:59.266Z[ omicron-package] Compiling zone v0.3.0
22482024-12-19T18:46:00.150Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-19T18:46:00.812Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-19T18:46:01.101Z[ omicron-package] Compiling smf v0.2.3
22512024-12-19T18:46:01.383Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-19T18:46:01.863Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22532024-12-19T18:46:02.314Z[ omicron-package] Compiling bitfield-struct v0.6.2
22542024-12-19T18:46:04.724Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-19T18:46:04.843Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22562024-12-19T18:46:05.004Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572024-12-19T18:46:05.196Z[ omicron-package] Compiling gethostname v0.5.0
22582024-12-19T18:46:05.349Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-19T18:46:05.398Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-19T18:46:05.494Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22612024-12-19T18:46:06.700Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-19T18:46:08.677Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-19T18:46:10.111Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-19T18:46:11.554Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-19T18:46:14.631Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22662024-12-19T18:46:15.217Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-12-19T18:46:16.996Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22682024-12-19T18:46:26.259Z[ helios-setup] Dec 19 18:46:24.541 INFO helios repository root is: /work/oxidecomputer/helios
22692024-12-19T18:46:26.262Z[ helios-setup] Dec 19 18:46:24.543 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22702024-12-19T18:46:26.262Z[ helios-setup] Dec 19 18:46:24.543 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
22712024-12-19T18:46:26.262Z[ helios-setup] Dec 19 18:46:24.543 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22722024-12-19T18:46:26.267Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22732024-12-19T18:46:26.890Z[ helios-setup] Dec 19 18:46:25.172 INFO clone ok!, project: phbl
22742024-12-19T18:46:26.894Z[ helios-setup] Dec 19 18:46:25.172 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22752024-12-19T18:46:26.894Z[ helios-setup] Dec 19 18:46:25.172 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
22762024-12-19T18:46:26.894Z[ helios-setup] Dec 19 18:46:25.172 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22772024-12-19T18:46:26.896Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22782024-12-19T18:46:27.866Z[ helios-setup] Dec 19 18:46:26.147 INFO clone ok!, project: chelsio-t6-roms
22792024-12-19T18:46:27.869Z[ helios-setup] Dec 19 18:46:26.148 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
22802024-12-19T18:46:27.869Z[ helios-setup] Dec 19 18:46:26.148 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22812024-12-19T18:46:27.869Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22822024-12-19T18:46:28.764Z[ helios-setup] Dec 19 18:46:27.045 INFO clone ok!, project: pilot
22832024-12-19T18:46:28.766Z[ helios-setup] Dec 19 18:46:27.046 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
22842024-12-19T18:46:28.766Z[ helios-setup] Dec 19 18:46:27.046 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22852024-12-19T18:46:28.769Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22862024-12-19T18:46:29.358Z[ helios-setup] Dec 19 18:46:27.639 INFO clone ok!, project: bootserver
22872024-12-19T18:46:29.360Z[ helios-setup] Dec 19 18:46:27.640 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
22882024-12-19T18:46:29.360Z[ helios-setup] Dec 19 18:46:27.640 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22892024-12-19T18:46:29.363Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22902024-12-19T18:46:29.933Z[ helios-setup] Dec 19 18:46:28.214 INFO clone ok!, project: image-builder
22912024-12-19T18:46:29.936Z[ helios-setup] Dec 19 18:46:28.215 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22922024-12-19T18:46:29.936Z[ helios-setup] Dec 19 18:46:28.215 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
22932024-12-19T18:46:29.936Z[ helios-setup] Dec 19 18:46:28.215 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22942024-12-19T18:46:29.939Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22952024-12-19T18:46:30.573Z[ helios-setup] Dec 19 18:46:28.854 INFO clone ok!, project: pinprick
22962024-12-19T18:46:30.578Z[ helios-setup] Dec 19 18:46:28.854 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
22972024-12-19T18:46:30.578Z[ helios-setup] Dec 19 18:46:28.854 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
22982024-12-19T18:46:30.580Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22992024-12-19T18:46:31.655Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23002024-12-19T18:46:31.685Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23012024-12-19T18:46:35.722Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.18s
23022024-12-19T18:46:35.975Z[ omicron-package]
23032024-12-19T18:46:35.975Z[ omicron-package] real 51.406080148
23042024-12-19T18:46:35.975Z[ omicron-package] user 2:58.088662660
23052024-12-19T18:46:35.981Z[ omicron-package] sys 26.678510690
23062024-12-19T18:46:35.981Z[ omicron-package] trap 0.239208409
23072024-12-19T18:46:35.981Z[ omicron-package] tflt 0.736119978
23082024-12-19T18:46:35.981Z[ omicron-package] dflt 0.699920095
23092024-12-19T18:46:35.981Z[ omicron-package] kflt 0.009132290
23102024-12-19T18:46:35.981Z[ omicron-package] lock 6:27.730052176
23112024-12-19T18:46:35.981Z[ omicron-package] slp 10:31.107945978
23122024-12-19T18:46:35.981Z[ omicron-package] lat 1:39.490635284
23132024-12-19T18:46:35.981Z[ omicron-package] stop 58.362354263
23142024-12-19T18:46:35.981ZDec 19 18:46:34.256 INFO [omicron-package] process exited with exit status: 0 (51.450743937s)
23152024-12-19T18:46:35.981ZDec 19 18:46:34.257 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
23162024-12-19T18:46:36.046ZDec 19 18:46:34.327 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23172024-12-19T18:46:36.062Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23182024-12-19T18:46:36.065Z[ host-target] Created new build target 'host' and set it as active
23192024-12-19T18:46:36.065ZDec 19 18:46:34.342 INFO [host-target] process exited with exit status: 0 (85.002613ms)
23202024-12-19T18:46:36.065ZDec 19 18:46:34.342 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23212024-12-19T18:46:36.068Z[ recovery-target] Created new build target 'recovery' and set it as active
23222024-12-19T18:46:36.068Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23232024-12-19T18:46:36.068ZDec 19 18:46:34.349 INFO [recovery-target] process exited with exit status: 0 (22.057739ms)
23242024-12-19T18:46:36.081Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23252024-12-19T18:46:36.543Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23262024-12-19T18:46:36.553Z[ helios-setup] Dec 19 18:46:34.834 INFO clone ok!, project: amd-host-image-builder
23272024-12-19T18:46:36.556Z[ helios-setup] Dec 19 18:46:34.835 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
23282024-12-19T18:46:36.556Z[ helios-setup] Dec 19 18:46:34.835 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23292024-12-19T18:46:36.559Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23302024-12-19T18:46:37.237Z[ host-package] Compiling convert_case v0.4.0
23312024-12-19T18:46:37.237Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23322024-12-19T18:46:37.241Z[ host-package] Compiling newline-converter v0.3.0
23332024-12-19T18:46:37.241Z[ host-package] Compiling password-hash v0.5.0
23342024-12-19T18:46:37.241Z[ host-package] Compiling progenitor-client v0.8.0
23352024-12-19T18:46:37.241Z[ host-package] Compiling blake2 v0.10.6
23362024-12-19T18:46:37.241Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23372024-12-19T18:46:37.387Z[ host-package] Compiling owo-colors v4.1.0
23382024-12-19T18:46:37.567Z[ host-package] Compiling expectorate v1.1.0
23392024-12-19T18:46:37.597Z[ host-package] Compiling cancel-safe-futures v0.1.5
23402024-12-19T18:46:37.759Z[ host-package] Compiling progenitor v0.8.0
23412024-12-19T18:46:37.809Z[ host-package] Compiling num-rational v0.4.2
23422024-12-19T18:46:37.869Z[ host-package] Compiling num-complex v0.4.6
23432024-12-19T18:46:37.964Z[ host-package] Compiling argon2 v0.5.3
23442024-12-19T18:46:38.293Z[ host-package] Compiling derive_more v0.99.18
23452024-12-19T18:46:38.735Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23462024-12-19T18:46:38.874Z[ host-package] Compiling atomicwrites v0.4.4
23472024-12-19T18:46:39.276Z[ host-package] Compiling num v0.4.3
23482024-12-19T18:46:39.407Z[ host-package] Compiling libsw v3.3.1
23492024-12-19T18:46:39.441Z[ host-package] Compiling linear-map v1.2.0
23502024-12-19T18:46:39.450Z[ host-package] Compiling indent_write v2.2.0
23512024-12-19T18:46:39.700Z[ host-package] Compiling float-ord v0.3.2
23522024-12-19T18:46:39.730Z[ host-package] Compiling swrite v0.1.0
23532024-12-19T18:46:39.813Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23542024-12-19T18:46:39.879Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23552024-12-19T18:46:39.899Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23562024-12-19T18:46:39.902Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23572024-12-19T18:46:40.374Z[ host-package] Compiling highway v1.2.0
23582024-12-19T18:46:40.488Z[ host-package] Compiling semver v0.1.20
23592024-12-19T18:46:41.104Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23602024-12-19T18:46:41.367Z[ host-package] Compiling rustc_version v0.1.7
23612024-12-19T18:46:41.801Z[ host-package] Compiling newtype_derive v0.1.6
23622024-12-19T18:46:41.847Z[ host-package] Compiling newtype-uuid v1.1.3
23632024-12-19T18:46:42.255Z[ host-package] Compiling dropshot v0.13.0
23642024-12-19T18:46:42.276Z[ host-package] Compiling ipnetwork v0.20.0
23652024-12-19T18:46:42.341Z[ host-package] Compiling instant v0.1.13
23662024-12-19T18:46:42.514Z[ host-package] Compiling humantime v2.1.0
23672024-12-19T18:46:43.108Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23682024-12-19T18:46:43.400Z[ host-package] Compiling backoff v0.4.0
23692024-12-19T18:46:44.074Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23702024-12-19T18:46:44.207Z[ helios-setup] Dec 19 18:46:42.487 INFO clone ok!, project: amd-firmware
23712024-12-19T18:46:44.210Z[ helios-setup] Dec 19 18:46:42.488 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23722024-12-19T18:46:44.557Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23732024-12-19T18:46:45.084Z[ helios-setup] Dec 19 18:46:43.364 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23742024-12-19T18:46:45.606Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23752024-12-19T18:46:45.641Z[ helios-setup] Dec 19 18:46:43.921 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23762024-12-19T18:46:45.644Z[ helios-setup] Dec 19 18:46:43.922 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23772024-12-19T18:46:46.264Z[ helios-setup] Dec 19 18:46:44.544 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23782024-12-19T18:46:46.790Z[ helios-setup] Dec 19 18:46:45.070 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23792024-12-19T18:46:46.790Z[ helios-setup] Dec 19 18:46:45.071 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23802024-12-19T18:46:47.314Z[ helios-setup] Dec 19 18:46:45.594 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23812024-12-19T18:46:47.881Z[ helios-setup] Dec 19 18:46:46.161 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23822024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23832024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23842024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO ok!
23852024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23862024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23872024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO ok!
23882024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23892024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23902024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO ok!
23912024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23922024-12-19T18:46:47.884Z[ helios-setup] Dec 19 18:46:46.161 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23932024-12-19T18:46:48.198Z[ helios-setup] Dec 19 18:46:46.479 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
23942024-12-19T18:46:48.561Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23952024-12-19T18:46:49.640Z[ helios-setup] Dec 19 18:46:47.918 INFO E| From https://github.com/oxidecomputer/progenitor
23962024-12-19T18:46:49.640Z[ helios-setup] Dec 19 18:46:47.918 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
23972024-12-19T18:46:49.674Z[ helios-setup] Dec 19 18:46:47.954 INFO E| * [new tag] v0.1.1 -> v0.1.1
23982024-12-19T18:46:49.674Z[ helios-setup] Dec 19 18:46:47.954 INFO E| * [new tag] v0.2.0 -> v0.2.0
23992024-12-19T18:46:49.794Z[ helios-setup] Dec 19 18:46:48.074 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24002024-12-19T18:46:50.061Z[ host-package] Compiling parse-display v0.10.0
24012024-12-19T18:46:50.289Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24022024-12-19T18:46:50.356Z[ helios-setup] Dec 19 18:46:48.636 INFO E| From https://github.com/jclulow/hiercmd
24032024-12-19T18:46:50.356Z[ helios-setup] Dec 19 18:46:48.636 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24042024-12-19T18:46:50.374Z[ helios-setup] Dec 19 18:46:48.654 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24052024-12-19T18:46:50.497Z[ host-package] Compiling strum v0.26.3
24062024-12-19T18:46:50.657Z[ host-package] Compiling serde_with v3.11.0
24072024-12-19T18:46:50.700Z[ host-package] Compiling regress v0.9.1
24082024-12-19T18:46:50.860Z[ helios-setup] Dec 19 18:46:49.140 INFO E| From https://github.com/jclulow/network-interface
24092024-12-19T18:46:50.860Z[ helios-setup] Dec 19 18:46:49.140 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24102024-12-19T18:46:50.879Z[ helios-setup] Dec 19 18:46:49.159 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24112024-12-19T18:46:51.498Z[ helios-setup] Dec 19 18:46:49.778 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24122024-12-19T18:46:51.498Z[ helios-setup] Dec 19 18:46:49.778 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24132024-12-19T18:46:51.545Z[ helios-setup] Dec 19 18:46:49.825 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24142024-12-19T18:46:52.322Z[ helios-setup] Dec 19 18:46:50.602 INFO E| From https://github.com/oxidecomputer/facade
24152024-12-19T18:46:52.323Z[ helios-setup] Dec 19 18:46:50.602 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24162024-12-19T18:46:52.360Z[ helios-setup] Dec 19 18:46:50.640 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24172024-12-19T18:46:53.031Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24182024-12-19T18:46:53.139Z[ helios-setup] Dec 19 18:46:51.419 INFO E| From https://github.com/oxidecomputer/dropshot
24192024-12-19T18:46:53.139Z[ helios-setup] Dec 19 18:46:51.419 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24202024-12-19T18:46:53.176Z[ helios-setup] Dec 19 18:46:51.456 INFO E| * [new tag] v0.3.0 -> v0.3.0
24212024-12-19T18:46:53.176Z[ helios-setup] Dec 19 18:46:51.456 INFO E| * [new tag] v0.4.0 -> v0.4.0
24222024-12-19T18:46:53.179Z[ helios-setup] Dec 19 18:46:51.456 INFO E| * [new tag] v0.5.0 -> v0.5.0
24232024-12-19T18:46:53.179Z[ helios-setup] Dec 19 18:46:51.457 INFO E| * [new tag] v0.5.1 -> v0.5.1
24242024-12-19T18:46:53.179Z[ helios-setup] Dec 19 18:46:51.457 INFO E| * [new tag] v0.6.0 -> v0.6.0
24252024-12-19T18:46:53.179Z[ helios-setup] Dec 19 18:46:51.457 INFO E| * [new tag] v0.7.0 -> v0.7.0
24262024-12-19T18:46:53.179Z[ helios-setup] Dec 19 18:46:51.457 INFO E| * [new tag] v0.8.0 -> v0.8.0
24272024-12-19T18:46:53.179Z[ helios-setup] Dec 19 18:46:51.457 INFO E| * [new tag] v0.9.0 -> v0.9.0
24282024-12-19T18:46:53.226Z[ helios-setup] Dec 19 18:46:51.506 INFO E| Updating crates.io index
24292024-12-19T18:46:53.405Z[ helios-setup] Dec 19 18:46:51.685 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24302024-12-19T18:46:54.205Z[ helios-setup] Dec 19 18:46:52.485 INFO E| From https://github.com/oxidecomputer/typify
24312024-12-19T18:46:54.205Z[ helios-setup] Dec 19 18:46:52.485 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24322024-12-19T18:46:54.261Z[ helios-setup] Dec 19 18:46:52.540 INFO E| * [new tag] v0.0.10 -> v0.0.10
24332024-12-19T18:46:54.261Z[ helios-setup] Dec 19 18:46:52.540 INFO E| * [new tag] v0.0.11 -> v0.0.11
24342024-12-19T18:46:54.264Z[ helios-setup] Dec 19 18:46:52.541 INFO E| * [new tag] v0.0.4 -> v0.0.4
24352024-12-19T18:46:54.264Z[ helios-setup] Dec 19 18:46:52.541 INFO E| * [new tag] v0.0.5 -> v0.0.5
24362024-12-19T18:46:54.264Z[ helios-setup] Dec 19 18:46:52.541 INFO E| * [new tag] v0.0.7 -> v0.0.7
24372024-12-19T18:46:54.264Z[ helios-setup] Dec 19 18:46:52.541 INFO E| * [new tag] v0.0.8 -> v0.0.8
24382024-12-19T18:46:54.264Z[ helios-setup] Dec 19 18:46:52.541 INFO E| * [new tag] v0.0.9 -> v0.0.9
24392024-12-19T18:46:54.606Z[ host-package] Compiling macaddr v1.0.1
24402024-12-19T18:46:54.654Z[ helios-setup] Dec 19 18:46:52.934 INFO E| Downloading crates ...
24412024-12-19T18:46:54.891Z[ helios-setup] Dec 19 18:46:53.171 INFO E| Downloaded async-stream-impl v0.3.5
24422024-12-19T18:46:54.921Z[ helios-setup] Dec 19 18:46:53.200 INFO E| Downloaded const-random-macro v0.1.15
24432024-12-19T18:46:54.923Z[ helios-setup] Dec 19 18:46:53.203 INFO E| Downloaded want v0.3.0
24442024-12-19T18:46:54.926Z[ helios-setup] Dec 19 18:46:53.205 INFO E| Downloaded concolor-override v1.0.0
24452024-12-19T18:46:54.928Z[ helios-setup] Dec 19 18:46:53.207 INFO E| Downloaded tower-service v0.3.2
24462024-12-19T18:46:54.940Z[ helios-setup] Dec 19 18:46:53.220 INFO E| Downloaded try-lock v0.2.4
24472024-12-19T18:46:54.943Z[ helios-setup] Dec 19 18:46:53.221 INFO E| Downloaded toolchain_find v0.2.0
24482024-12-19T18:46:54.948Z[ helios-setup] Dec 19 18:46:53.227 INFO E| Downloaded futures-sink v0.3.28
24492024-12-19T18:46:54.954Z[ helios-setup] Dec 19 18:46:53.234 INFO E| Downloaded rustls-pemfile v1.0.2
24502024-12-19T18:46:54.957Z[ helios-setup] Dec 19 18:46:53.236 INFO E| Downloaded rustfmt-wrapper v0.2.0
24512024-12-19T18:46:54.959Z[ helios-setup] Dec 19 18:46:53.238 INFO E| Downloaded sha2 v0.10.6
24522024-12-19T18:46:54.964Z[ helios-setup] Dec 19 18:46:53.242 INFO E| Downloaded semver v0.11.0
24532024-12-19T18:46:55.001Z[ helios-setup] Dec 19 18:46:53.281 INFO E| Downloaded utf8parse v0.2.1
24542024-12-19T18:46:55.005Z[ helios-setup] Dec 19 18:46:53.283 INFO E| Downloaded block-buffer v0.10.3
24552024-12-19T18:46:55.005Z[ helios-setup] Dec 19 18:46:53.284 INFO E| Downloaded async-stream v0.3.5
24562024-12-19T18:46:55.008Z[ helios-setup] Dec 19 18:46:53.287 INFO E| Downloaded anstream v0.2.6
24572024-12-19T18:46:55.013Z[ helios-setup] Dec 19 18:46:53.292 INFO E| Downloaded unicode-width v0.1.10
24582024-12-19T18:46:55.016Z[ helios-setup] Dec 19 18:46:53.295 INFO E| Downloaded cpufeatures v0.2.5
24592024-12-19T18:46:55.018Z[ helios-setup] Dec 19 18:46:53.297 INFO E| Downloaded anstyle-parse v0.1.1
24602024-12-19T18:46:55.021Z[ helios-setup] Dec 19 18:46:53.301 INFO E| Downloaded walkdir v2.3.3
24612024-12-19T18:46:55.024Z[ helios-setup] Dec 19 18:46:53.304 INFO E| Downloaded crossbeam-deque v0.8.2
24622024-12-19T18:46:55.028Z[ helios-setup] Dec 19 18:46:53.308 INFO E| Downloaded toml_datetime v0.6.1
24632024-12-19T18:46:55.031Z[ helios-setup] Dec 19 18:46:53.309 INFO E| Downloaded thiserror-impl v1.0.38
24642024-12-19T18:46:55.034Z[ helios-setup] Dec 19 18:46:53.312 INFO E| Downloaded clap_lex v0.4.1
24652024-12-19T18:46:55.034Z[ helios-setup] Dec 19 18:46:53.313 INFO E| Downloaded futures-core v0.3.28
24662024-12-19T18:46:55.036Z[ helios-setup] Dec 19 18:46:53.316 INFO E| Downloaded slog-bunyan v2.4.0
24672024-12-19T18:46:55.039Z[ helios-setup] Dec 19 18:46:53.319 INFO E| Downloaded httpdate v1.0.2
24682024-12-19T18:46:55.042Z[ helios-setup] Dec 19 18:46:53.321 INFO E| Downloaded errno v0.3.1
24692024-12-19T18:46:55.045Z[ helios-setup] Dec 19 18:46:53.324 INFO E| Downloaded semver v1.0.17
24702024-12-19T18:46:55.050Z[ helios-setup] Dec 19 18:46:53.329 INFO E| Downloaded smallvec v1.10.0
24712024-12-19T18:46:55.055Z[ helios-setup] Dec 19 18:46:53.334 INFO E| Downloaded tempfile v3.5.0
24722024-12-19T18:46:55.058Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732024-12-19T18:46:55.060Z[ helios-setup] Dec 19 18:46:53.339 INFO E| Downloaded paste v1.0.12
24742024-12-19T18:46:55.065Z[ helios-setup] Dec 19 18:46:53.345 INFO E| Downloaded tokio-tungstenite v0.18.0
24752024-12-19T18:46:55.068Z[ helios-setup] Dec 19 18:46:53.348 INFO E| Downloaded tokio-rustls v0.24.0
24762024-12-19T18:46:55.071Z[ helios-setup] Dec 19 18:46:53.351 INFO E| Downloaded num_enum v0.5.7
24772024-12-19T18:46:55.084Z[ helios-setup] Dec 19 18:46:53.364 INFO E| Downloaded schemars v0.8.12
24782024-12-19T18:46:55.119Z[ helios-setup] Dec 19 18:46:53.399 INFO E| Downloaded typenum v1.16.0
24792024-12-19T18:46:55.122Z[ helios-setup] Dec 19 18:46:53.402 INFO E| Downloaded cargo-lock v8.0.3
24802024-12-19T18:46:55.126Z[ helios-setup] Dec 19 18:46:53.406 INFO E| Downloaded tungstenite v0.18.0
24812024-12-19T18:46:55.133Z[ helios-setup] Dec 19 18:46:53.413 INFO E| Downloaded unicode-ident v1.0.8
24822024-12-19T18:46:55.139Z[ helios-setup] Dec 19 18:46:53.418 INFO E| Downloaded uuid v1.3.0
24832024-12-19T18:46:55.145Z[ helios-setup] Dec 19 18:46:53.425 INFO E| Downloaded parking_lot_core v0.9.6
24842024-12-19T18:46:55.149Z[ helios-setup] Dec 19 18:46:53.429 INFO E| Downloaded unsafe-libyaml v0.2.8
24852024-12-19T18:46:55.158Z[ helios-setup] Dec 19 18:46:53.435 INFO E| Downloaded url v2.3.1
24862024-12-19T18:46:55.162Z[ helios-setup] Dec 19 18:46:53.440 INFO E| Downloaded clap v4.2.1
24872024-12-19T18:46:55.165Z[ host-package] Compiling steno v0.4.1
24882024-12-19T18:46:55.182Z[ helios-setup] Dec 19 18:46:53.456 INFO E| Downloaded unicode-linebreak v0.1.4
24892024-12-19T18:46:55.182Z[ helios-setup] Dec 19 18:46:53.459 INFO E| Downloaded tracing v0.1.37
24902024-12-19T18:46:55.194Z[ helios-setup] Dec 19 18:46:53.464 INFO E| Downloaded futures v0.3.28
24912024-12-19T18:46:55.194Z[ helios-setup] Dec 19 18:46:53.471 INFO E| Downloaded toml_edit v0.19.8
24922024-12-19T18:46:55.284Z[ helios-setup] Dec 19 18:46:53.562 INFO E| Downloaded bytes v1.4.0
24932024-12-19T18:46:55.287Z[ helios-setup] Dec 19 18:46:53.567 INFO E| Downloaded tokio-util v0.7.7
24942024-12-19T18:46:55.296Z[ helios-setup] Dec 19 18:46:53.576 INFO E| Downloaded reqwest v0.11.16
24952024-12-19T18:46:55.307Z[ helios-setup] Dec 19 18:46:53.587 INFO E| Downloaded winnow v0.4.1
24962024-12-19T18:46:55.319Z[ helios-setup] Dec 19 18:46:53.598 INFO E| Downloaded unicode-normalization v0.1.22
24972024-12-19T18:46:55.324Z[ helios-setup] Dec 19 18:46:53.604 INFO E| Downloaded http v0.2.9
24982024-12-19T18:46:55.376Z[ helios-setup] Dec 19 18:46:53.655 INFO E| Downloaded mio v0.8.5
24992024-12-19T18:46:55.384Z[ helios-setup] Dec 19 18:46:53.664 INFO E| Downloaded rhai v1.14.0
25002024-12-19T18:46:55.405Z[ helios-setup] Dec 19 18:46:53.685 INFO E| Downloaded regress v0.5.0
25012024-12-19T18:46:55.417Z[ helios-setup] Dec 19 18:46:53.697 INFO E| Downloaded pest v2.5.7
25022024-12-19T18:46:55.426Z[ helios-setup] Dec 19 18:46:53.706 INFO E| Downloaded syn v2.0.72
25032024-12-19T18:46:55.473Z[ helios-setup] Dec 19 18:46:53.745 INFO E| Downloaded syn v1.0.107
25042024-12-19T18:46:55.486Z[ helios-setup] Dec 19 18:46:53.764 INFO E| Downloaded clap_builder v4.2.1
25052024-12-19T18:46:55.490Z[ host-package] Compiling prettyplease v0.2.25
25062024-12-19T18:46:55.496Z[ helios-setup] Dec 19 18:46:53.776 INFO E| Downloaded rustls v0.21.0
25072024-12-19T18:46:55.511Z[ helios-setup] Dec 19 18:46:53.791 INFO E| Downloaded rustix v0.37.3
25082024-12-19T18:46:55.546Z[ helios-setup] Dec 19 18:46:53.826 INFO E| Downloaded git2 v0.16.1
25092024-12-19T18:46:55.549Z[ helios-setup] Dec 19 18:46:53.829 INFO E| Downloaded hyper v0.14.25
25102024-12-19T18:46:55.554Z[ host-package] Compiling slog-dtrace v0.3.0
25112024-12-19T18:46:55.562Z[ helios-setup] Dec 19 18:46:53.841 INFO E| Downloaded chrono v0.4.24
25122024-12-19T18:46:55.574Z[ helios-setup] Dec 19 18:46:53.854 INFO E| Downloaded regex v1.7.3
25132024-12-19T18:46:55.584Z[ helios-setup] Dec 19 18:46:53.864 INFO E| Downloaded rayon v1.6.1
25142024-12-19T18:46:55.601Z[ helios-setup] Dec 19 18:46:53.881 INFO E| Downloaded h2 v0.3.16
25152024-12-19T18:46:55.610Z[ helios-setup] Dec 19 18:46:53.889 INFO E| Downloaded futures-util v0.3.28
25162024-12-19T18:46:55.652Z[ helios-setup] Dec 19 18:46:53.931 INFO E| Downloaded aho-corasick v0.7.20
25172024-12-19T18:46:55.658Z[ helios-setup] Dec 19 18:46:53.938 INFO E| Downloaded crossbeam-channel v0.5.6
25182024-12-19T18:46:55.665Z[ helios-setup] Dec 19 18:46:53.945 INFO E| Downloaded serde_json v1.0.95
25192024-12-19T18:46:55.678Z[ helios-setup] Dec 19 18:46:53.957 INFO E| Downloaded rayon-core v1.10.2
25202024-12-19T18:46:55.684Z[ helios-setup] Dec 19 18:46:53.964 INFO E| Downloaded base64 v0.21.0
25212024-12-19T18:46:55.690Z[ helios-setup] Dec 19 18:46:53.970 INFO E| Downloaded openapiv3 v1.0.2
25222024-12-19T18:46:55.709Z[ helios-setup] Dec 19 18:46:53.989 INFO E| Downloaded memchr v2.5.0
25232024-12-19T18:46:55.716Z[ helios-setup] Dec 19 18:46:53.996 INFO E| Downloaded flate2 v1.0.25
25242024-12-19T18:46:55.724Z[ helios-setup] Dec 19 18:46:54.003 INFO E| Downloaded cc v1.0.78
25252024-12-19T18:46:55.727Z[ helios-setup] Dec 19 18:46:54.007 INFO E| Downloaded serde v1.0.204
25262024-12-19T18:46:55.733Z[ helios-setup] Dec 19 18:46:54.012 INFO E| Downloaded proc-macro2 v1.0.86
25272024-12-19T18:46:55.737Z[ helios-setup] Dec 19 18:46:54.016 INFO E| Downloaded tokio v1.27.0
25282024-12-19T18:46:55.788Z[ helios-setup] Dec 19 18:46:54.067 INFO E| Downloaded parking_lot v0.12.1
25292024-12-19T18:46:55.791Z[ helios-setup] Dec 19 18:46:54.071 INFO E| Downloaded num-traits v0.2.15
25302024-12-19T18:46:55.796Z[ helios-setup] Dec 19 18:46:54.076 INFO E| Downloaded miniz_oxide v0.6.2
25312024-12-19T18:46:55.800Z[ helios-setup] Dec 19 18:46:54.079 INFO E| Downloaded crossbeam-epoch v0.9.13
25322024-12-19T18:46:55.804Z[ helios-setup] Dec 19 18:46:54.083 INFO E| Downloaded anyhow v1.0.68
25332024-12-19T18:46:55.810Z[ helios-setup] Dec 19 18:46:54.090 INFO E| Downloaded ahash v0.7.6
25342024-12-19T18:46:55.815Z[ helios-setup] Dec 19 18:46:54.094 INFO E| Downloaded tracing-core v0.1.30
25352024-12-19T18:46:55.818Z[ helios-setup] Dec 19 18:46:54.098 INFO E| Downloaded serde_yaml v0.9.21
25362024-12-19T18:46:55.824Z[ helios-setup] Dec 19 18:46:54.104 INFO E| Downloaded pin-project-lite v0.2.9
25372024-12-19T18:46:55.832Z[ helios-setup] Dec 19 18:46:54.112 INFO E| Downloaded once_cell v1.17.0
25382024-12-19T18:46:55.836Z[ helios-setup] Dec 19 18:46:54.116 INFO E| Downloaded lock_api v0.4.9
25392024-12-19T18:46:55.840Z[ helios-setup] Dec 19 18:46:54.119 INFO E| Downloaded getrandom v0.2.8
25402024-12-19T18:46:55.845Z[ helios-setup] Dec 19 18:46:54.124 INFO E| Downloaded libc v0.2.139
25412024-12-19T18:46:55.902Z[ helios-setup] Dec 19 18:46:54.180 INFO E| Downloaded crossbeam-utils v0.8.14
25422024-12-19T18:46:55.907Z[ helios-setup] Dec 19 18:46:54.187 INFO E| Downloaded ahash v0.8.3
25432024-12-19T18:46:55.911Z[ helios-setup] Dec 19 18:46:54.191 INFO E| Downloaded socket2 v0.4.9
25442024-12-19T18:46:55.914Z[ helios-setup] Dec 19 18:46:54.194 INFO E| Downloaded ryu v1.0.13
25452024-12-19T18:46:55.920Z[ helios-setup] Dec 19 18:46:54.198 INFO E| Downloaded jobserver v0.1.26
25462024-12-19T18:46:55.923Z[ helios-setup] Dec 19 18:46:54.200 INFO E| Downloaded io-lifetimes v1.0.10
25472024-12-19T18:46:55.926Z[ helios-setup] Dec 19 18:46:54.203 INFO E| Downloaded tinyvec v1.6.0
25482024-12-19T18:46:55.929Z[ helios-setup] Dec 19 18:46:54.208 INFO E| Downloaded rustls-webpki v0.100.1
25492024-12-19T18:46:55.935Z[ helios-setup] Dec 19 18:46:54.215 INFO E| Downloaded quote v1.0.36
25502024-12-19T18:46:55.945Z[ helios-setup] Dec 19 18:46:54.219 INFO E| Downloaded ppv-lite86 v0.2.17
25512024-12-19T18:46:55.945Z[ helios-setup] Dec 19 18:46:54.221 INFO E| Downloaded unicode-bidi v0.3.13
25522024-12-19T18:46:55.945Z[ helios-setup] Dec 19 18:46:54.224 INFO E| Downloaded ucd-trie v0.1.5
25532024-12-19T18:46:55.949Z[ helios-setup] Dec 19 18:46:54.226 INFO E| Downloaded toml v0.7.3
25542024-12-19T18:46:55.951Z[ helios-setup] Dec 19 18:46:54.230 INFO E| Downloaded toml v0.5.11
25552024-12-19T18:46:55.954Z[ helios-setup] Dec 19 18:46:54.233 INFO E| Downloaded textwrap v0.16.0
25562024-12-19T18:46:55.957Z[ helios-setup] Dec 19 18:46:54.236 INFO E| Downloaded ipnet v2.7.2
25572024-12-19T18:46:55.959Z[ helios-setup] Dec 19 18:46:54.239 INFO E| Downloaded httparse v1.8.0
25582024-12-19T18:46:55.962Z[ helios-setup] Dec 19 18:46:54.242 INFO E| Downloaded futures-channel v0.3.28
25592024-12-19T18:46:55.964Z[ helios-setup] Dec 19 18:46:54.244 INFO E| Downloaded serde_derive v1.0.204
25602024-12-19T18:46:55.968Z[ helios-setup] Dec 19 18:46:54.247 INFO E| Downloaded proc-macro-crate v1.2.1
25612024-12-19T18:46:55.970Z[ helios-setup] Dec 19 18:46:54.249 INFO E| Downloaded memoffset v0.7.1
25622024-12-19T18:46:55.972Z[ helios-setup] Dec 19 18:46:54.250 INFO E| Downloaded log v0.4.17
25632024-12-19T18:46:56.035Z[ helios-setup] Dec 19 18:46:54.314 INFO E| Downloaded iana-time-zone v0.1.56
25642024-12-19T18:46:56.037Z[ helios-setup] Dec 19 18:46:54.317 INFO E| Downloaded fastrand v1.9.0
25652024-12-19T18:46:56.040Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25662024-12-19T18:46:56.040Z[ helios-setup] Dec 19 18:46:54.319 INFO E| Downloaded clap_derive v4.2.0
25672024-12-19T18:46:56.043Z[ helios-setup] Dec 19 18:46:54.323 INFO E| Downloaded camino v1.1.4
25682024-12-19T18:46:56.046Z[ helios-setup] Dec 19 18:46:54.326 INFO E| Downloaded byteorder v1.4.3
25692024-12-19T18:46:56.049Z[ helios-setup] Dec 19 18:46:54.329 INFO E| Downloaded built v0.6.0
25702024-12-19T18:46:56.052Z[ helios-setup] Dec 19 18:46:54.331 INFO E| Downloaded async-trait v0.1.68
25712024-12-19T18:46:56.056Z[ helios-setup] Dec 19 18:46:54.336 INFO E| Downloaded rhai_codegen v1.5.0
25722024-12-19T18:46:56.070Z[ helios-setup] Dec 19 18:46:54.350 INFO E| Downloaded pkg-config v0.3.26
25732024-12-19T18:46:56.073Z[ helios-setup] Dec 19 18:46:54.352 INFO E| Downloaded percent-encoding v2.2.0
25742024-12-19T18:46:56.076Z[ helios-setup] Dec 19 18:46:54.353 INFO E| Downloaded itoa v1.0.6
25752024-12-19T18:46:56.078Z[ helios-setup] Dec 19 18:46:54.356 INFO E| Downloaded home v0.5.4
25762024-12-19T18:46:56.078Z[ helios-setup] Dec 19 18:46:54.357 INFO E| Downloaded futures-io v0.3.28
25772024-12-19T18:46:56.081Z[ helios-setup] Dec 19 18:46:54.358 INFO E| Downloaded bincode v1.3.3
25782024-12-19T18:46:56.083Z[ helios-setup] Dec 19 18:46:54.362 INFO E| Downloaded time v0.1.45
25792024-12-19T18:46:56.086Z[ helios-setup] Dec 19 18:46:54.364 INFO E| Downloaded smartstring v1.0.1
25802024-12-19T18:46:56.089Z[ helios-setup] Dec 19 18:46:54.368 INFO E| Downloaded serde_derive_internals v0.26.0
25812024-12-19T18:46:56.092Z[ helios-setup] Dec 19 18:46:54.370 INFO E| Downloaded semver-parser v0.10.2
25822024-12-19T18:46:56.095Z[ helios-setup] Dec 19 18:46:54.373 INFO E| Downloaded num_enum_derive v0.5.7
25832024-12-19T18:46:56.095Z[ helios-setup] Dec 19 18:46:54.375 INFO E| Downloaded num-integer v0.1.45
25842024-12-19T18:46:56.099Z[ helios-setup] Dec 19 18:46:54.378 INFO E| Downloaded sct v0.7.0
25852024-12-19T18:46:56.104Z[ helios-setup] Dec 19 18:46:54.383 INFO E| Downloaded lazy_static v1.4.0
25862024-12-19T18:46:56.107Z[ helios-setup] Dec 19 18:46:54.385 INFO E| Downloaded futures-task v0.3.28
25872024-12-19T18:46:56.107Z[ helios-setup] Dec 19 18:46:54.387 INFO E| Downloaded futures-executor v0.3.28
25882024-12-19T18:46:56.113Z[ helios-setup] Dec 19 18:46:54.389 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25892024-12-19T18:46:56.115Z[ helios-setup] Dec 19 18:46:54.395 INFO E| Downloaded is-terminal v0.4.7
25902024-12-19T18:46:56.115Z[ helios-setup] Dec 19 18:46:54.395 INFO E| Downloaded generic-array v0.14.6
25912024-12-19T18:46:56.121Z[ helios-setup] Dec 19 18:46:54.401 INFO E| Downloaded futures-macro v0.3.28
25922024-12-19T18:46:56.121Z[ helios-setup] Dec 19 18:46:54.401 INFO E| Downloaded form_urlencoded v1.1.0
25932024-12-19T18:46:56.124Z[ helios-setup] Dec 19 18:46:54.401 INFO E| Downloaded num_cpus v1.15.0
25942024-12-19T18:46:56.124Z[ helios-setup] Dec 19 18:46:54.403 INFO E| Downloaded http-body v0.4.5
25952024-12-19T18:46:56.127Z[ helios-setup] Dec 19 18:46:54.405 INFO E| Downloaded slog-async v2.7.0
25962024-12-19T18:46:56.129Z[ helios-setup] Dec 19 18:46:54.408 INFO E| Downloaded slab v0.4.7
25972024-12-19T18:46:56.132Z[ helios-setup] Dec 19 18:46:54.410 INFO E| Downloaded encoding_rs v0.8.32
25982024-12-19T18:46:56.166Z[ helios-setup] Dec 19 18:46:54.446 INFO E| Downloaded sha1 v0.10.5
25992024-12-19T18:46:56.169Z[ helios-setup] Dec 19 18:46:54.448 INFO E| Downloaded digest v0.10.6
26002024-12-19T18:46:56.172Z[ helios-setup] Dec 19 18:46:54.451 INFO E| Downloaded concolor-query v0.3.3
26012024-12-19T18:46:56.175Z[ helios-setup] Dec 19 18:46:54.453 INFO E| Downloaded smawk v0.3.1
26022024-12-19T18:46:56.190Z[ helios-setup] Dec 19 18:46:54.469 INFO E| Downloaded either v1.8.0
26032024-12-19T18:46:56.192Z[ helios-setup] Dec 19 18:46:54.472 INFO E| Downloaded tokio-macros v2.0.0
26042024-12-19T18:46:56.195Z[ helios-setup] Dec 19 18:46:54.473 INFO E| Downloaded thiserror v1.0.38
26052024-12-19T18:46:56.202Z[ helios-setup] Dec 19 18:46:54.480 INFO E| Downloaded dyn-clone v1.0.11
26062024-12-19T18:46:56.205Z[ helios-setup] Dec 19 18:46:54.483 INFO E| Downloaded autocfg v1.1.0
26072024-12-19T18:46:56.207Z[ helios-setup] Dec 19 18:46:54.485 INFO E| Downloaded anstyle v0.3.5
26082024-12-19T18:46:56.210Z[ helios-setup] Dec 19 18:46:54.487 INFO E| Downloaded terminal_size v0.2.6
26092024-12-19T18:46:56.210Z[ helios-setup] Dec 19 18:46:54.489 INFO E| Downloaded strsim v0.10.0
26102024-12-19T18:46:56.212Z[ helios-setup] Dec 19 18:46:54.491 INFO E| Downloaded signal-hook-registry v1.4.0
26112024-12-19T18:46:56.215Z[ helios-setup] Dec 19 18:46:54.493 INFO E| Downloaded serde_tokenstream v0.2.0
26122024-12-19T18:46:56.219Z[ helios-setup] Dec 19 18:46:54.499 INFO E| Downloaded serde_spanned v0.6.1
26132024-12-19T18:46:56.222Z[ helios-setup] Dec 19 18:46:54.502 INFO E| Downloaded serde_path_to_error v0.1.11
26142024-12-19T18:46:56.225Z[ helios-setup] Dec 19 18:46:54.505 INFO E| Downloaded scopeguard v1.1.0
26152024-12-19T18:46:56.228Z[ helios-setup] Dec 19 18:46:54.507 INFO E| Downloaded schemars_derive v0.8.12
26162024-12-19T18:46:56.230Z[ helios-setup] Dec 19 18:46:54.509 INFO E| Downloaded project-root v0.2.2
26172024-12-19T18:46:56.230Z[ helios-setup] Dec 19 18:46:54.510 INFO E| Downloaded const-random v0.1.15
26182024-12-19T18:46:56.260Z[ helios-setup] Dec 19 18:46:54.539 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26192024-12-19T18:46:56.437Z[ helios-setup] Dec 19 18:46:54.717 INFO E| Downloaded libz-sys v1.1.8
26202024-12-19T18:46:56.767Z[ helios-setup] Dec 19 18:46:55.046 INFO E| Compiling proc-macro2 v1.0.86
26212024-12-19T18:46:56.770Z[ helios-setup] Dec 19 18:46:55.046 INFO E| Compiling libc v0.2.139
26222024-12-19T18:46:56.770Z[ helios-setup] Dec 19 18:46:55.047 INFO E| Compiling unicode-ident v1.0.8
26232024-12-19T18:46:56.770Z[ helios-setup] Dec 19 18:46:55.047 INFO E| Compiling autocfg v1.1.0
26242024-12-19T18:46:56.770Z[ helios-setup] Dec 19 18:46:55.047 INFO E| Compiling cfg-if v1.0.0
26252024-12-19T18:46:56.770Z[ helios-setup] Dec 19 18:46:55.047 INFO E| Compiling version_check v0.9.4
26262024-12-19T18:46:56.770Z[ helios-setup] Dec 19 18:46:55.047 INFO E| Compiling serde v1.0.204
26272024-12-19T18:46:56.770Z[ helios-setup] Dec 19 18:46:55.047 INFO E| Compiling syn v1.0.107
26282024-12-19T18:46:57.208Z[ helios-setup] Dec 19 18:46:55.488 INFO E| Compiling memchr v2.5.0
26292024-12-19T18:46:57.570Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26302024-12-19T18:46:57.788Z[ helios-setup] Dec 19 18:46:56.066 INFO E| Compiling once_cell v1.17.0
26312024-12-19T18:46:58.165Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26322024-12-19T18:46:58.230Z[ helios-setup] Dec 19 18:46:56.509 INFO E| Compiling thiserror v1.0.38
26332024-12-19T18:46:58.267Z[ helios-setup] Dec 19 18:46:56.546 INFO E| Compiling log v0.4.17
26342024-12-19T18:46:58.945Z[ helios-setup] Dec 19 18:46:57.224 INFO E| Compiling itoa v1.0.6
26352024-12-19T18:46:59.275Z[ helios-setup] Dec 19 18:46:57.554 INFO E| Compiling serde_json v1.0.95
26362024-12-19T18:47:00.302Z[ helios-setup] Dec 19 18:46:58.581 INFO E| Compiling indexmap v1.9.3
26372024-12-19T18:47:00.546Z[ helios-setup] Dec 19 18:46:58.825 INFO E| Compiling quote v1.0.36
26382024-12-19T18:47:00.785Z[ helios-setup] Dec 19 18:46:59.064 INFO E| Compiling scopeguard v1.1.0
26392024-12-19T18:47:00.959Z[ helios-setup] Dec 19 18:46:59.238 INFO E| Compiling getrandom v0.2.8
26402024-12-19T18:47:01.063Z[ helios-setup] Dec 19 18:46:59.342 INFO E| Compiling jobserver v0.1.26
26412024-12-19T18:47:01.318Z[ helios-setup] Dec 19 18:46:59.597 INFO E| Compiling syn v2.0.72
26422024-12-19T18:47:01.716Z[ helios-setup] Dec 19 18:46:59.995 INFO E| Compiling cc v1.0.78
26432024-12-19T18:47:01.998Z[ helios-setup] Dec 19 18:47:00.277 INFO E| Compiling pin-project-lite v0.2.9
26442024-12-19T18:47:02.281Z[ helios-setup] Dec 19 18:47:00.560 INFO E| Compiling num-integer v0.1.45
26452024-12-19T18:47:02.579Z[ helios-setup] Dec 19 18:47:00.858 INFO E| Compiling bytes v1.4.0
26462024-12-19T18:47:02.672Z[ helios-setup] Dec 19 18:47:00.951 INFO E| Compiling futures-core v0.3.28
26472024-12-19T18:47:03.178Z[ helios-setup] Dec 19 18:47:01.457 INFO E| Compiling ryu v1.0.13
26482024-12-19T18:47:04.501Z[ helios-setup] Dec 19 18:47:02.779 INFO E| Compiling lock_api v0.4.9
26492024-12-19T18:47:04.792Z[ helios-setup] Dec 19 18:47:03.071 INFO E| Compiling typenum v1.16.0
26502024-12-19T18:47:04.846Z[ helios-setup] Dec 19 18:47:03.125 INFO E| Compiling parking_lot_core v0.9.6
26512024-12-19T18:47:04.989Z[ helios-setup] Dec 19 18:47:03.268 INFO E| Compiling bitflags v1.3.2
26522024-12-19T18:47:05.473Z[ helios-setup] Dec 19 18:47:03.752 INFO E| Compiling num_cpus v1.15.0
26532024-12-19T18:47:05.784Z[ helios-setup] Dec 19 18:47:04.063 INFO E| Compiling generic-array v0.14.6
26542024-12-19T18:47:05.787Z[ helios-setup] Dec 19 18:47:04.063 INFO E| Compiling slab v0.4.7
26552024-12-19T18:47:05.883Z[ helios-setup] Dec 19 18:47:04.161 INFO E| Compiling futures-task v0.3.28
26562024-12-19T18:47:06.079Z[ helios-setup] Dec 19 18:47:04.358 INFO E| Compiling futures-channel v0.3.28
26572024-12-19T18:47:06.212Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582024-12-19T18:47:06.215Z[ helios-setup] Dec 19 18:47:04.491 INFO E| Compiling futures-sink v0.3.28
26592024-12-19T18:47:06.760Z[ helios-setup] Dec 19 18:47:05.038 INFO E| Compiling tokio v1.27.0
26602024-12-19T18:47:06.992Z[ helios-setup] Dec 19 18:47:05.270 INFO E| Compiling futures-util v0.3.28
26612024-12-19T18:47:07.171Z[ helios-setup] Dec 19 18:47:05.449 INFO E| Compiling schemars v0.8.12
26622024-12-19T18:47:08.195Z[ helios-setup] Dec 19 18:47:06.473 INFO E| Compiling mio v0.8.5
26632024-12-19T18:47:08.361Z[ helios-setup] Dec 19 18:47:06.640 INFO E| Compiling socket2 v0.4.9
26642024-12-19T18:47:08.610Z[ helios-setup] Dec 19 18:47:06.889 INFO E| Compiling signal-hook-registry v1.4.0
26652024-12-19T18:47:08.850Z[ helios-setup] Dec 19 18:47:07.128 INFO E| Compiling ahash v0.7.6
26662024-12-19T18:47:08.962Z[ helios-setup] Dec 19 18:47:07.240 INFO E| Compiling num-traits v0.2.15
26672024-12-19T18:47:10.014Z[ helios-setup] Dec 19 18:47:08.292 INFO E| Compiling futures-io v0.3.28
26682024-12-19T18:47:10.014Z[ host-package] Compiling half v2.4.1
26692024-12-19T18:47:10.079Z[ helios-setup] Dec 19 18:47:08.358 INFO E| Compiling crunchy v0.2.2
26702024-12-19T18:47:10.871Z[ helios-setup] Dec 19 18:47:09.149 INFO E| Compiling io-lifetimes v1.0.10
26712024-12-19T18:47:11.408Z[ helios-setup] Dec 19 18:47:09.686 INFO E| Compiling pin-utils v0.1.0
26722024-12-19T18:47:11.702Z[ host-package] Compiling ciborium-io v0.2.2
26732024-12-19T18:47:11.925Z[ helios-setup] Dec 19 18:47:10.203 INFO E| Compiling ahash v0.8.3
26742024-12-19T18:47:11.956Z[ host-package] Compiling ciborium-ll v0.2.2
26752024-12-19T18:47:12.153Z[ helios-setup] Dec 19 18:47:10.432 INFO E| Compiling tiny-keccak v2.0.2
26762024-12-19T18:47:12.885Z[ helios-setup] Dec 19 18:47:11.163 INFO E| Compiling serde_derive_internals v0.26.0
26772024-12-19T18:47:12.909Z[ host-package] Compiling tungstenite v0.21.0
26782024-12-19T18:47:13.336Z[ helios-setup] Dec 19 18:47:11.615 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26792024-12-19T18:47:13.617Z[ helios-setup] Dec 19 18:47:11.895 INFO E| Compiling rustix v0.37.3
26802024-12-19T18:47:13.620Z[ helios-setup] Dec 19 18:47:11.896 INFO E| Compiling hashbrown v0.12.3
26812024-12-19T18:47:13.968Z[ host-package] Compiling ciborium v0.2.2
26822024-12-19T18:47:13.971Z[ helios-setup] Dec 19 18:47:12.249 INFO E| Compiling crypto-common v0.1.6
26832024-12-19T18:47:14.464Z[ helios-setup] Dec 19 18:47:12.742 INFO E| Compiling block-buffer v0.10.3
26842024-12-19T18:47:15.891Z[ helios-setup] Dec 19 18:47:14.169 INFO E| Compiling errno v0.3.1
26852024-12-19T18:47:16.439Z[ helios-setup] Dec 19 18:47:14.717 INFO E| Compiling fnv v1.0.7
26862024-12-19T18:47:16.555Z[ helios-setup] Dec 19 18:47:14.831 INFO E| Compiling slog v2.7.0
26872024-12-19T18:47:16.698Z[ helios-setup] Dec 19 18:47:14.976 INFO E| Compiling pkg-config v0.3.26
26882024-12-19T18:47:16.810Z[ helios-setup] Dec 19 18:47:15.088 INFO E| Compiling crossbeam-utils v0.8.14
26892024-12-19T18:47:17.005Z[ helios-setup] Dec 19 18:47:15.283 INFO E| Compiling http v0.2.9
26902024-12-19T18:47:18.058Z[ host-package] Compiling tokio-tungstenite v0.21.0
26912024-12-19T18:47:19.775Z[ helios-setup] Dec 19 18:47:18.052 INFO E| Compiling digest v0.10.6
26922024-12-19T18:47:19.969Z[ helios-setup] Dec 19 18:47:18.247 INFO E| Compiling aho-corasick v0.7.20
26932024-12-19T18:47:20.907Z[ helios-setup] Dec 19 18:47:19.185 INFO E| Compiling cpufeatures v0.2.5
26942024-12-19T18:47:21.051Z[ helios-setup] Dec 19 18:47:19.328 INFO E| Compiling percent-encoding v2.2.0
26952024-12-19T18:47:21.150Z[ helios-setup] Dec 19 18:47:19.427 INFO E| Compiling tinyvec_macros v0.1.1
26962024-12-19T18:47:21.462Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26972024-12-19T18:47:21.660Z[ helios-setup] Dec 19 18:47:19.938 INFO E| Compiling heck v0.4.1
26982024-12-19T18:47:22.108Z[ helios-setup] Dec 19 18:47:20.385 INFO E| Compiling httparse v1.8.0
26992024-12-19T18:47:22.541Z[ helios-setup] Dec 19 18:47:20.818 INFO E| Compiling unicode-width v0.1.10
27002024-12-19T18:47:22.891Z[ helios-setup] Dec 19 18:47:21.169 INFO E| Compiling thiserror-impl v1.0.38
27012024-12-19T18:47:22.936Z[ helios-setup] Dec 19 18:47:21.213 INFO E| Compiling schemars_derive v0.8.12
27022024-12-19T18:47:23.120Z[ helios-setup] Dec 19 18:47:21.397 INFO E| Compiling anyhow v1.0.68
27032024-12-19T18:47:23.122Z[ helios-setup] Dec 19 18:47:21.398 INFO E| Compiling regex-syntax v0.6.29
27042024-12-19T18:47:23.880Z[ helios-setup] Dec 19 18:47:22.157 INFO E| Compiling tinyvec v1.6.0
27052024-12-19T18:47:24.310Z[ helios-setup] Dec 19 18:47:22.588 INFO E| Compiling const-random-macro v0.1.15
27062024-12-19T18:47:24.924Z[ helios-setup] Dec 19 18:47:23.201 INFO E| Compiling serde_derive v1.0.204
27072024-12-19T18:47:25.069Z[ host-package] Compiling fastrand v2.1.1
27082024-12-19T18:47:25.498Z[ helios-setup] Dec 19 18:47:23.775 INFO E| Compiling futures-macro v0.3.28
27092024-12-19T18:47:26.036Z[ helios-setup] Dec 19 18:47:24.313 INFO E| Compiling tokio-macros v2.0.0
27102024-12-19T18:47:26.191Z[ helios-setup] Dec 19 18:47:24.468 INFO E| Compiling form_urlencoded v1.1.0
27112024-12-19T18:47:26.212Z[ host-package] Compiling display-error-chain v0.2.2
27122024-12-19T18:47:26.824Z[ host-package] Compiling same-file v1.0.6
27132024-12-19T18:47:27.566Z[ host-package] Compiling walkdir v2.5.0
27142024-12-19T18:47:27.990Z[ helios-setup] Dec 19 18:47:26.268 INFO E| Compiling hashbrown v0.13.2
27152024-12-19T18:47:29.127Z[ helios-setup] Dec 19 18:47:27.403 INFO E| Compiling chrono v0.4.24
27162024-12-19T18:47:29.347Z[ helios-setup] Dec 19 18:47:27.624 INFO E| Compiling libz-sys v1.1.8
27172024-12-19T18:47:30.685Z[ helios-setup] Dec 19 18:47:28.961 INFO E| Compiling regex v1.7.3
27182024-12-19T18:47:30.825Z[ host-package] Compiling tempfile v3.13.0
27192024-12-19T18:47:32.063Z[ host-package] Compiling ring v0.16.20
27202024-12-19T18:47:32.772Z[ host-package] Compiling blake3 v1.5.4
27212024-12-19T18:47:33.477Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27222024-12-19T18:47:33.530Z[ helios-setup] Dec 19 18:47:31.806 INFO E| Compiling dyn-clone v1.0.11
27232024-12-19T18:47:33.609Z[ helios-setup] Dec 19 18:47:31.885 INFO E| Compiling uuid v1.3.0
27242024-12-19T18:47:33.625Z[ host-package] Compiling xattr v1.3.1
27252024-12-19T18:47:34.071Z[ helios-setup] Dec 19 18:47:32.348 INFO E| Compiling unicode-normalization v0.1.22
27262024-12-19T18:47:34.093Z[ host-package] Compiling memmap2 v0.9.5
27272024-12-19T18:47:34.226Z[ helios-setup] Dec 19 18:47:32.503 INFO E| Compiling regress v0.5.0
27282024-12-19T18:47:34.335Z[ host-package] Compiling filetime v0.2.25
27292024-12-19T18:47:34.451Z[ helios-setup] Dec 19 18:47:32.728 INFO E| Compiling const-random v0.1.15
27302024-12-19T18:47:34.887Z[ host-package] Compiling arrayvec v0.7.6
27312024-12-19T18:47:34.981Z[ host-package] Compiling keccak v0.1.5
27322024-12-19T18:47:35.914Z[ host-package] Compiling spin v0.5.2
27332024-12-19T18:47:36.082Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27342024-12-19T18:47:36.616Z[ helios-setup] Dec 19 18:47:34.893 INFO E| Compiling getopts v0.2.21
27352024-12-19T18:47:36.884Z[ host-package] Compiling arrayref v0.3.9
27362024-12-19T18:47:36.972Z[ host-package] Compiling constant_time_eq v0.3.1
27372024-12-19T18:47:37.079Z[ helios-setup] Dec 19 18:47:35.356 INFO E| Compiling tracing-core v0.1.30
27382024-12-19T18:47:37.091Z[ helios-setup] Dec 19 18:47:35.368 INFO E| Compiling memoffset v0.7.1
27392024-12-19T18:47:37.281Z[ host-package] Compiling sha3 v0.10.8
27402024-12-19T18:47:37.390Z[ host-package] Compiling tar v0.4.42
27412024-12-19T18:47:38.013Z[ helios-setup] Dec 19 18:47:36.289 INFO E| Compiling unicode-bidi v0.3.13
27422024-12-19T18:47:38.979Z[ host-package] Compiling camino-tempfile v1.1.1
27432024-12-19T18:47:39.590Z[ host-package] Compiling toolchain_find v0.4.0
27442024-12-19T18:47:40.108Z[ host-package] Compiling const_format_proc_macros v0.2.33
27452024-12-19T18:47:40.298Z[ helios-setup] Dec 19 18:47:38.574 INFO E| Compiling ucd-trie v0.1.5
27462024-12-19T18:47:40.488Z[ host-package] Compiling topological-sort v0.2.2
27472024-12-19T18:47:41.180Z[ host-package] Compiling maplit v1.0.2
27482024-12-19T18:47:41.192Z[ helios-setup] Dec 19 18:47:39.468 INFO E| Compiling num-conv v0.1.0
27492024-12-19T18:47:41.225Z[ host-package] Compiling crunchy v0.2.2
27502024-12-19T18:47:41.323Z[ helios-setup] Dec 19 18:47:39.599 INFO E| Compiling powerfmt v0.2.0
27512024-12-19T18:47:41.456Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27522024-12-19T18:47:41.716Z[ host-package] Compiling tiny-keccak v2.0.2
27532024-12-19T18:47:41.818Z[ helios-setup] Dec 19 18:47:40.094 INFO E| Compiling time-core v0.1.2
27542024-12-19T18:47:42.241Z[ host-package] Compiling omicron-zone-package v0.11.1
27552024-12-19T18:47:42.666Z[ helios-setup] Dec 19 18:47:40.942 INFO E| Compiling time-macros v0.2.18
27562024-12-19T18:47:42.757Z[ host-package] Compiling dsl_auto_type v0.1.2
27572024-12-19T18:47:42.794Z[ helios-setup] Dec 19 18:47:41.070 INFO E| Compiling deranged v0.3.11
27582024-12-19T18:47:43.015Z[ host-package] Compiling phf_generator v0.11.2
27592024-12-19T18:47:43.168Z[ helios-setup] Dec 19 18:47:41.443 INFO E| Compiling idna v0.3.0
27602024-12-19T18:47:43.477Z[ host-package] Compiling const_format v0.2.33
27612024-12-19T18:47:43.875Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27622024-12-19T18:47:44.169Z[ host-package] Compiling secrecy v0.8.0
27632024-12-19T18:47:44.220Z[ helios-setup] Dec 19 18:47:42.496 INFO E| Compiling pest v2.5.7
27642024-12-19T18:47:44.875Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27652024-12-19T18:47:45.158Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27662024-12-19T18:47:45.880Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27672024-12-19T18:47:45.956Z[ host-package] Compiling arc-swap v1.7.1
27682024-12-19T18:47:46.044Z[ host-package] Compiling diesel_derives v2.2.3
27692024-12-19T18:47:46.044Z[ host-package] Compiling r2d2 v0.8.10
27702024-12-19T18:47:46.236Z[ helios-setup] Dec 19 18:47:44.512 INFO E| Compiling tracing v0.1.37
27712024-12-19T18:47:46.278Z[ host-package] Compiling phf_codegen v0.11.2
27722024-12-19T18:47:46.955Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27732024-12-19T18:47:47.128Z[ host-package] Compiling slog-scope v4.4.0
27742024-12-19T18:47:47.646Z[ host-package] Compiling ascii-canvas v3.0.0
27752024-12-19T18:47:47.888Z[ host-package] Compiling universal-hash v0.5.1
27762024-12-19T18:47:48.651Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27772024-12-19T18:47:48.660Z[ helios-setup] Dec 19 18:47:46.930 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27782024-12-19T18:47:48.686Z[ host-package] Compiling parse-zoneinfo v0.3.1
27792024-12-19T18:47:48.722Z[ host-package] Compiling ena v0.14.3
27802024-12-19T18:47:49.662Z[ helios-setup] Dec 19 18:47:47.936 INFO E| Compiling time v0.1.45
27812024-12-19T18:47:49.707Z[ host-package] Compiling diff v0.1.13
27822024-12-19T18:47:49.938Z[ helios-setup] Dec 19 18:47:48.214 INFO E| Compiling crossbeam-epoch v0.9.13
27832024-12-19T18:47:50.185Z[ helios-setup] Dec 19 18:47:48.460 INFO E| Compiling iana-time-zone v0.1.56
27842024-12-19T18:47:51.018Z[ host-package] Compiling opaque-debug v0.3.1
27852024-12-19T18:47:51.386Z[ host-package] Compiling regex-syntax v0.6.29
27862024-12-19T18:47:51.566Z[ helios-setup] Dec 19 18:47:49.841 INFO E| Compiling semver v1.0.17
27872024-12-19T18:47:51.818Z[ helios-setup] Dec 19 18:47:50.093 INFO E| Compiling toml v0.5.11
27882024-12-19T18:47:52.050Z[ host-package] Compiling poly1305 v0.8.0
27892024-12-19T18:47:52.574Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27902024-12-19T18:47:52.675Z[ helios-setup] Dec 19 18:47:50.951 INFO E| Compiling serde_tokenstream v0.2.0
27912024-12-19T18:47:52.792Z[ helios-setup] Dec 19 18:47:51.067 INFO E| Compiling num_threads v0.1.6
27922024-12-19T18:47:53.299Z[ helios-setup] Dec 19 18:47:51.574 INFO E| Compiling smallvec v1.10.0
27932024-12-19T18:47:53.721Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27942024-12-19T18:47:54.825Z[ helios-setup] Dec 19 18:47:53.099 INFO E| Compiling time v0.3.36
27952024-12-19T18:47:55.159Z[ host-package] Compiling thiserror-no-std v2.0.2
27962024-12-19T18:47:55.455Z[ host-package] Compiling chrono-tz-build v0.4.0
27972024-12-19T18:47:55.896Z[ helios-setup] Dec 19 18:47:54.170 INFO E| Compiling parking_lot v0.12.1
27982024-12-19T18:47:57.961Z[ host-package] Compiling slog-stdlog v4.1.1
27992024-12-19T18:47:59.705Z[ host-package] Compiling lalrpop v0.19.12
28002024-12-19T18:48:00.825Z[ helios-setup] Dec 19 18:47:59.100 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28012024-12-19T18:48:02.819Z[ helios-setup] Dec 19 18:48:01.093 INFO E| Compiling semver-parser v0.10.2
28022024-12-19T18:48:03.570Z[ helios-setup] Dec 19 18:48:01.844 INFO E| Compiling url v2.3.1
28032024-12-19T18:48:03.713Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28042024-12-19T18:48:06.481Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28052024-12-19T18:48:07.001Z[ helios-setup] Dec 19 18:48:05.270 INFO E| Compiling crossbeam-channel v0.5.6
28062024-12-19T18:48:07.014Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28072024-12-19T18:48:07.960Z[ helios-setup] Dec 19 18:48:06.234 INFO E| Compiling dirs-sys-next v0.1.2
28082024-12-19T18:48:07.963Z[ host-package] Compiling chacha20 v0.9.1
28092024-12-19T18:48:08.989Z[ host-package] Compiling aead v0.5.2
28102024-12-19T18:48:09.669Z[ host-package] Compiling diesel v2.2.6
28112024-12-19T18:48:09.969Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28122024-12-19T18:48:10.420Z[ helios-setup] Dec 19 18:48:08.693 INFO E| Compiling same-file v1.0.6
28132024-12-19T18:48:10.679Z[ helios-setup] Dec 19 18:48:08.953 INFO E| Compiling crc32fast v1.3.2
28142024-12-19T18:48:10.954Z[ helios-setup] Dec 19 18:48:09.228 INFO E| Compiling try-lock v0.2.4
28152024-12-19T18:48:11.662Z[ host-package] Compiling ref-cast v1.0.23
28162024-12-19T18:48:11.696Z[ helios-setup] Dec 19 18:48:09.960 INFO E| Compiling want v0.3.0
28172024-12-19T18:48:12.361Z[ helios-setup] Dec 19 18:48:10.634 INFO E| Compiling walkdir v2.3.3
28182024-12-19T18:48:12.904Z[ host-package] Compiling vte v0.11.1
28192024-12-19T18:48:14.112Z[ helios-setup] Dec 19 18:48:12.386 INFO E| Compiling dirs-next v2.0.0
28202024-12-19T18:48:14.912Z[ helios-setup] Dec 19 18:48:13.185 INFO E| Compiling semver v0.11.0
28212024-12-19T18:48:15.519Z[ helios-setup] Dec 19 18:48:13.793 INFO E| Compiling tokio-util v0.7.7
28222024-12-19T18:48:16.480Z[ helios-setup] Dec 19 18:48:14.754 INFO E| Compiling proc-macro-crate v1.2.1
28232024-12-19T18:48:16.606Z[ host-package] Compiling chacha20poly1305 v0.10.1
28242024-12-19T18:48:17.276Z[ host-package] Compiling slog-envlogger v2.2.0
28252024-12-19T18:48:17.972Z[ helios-setup] Dec 19 18:48:16.244 INFO E| Compiling h2 v0.3.16
28262024-12-19T18:48:18.092Z[ helios-setup] Dec 19 18:48:16.366 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28272024-12-19T18:48:19.021Z[ host-package] Compiling chrono-tz v0.10.0
28282024-12-19T18:48:20.591Z[ helios-setup] Dec 19 18:48:18.859 INFO E| Compiling futures-executor v0.3.28
28292024-12-19T18:48:20.601Z[ host-package] Compiling vsss-rs v3.3.4
28302024-12-19T18:48:20.744Z[ helios-setup] Dec 19 18:48:19.018 INFO E| Compiling http-body v0.4.5
28312024-12-19T18:48:21.731Z[ helios-setup] Dec 19 18:48:20.004 INFO E| Compiling ring v0.16.20
28322024-12-19T18:48:21.882Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28332024-12-19T18:48:22.179Z[ helios-setup] Dec 19 18:48:20.452 INFO E| Compiling rand_core v0.6.4
28342024-12-19T18:48:22.906Z[ host-package] Compiling derive_builder_core v0.20.2
28352024-12-19T18:48:23.263Z[ helios-setup] Dec 19 18:48:21.536 INFO E| Compiling thread_local v1.1.7
28362024-12-19T18:48:23.891Z[ helios-setup] Dec 19 18:48:22.164 INFO E| Compiling lazy_static v1.4.0
28372024-12-19T18:48:24.363Z[ helios-setup] Dec 19 18:48:22.635 INFO E| Compiling fastrand v1.9.0
28382024-12-19T18:48:25.095Z[ helios-setup] Dec 19 18:48:23.368 INFO E| Compiling rayon-core v1.10.2
28392024-12-19T18:48:25.436Z[ helios-setup] Dec 19 18:48:23.709 INFO E| Compiling home v0.5.4
28402024-12-19T18:48:26.029Z[ helios-setup] Dec 19 18:48:24.301 INFO E| Compiling adler v1.0.2
28412024-12-19T18:48:26.382Z[ helios-setup] Dec 19 18:48:24.654 INFO E| Compiling base64 v0.21.0
28422024-12-19T18:48:26.676Z[ helios-setup] Dec 19 18:48:24.949 INFO E| Compiling ppv-lite86 v0.2.17
28432024-12-19T18:48:27.642Z[ host-package] Compiling headers-core v0.3.0
28442024-12-19T18:48:27.973Z[ helios-setup] Dec 19 18:48:26.246 INFO E| Compiling httpdate v1.0.2
28452024-12-19T18:48:28.020Z[ helios-setup] Dec 19 18:48:26.293 INFO E| Compiling utf8parse v0.2.1
28462024-12-19T18:48:28.031Z[ host-package] Compiling fxhash v0.2.1
28472024-12-19T18:48:28.451Z[ helios-setup] Dec 19 18:48:26.724 INFO E| Compiling tower-service v0.3.2
28482024-12-19T18:48:28.726Z[ helios-setup] Dec 19 18:48:26.998 INFO E| Compiling hyper v0.14.25
28492024-12-19T18:48:28.773Z[ host-package] Compiling libxml v0.3.3
28502024-12-19T18:48:28.816Z[ helios-setup] Dec 19 18:48:27.089 INFO E| Compiling rand_chacha v0.3.1
28512024-12-19T18:48:29.647Z[ host-package] Compiling ref-cast-impl v1.0.23
28522024-12-19T18:48:29.651Z[ helios-setup] Dec 19 18:48:27.924 INFO E| Compiling anstyle-parse v0.1.1
28532024-12-19T18:48:30.233Z[ host-package] Compiling bytecount v0.6.8
28542024-12-19T18:48:31.067Z[ host-package] Compiling papergrid v0.11.0
28552024-12-19T18:48:32.510Z[ helios-setup] Dec 19 18:48:30.783 INFO E| Compiling miniz_oxide v0.6.2
28562024-12-19T18:48:32.825Z[ helios-setup] Dec 19 18:48:31.098 INFO E| Compiling toolchain_find v0.2.0
28572024-12-19T18:48:34.039Z[ helios-setup] Dec 19 18:48:32.312 INFO E| Compiling tempfile v3.5.0
28582024-12-19T18:48:34.892Z[ helios-setup] Dec 19 18:48:33.164 INFO E| Compiling futures v0.3.28
28592024-12-19T18:48:46.033Z[ helios-setup] Dec 19 18:48:44.303 INFO E| Compiling num_enum_derive v0.5.7
28602024-12-19T18:48:53.091Z[ helios-setup] Dec 19 18:48:51.362 INFO E| Compiling cargo-lock v8.0.3
28612024-12-19T18:48:53.205Z[ helios-setup] Dec 19 18:48:51.475 INFO E| Compiling crossbeam-deque v0.8.2
28622024-12-19T18:48:53.395Z[ helios-setup] Dec 19 18:48:51.665 INFO E| Compiling term v0.7.0
28632024-12-19T18:48:53.955Z[ host-package] Compiling polar-core v0.27.3
28642024-12-19T18:48:54.086Z[ helios-setup] Dec 19 18:48:52.357 INFO E| Compiling serde_urlencoded v0.7.1
28652024-12-19T18:48:55.047Z[ helios-setup] Dec 19 18:48:53.317 INFO E| Compiling is-terminal v0.4.7
28662024-12-19T18:48:55.063Z[ helios-setup] Dec 19 18:48:53.334 INFO E| Compiling sha1 v0.10.5
28672024-12-19T18:48:55.255Z[ helios-setup] Dec 19 18:48:53.526 INFO E| Compiling sha2 v0.10.6
28682024-12-19T18:48:55.598Z[ helios-setup] Dec 19 18:48:53.869 INFO E| Compiling atty v0.2.14
28692024-12-19T18:48:55.911Z[ helios-setup] Dec 19 18:48:54.181 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28702024-12-19T18:48:56.989Z[ helios-setup] Dec 19 18:48:55.259 INFO E| Compiling anstyle v0.3.5
28712024-12-19T18:48:58.442Z[ host-package] Compiling headers v0.4.0
28722024-12-19T18:48:58.498Z[ helios-setup] Dec 19 18:48:56.769 INFO E| Compiling concolor-query v0.3.3
28732024-12-19T18:48:58.913Z[ helios-setup] Dec 19 18:48:57.184 INFO E| Compiling concolor-override v1.0.0
28742024-12-19T18:48:59.790Z[ helios-setup] Dec 19 18:48:58.061 INFO E| Compiling anstream v0.2.6
28752024-12-19T18:49:03.141Z[ helios-setup] Dec 19 18:49:01.411 INFO E| Compiling slog-term v2.9.0
28762024-12-19T18:49:03.564Z[ helios-setup] Dec 19 18:49:01.834 INFO E| Compiling flate2 v1.0.25
28772024-12-19T18:49:04.438Z[ host-package] Compiling derive_builder_macro v0.20.2
28782024-12-19T18:49:04.871Z[ helios-setup] Dec 19 18:49:03.141 INFO E| Compiling num_enum v0.5.7
28792024-12-19T18:49:05.156Z[ helios-setup] Dec 19 18:49:03.425 INFO E| Compiling rustfmt-wrapper v0.2.0
28802024-12-19T18:49:05.519Z[ helios-setup] Dec 19 18:49:03.788 INFO E| Compiling rand v0.8.5
28812024-12-19T18:49:06.232Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28822024-12-19T18:49:06.371Z[ helios-setup] Dec 19 18:49:04.641 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28832024-12-19T18:49:06.567Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28842024-12-19T18:49:06.570Z[ helios-setup] Dec 19 18:49:04.839 INFO E| Compiling openapiv3 v1.0.2
28852024-12-19T18:49:07.070Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28862024-12-19T18:49:07.645Z[ host-package] Compiling tabled_derive v0.7.0
28872024-12-19T18:49:07.986Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28882024-12-19T18:49:08.813Z[ helios-setup] Dec 19 18:49:07.082 INFO E| Compiling encoding_rs v0.8.32
28892024-12-19T18:49:09.734Z[ helios-setup] Dec 19 18:49:08.003 INFO E| Compiling spin v0.5.2
28902024-12-19T18:49:10.271Z[ helios-setup] Dec 19 18:49:08.541 INFO E| Compiling ipnet v2.7.2
28912024-12-19T18:49:12.049Z[ host-package] Compiling itertools v0.12.1
28922024-12-19T18:49:12.543Z[ host-package] Compiling fd-lock v4.0.2
28932024-12-19T18:49:13.419Z[ host-package] Compiling peg-macros v0.8.4
28942024-12-19T18:49:15.486Z[ helios-setup] Dec 19 18:49:13.755 INFO E| Compiling unsafe-libyaml v0.2.8
28952024-12-19T18:49:15.615Z[ helios-setup] Dec 19 18:49:13.884 INFO E| Compiling byteorder v1.4.3
28962024-12-19T18:49:15.867Z[ helios-setup] Dec 19 18:49:14.136 INFO E| Compiling either v1.8.0
28972024-12-19T18:49:16.689Z[ helios-setup] Dec 19 18:49:14.957 INFO E| Compiling untrusted v0.7.1
28982024-12-19T18:49:16.896Z[ helios-setup] Dec 19 18:49:15.165 INFO E| Compiling clap_lex v0.4.1
28992024-12-19T18:49:17.063Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002024-12-19T18:49:17.196Z[ helios-setup] Dec 19 18:49:15.465 INFO E| Compiling mime v0.3.17
29012024-12-19T18:49:18.367Z[ helios-setup] Dec 19 18:49:16.636 INFO E| Compiling utf-8 v0.7.6
29022024-12-19T18:49:19.099Z[ helios-setup] Dec 19 18:49:17.282 INFO E| Compiling base64 v0.13.1
29032024-12-19T18:49:19.151Z[ helios-setup] Dec 19 18:49:17.419 INFO E| Compiling project-root v0.2.2
29042024-12-19T18:49:19.280Z[ host-package] Compiling strum_macros v0.24.3
29052024-12-19T18:49:19.726Z[ helios-setup] Dec 19 18:49:17.995 INFO E| Compiling strsim v0.10.0
29062024-12-19T18:49:19.977Z[ helios-setup] Dec 19 18:49:18.245 INFO E| Compiling serde_yaml v0.9.21
29072024-12-19T18:49:20.204Z[ host-package] Compiling kstat-rs v0.2.4
29082024-12-19T18:49:20.291Z[ helios-setup] Dec 19 18:49:18.559 INFO E| Compiling tungstenite v0.18.0
29092024-12-19T18:49:20.458Z[ host-package] Compiling samael v0.0.17
29102024-12-19T18:49:20.832Z[ helios-setup] Dec 19 18:49:19.101 INFO E| Compiling clap_builder v4.2.1
29112024-12-19T18:49:21.415Z[ host-package] Compiling unicase v2.7.0
29122024-12-19T18:49:22.206Z[ host-package] Compiling indoc v1.0.9
29132024-12-19T18:49:22.342Z[ host-package] Compiling nu-ansi-term v0.50.1
29142024-12-19T18:49:23.364Z[ helios-setup] Dec 19 18:49:21.632 INFO E| Compiling reqwest v0.11.16
29152024-12-19T18:49:23.947Z[ host-package] Compiling reedline v0.35.0
29162024-12-19T18:49:25.214Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29172024-12-19T18:49:25.800Z[ helios-setup] Dec 19 18:49:24.068 INFO E| Compiling rayon v1.6.1
29182024-12-19T18:49:27.837Z[ helios-setup] Dec 19 18:49:26.105 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29192024-12-19T18:49:29.952Z[ host-package] Compiling peg v0.8.4
29202024-12-19T18:49:30.487Z[ host-package] Compiling tabled v0.15.0
29212024-12-19T18:49:30.670Z[ helios-setup] Dec 19 18:49:28.938 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29222024-12-19T18:49:30.877Z[ helios-setup] Dec 19 18:49:29.145 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29232024-12-19T18:49:35.081Z[ helios-setup] Dec 19 18:49:33.349 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29242024-12-19T18:49:35.431Z[ helios-setup] Dec 19 18:49:33.698 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29252024-12-19T18:49:36.744Z[ helios-setup] Dec 19 18:49:35.011 INFO E| Compiling clap_derive v4.2.0
29262024-12-19T18:49:38.833Z[ helios-setup] Dec 19 18:49:37.101 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29272024-12-19T18:49:46.966Z[ helios-setup] Dec 19 18:49:45.233 INFO E| Compiling clap v4.2.1
29282024-12-19T18:49:47.275Z[ helios-setup] Dec 19 18:49:45.542 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29292024-12-19T18:49:58.654Z[ helios-setup] Dec 19 18:49:56.919 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29302024-12-19T18:50:00.351Z[ host-package] Compiling derive_builder v0.20.2
29312024-12-19T18:50:00.939Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29322024-12-19T18:50:02.432Z[ helios-setup] Dec 19 18:50:00.697 INFO E| Compiling tokio-tungstenite v0.18.0
29332024-12-19T18:50:03.834Z[ helios-setup] Dec 19 18:50:02.100 INFO E| Compiling smartstring v1.0.1
29342024-12-19T18:50:05.225Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29352024-12-19T18:50:05.249Z[ helios-setup] Dec 19 18:50:03.514 INFO E| Compiling rustls v0.21.0
29362024-12-19T18:50:07.512Z[ helios-setup] Dec 19 18:50:05.777 INFO E| Compiling serde_spanned v0.6.1
29372024-12-19T18:50:08.021Z[ helios-setup] Dec 19 18:50:06.285 INFO E| Compiling toml_datetime v0.6.1
29382024-12-19T18:50:09.597Z[ helios-setup] Dec 19 18:50:07.862 INFO E| Compiling camino v1.1.4
29392024-12-19T18:50:10.794Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29402024-12-19T18:50:11.066Z[ helios-setup] Dec 19 18:50:09.331 INFO E| Compiling async-trait v0.1.68
29412024-12-19T18:50:12.129Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29422024-12-19T18:50:12.376Z[ host-package] Compiling bcs v0.1.6
29432024-12-19T18:50:12.532Z[ helios-setup] Dec 19 18:50:10.797 INFO E| Compiling paste v1.0.12
29442024-12-19T18:50:13.109Z[ host-package] Compiling oso-derive v0.27.3
29452024-12-19T18:50:13.684Z[ helios-setup] Dec 19 18:50:11.948 INFO E| Compiling slog-async v2.7.0
29462024-12-19T18:50:13.713Z[ helios-setup] Dec 19 18:50:11.977 INFO E| Compiling static_assertions v1.1.0
29472024-12-19T18:50:13.853Z[ helios-setup] Dec 19 18:50:12.117 INFO E| Compiling winnow v0.4.1
29482024-12-19T18:50:13.979Z[ helios-setup] Dec 19 18:50:12.244 INFO E| Compiling match_cfg v0.1.0
29492024-12-19T18:50:14.220Z[ helios-setup] Dec 19 18:50:12.484 INFO E| Compiling hostname v0.3.1
29502024-12-19T18:50:14.331Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29512024-12-19T18:50:15.161Z[ host-package] Compiling libz-sys v1.1.20
29522024-12-19T18:50:15.842Z[ helios-setup] Dec 19 18:50:14.106 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29532024-12-19T18:50:16.660Z[ host-package] Compiling quick-xml v0.33.0
29542024-12-19T18:50:16.672Z[ helios-setup] Dec 19 18:50:14.937 INFO E| Compiling slog-json v2.6.1
29552024-12-19T18:50:17.676Z[ helios-setup] Dec 19 18:50:15.941 INFO E| Compiling unicode-linebreak v0.1.4
29562024-12-19T18:50:21.495Z[ helios-setup] Dec 19 18:50:19.759 INFO E| Compiling toml_edit v0.19.8
29572024-12-19T18:50:23.301Z[ helios-setup] Dec 19 18:50:21.565 INFO E| Compiling async-stream-impl v0.3.5
29582024-12-19T18:50:25.587Z[ host-package] Compiling diesel-dtrace v0.4.2
29592024-12-19T18:50:26.320Z[ host-package] Compiling parking_lot_core v0.8.6
29602024-12-19T18:50:26.769Z[ helios-setup] Dec 19 18:50:25.033 INFO E| Compiling rhai_codegen v1.5.0
29612024-12-19T18:50:26.835Z[ helios-setup] Dec 19 18:50:25.099 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29622024-12-19T18:50:27.660Z[ host-package] Compiling oso v0.27.3
29632024-12-19T18:50:27.917Z[ helios-setup] Dec 19 18:50:26.181 INFO E| Compiling take_mut v0.2.2
29642024-12-19T18:50:28.681Z[ helios-setup] Dec 19 18:50:26.944 INFO E| Compiling toml v0.7.3
29652024-12-19T18:50:32.273Z[ helios-setup] Dec 19 18:50:30.536 INFO E| Compiling rhai v1.14.0
29662024-12-19T18:50:32.411Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29672024-12-19T18:50:35.728Z[ helios-setup] Dec 19 18:50:33.991 INFO E| Compiling async-stream v0.3.5
29682024-12-19T18:50:36.007Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29692024-12-19T18:50:37.026Z[ helios-setup] Dec 19 18:50:35.289 INFO E| Compiling slog-bunyan v2.4.0
29702024-12-19T18:50:40.697Z[ helios-setup] Dec 19 18:50:38.959 INFO E| Compiling rustls-pemfile v1.0.2
29712024-12-19T18:50:41.913Z[ helios-setup] Dec 19 18:50:40.176 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29722024-12-19T18:50:41.916Z[ helios-setup] Dec 19 18:50:40.176 INFO E| Compiling serde_path_to_error v0.1.11
29732024-12-19T18:50:42.655Z[ helios-setup] Dec 19 18:50:40.918 INFO E| Compiling bincode v1.3.3
29742024-12-19T18:50:44.175Z[ helios-setup] Dec 19 18:50:42.437 INFO E| Compiling terminal_size v0.2.6
29752024-12-19T18:50:44.790Z[ helios-setup] Dec 19 18:50:43.052 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29762024-12-19T18:50:44.856Z[ helios-setup] Dec 19 18:50:43.118 INFO E| Compiling smawk v0.3.1
29772024-12-19T18:50:45.469Z[ helios-setup] Dec 19 18:50:43.731 INFO E| Compiling textwrap v0.16.0
29782024-12-19T18:50:46.280Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29792024-12-19T18:50:52.434Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29802024-12-19T18:50:53.339Z[ host-package] Compiling bb8 v0.8.5
29812024-12-19T18:50:54.911Z[ host-package] Compiling async-bb8-diesel v0.2.1
29822024-12-19T18:50:55.395Z[ helios-setup] Dec 19 18:50:53.657 INFO E| Compiling rustls-webpki v0.100.1
29832024-12-19T18:50:55.443Z[ helios-setup] Dec 19 18:50:53.705 INFO E| Compiling sct v0.7.0
29842024-12-19T18:51:00.889Z[ host-package] Compiling nibble_vec v0.1.0
29852024-12-19T18:51:01.067Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
29862024-12-19T18:51:01.431Z[ host-package] Compiling atty v0.2.14
29872024-12-19T18:51:01.891Z[ host-package] Compiling endian-type v0.1.2
29882024-12-19T18:51:02.685Z[ host-package] Compiling salty v0.3.0
29892024-12-19T18:51:03.778Z[ host-package] Compiling radix_trie v0.2.1
29902024-12-19T18:51:05.217Z[ helios-setup] Dec 19 18:51:03.478 INFO E| Compiling git2 v0.16.1
29912024-12-19T18:51:05.816Z[ helios-setup] Dec 19 18:51:04.077 INFO E| Compiling tokio-rustls v0.24.0
29922024-12-19T18:51:05.832Z[ host-package] Compiling parking_lot v0.11.2
29932024-12-19T18:51:09.549Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29942024-12-19T18:51:12.006Z[ helios-setup] Dec 19 18:51:10.266 INFO E| Compiling built v0.6.0
29952024-12-19T18:51:16.612Z[ helios-setup] Dec 19 18:51:14.872 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29962024-12-19T18:51:18.076Z[ host-package] Compiling sled v0.34.7
29972024-12-19T18:51:19.101Z[ helios-setup] Dec 19 18:51:17.361 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29982024-12-19T18:51:19.964Z[ helios-setup] Dec 19 18:51:18.224 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
29992024-12-19T18:51:31.731Z[ helios-setup] Dec 19 18:51:29.990 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30002024-12-19T18:51:34.823Z[ helios-setup] Dec 19 18:51:33.082 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30012024-12-19T18:52:02.823Z[ host-package] Compiling mime_guess v2.0.5
30022024-12-19T18:52:04.580Z[ host-package] Compiling hickory-client v0.24.1
30032024-12-19T18:52:06.869Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30042024-12-19T18:52:07.056Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30052024-12-19T18:52:08.920Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30062024-12-19T18:52:11.099Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30072024-12-19T18:52:13.237Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30082024-12-19T18:52:13.468Z[ host-package] Compiling hickory-server v0.24.1
30092024-12-19T18:52:17.066Z[ host-package] Compiling primeorder v0.13.6
30102024-12-19T18:52:17.562Z[ host-package] Compiling vergen v8.3.2
30112024-12-19T18:52:18.116Z[ host-package] Compiling env_filter v0.1.2
30122024-12-19T18:52:18.916Z[ host-package] Compiling cargo-platform v0.1.8
30132024-12-19T18:52:19.785Z[ host-package] Compiling nanorand v0.7.0
30142024-12-19T18:52:20.080Z[ host-package] Compiling memoffset v0.9.1
30152024-12-19T18:52:20.767Z[ host-package] Compiling flume v0.11.1
30162024-12-19T18:52:20.913Z[ host-package] Compiling cargo_metadata v0.18.1
30172024-12-19T18:52:21.690Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30182024-12-19T18:52:21.888Z[ host-package] Compiling env_logger v0.11.5
30192024-12-19T18:52:22.397Z[ helios-setup] Dec 19 18:52:20.652 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30202024-12-19T18:52:23.583Z[ host-package] Compiling p384 v0.13.0
30212024-12-19T18:52:24.558Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30222024-12-19T18:52:24.828Z[ host-package] Compiling git2 v0.19.0
30232024-12-19T18:52:29.272Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30242024-12-19T18:52:30.853Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30252024-12-19T18:52:32.175Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30262024-12-19T18:52:35.532Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30272024-12-19T18:52:35.737Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30282024-12-19T18:52:37.277Z[ host-package] Compiling rand_seeder v0.3.0
30292024-12-19T18:52:37.838Z[ host-package] Compiling libsqlite3-sys v0.30.1
30302024-12-19T18:52:37.904Z[ host-package] Compiling lzma-sys v0.1.20
30312024-12-19T18:52:38.500Z[ host-package] Compiling http-range v0.1.5
30322024-12-19T18:52:38.886Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30332024-12-19T18:52:39.108Z[ host-package] Compiling cfg_aliases v0.2.1
30342024-12-19T18:52:39.365Z[ host-package] Compiling rustls v0.21.12
30352024-12-19T18:52:39.417Z[ host-package] Compiling nix v0.29.0
30362024-12-19T18:52:39.870Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30372024-12-19T18:52:40.339Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30382024-12-19T18:52:40.857Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30392024-12-19T18:52:42.382Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30402024-12-19T18:52:43.231Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30412024-12-19T18:52:43.368Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30422024-12-19T18:52:43.948Z[ host-package] Compiling sct v0.7.1
30432024-12-19T18:52:44.123Z[ host-package] Compiling rustls-webpki v0.101.7
30442024-12-19T18:52:44.884Z[ host-package] Compiling heck v0.3.3
30452024-12-19T18:52:44.958Z[ host-package] Compiling castaway v0.2.3
30462024-12-19T18:52:45.361Z[ host-package] Compiling csv-core v0.1.11
30472024-12-19T18:52:45.761Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30482024-12-19T18:52:46.237Z[ host-package] Compiling glob v0.3.1
30492024-12-19T18:52:46.776Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30502024-12-19T18:52:49.394Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30512024-12-19T18:52:49.973Z[ host-package] Compiling csv v1.3.0
30522024-12-19T18:52:50.179Z[ host-package] Compiling zone_cfg_derive v0.1.2
30532024-12-19T18:52:52.401Z[ host-package] Compiling compact_str v0.8.0
30542024-12-19T18:52:52.663Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30552024-12-19T18:52:54.082Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30562024-12-19T18:52:56.237Z[ host-package] Compiling hyper-staticfile v0.10.1
30572024-12-19T18:52:56.892Z[ host-package] Compiling nix v0.27.1
30582024-12-19T18:53:01.008Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30592024-12-19T18:53:11.840Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30602024-12-19T18:53:21.455Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30612024-12-19T18:53:21.634Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30622024-12-19T18:53:23.384Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30632024-12-19T18:53:23.537Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30642024-12-19T18:53:27.165Z[ helios-setup] Dec 19 18:53:25.415 INFO E| Finished `release` profile [optimized] target(s) in 6m 39s
30652024-12-19T18:53:27.293Z[ helios-setup] Dec 19 18:53:25.543 INFO building project "pilot" ok (399 seconds)
30662024-12-19T18:53:27.293Z[ helios-setup] Dec 19 18:53:25.543 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30672024-12-19T18:53:27.295Z[ helios-setup] Dec 19 18:53:25.543 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30682024-12-19T18:53:27.611Z[ helios-setup] Dec 19 18:53:25.861 INFO E| Downloading crates ...
30692024-12-19T18:53:27.802Z[ helios-setup] Dec 19 18:53:26.052 INFO E| Downloaded typenum v1.15.0
30702024-12-19T18:53:27.806Z[ helios-setup] Dec 19 18:53:26.056 INFO E| Downloaded sha2 v0.10.5
30712024-12-19T18:53:27.809Z[ helios-setup] Dec 19 18:53:26.060 INFO E| Downloaded digest v0.10.3
30722024-12-19T18:53:27.812Z[ helios-setup] Dec 19 18:53:26.062 INFO E| Downloaded bytes v1.2.1
30732024-12-19T18:53:27.818Z[ helios-setup] Dec 19 18:53:26.068 INFO E| Downloaded anyhow v1.0.62
30742024-12-19T18:53:27.950Z[ helios-setup] Dec 19 18:53:26.200 INFO E| Compiling typenum v1.15.0
30752024-12-19T18:53:27.950Z[ helios-setup] Dec 19 18:53:26.200 INFO E| Compiling version_check v0.9.4
30762024-12-19T18:53:27.950Z[ helios-setup] Dec 19 18:53:26.200 INFO E| Compiling crc32fast v1.3.2
30772024-12-19T18:53:27.950Z[ helios-setup] Dec 19 18:53:26.200 INFO E| Compiling cfg-if v1.0.0
30782024-12-19T18:53:27.956Z[ helios-setup] Dec 19 18:53:26.200 INFO E| Compiling adler v1.0.2
30792024-12-19T18:53:27.956Z[ helios-setup] Dec 19 18:53:26.200 INFO E| Compiling anyhow v1.0.62
30802024-12-19T18:53:27.956Z[ helios-setup] Dec 19 18:53:26.200 INFO E| Compiling unicode-width v0.1.10
30812024-12-19T18:53:27.956Z[ helios-setup] Dec 19 18:53:26.201 INFO E| Compiling cpufeatures v0.2.5
30822024-12-19T18:53:28.051Z[ helios-setup] Dec 19 18:53:26.301 INFO E| Compiling bytes v1.2.1
30832024-12-19T18:53:28.058Z[ helios-setup] Dec 19 18:53:26.308 INFO E| Compiling bitflags v1.3.2
30842024-12-19T18:53:28.272Z[ helios-setup] Dec 19 18:53:26.522 INFO E| Compiling miniz_oxide v0.6.2
30852024-12-19T18:53:28.411Z[ helios-setup] Dec 19 18:53:26.661 INFO E| Compiling getopts v0.2.21
30862024-12-19T18:53:29.268Z[ helios-setup] Dec 19 18:53:27.519 INFO E| Compiling generic-array v0.14.6
30872024-12-19T18:53:29.572Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30882024-12-19T18:53:30.158Z[ helios-setup] Dec 19 18:53:28.408 INFO E| Compiling flate2 v1.0.25
30892024-12-19T18:53:30.575Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30902024-12-19T18:53:31.325Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30912024-12-19T18:53:31.707Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30922024-12-19T18:53:33.489Z[ host-package] Compiling unicode-truncate v1.1.0
30932024-12-19T18:53:33.723Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30942024-12-19T18:53:33.850Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30952024-12-19T18:53:34.117Z[ helios-setup] Dec 19 18:53:32.367 INFO E| Compiling block-buffer v0.10.3
30962024-12-19T18:53:34.117Z[ helios-setup] Dec 19 18:53:32.367 INFO E| Compiling crypto-common v0.1.6
30972024-12-19T18:53:34.354Z[ helios-setup] Dec 19 18:53:32.604 INFO E| Compiling digest v0.10.3
30982024-12-19T18:53:34.739Z[ helios-setup] Dec 19 18:53:32.988 INFO E| Compiling sha2 v0.10.5
30992024-12-19T18:53:35.302Z[ helios-setup] Dec 19 18:53:33.552 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31002024-12-19T18:53:35.635Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31012024-12-19T18:53:35.785Z[ host-package] Compiling hashlink v0.9.1
31022024-12-19T18:53:36.796Z[ host-package] Compiling tungstenite v0.23.0
31032024-12-19T18:53:36.978Z[ host-package] Compiling lru v0.12.5
31042024-12-19T18:53:37.260Z[ host-package] Compiling instability v0.3.2
31052024-12-19T18:53:37.685Z[ host-package] Compiling fallible-iterator v0.3.0
31062024-12-19T18:53:38.628Z[ host-package] Compiling cassowary v0.3.0
31072024-12-19T18:53:38.705Z[ host-package] Compiling base64 v0.13.1
31082024-12-19T18:53:40.266Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31092024-12-19T18:53:40.842Z[ helios-setup] Dec 19 18:53:39.091 INFO E| Finished `release` profile [optimized] target(s) in 13.45s
31102024-12-19T18:53:40.871Z[ helios-setup] Dec 19 18:53:39.106 INFO building project "bootserver" ok (13 seconds)
31112024-12-19T18:53:40.871Z[ helios-setup] Dec 19 18:53:39.106 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31122024-12-19T18:53:40.871Z[ helios-setup] Dec 19 18:53:39.106 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31132024-12-19T18:53:40.874Z[ host-package] Compiling rusqlite v0.32.1
31142024-12-19T18:53:41.150Z[ helios-setup] Dec 19 18:53:39.399 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31152024-12-19T18:53:41.159Z[ host-package] Compiling ron v0.7.1
31162024-12-19T18:53:41.710Z[ helios-setup] Dec 19 18:53:39.959 INFO E| From https://github.com/jclulow/rust-jmclib
31172024-12-19T18:53:41.710Z[ helios-setup] Dec 19 18:53:39.959 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31182024-12-19T18:53:41.731Z[ helios-setup] Dec 19 18:53:39.980 INFO E| Updating crates.io index
31192024-12-19T18:53:41.947Z[ helios-setup] Dec 19 18:53:40.196 INFO E| Downloading crates ...
31202024-12-19T18:53:42.032Z[ helios-setup] Dec 19 18:53:40.281 INFO E| Downloaded anyhow v1.0.72
31212024-12-19T18:53:42.062Z[ helios-setup] Dec 19 18:53:40.311 INFO E| Downloaded opaque-debug v0.3.0
31222024-12-19T18:53:42.070Z[ helios-setup] Dec 19 18:53:40.313 INFO E| Downloaded itoa v1.0.9
31232024-12-19T18:53:42.070Z[ helios-setup] Dec 19 18:53:40.315 INFO E| Downloaded libdevinfo-sys v1.0.0
31242024-12-19T18:53:42.071Z[ helios-setup] Dec 19 18:53:40.316 INFO E| Downloaded fastrand v2.0.0
31252024-12-19T18:53:42.071Z[ helios-setup] Dec 19 18:53:40.318 INFO E| Downloaded digest v0.9.0
31262024-12-19T18:53:42.074Z[ helios-setup] Dec 19 18:53:40.320 INFO E| Downloaded sha-1 v0.9.8
31272024-12-19T18:53:42.076Z[ helios-setup] Dec 19 18:53:40.323 INFO E| Downloaded md-5 v0.9.1
31282024-12-19T18:53:42.076Z[ helios-setup] Dec 19 18:53:40.325 INFO E| Downloaded cpufeatures v0.2.9
31292024-12-19T18:53:42.078Z[ helios-setup] Dec 19 18:53:40.327 INFO E| Downloaded once_cell v1.18.0
31302024-12-19T18:53:42.082Z[ helios-setup] Dec 19 18:53:40.331 INFO E| Downloaded bitflags v2.3.3
31312024-12-19T18:53:42.086Z[ helios-setup] Dec 19 18:53:40.335 INFO E| Downloaded serde_derive v1.0.193
31322024-12-19T18:53:42.090Z[ helios-setup] Dec 19 18:53:40.339 INFO E| Downloaded tempfile v3.7.0
31332024-12-19T18:53:42.094Z[ helios-setup] Dec 19 18:53:40.343 INFO E| Downloaded uuid v0.8.2
31342024-12-19T18:53:42.098Z[ helios-setup] Dec 19 18:53:40.348 INFO E| Downloaded unicode-ident v1.0.11
31352024-12-19T18:53:42.103Z[ helios-setup] Dec 19 18:53:40.352 INFO E| Downloaded serde v1.0.193
31362024-12-19T18:53:42.108Z[ helios-setup] Dec 19 18:53:40.357 INFO E| Downloaded proc-macro2 v1.0.66
31372024-12-19T18:53:42.112Z[ helios-setup] Dec 19 18:53:40.361 INFO E| Downloaded quote v1.0.31
31382024-12-19T18:53:42.116Z[ helios-setup] Dec 19 18:53:40.365 INFO E| Downloaded ryu v1.0.15
31392024-12-19T18:53:42.120Z[ helios-setup] Dec 19 18:53:40.370 INFO E| Downloaded getrandom v0.2.10
31402024-12-19T18:53:42.125Z[ helios-setup] Dec 19 18:53:40.375 INFO E| Downloaded serde_json v1.0.103
31412024-12-19T18:53:42.137Z[ helios-setup] Dec 19 18:53:40.385 INFO E| Downloaded block-buffer v0.9.0
31422024-12-19T18:53:42.140Z[ helios-setup] Dec 19 18:53:40.387 INFO E| Downloaded syn v2.0.32
31432024-12-19T18:53:42.154Z[ helios-setup] Dec 19 18:53:40.403 INFO E| Downloaded rustix v0.38.4
31442024-12-19T18:53:42.215Z[ helios-setup] Dec 19 18:53:40.464 INFO E| Downloaded libc v0.2.147
31452024-12-19T18:53:42.368Z[ helios-setup] Dec 19 18:53:40.617 INFO E| Compiling libc v0.2.147
31462024-12-19T18:53:42.368Z[ helios-setup] Dec 19 18:53:40.617 INFO E| Compiling proc-macro2 v1.0.66
31472024-12-19T18:53:42.371Z[ helios-setup] Dec 19 18:53:40.617 INFO E| Compiling cfg-if v1.0.0
31482024-12-19T18:53:42.371Z[ helios-setup] Dec 19 18:53:40.618 INFO E| Compiling unicode-ident v1.0.11
31492024-12-19T18:53:42.371Z[ helios-setup] Dec 19 18:53:40.618 INFO E| Compiling version_check v0.9.4
31502024-12-19T18:53:42.371Z[ helios-setup] Dec 19 18:53:40.618 INFO E| Compiling typenum v1.16.0
31512024-12-19T18:53:42.371Z[ helios-setup] Dec 19 18:53:40.618 INFO E| Compiling serde v1.0.193
31522024-12-19T18:53:42.371Z[ helios-setup] Dec 19 18:53:40.618 INFO E| Compiling powerfmt v0.2.0
31532024-12-19T18:53:42.906Z[ helios-setup] Dec 19 18:53:41.155 INFO E| Compiling time-core v0.1.2
31542024-12-19T18:53:43.310Z[ helios-setup] Dec 19 18:53:41.559 INFO E| Compiling itoa v1.0.9
31552024-12-19T18:53:43.398Z[ helios-setup] Dec 19 18:53:41.647 INFO E| Compiling rustix v0.38.4
31562024-12-19T18:53:43.736Z[ host-package] Compiling ratatui v0.28.1
31572024-12-19T18:53:43.768Z[ helios-setup] Dec 19 18:53:42.017 INFO E| Compiling slog v2.7.0
31582024-12-19T18:53:43.802Z[ helios-setup] Dec 19 18:53:42.051 INFO E| Compiling num-conv v0.1.0
31592024-12-19T18:53:43.855Z[ host-package] Compiling tokio-tungstenite v0.23.1
31602024-12-19T18:53:44.205Z[ helios-setup] Dec 19 18:53:42.454 INFO E| Compiling generic-array v0.14.7
31612024-12-19T18:53:44.326Z[ helios-setup] Dec 19 18:53:42.575 INFO E| Compiling deranged v0.3.11
31622024-12-19T18:53:44.604Z[ helios-setup] Dec 19 18:53:42.853 INFO E| Compiling time-macros v0.2.18
31632024-12-19T18:53:44.913Z[ helios-setup] Dec 19 18:53:43.162 INFO E| Compiling once_cell v1.18.0
31642024-12-19T18:53:44.982Z[ helios-setup] Dec 19 18:53:43.231 INFO E| Compiling bitflags v2.3.3
31652024-12-19T18:53:45.108Z[ helios-setup] Dec 19 18:53:43.357 INFO E| Compiling num_threads v0.1.6
31662024-12-19T18:53:45.246Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31672024-12-19T18:53:45.398Z[ helios-setup] Dec 19 18:53:43.647 INFO E| Compiling quote v1.0.31
31682024-12-19T18:53:45.811Z[ helios-setup] Dec 19 18:53:44.060 INFO E| Compiling thread_local v1.1.7
31692024-12-19T18:53:46.616Z[ helios-setup] Dec 19 18:53:44.865 INFO E| Compiling syn v2.0.32
31702024-12-19T18:53:46.712Z[ helios-setup] Dec 19 18:53:44.960 INFO E| Compiling dirs-sys-next v0.1.2
31712024-12-19T18:53:46.841Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31722024-12-19T18:53:47.135Z[ helios-setup] Dec 19 18:53:45.383 INFO E| Compiling dirs-next v2.0.0
31732024-12-19T18:53:47.171Z[ helios-setup] Dec 19 18:53:45.420 INFO E| Compiling errno v0.3.1
31742024-12-19T18:53:47.505Z[ helios-setup] Dec 19 18:53:45.754 INFO E| Compiling term v0.7.0
31752024-12-19T18:53:47.641Z[ helios-setup] Dec 19 18:53:45.890 INFO E| Compiling atty v0.2.14
31762024-12-19T18:53:47.942Z[ helios-setup] Dec 19 18:53:46.191 INFO E| Compiling serde_json v1.0.103
31772024-12-19T18:53:48.433Z[ helios-setup] Dec 19 18:53:46.682 INFO E| Compiling fastrand v2.0.0
31782024-12-19T18:53:48.823Z[ helios-setup] Dec 19 18:53:47.072 INFO E| Compiling opaque-debug v0.3.0
31792024-12-19T18:53:48.932Z[ helios-setup] Dec 19 18:53:47.181 INFO E| Compiling anyhow v1.0.72
31802024-12-19T18:53:49.333Z[ helios-setup] Dec 19 18:53:47.581 INFO E| Compiling getrandom v0.2.10
31812024-12-19T18:53:49.921Z[ helios-setup] Dec 19 18:53:48.169 INFO E| Compiling unicode-width v0.1.10
31822024-12-19T18:53:50.070Z[ helios-setup] Dec 19 18:53:48.318 INFO E| Compiling digest v0.9.0
31832024-12-19T18:53:50.116Z[ helios-setup] Dec 19 18:53:48.365 INFO E| Compiling block-buffer v0.9.0
31842024-12-19T18:53:50.275Z[ host-package] Compiling xz2 v0.1.7
31852024-12-19T18:53:50.312Z[ helios-setup] Dec 19 18:53:48.561 INFO E| Compiling tempfile v3.7.0
31862024-12-19T18:53:50.345Z[ helios-setup] Dec 19 18:53:48.593 INFO E| Compiling ryu v1.0.15
31872024-12-19T18:53:50.539Z[ helios-setup] Dec 19 18:53:48.788 INFO E| Compiling same-file v1.0.6
31882024-12-19T18:53:50.997Z[ helios-setup] Dec 19 18:53:49.246 INFO E| Compiling time v0.3.36
31892024-12-19T18:53:51.032Z[ helios-setup] Dec 19 18:53:49.281 INFO E| Compiling cpufeatures v0.2.9
31902024-12-19T18:53:51.039Z[ helios-setup] Dec 19 18:53:49.286 INFO E| Compiling walkdir v2.3.3
31912024-12-19T18:53:51.129Z[ helios-setup] Dec 19 18:53:49.378 INFO E| Compiling sha-1 v0.9.8
31922024-12-19T18:53:51.303Z[ helios-setup] Dec 19 18:53:49.551 INFO E| Compiling md-5 v0.9.1
31932024-12-19T18:53:51.476Z[ helios-setup] Dec 19 18:53:49.725 INFO E| Compiling getopts v0.2.21
31942024-12-19T18:53:52.184Z[ helios-setup] Dec 19 18:53:50.432 INFO E| Compiling libdevinfo-sys v1.0.0
31952024-12-19T18:53:52.249Z[ helios-setup] Dec 19 18:53:50.498 INFO E| Compiling glob v0.3.1
31962024-12-19T18:53:52.554Z[ host-package] Compiling tokio-rustls v0.24.1
31972024-12-19T18:53:53.562Z[ host-package] Compiling zone v0.1.8
31982024-12-19T18:53:54.193Z[ helios-setup] Dec 19 18:53:52.441 INFO E| Compiling slog-term v2.9.0
31992024-12-19T18:53:56.916Z[ helios-setup] Dec 19 18:53:55.163 INFO E| Compiling serde_derive v1.0.193
32002024-12-19T18:54:03.099Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32012024-12-19T18:54:08.896Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32022024-12-19T18:54:10.290Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32032024-12-19T18:54:11.577Z[ helios-setup] Dec 19 18:54:09.825 INFO E| Compiling toml v0.5.11
32042024-12-19T18:54:11.578Z[ helios-setup] Dec 19 18:54:09.825 INFO E| Compiling uuid v0.8.2
32052024-12-19T18:54:12.752Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32062024-12-19T18:54:13.621Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32072024-12-19T18:54:13.698Z[ helios-setup] Dec 19 18:54:11.945 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32082024-12-19T18:54:17.080Z[ helios-setup] Dec 19 18:54:15.326 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32092024-12-19T18:54:18.682Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32102024-12-19T18:54:23.434Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32112024-12-19T18:54:24.809Z[ host-package] Compiling rustls-pemfile v1.0.4
32122024-12-19T18:54:25.766Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32132024-12-19T18:54:26.187Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32142024-12-19T18:54:27.693Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32152024-12-19T18:54:28.083Z[ host-package] Compiling signal-hook-tokio v0.3.1
32162024-12-19T18:54:28.351Z[ host-package] Compiling twox-hash v1.6.3
32172024-12-19T18:54:28.597Z[ host-package] Compiling yasna v0.5.2
32182024-12-19T18:54:29.751Z[ host-package] Compiling is_ci v1.2.0
32192024-12-19T18:54:30.452Z[ host-package] Compiling smawk v0.3.2
32202024-12-19T18:54:30.645Z[ helios-setup] Dec 19 18:54:28.890 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.69s
32212024-12-19T18:54:30.679Z[ helios-setup] Dec 19 18:54:28.925 INFO building project "image-builder" ok (49 seconds)
32222024-12-19T18:54:30.679Z[ helios-setup] Dec 19 18:54:28.925 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32232024-12-19T18:54:30.679Z[ helios-setup] Dec 19 18:54:28.925 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32242024-12-19T18:54:30.782Z[ host-package] Compiling unicode-linebreak v0.1.5
32252024-12-19T18:54:31.053Z[ helios-setup] Dec 19 18:54:29.298 INFO E| Downloading crates ...
32262024-12-19T18:54:31.147Z[ helios-setup] Dec 19 18:54:29.392 INFO E| Downloaded miniz_oxide v0.7.2
32272024-12-19T18:54:31.247Z[ helios-setup] Dec 19 18:54:29.492 INFO E| Compiling adler v1.0.2
32282024-12-19T18:54:31.385Z[ helios-setup] Dec 19 18:54:29.631 INFO E| Compiling miniz_oxide v0.7.2
32292024-12-19T18:54:31.530Z[ host-package] Compiling textwrap v0.16.1
32302024-12-19T18:54:31.869Z[ host-package] Compiling supports-color v3.0.1
32312024-12-19T18:54:32.280Z[ host-package] Compiling rcgen v0.12.1
32322024-12-19T18:54:32.483Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332024-12-19T18:54:34.328Z[ helios-setup] Dec 19 18:54:32.573 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32342024-12-19T18:54:35.361Z[ helios-setup] Dec 19 18:54:33.606 INFO E| Finished `release` profile [optimized] target(s) in 4.57s
32352024-12-19T18:54:35.372Z[ helios-setup] Dec 19 18:54:33.617 INFO building project "pinprick" ok (4 seconds)
32362024-12-19T18:54:35.372Z[ helios-setup] Dec 19 18:54:33.617 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32372024-12-19T18:54:35.375Z[ helios-setup] Dec 19 18:54:33.617 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32382024-12-19T18:54:35.382Z[ helios-setup] Dec 19 18:54:33.627 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32392024-12-19T18:54:35.443Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32402024-12-19T18:54:35.791Z[ helios-setup] Dec 19 18:54:34.036 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32412024-12-19T18:54:35.791Z[ helios-setup] Dec 19 18:54:34.036 INFO E| info: downloading component 'cargo'
32422024-12-19T18:54:37.078Z[ helios-setup] Dec 19 18:54:35.323 INFO E| info: downloading component 'clippy'
32432024-12-19T18:54:37.351Z[ helios-setup] Dec 19 18:54:35.596 INFO E| info: downloading component 'rust-docs'
32442024-12-19T18:54:38.719Z[ helios-setup] Dec 19 18:54:36.964 INFO E| info: downloading component 'rust-src'
32452024-12-19T18:54:39.018Z[ helios-setup] Dec 19 18:54:37.263 INFO E| info: downloading component 'rust-std'
32462024-12-19T18:54:41.152Z[ helios-setup] Dec 19 18:54:39.397 INFO E| info: downloading component 'rustc'
32472024-12-19T18:54:43.712Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32482024-12-19T18:54:45.251Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32492024-12-19T18:54:46.359Z[ helios-setup] Dec 19 18:54:44.603 INFO E| info: downloading component 'rustfmt'
32502024-12-19T18:54:46.454Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32512024-12-19T18:54:46.716Z[ helios-setup] Dec 19 18:54:44.960 INFO E| info: installing component 'cargo'
32522024-12-19T18:54:47.994Z[ helios-setup] Dec 19 18:54:46.238 INFO E| info: installing component 'clippy'
32532024-12-19T18:54:48.434Z[ helios-setup] Dec 19 18:54:46.679 INFO E| info: installing component 'rust-docs'
32542024-12-19T18:54:53.870Z[ helios-setup] Dec 19 18:54:52.114 INFO E| info: installing component 'rust-src'
32552024-12-19T18:54:54.436Z[ helios-setup] Dec 19 18:54:52.680 INFO E| info: installing component 'rust-std'
32562024-12-19T18:54:57.195Z[ helios-setup] Dec 19 18:54:55.439 INFO E| info: installing component 'rustc'
32572024-12-19T18:55:03.591Z[ helios-setup] Dec 19 18:55:01.834 INFO E| info: installing component 'rustfmt'
32582024-12-19T18:55:04.462Z[ helios-setup] Dec 19 18:55:02.705 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32592024-12-19T18:55:05.265Z[ helios-setup] Dec 19 18:55:03.508 INFO E| From https://github.com/oxidecomputer/amd-apcb
32602024-12-19T18:55:05.265Z[ helios-setup] Dec 19 18:55:03.508 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32612024-12-19T18:55:05.265Z[ helios-setup] Dec 19 18:55:03.508 INFO E| * [new tag] v0.4.3 -> v0.4.3
32622024-12-19T18:55:05.298Z[ helios-setup] Dec 19 18:55:03.541 INFO E| * [new tag] v0.1.3 -> v0.1.3
32632024-12-19T18:55:05.298Z[ helios-setup] Dec 19 18:55:03.541 INFO E| * [new tag] v0.1.4 -> v0.1.4
32642024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.541 INFO E| * [new tag] v0.1.5 -> v0.1.5
32652024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.541 INFO E| * [new tag] v0.2.0 -> v0.2.0
32662024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.542 INFO E| * [new tag] v0.3.0 -> v0.3.0
32672024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.542 INFO E| * [new tag] v0.3.1 -> v0.3.1
32682024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.542 INFO E| * [new tag] v0.3.2 -> v0.3.2
32692024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.542 INFO E| * [new tag] v0.3.3 -> v0.3.3
32702024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.542 INFO E| * [new tag] v0.4.0 -> v0.4.0
32712024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.542 INFO E| * [new tag] v0.4.1 -> v0.4.1
32722024-12-19T18:55:05.301Z[ helios-setup] Dec 19 18:55:03.542 INFO E| * [new tag] v0.4.2 -> v0.4.2
32732024-12-19T18:55:05.343Z[ helios-setup] Dec 19 18:55:03.586 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32742024-12-19T18:55:06.247Z[ helios-setup] Dec 19 18:55:04.490 INFO E| From https://github.com/oxidecomputer/amd-efs
32752024-12-19T18:55:06.247Z[ helios-setup] Dec 19 18:55:04.490 INFO E| * [new branch] empty -> origin/empty
32762024-12-19T18:55:06.247Z[ helios-setup] Dec 19 18:55:04.490 INFO E| * [new branch] issue-99 -> origin/issue-99
32772024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.491 INFO E| * [new branch] main -> origin/main
32782024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.491 INFO E| * [new branch] review -> origin/review
32792024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.491 INFO E| * [new ref] -> origin/HEAD
32802024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.491 INFO E| * [new tag] v0.2.0 -> v0.2.0
32812024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.491 INFO E| * [new tag] v0.2.1 -> v0.2.1
32822024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.492 INFO E| * [new tag] v0.2.2 -> v0.2.2
32832024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.492 INFO E| * [new tag] v0.2.3 -> v0.2.3
32842024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.492 INFO E| * [new tag] v0.2.4 -> v0.2.4
32852024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.492 INFO E| * [new tag] v0.2.5 -> v0.2.5
32862024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.492 INFO E| * [new tag] v0.2.6 -> v0.2.6
32872024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.492 INFO E| * [new tag] v0.2.7 -> v0.2.7
32882024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.492 INFO E| * [new tag] v0.3.0 -> v0.3.0
32892024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.493 INFO E| * [new tag] v0.3.1 -> v0.3.1
32902024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.493 INFO E| * [new tag] v0.4.0 -> v0.4.0
32912024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.493 INFO E| * [new tag] v0.4.1 -> v0.4.1
32922024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.493 INFO E| * [new tag] v0.4.2 -> v0.4.2
32932024-12-19T18:55:06.250Z[ helios-setup] Dec 19 18:55:04.493 INFO E| * [new tag] v0.4.3 -> v0.4.3
32942024-12-19T18:55:06.274Z[ helios-setup] Dec 19 18:55:04.517 INFO E| Updating crates.io index
32952024-12-19T18:55:06.431Z[ helios-setup] Dec 19 18:55:04.674 INFO E| Downloading crates ...
32962024-12-19T18:55:06.605Z[ helios-setup] Dec 19 18:55:04.848 INFO E| Downloaded unic-ucd-version v0.9.0
32972024-12-19T18:55:06.607Z[ helios-setup] Dec 19 18:55:04.850 INFO E| Downloaded unic-common v0.9.0
32982024-12-19T18:55:06.610Z[ helios-setup] Dec 19 18:55:04.851 INFO E| Downloaded unic-char-range v0.9.0
32992024-12-19T18:55:06.610Z[ helios-setup] Dec 19 18:55:04.853 INFO E| Downloaded scroll_derive v0.10.5
33002024-12-19T18:55:06.612Z[ helios-setup] Dec 19 18:55:04.854 INFO E| Downloaded parse_int v0.6.0
33012024-12-19T18:55:06.612Z[ helios-setup] Dec 19 18:55:04.855 INFO E| Downloaded unic-char-property v0.9.0
33022024-12-19T18:55:06.615Z[ helios-setup] Dec 19 18:55:04.857 INFO E| Downloaded structopt-derive v0.4.18
33032024-12-19T18:55:06.618Z[ helios-setup] Dec 19 18:55:04.859 INFO E| Downloaded bytesize v1.3.0
33042024-12-19T18:55:06.618Z[ helios-setup] Dec 19 18:55:04.860 INFO E| Downloaded strum v0.23.0
33052024-12-19T18:55:06.618Z[ helios-setup] Dec 19 18:55:04.861 INFO E| Downloaded rustc_version v0.2.3
33062024-12-19T18:55:06.621Z[ helios-setup] Dec 19 18:55:04.862 INFO E| Downloaded proc-macro-crate v0.1.5
33072024-12-19T18:55:06.621Z[ helios-setup] Dec 19 18:55:04.864 INFO E| Downloaded thiserror-impl v1.0.64
33082024-12-19T18:55:06.623Z[ helios-setup] Dec 19 18:55:04.866 INFO E| Downloaded thiserror v1.0.64
33092024-12-19T18:55:06.631Z[ helios-setup] Dec 19 18:55:04.874 INFO E| Downloaded unic-ucd-ident v0.9.0
33102024-12-19T18:55:06.633Z[ helios-setup] Dec 19 18:55:04.876 INFO E| Downloaded textwrap v0.11.0
33112024-12-19T18:55:06.636Z[ helios-setup] Dec 19 18:55:04.878 INFO E| Downloaded strum_macros v0.23.1
33122024-12-19T18:55:06.639Z[ helios-setup] Dec 19 18:55:04.881 INFO E| Downloaded modular-bitfield-impl v0.11.2
33132024-12-19T18:55:06.641Z[ helios-setup] Dec 19 18:55:04.883 INFO E| Downloaded vec_map v0.8.2
33142024-12-19T18:55:06.645Z[ helios-setup] Dec 19 18:55:04.885 INFO E| Downloaded semver v0.9.0
33152024-12-19T18:55:06.645Z[ helios-setup] Dec 19 18:55:04.887 INFO E| Downloaded semver-parser v0.7.0
33162024-12-19T18:55:06.647Z[ helios-setup] Dec 19 18:55:04.888 INFO E| Downloaded pre v0.2.1
33172024-12-19T18:55:06.648Z[ helios-setup] Dec 19 18:55:04.889 INFO E| Downloaded strsim v0.8.0
33182024-12-19T18:55:06.651Z[ helios-setup] Dec 19 18:55:04.892 INFO E| Downloaded scroll v0.10.2
33192024-12-19T18:55:06.653Z[ helios-setup] Dec 19 18:55:04.894 INFO E| Downloaded pest_derive v2.7.13
33202024-12-19T18:55:06.655Z[ helios-setup] Dec 19 18:55:04.898 INFO E| Downloaded once_cell v1.20.1
33212024-12-19T18:55:06.659Z[ helios-setup] Dec 19 18:55:04.902 INFO E| Downloaded pre-proc-macro v0.2.1
33222024-12-19T18:55:06.661Z[ helios-setup] Dec 19 18:55:04.904 INFO E| Downloaded modular-bitfield v0.11.2
33232024-12-19T18:55:06.678Z[ helios-setup] Dec 19 18:55:04.921 INFO E| Downloaded structopt v0.3.26
33242024-12-19T18:55:06.689Z[ helios-setup] Dec 19 18:55:04.932 INFO E| Downloaded clap v2.34.0
33252024-12-19T18:55:06.699Z[ helios-setup] Dec 19 18:55:04.942 INFO E| Downloaded serde_json v1.0.128
33262024-12-19T18:55:06.711Z[ helios-setup] Dec 19 18:55:04.954 INFO E| Downloaded pest v2.7.13
33272024-12-19T18:55:06.719Z[ helios-setup] Dec 19 18:55:04.962 INFO E| Downloaded goblin v0.4.3
33282024-12-19T18:55:06.754Z[ helios-setup] Dec 19 18:55:04.996 INFO E| Downloaded syn v2.0.79
33292024-12-19T18:55:06.771Z[ helios-setup] Dec 19 18:55:05.014 INFO E| Downloaded serde_derive v1.0.210
33302024-12-19T18:55:06.775Z[ helios-setup] Dec 19 18:55:05.018 INFO E| Downloaded serde v1.0.210
33312024-12-19T18:55:06.780Z[ helios-setup] Dec 19 18:55:05.023 INFO E| Downloaded libc v0.2.159
33322024-12-19T18:55:06.843Z[ helios-setup] Dec 19 18:55:05.085 INFO E| Downloaded pest_meta v2.7.13
33332024-12-19T18:55:06.845Z[ helios-setup] Dec 19 18:55:05.088 INFO E| Downloaded ansi_term v0.12.1
33342024-12-19T18:55:06.847Z[ helios-setup] Dec 19 18:55:05.090 INFO E| Downloaded pest_generator v2.7.13
33352024-12-19T18:55:06.850Z[ helios-setup] Dec 19 18:55:05.091 INFO E| Downloaded four-cc v0.3.0
33362024-12-19T18:55:06.850Z[ helios-setup] Dec 19 18:55:05.092 INFO E| Downloaded memoffset v0.5.6
33372024-12-19T18:55:06.853Z[ helios-setup] Dec 19 18:55:05.093 INFO E| Downloaded fletcher v0.1.0
33382024-12-19T18:55:06.853Z[ helios-setup] Dec 19 18:55:05.094 INFO E| Downloaded cfg-if v0.1.10
33392024-12-19T18:55:06.934Z[ helios-setup] Dec 19 18:55:05.177 INFO E| Compiling proc-macro2 v1.0.86
33402024-12-19T18:55:06.934Z[ helios-setup] Dec 19 18:55:05.177 INFO E| Compiling unicode-ident v1.0.13
33412024-12-19T18:55:06.938Z[ helios-setup] Dec 19 18:55:05.177 INFO E| Compiling syn v1.0.109
33422024-12-19T18:55:06.938Z[ helios-setup] Dec 19 18:55:05.177 INFO E| Compiling version_check v0.9.5
33432024-12-19T18:55:06.938Z[ helios-setup] Dec 19 18:55:05.177 INFO E| Compiling memchr v2.7.4
33442024-12-19T18:55:06.938Z[ helios-setup] Dec 19 18:55:05.178 INFO E| Compiling semver-parser v0.7.0
33452024-12-19T18:55:06.943Z[ helios-setup] Dec 19 18:55:05.186 INFO E| Compiling autocfg v1.4.0
33462024-12-19T18:55:06.946Z[ helios-setup] Dec 19 18:55:05.187 INFO E| Compiling thiserror v1.0.64
33472024-12-19T18:55:07.125Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33482024-12-19T18:55:07.374Z[ helios-setup] Dec 19 18:55:05.617 INFO E| Compiling serde v1.0.210
33492024-12-19T18:55:08.222Z[ helios-setup] Dec 19 18:55:06.464 INFO E| Compiling proc-macro-error-attr v1.0.4
33502024-12-19T18:55:08.367Z[ helios-setup] Dec 19 18:55:06.604 INFO E| Compiling semver v0.9.0
33512024-12-19T18:55:08.461Z[ helios-setup] Dec 19 18:55:06.703 INFO E| Compiling proc-macro-error v1.0.4
33522024-12-19T18:55:08.741Z[ helios-setup] Dec 19 18:55:06.983 INFO E| Compiling serde_json v1.0.128
33532024-12-19T18:55:08.768Z[ helios-setup] Dec 19 18:55:07.011 INFO E| Compiling num-traits v0.2.19
33542024-12-19T18:55:08.981Z[ helios-setup] Dec 19 18:55:07.224 INFO E| Compiling rustc_version v0.2.3
33552024-12-19T18:55:09.147Z[ helios-setup] Dec 19 18:55:07.390 INFO E| Compiling schemars v0.8.21
33562024-12-19T18:55:09.364Z[ helios-setup] Dec 19 18:55:07.607 INFO E| Compiling unicode-segmentation v1.12.0
33572024-12-19T18:55:09.435Z[ helios-setup] Dec 19 18:55:07.677 INFO E| Compiling ryu v1.0.18
33582024-12-19T18:55:09.626Z[ helios-setup] Dec 19 18:55:07.868 INFO E| Compiling itoa v1.0.11
33592024-12-19T18:55:09.989Z[ helios-setup] Dec 19 18:55:08.232 INFO E| Compiling memoffset v0.5.6
33602024-12-19T18:55:10.021Z[ helios-setup] Dec 19 18:55:08.264 INFO E| Compiling pre-proc-macro v0.2.1
33612024-12-19T18:55:10.119Z[ helios-setup] Dec 19 18:55:08.361 INFO E| Compiling ucd-trie v0.1.7
33622024-12-19T18:55:10.431Z[ helios-setup] Dec 19 18:55:08.674 INFO E| Compiling paste v1.0.15
33632024-12-19T18:55:10.701Z[ helios-setup] Dec 19 18:55:08.944 INFO E| Compiling dyn-clone v1.0.17
33642024-12-19T18:55:10.910Z[ helios-setup] Dec 19 18:55:09.152 INFO E| Compiling quote v1.0.37
33652024-12-19T18:55:11.007Z[ helios-setup] Dec 19 18:55:09.249 INFO E| Compiling heck v0.3.3
33662024-12-19T18:55:11.162Z[ helios-setup] Dec 19 18:55:09.405 INFO E| Compiling libc v0.2.159
33672024-12-19T18:55:11.351Z[ helios-setup] Dec 19 18:55:09.594 INFO E| Compiling lazy_static v1.5.0
33682024-12-19T18:55:11.431Z[ helios-setup] Dec 19 18:55:09.674 INFO E| Compiling rustversion v1.0.17
33692024-12-19T18:55:11.686Z[ helios-setup] Dec 19 18:55:09.928 INFO E| Compiling syn v2.0.79
33702024-12-19T18:55:12.200Z[ helios-setup] Dec 19 18:55:10.442 INFO E| Compiling pre v0.2.1
33712024-12-19T18:55:12.736Z[ helios-setup] Dec 19 18:55:10.979 INFO E| Compiling byteorder v1.5.0
33722024-12-19T18:55:12.784Z[ helios-setup] Dec 19 18:55:11.026 INFO E| Compiling once_cell v1.20.1
33732024-12-19T18:55:13.052Z[ helios-setup] Dec 19 18:55:11.295 INFO E| Compiling static_assertions v1.1.0
33742024-12-19T18:55:13.150Z[ helios-setup] Dec 19 18:55:11.393 INFO E| Compiling cfg-if v0.1.10
33752024-12-19T18:55:14.029Z[ helios-setup] Dec 19 18:55:12.271 INFO E| Compiling unicode-width v0.1.14
33762024-12-19T18:55:15.036Z[ helios-setup] Dec 19 18:55:13.278 INFO E| Compiling atty v0.2.14
33772024-12-19T18:55:15.380Z[ helios-setup] Dec 19 18:55:13.622 INFO E| Compiling textwrap v0.11.0
33782024-12-19T18:55:15.489Z[ helios-setup] Dec 19 18:55:13.731 INFO E| Compiling bitflags v1.3.2
33792024-12-19T18:55:15.590Z[ helios-setup] Dec 19 18:55:13.832 INFO E| Compiling ansi_term v0.12.1
33802024-12-19T18:55:15.880Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33812024-12-19T18:55:16.337Z[ helios-setup] Dec 19 18:55:14.580 INFO E| Compiling parse_int v0.6.0
33822024-12-19T18:55:16.467Z[ helios-setup] Dec 19 18:55:14.709 INFO E| Compiling unic-char-range v0.9.0
33832024-12-19T18:55:16.509Z[ helios-setup] Dec 19 18:55:14.751 INFO E| Compiling vec_map v0.8.2
33842024-12-19T18:55:16.671Z[ helios-setup] Dec 19 18:55:14.913 INFO E| Compiling strsim v0.8.0
33852024-12-19T18:55:16.745Z[ helios-setup] Dec 19 18:55:14.987 INFO E| Compiling fletcher v0.1.0
33862024-12-19T18:55:16.901Z[ helios-setup] Dec 19 18:55:15.143 INFO E| Compiling strum v0.23.0
33872024-12-19T18:55:16.943Z[ helios-setup] Dec 19 18:55:15.185 INFO E| Compiling unic-common v0.9.0
33882024-12-19T18:55:16.968Z[ helios-setup] Dec 19 18:55:15.210 INFO E| Compiling unic-char-property v0.9.0
33892024-12-19T18:55:17.076Z[ helios-setup] Dec 19 18:55:15.318 INFO E| Compiling clap v2.34.0
33902024-12-19T18:55:17.090Z[ helios-setup] Dec 19 18:55:15.332 INFO E| Compiling unic-ucd-version v0.9.0
33912024-12-19T18:55:17.171Z[ helios-setup] Dec 19 18:55:15.413 INFO E| Compiling log v0.4.22
33922024-12-19T18:55:17.199Z[ helios-setup] Dec 19 18:55:15.441 INFO E| Compiling plain v0.2.3
33932024-12-19T18:55:17.267Z[ helios-setup] Dec 19 18:55:15.509 INFO E| Compiling unic-ucd-ident v0.9.0
33942024-12-19T18:55:17.463Z[ helios-setup] Dec 19 18:55:15.705 INFO E| Compiling bytesize v1.3.0
33952024-12-19T18:55:20.453Z[ helios-setup] Dec 19 18:55:18.695 INFO E| Compiling serde_derive_internals v0.29.1
33962024-12-19T18:55:22.120Z[ helios-setup] Dec 19 18:55:20.362 INFO E| Compiling toml v0.5.11
33972024-12-19T18:55:25.356Z[ helios-setup] Dec 19 18:55:23.597 INFO E| Compiling proc-macro-crate v0.1.5
33982024-12-19T18:55:26.460Z[ helios-setup] Dec 19 18:55:24.702 INFO E| Compiling thiserror-impl v1.0.64
33992024-12-19T18:55:26.620Z[ helios-setup] Dec 19 18:55:24.862 INFO E| Compiling serde_derive v1.0.210
34002024-12-19T18:55:27.433Z[ helios-setup] Dec 19 18:55:25.674 INFO E| Compiling schemars_derive v0.8.21
34012024-12-19T18:55:27.615Z[ helios-setup] Dec 19 18:55:25.856 INFO E| Compiling zerocopy-derive v0.6.6
34022024-12-19T18:55:27.642Z[ helios-setup] Dec 19 18:55:25.883 INFO E| Compiling num-derive v0.4.2
34032024-12-19T18:55:29.620Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34042024-12-19T18:55:31.071Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34052024-12-19T18:55:32.103Z[ helios-setup] Dec 19 18:55:30.344 INFO E| Compiling pest v2.7.13
34062024-12-19T18:55:32.306Z[ helios-setup] Dec 19 18:55:30.547 INFO E| Compiling zerocopy v0.6.6
34072024-12-19T18:55:34.067Z[ helios-setup] Dec 19 18:55:32.308 INFO E| Compiling modular-bitfield-impl v0.11.2
34082024-12-19T18:55:34.592Z[ helios-setup] Dec 19 18:55:32.833 INFO E| Compiling strum_macros v0.23.1
34092024-12-19T18:55:34.825Z[ helios-setup] Dec 19 18:55:33.066 INFO E| Compiling scroll_derive v0.10.5
34102024-12-19T18:55:34.835Z[ helios-setup] Dec 19 18:55:33.076 INFO E| Compiling structopt-derive v0.4.18
34112024-12-19T18:55:37.927Z[ helios-setup] Dec 19 18:55:36.167 INFO E| Compiling pest_meta v2.7.13
34122024-12-19T18:55:38.114Z[ helios-setup] Dec 19 18:55:36.354 INFO E| Compiling scroll v0.10.2
34132024-12-19T18:55:39.065Z[ helios-setup] Dec 19 18:55:37.305 INFO E| Compiling goblin v0.4.3
34142024-12-19T18:55:39.389Z[ helios-setup] Dec 19 18:55:37.629 INFO E| Compiling modular-bitfield v0.11.2
34152024-12-19T18:55:39.424Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34162024-12-19T18:55:40.239Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34172024-12-19T18:55:40.307Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34182024-12-19T18:55:40.471Z[ helios-setup] Dec 19 18:55:38.711 INFO E| Compiling structopt v0.3.26
34192024-12-19T18:55:40.665Z[ helios-setup] Dec 19 18:55:38.905 INFO E| Compiling pest_generator v2.7.13
34202024-12-19T18:55:45.519Z[ helios-setup] Dec 19 18:55:43.759 INFO E| Compiling pest_derive v2.7.13
34212024-12-19T18:55:49.099Z[ host-package] Compiling fatfs v0.3.6
34222024-12-19T18:55:50.336Z[ host-package] Compiling rtoolbox v0.0.2
34232024-12-19T18:55:50.457Z[ helios-setup] Dec 19 18:55:48.697 INFO E| Compiling json5 v0.4.1
34242024-12-19T18:55:50.943Z[ host-package] Compiling subprocess v0.2.9
34252024-12-19T18:55:52.830Z[ host-package] Compiling assert_matches v1.5.0
34262024-12-19T18:55:55.101Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34272024-12-19T18:55:55.952Z[ helios-setup] Dec 19 18:55:54.191 INFO E| Compiling four-cc v0.3.0
34282024-12-19T18:55:55.952Z[ helios-setup] Dec 19 18:55:54.191 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34292024-12-19T18:55:56.120Z[ helios-setup] Dec 19 18:55:54.359 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34302024-12-19T18:55:57.816Z[ host-package] Compiling rpassword v7.3.1
34312024-12-19T18:55:58.430Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34322024-12-19T18:56:01.223Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34332024-12-19T18:56:01.308Z[ host-package] Compiling tui-tree-widget v0.22.0
34342024-12-19T18:56:01.951Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34352024-12-19T18:56:04.937Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34362024-12-19T18:56:09.531Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34372024-12-19T18:56:09.945Z[ host-package] Compiling uzers v0.12.1
34382024-12-19T18:56:13.498Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34392024-12-19T18:56:20.600Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34402024-12-19T18:56:22.956Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34412024-12-19T18:56:40.742Z[ helios-setup] Dec 19 18:56:38.978 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34422024-12-19T18:56:50.299Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34432024-12-19T18:56:58.476Z[ host-package] Compiling multimap v0.10.0
34442024-12-19T18:56:59.574Z[ helios-setup] Dec 19 18:56:57.808 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34452024-12-19T18:57:54.187Z[ helios-setup] Dec 19 18:57:52.417 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s
34462024-12-19T18:57:54.225Z[ helios-setup] Dec 19 18:57:52.455 INFO building project "amd-host-image-builder" ok (198 seconds)
34472024-12-19T18:57:54.229Z[ helios-setup] rm -f helios-build
34482024-12-19T18:57:54.232Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34492024-12-19T18:57:54.237Z[ helios-setup]
34502024-12-19T18:57:54.237Z[ helios-setup] Setup complete! ./helios-build is now available.
34512024-12-19T18:57:54.240Z[ helios-setup]
34522024-12-19T18:57:54.240Z[ helios-setup]
34532024-12-19T18:57:54.240Z[ helios-setup] real 12:09.653442572
34542024-12-19T18:57:54.240Z[ helios-setup] user 29:05.270051138
34552024-12-19T18:57:54.240Z[ helios-setup] sys 3:35.212227203
34562024-12-19T18:57:54.240Z[ helios-setup] trap 1.672747608
34572024-12-19T18:57:54.240Z[ helios-setup] tflt 6.461582454
34582024-12-19T18:57:54.240Z[ helios-setup] dflt 39.815402379
34592024-12-19T18:57:54.240Z[ helios-setup] kflt 0.049265002
34602024-12-19T18:57:54.240Z[ helios-setup] lock 2:04:58.691839458
34612024-12-19T18:57:54.240Z[ helios-setup] slp 3:46:01.678702041
34622024-12-19T18:57:54.240Z[ helios-setup] lat 33:19.359239107
34632024-12-19T18:57:54.240Z[ helios-setup] stop 4:34.925255284
34642024-12-19T18:57:54.240ZDec 19 18:57:52.470 INFO [helios-setup] process exited with exit status: 0 (729.660770876s)
34652024-12-19T18:57:54.243ZDec 19 18:57:52.471 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34662024-12-19T18:57:54.267Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34672024-12-19T18:57:54.596Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34682024-12-19T18:57:54.596Z[ phbl-toolchain] info: downloading component 'cargo'
34692024-12-19T18:57:55.687Z[ phbl-toolchain] info: downloading component 'clippy'
34702024-12-19T18:57:56.074Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34712024-12-19T18:58:01.132Z[ phbl-toolchain] info: downloading component 'miri'
34722024-12-19T18:58:01.400Z[ phbl-toolchain] info: downloading component 'rust-docs'
34732024-12-19T18:58:03.148Z[ phbl-toolchain] info: downloading component 'rust-src'
34742024-12-19T18:58:03.327Z[ phbl-toolchain] info: downloading component 'rust-std'
34752024-12-19T18:58:05.508Z[ phbl-toolchain] info: downloading component 'rustc'
34762024-12-19T18:58:12.877Z[ phbl-toolchain] info: downloading component 'rustfmt'
34772024-12-19T18:58:13.098Z[ phbl-toolchain] info: installing component 'cargo'
34782024-12-19T18:58:14.435Z[ phbl-toolchain] info: installing component 'clippy'
34792024-12-19T18:58:14.962Z[ phbl-toolchain] info: installing component 'llvm-tools'
34802024-12-19T18:58:20.620Z[ phbl-toolchain] info: installing component 'miri'
34812024-12-19T18:58:20.984Z[ phbl-toolchain] info: installing component 'rust-docs'
34822024-12-19T18:58:29.438Z[ phbl-toolchain] info: installing component 'rust-src'
34832024-12-19T18:58:30.313Z[ phbl-toolchain] info: installing component 'rust-std'
34842024-12-19T18:58:32.739Z[ phbl-toolchain] info: installing component 'rustc'
34852024-12-19T18:58:41.834Z[ phbl-toolchain] info: installing component 'rustfmt'
34862024-12-19T18:58:42.567Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34872024-12-19T18:58:42.571ZDec 19 18:58:40.798 INFO [phbl-toolchain] process exited with exit status: 0 (48.326270461s)
34882024-12-19T18:59:28.416Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34892024-12-19T18:59:35.810Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34902024-12-19T19:06:13.484Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 37s
34912024-12-19T19:07:20.600ZDec 19 19:07:18.788 INFO [host-package] process exited with exit status: 0 (1244.446530784s)
34922024-12-19T19:07:20.603ZDec 19 19:07:18.789 INFO [host-stamp] running task
34932024-12-19T19:07:20.603ZDec 19 19:07:18.789 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34942024-12-19T19:07:20.616ZDec 19 19:07:18.799 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+git331ac9a90c4
34952024-12-19T19:07:20.621ZDec 19 19:07:18.810 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+git331ac9a90c4
34962024-12-19T19:07:20.628Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34972024-12-19T19:07:20.631Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-19T19:07:20.631ZDec 19 19:07:18.820 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+git331ac9a90c4
34992024-12-19T19:07:20.638Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35002024-12-19T19:07:20.641Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35012024-12-19T19:07:20.643ZDec 19 19:07:18.830 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+git331ac9a90c4
35022024-12-19T19:07:20.650Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35032024-12-19T19:07:20.650ZDec 19 19:07:18.839 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+git331ac9a90c4
35042024-12-19T19:07:20.660ZDec 19 19:07:18.849 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+git331ac9a90c4
35052024-12-19T19:07:20.668Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-19T19:07:20.672ZDec 19 19:07:18.861 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+git331ac9a90c4
35072024-12-19T19:07:20.681Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-19T19:07:20.681Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35092024-12-19T19:07:20.685Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-19T19:07:20.685ZDec 19 19:07:18.874 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+git331ac9a90c4
35112024-12-19T19:07:20.698ZDec 19 19:07:18.886 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (86.90213ms)
35122024-12-19T19:07:20.698ZDec 19 19:07:18.886 INFO [stamp-overlay] process exited with exit status: 0 (47.199095ms)
35132024-12-19T19:07:20.700Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-19T19:07:20.711Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35152024-12-19T19:07:20.724Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35162024-12-19T19:07:20.727ZDec 19 19:07:18.916 INFO [stamp-oxlog] process exited with exit status: 0 (41.629021ms)
35172024-12-19T19:07:20.791Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35182024-12-19T19:07:20.794ZDec 19 19:07:18.983 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.114752ms)
35192024-12-19T19:07:20.838Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35202024-12-19T19:07:20.841ZDec 19 19:07:19.030 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (220.530163ms)
35212024-12-19T19:07:21.017Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35222024-12-19T19:07:21.020ZDec 19 19:07:19.209 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (389.023945ms)
35232024-12-19T19:07:21.861Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35242024-12-19T19:07:21.899Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35252024-12-19T19:07:21.902ZDec 19 19:07:20.091 INFO [stamp-propolis-server] process exited with exit status: 0 (1.242026251s)
35262024-12-19T19:07:24.197Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35272024-12-19T19:07:31.354Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35282024-12-19T19:07:31.362ZDec 19 19:07:29.545 INFO [stamp-switch-asic] process exited with exit status: 0 (10.715614747s)
35292024-12-19T19:07:31.377ZDec 19 19:07:29.545 INFO [host-stamp] task succeeded (10.756878206s)
35302024-12-19T19:07:31.377ZDec 19 19:07:29.546 INFO [host-proto] running task
35312024-12-19T19:07:31.801ZDec 19 19:07:29.989 INFO [host-proto] task succeeded (443.432245ms)
35322024-12-19T19:07:31.801ZDec 19 19:07:29.989 INFO [host-profile] running task
35332024-12-19T19:07:31.804ZDec 19 19:07:29.989 INFO [host-profile] task succeeded (414.913µs)
35342024-12-19T19:07:31.804ZDec 19 19:07:29.990 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.34.311' -P /tmp/.tmphsgD4x/proto/host/root -N 'ci 331ac9a/${os_short_commit} 2024-12-19 18:45' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35352024-12-19T19:07:31.820Z[ host-image] Dec 19 19:07:30.007 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35362024-12-19T19:07:31.823Z[ host-image] Dec 19 19:07:30.007 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35372024-12-19T19:07:31.834Z[ host-image] Dec 19 19:07:30.022 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmphsgD4x/proto/host/root"
35382024-12-19T19:07:31.837Z[ host-image] Dec 19 19:07:30.022 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35392024-12-19T19:07:31.837Z[ host-image] Dec 19 19:07:30.022 INFO image builder template: ramdisk-01-os...
35402024-12-19T19:07:31.837Z[ host-image] Dec 19 19:07:30.022 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/.tmphsgD4x/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35412024-12-19T19:07:31.854Z[ host-image] Dec 19 19:07:30.042 INFO O| Dec 19 19:07:30.042 INFO CREATE DATASET: rpool/images/build/host/output
35422024-12-19T19:07:32.056Z[ host-image] Dec 19 19:07:30.243 INFO O| Dec 19 19:07:30.243 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-19T19:07:32.060Z[ host-image] Dec 19 19:07:30.248 INFO O| Dec 19 19:07:30.248 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35442024-12-19T19:07:32.447Z[ host-image] Dec 19 19:07:30.632 INFO O| Dec 19 19:07:30.632 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35452024-12-19T19:07:32.524Z[ host-image] Dec 19 19:07:30.711 INFO O| Dec 19 19:07:30.711 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35462024-12-19T19:07:32.524Z[ host-image] Dec 19 19:07:30.711 INFO O| Dec 19 19:07:30.711 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-19T19:07:32.526Z[ host-image] Dec 19 19:07:30.711 INFO O| Dec 19 19:07:30.711 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-19T19:07:32.526Z[ host-image] Dec 19 19:07:30.711 INFO O| Dec 19 19:07:30.711 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-19T19:07:32.536Z[ host-image] Dec 19 19:07:30.724 INFO O| Dec 19 19:07:30.724 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-19T19:07:32.816Z[ host-image] Dec 19 19:07:31.000 INFO O| Dec 19 19:07:31.000 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-12-19T19:07:32.829Z[ host-image] Dec 19 19:07:31.017 INFO O| Dec 19 19:07:31.017 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35522024-12-19T19:07:33.431Z[ host-image] Dec 19 19:07:31.618 INFO O| Dec 19 19:07:31.618 INFO O| Caching catalogs ... Done
35532024-12-19T19:07:33.533Z[ host-image] Dec 19 19:07:31.721 INFO O| Dec 19 19:07:31.721 INFO STEP 0 (pkg_image_create) COMPLETE
35542024-12-19T19:07:33.533Z[ host-image] Dec 19 19:07:31.721 INFO O| Dec 19 19:07:31.721 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-19T19:07:33.541Z[ host-image] Dec 19 19:07:31.721 INFO O| Dec 19 19:07:31.721 INFO skip step because feature "repo_redist" is not enabled
35562024-12-19T19:07:33.541Z[ host-image] Dec 19 19:07:31.721 INFO O| Dec 19 19:07:31.721 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-19T19:07:33.550Z[ host-image] Dec 19 19:07:31.738 INFO O| Dec 19 19:07:31.738 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"]
35582024-12-19T19:07:34.120Z[ host-image] Dec 19 19:07:32.307 INFO O| Dec 19 19:07:32.307 INFO STEP 2 (pkg_set_publisher) COMPLETE
35592024-12-19T19:07:34.120Z[ host-image] Dec 19 19:07:32.307 INFO O| Dec 19 19:07:32.307 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-19T19:07:34.138Z[ host-image] Dec 19 19:07:32.323 INFO O| Dec 19 19:07:32.323 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"]
35612024-12-19T19:07:34.701Z[ host-image] Dec 19 19:07:32.888 INFO O| Dec 19 19:07:32.888 INFO STEP 3 (pkg_set_publisher) COMPLETE
35622024-12-19T19:07:34.701Z[ host-image] Dec 19 19:07:32.888 INFO O| Dec 19 19:07:32.888 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-19T19:07:34.701Z[ host-image] Dec 19 19:07:32.888 INFO O| Dec 19 19:07:32.888 INFO skip step because feature "repo_redist" is not enabled
35642024-12-19T19:07:34.704Z[ host-image] Dec 19 19:07:32.888 INFO O| Dec 19 19:07:32.888 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-19T19:07:35.269Z[ host-image] Dec 19 19:07:33.455 INFO O| Dec 19 19:07:33.455 INFO variant opensolaris.zone is already global
35662024-12-19T19:07:35.270Z[ host-image] Dec 19 19:07:33.455 INFO O| Dec 19 19:07:33.455 INFO STEP 5 (pkg_change_variant) COMPLETE
35672024-12-19T19:07:35.275Z[ host-image] Dec 19 19:07:33.455 INFO O| Dec 19 19:07:33.455 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-19T19:07:35.831Z[ host-image] Dec 19 19:07:34.016 INFO O| Dec 19 19:07:34.016 INFO variant opensolaris.imagetype is full; changing to partial
35692024-12-19T19:07:35.831Z[ host-image] Dec 19 19:07:34.017 INFO O| Dec 19 19:07:34.016 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35702024-12-19T19:07:43.442Z[ host-image] Dec 19 19:07:41.629 INFO O| Dec 19 19:07:41.629 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35712024-12-19T19:07:44.032Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.16s
35722024-12-19T19:07:46.215ZDec 19 19:07:44.399 INFO [recovery-package] process exited with exit status: 0 (25.61002875s)
35732024-12-19T19:07:46.215ZDec 19 19:07:44.399 INFO [recovery-stamp] running task
35742024-12-19T19:07:46.218ZDec 19 19:07:44.400 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35752024-12-19T19:07:46.218ZDec 19 19:07:44.400 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+git331ac9a90c4
35762024-12-19T19:07:46.232ZDec 19 19:07:44.418 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git331ac9a90c4
35772024-12-19T19:07:46.242Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35782024-12-19T19:07:46.252Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35792024-12-19T19:07:46.341Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35802024-12-19T19:07:46.346ZDec 19 19:07:44.532 INFO [stamp-installinator] process exited with exit status: 0 (113.170787ms)
35812024-12-19T19:07:46.370Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35822024-12-19T19:07:46.374ZDec 19 19:07:44.559 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (159.404578ms)
35832024-12-19T19:07:46.374ZDec 19 19:07:44.559 INFO [recovery-stamp] task succeeded (159.853271ms)
35842024-12-19T19:07:46.374ZDec 19 19:07:44.559 INFO [recovery-proto] running task
35852024-12-19T19:07:46.374ZDec 19 19:07:44.559 INFO [tuf-stamp] running task
35862024-12-19T19:07:46.374ZDec 19 19:07:44.560 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+git331ac9a90c4
35872024-12-19T19:07:46.386ZDec 19 19:07:44.572 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+git331ac9a90c4
35882024-12-19T19:07:46.397Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35892024-12-19T19:07:46.401ZDec 19 19:07:44.584 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+git331ac9a90c4
35902024-12-19T19:07:46.410Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-19T19:07:46.412ZDec 19 19:07:44.597 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+git331ac9a90c4
35922024-12-19T19:07:46.422Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-19T19:07:46.428ZDec 19 19:07:44.610 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+git331ac9a90c4
35942024-12-19T19:07:46.440Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-19T19:07:46.443ZDec 19 19:07:44.626 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+git331ac9a90c4
35962024-12-19T19:07:46.467Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-19T19:07:46.475ZDec 19 19:07:44.662 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+git331ac9a90c4
35982024-12-19T19:07:46.518Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-19T19:07:46.577ZDec 19 19:07:44.762 INFO [recovery-proto] task succeeded (202.994976ms)
36002024-12-19T19:07:46.580ZDec 19 19:07:44.763 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.34.311' -P /tmp/.tmphsgD4x/proto/recovery/root -N 'recovery 331ac9a/${os_short_commit} 2024-12-19 18:45' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36012024-12-19T19:07:46.595ZDec 19 19:07:44.781 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+git331ac9a90c4
36022024-12-19T19:07:46.600Z[ recovery-image] Dec 19 19:07:44.786 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36032024-12-19T19:07:46.600Z[ recovery-image] Dec 19 19:07:44.786 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36042024-12-19T19:07:46.639Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-19T19:07:46.650ZDec 19 19:07:44.823 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+git331ac9a90c4
36062024-12-19T19:07:46.655Z[ recovery-image] Dec 19 19:07:44.835 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmphsgD4x/proto/recovery/root"
36072024-12-19T19:07:46.655Z[ recovery-image] Dec 19 19:07:44.835 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36082024-12-19T19:07:46.655Z[ recovery-image] Dec 19 19:07:44.835 INFO image builder template: ramdisk-01-os...
36092024-12-19T19:07:46.655Z[ recovery-image] Dec 19 19:07:44.835 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/.tmphsgD4x/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36102024-12-19T19:07:46.676Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-19T19:07:46.679ZDec 19 19:07:44.864 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+git331ac9a90c4
36122024-12-19T19:07:46.765Z[ recovery-image] Dec 19 19:07:44.909 INFO O| Dec 19 19:07:44.905 INFO CREATE DATASET: rpool/images/build/recovery/output
36132024-12-19T19:07:46.813Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36142024-12-19T19:07:46.849ZDec 19 19:07:45.035 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+git331ac9a90c4
36152024-12-19T19:07:46.933Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36162024-12-19T19:07:46.939ZDec 19 19:07:45.120 INFO [stamp-probe] process exited with exit status: 0 (297.704391ms)
36172024-12-19T19:07:46.942Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-19T19:07:46.967Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36192024-12-19T19:07:47.036Z[ recovery-image] Dec 19 19:07:45.221 INFO O| Dec 19 19:07:45.221 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36202024-12-19T19:07:47.041Z[ recovery-image] Dec 19 19:07:45.228 INFO O| Dec 19 19:07:45.228 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36212024-12-19T19:07:47.082Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
36222024-12-19T19:07:47.204Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36232024-12-19T19:07:47.260Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36242024-12-19T19:07:47.296ZDec 19 19:07:45.482 INFO [stamp-ntp] process exited with exit status: 0 (820.439648ms)
36252024-12-19T19:07:47.449Z[ recovery-image] Dec 19 19:07:45.635 INFO O| Dec 19 19:07:45.635 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36262024-12-19T19:07:47.542Z[ recovery-image] Dec 19 19:07:45.729 INFO O| Dec 19 19:07:45.729 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36272024-12-19T19:07:47.542Z[ recovery-image] Dec 19 19:07:45.729 INFO O| Dec 19 19:07:45.729 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-19T19:07:47.545Z[ recovery-image] Dec 19 19:07:45.729 INFO O| Dec 19 19:07:45.729 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-19T19:07:47.545Z[ recovery-image] Dec 19 19:07:45.729 INFO O| Dec 19 19:07:45.729 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-19T19:07:47.625Z[ recovery-image] Dec 19 19:07:45.805 INFO O| Dec 19 19:07:45.805 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36312024-12-19T19:07:47.945Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36322024-12-19T19:07:47.949ZDec 19 19:07:46.136 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.576222442s)
36332024-12-19T19:07:48.019Z[ recovery-image] Dec 19 19:07:46.205 INFO O| Dec 19 19:07:46.205 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36342024-12-19T19:07:48.034Z[ recovery-image] Dec 19 19:07:46.220 INFO O| Dec 19 19:07:46.220 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36352024-12-19T19:07:48.247Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36362024-12-19T19:07:48.271ZDec 19 19:07:46.457 INFO [stamp-internal-dns] process exited with exit status: 0 (1.873189965s)
36372024-12-19T19:07:48.360Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36382024-12-19T19:07:48.400ZDec 19 19:07:46.587 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.989741494s)
36392024-12-19T19:07:48.698Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36402024-12-19T19:07:48.704ZDec 19 19:07:46.891 INFO [stamp-external-dns] process exited with exit status: 0 (1.856302876s)
36412024-12-19T19:07:48.729Z[ recovery-image] Dec 19 19:07:46.909 INFO O| Dec 19 19:07:46.909 INFO O| Caching catalogs ... Done
36422024-12-19T19:07:48.837Z[ recovery-image] Dec 19 19:07:47.023 INFO O| Dec 19 19:07:47.023 INFO STEP 0 (pkg_image_create) COMPLETE
36432024-12-19T19:07:48.837Z[ recovery-image] Dec 19 19:07:47.024 INFO O| Dec 19 19:07:47.023 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-19T19:07:48.837Z[ recovery-image] Dec 19 19:07:47.024 INFO O| Dec 19 19:07:47.023 INFO skip step because feature "repo_redist" is not enabled
36452024-12-19T19:07:48.837Z[ recovery-image] Dec 19 19:07:47.024 INFO O| Dec 19 19:07:47.024 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-19T19:07:48.852Z[ recovery-image] Dec 19 19:07:47.038 INFO O| Dec 19 19:07:47.038 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"]
36472024-12-19T19:07:48.886Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36482024-12-19T19:07:48.891ZDec 19 19:07:47.077 INFO [stamp-oximeter] process exited with exit status: 0 (2.296215223s)
36492024-12-19T19:07:49.000Z[ host-image] Dec 19 19:07:47.186 INFO O| Dec 19 19:07:47.186 INFO O| Startup: Caching catalogs ... Done
36502024-12-19T19:07:49.106Z[ host-image] Dec 19 19:07:47.291 INFO O| Dec 19 19:07:47.291 INFO O| Planning: Planning completed in 0.00 seconds
36512024-12-19T19:07:49.110Z[ host-image] Dec 19 19:07:47.292 INFO O| Dec 19 19:07:47.292 INFO O| Planning: Consolidating action changes ... Done
36522024-12-19T19:07:49.110Z[ host-image] Dec 19 19:07:47.292 INFO O| Dec 19 19:07:47.292 INFO O| Planning: Evaluating mediators ... Done
36532024-12-19T19:07:49.110Z[ host-image] Dec 19 19:07:47.293 INFO O| Dec 19 19:07:47.293 INFO O| Planning: Planning completed in 0.00 seconds
36542024-12-19T19:07:49.110Z[ host-image] Dec 19 19:07:47.293 INFO O| Dec 19 19:07:47.293 INFO O| Variants/Facets to change: 1
36552024-12-19T19:07:49.130Z[ host-image] Dec 19 19:07:47.317 INFO O| Dec 19 19:07:47.317 INFO O| Done
36562024-12-19T19:07:49.130Z[ host-image] Dec 19 19:07:47.317 INFO O| Dec 19 19:07:47.317 INFO O| Done
36572024-12-19T19:07:49.332Z[ recovery-image] Dec 19 19:07:47.519 INFO O| Dec 19 19:07:47.518 INFO STEP 2 (pkg_set_publisher) COMPLETE
36582024-12-19T19:07:49.333Z[ recovery-image] Dec 19 19:07:47.519 INFO O| Dec 19 19:07:47.519 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592024-12-19T19:07:49.351Z[ recovery-image] Dec 19 19:07:47.537 INFO O| Dec 19 19:07:47.537 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"]
36602024-12-19T19:07:49.834Z[ recovery-image] Dec 19 19:07:48.018 INFO O| Dec 19 19:07:48.018 INFO STEP 3 (pkg_set_publisher) COMPLETE
36612024-12-19T19:07:49.834Z[ recovery-image] Dec 19 19:07:48.018 INFO O| Dec 19 19:07:48.018 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622024-12-19T19:07:49.834Z[ recovery-image] Dec 19 19:07:48.018 INFO O| Dec 19 19:07:48.018 INFO skip step because feature "repo_redist" is not enabled
36632024-12-19T19:07:49.837Z[ recovery-image] Dec 19 19:07:48.018 INFO O| Dec 19 19:07:48.018 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-12-19T19:07:49.961Z[ host-image] Dec 19 19:07:48.147 INFO O| Dec 19 19:07:48.147 INFO O| Done
36652024-12-19T19:07:50.031Z[ host-image] Dec 19 19:07:48.217 INFO O| Dec 19 19:07:48.217 INFO O| Done
36662024-12-19T19:07:50.035Z[ host-image] Dec 19 19:07:48.218 INFO O| Dec 19 19:07:48.218 INFO O| Done
36672024-12-19T19:07:50.035Z[ host-image] Dec 19 19:07:48.218 INFO O| Dec 19 19:07:48.218 INFO O| Done
36682024-12-19T19:07:50.035Z[ host-image] Dec 19 19:07:48.220 INFO O| Dec 19 19:07:48.220 INFO O| Done
36692024-12-19T19:07:50.336Z[ recovery-image] Dec 19 19:07:48.522 INFO O| Dec 19 19:07:48.522 INFO variant opensolaris.zone is already global
36702024-12-19T19:07:50.339Z[ recovery-image] Dec 19 19:07:48.522 INFO O| Dec 19 19:07:48.522 INFO STEP 5 (pkg_change_variant) COMPLETE
36712024-12-19T19:07:50.339Z[ recovery-image] Dec 19 19:07:48.522 INFO O| Dec 19 19:07:48.522 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-12-19T19:07:50.491Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36732024-12-19T19:07:50.496ZDec 19 19:07:48.681 INFO [stamp-nexus] process exited with exit status: 0 (4.108122106s)
36742024-12-19T19:07:50.597Z[ host-image] Dec 19 19:07:48.783 INFO O| Dec 19 19:07:48.783 INFO STEP 6 (pkg_change_variant) COMPLETE
36752024-12-19T19:07:50.597Z[ host-image] Dec 19 19:07:48.784 INFO O| Dec 19 19:07:48.783 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-12-19T19:07:50.597Z[ host-image] Dec 19 19:07:48.784 INFO O| Dec 19 19:07:48.783 INFO skip step because feature "debug_variant" is not enabled
36772024-12-19T19:07:50.603Z[ host-image] Dec 19 19:07:48.784 INFO O| Dec 19 19:07:48.783 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782024-12-19T19:07:50.731Z[ recovery-image] Dec 19 19:07:48.917 INFO O| Dec 19 19:07:48.917 INFO variant opensolaris.imagetype is full; changing to partial
36792024-12-19T19:07:50.731Z[ recovery-image] Dec 19 19:07:48.917 INFO O| Dec 19 19:07:48.917 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36802024-12-19T19:07:50.993Z[ host-image] Dec 19 19:07:49.179 INFO O| Dec 19 19:07:49.179 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36812024-12-19T19:07:51.241Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36822024-12-19T19:07:51.407Z[verify-libraries] Compiling home v0.5.9
36832024-12-19T19:07:51.432Z[verify-libraries] Compiling cfg_aliases v0.1.1
36842024-12-19T19:07:51.455Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36852024-12-19T19:07:51.458Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36862024-12-19T19:07:51.458Z[verify-libraries] Compiling unicode_categories v0.1.1
36872024-12-19T19:07:51.588Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36882024-12-19T19:07:51.591Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36892024-12-19T19:07:51.690Z[ host-image] Dec 19 19:07:49.876 INFO O| Dec 19 19:07:49.876 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36902024-12-19T19:07:51.693Z[ host-image] Dec 19 19:07:49.878 INFO O| Dec 19 19:07:49.878 INFO O| Planning: Planning completed in 0.00 seconds
36912024-12-19T19:07:51.693Z[ host-image] Dec 19 19:07:49.879 INFO O| Dec 19 19:07:49.879 INFO O| Planning: Consolidating action changes ... Done
36922024-12-19T19:07:51.696Z[ host-image] Dec 19 19:07:49.879 INFO O| Dec 19 19:07:49.879 INFO O| Planning: Evaluating mediators ... Done
36932024-12-19T19:07:51.696Z[ host-image] Dec 19 19:07:49.880 INFO O| Dec 19 19:07:49.880 INFO O| Planning: Planning completed in 0.00 seconds
36942024-12-19T19:07:51.696Z[ host-image] Dec 19 19:07:49.880 INFO O| Dec 19 19:07:49.880 INFO O| Variants/Facets to change: 1
36952024-12-19T19:07:51.857Z[ host-image] Dec 19 19:07:50.042 INFO O| Dec 19 19:07:50.042 INFO O| Done
36962024-12-19T19:07:51.857Z[ host-image] Dec 19 19:07:50.042 INFO O| Dec 19 19:07:50.042 INFO O| Done
36972024-12-19T19:07:51.939Z[verify-libraries] Compiling sqlformat v0.2.6
36982024-12-19T19:07:51.955Z[verify-libraries] Compiling nix v0.28.0
36992024-12-19T19:07:52.072Z[verify-libraries] Compiling polyval v0.6.2
37002024-12-19T19:07:52.639Z[verify-libraries] Compiling ctr v0.9.2
37012024-12-19T19:07:53.054Z[verify-libraries] Compiling sqlparser v0.45.0
37022024-12-19T19:07:53.068Z[ host-image] Dec 19 19:07:51.254 INFO O| Dec 19 19:07:51.254 INFO O| Done
37032024-12-19T19:07:53.090Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37042024-12-19T19:07:53.107Z[verify-libraries] Compiling ghash v0.5.1
37052024-12-19T19:07:53.127ZDec 19 19:07:51.313 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.703041182s)
37062024-12-19T19:07:53.157Z[ host-image] Dec 19 19:07:51.341 INFO O| Dec 19 19:07:51.340 INFO O| Done
37072024-12-19T19:07:53.157Z[ host-image] Dec 19 19:07:51.342 INFO O| Dec 19 19:07:51.341 INFO O| Done
37082024-12-19T19:07:53.159Z[ host-image] Dec 19 19:07:51.343 INFO O| Dec 19 19:07:51.343 INFO O| Done
37092024-12-19T19:07:53.159Z[ host-image] Dec 19 19:07:51.345 INFO O| Dec 19 19:07:51.345 INFO O| Done
37102024-12-19T19:07:53.221Z[verify-libraries] Compiling ssh-encoding v0.2.0
37112024-12-19T19:07:53.256Z[ host-image] Dec 19 19:07:51.442 INFO O| Dec 19 19:07:51.442 INFO STEP 8 (pkg_change_facet) COMPLETE
37122024-12-19T19:07:53.256Z[ host-image] Dec 19 19:07:51.442 INFO O| Dec 19 19:07:51.442 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37132024-12-19T19:07:53.260Z[ host-image] Dec 19 19:07:51.442 INFO O| Dec 19 19:07:51.442 INFO skip step because feature "recovery" is not enabled
37142024-12-19T19:07:53.260Z[ host-image] Dec 19 19:07:51.442 INFO O| Dec 19 19:07:51.442 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37152024-12-19T19:07:53.260Z[ host-image] Dec 19 19:07:51.442 INFO O| Dec 19 19:07:51.442 INFO skip step because feature "recovery" is not enabled
37162024-12-19T19:07:53.260Z[ host-image] Dec 19 19:07:51.442 INFO O| Dec 19 19:07:51.442 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37172024-12-19T19:07:53.273Z[ host-image] Dec 19 19:07:51.459 INFO O| Dec 19 19:07:51.459 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"]
37182024-12-19T19:07:53.293Z[verify-libraries] Compiling blowfish v0.9.1
37192024-12-19T19:07:53.522Z[verify-libraries] Compiling aes-gcm v0.10.3
37202024-12-19T19:07:54.019Z[verify-libraries] Compiling ssh-cipher v0.2.0
37212024-12-19T19:07:54.418Z[ host-image] Dec 19 19:07:52.604 INFO O| Dec 19 19:07:52.604 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37222024-12-19T19:07:54.541Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37232024-12-19T19:07:55.097Z[verify-libraries] Compiling password-hash v0.4.2
37242024-12-19T19:07:57.876Z[verify-libraries] Compiling matches v0.1.10
37252024-12-19T19:07:58.045Z[verify-libraries] Compiling idna v0.2.3
37262024-12-19T19:07:59.657Z[verify-libraries] Compiling rustyline v14.0.0
37272024-12-19T19:08:00.721Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37282024-12-19T19:08:00.725ZDec 19 19:07:58.911 INFO [stamp-clickhouse] process exited with exit status: 0 (14.28452609s)
37292024-12-19T19:08:01.180Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37302024-12-19T19:08:01.243ZDec 19 19:07:59.427 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.563094402s)
37312024-12-19T19:08:01.243ZDec 19 19:07:59.427 INFO [tuf-stamp] task succeeded (14.867926159s)
37322024-12-19T19:08:02.039Z[verify-libraries] Compiling pbkdf2 v0.11.0
37332024-12-19T19:08:02.472Z[verify-libraries] Compiling ssh-key v0.6.6
37342024-12-19T19:08:02.739Z[verify-libraries] Compiling p256 v0.13.2
37352024-12-19T19:08:02.820Z[ recovery-image] Dec 19 19:08:01.006 INFO O| Dec 19 19:08:01.005 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37362024-12-19T19:08:03.266Z[verify-libraries] Compiling p521 v0.13.3
37372024-12-19T19:08:05.448Z[verify-libraries] Compiling enum-as-inner v0.5.1
37382024-12-19T19:08:06.732Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37392024-12-19T19:08:07.294Z[verify-libraries] Compiling md5 v0.7.0
37402024-12-19T19:08:07.455Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37412024-12-19T19:08:08.011Z[verify-libraries] Compiling russh-keys v0.45.0
37422024-12-19T19:08:14.719Z[ recovery-image] Dec 19 19:08:10.632 INFO O| Dec 19 19:08:10.632 INFO O| Startup: Caching catalogs ... Done
37432024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:10.745 INFO O| Dec 19 19:08:10.745 INFO O| Planning: Planning completed in 0.00 seconds
37442024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:10.746 INFO O| Dec 19 19:08:10.746 INFO O| Planning: Consolidating action changes ... Done
37452024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:10.747 INFO O| Dec 19 19:08:10.747 INFO O| Planning: Evaluating mediators ... Done
37462024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:10.747 INFO O| Dec 19 19:08:10.747 INFO O| Planning: Planning completed in 0.00 seconds
37472024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:10.747 INFO O| Dec 19 19:08:10.747 INFO O| Variants/Facets to change: 1
37482024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:10.837 INFO O| Dec 19 19:08:10.837 INFO O| Done
37492024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:10.837 INFO O| Dec 19 19:08:10.837 INFO O| Done
37502024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:11.813 INFO O| Dec 19 19:08:11.813 INFO O| Done
37512024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:11.890 INFO O| Dec 19 19:08:11.890 INFO O| Done
37522024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:11.907 INFO O| Dec 19 19:08:11.907 INFO O| Done
37532024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:11.907 INFO O| Dec 19 19:08:11.907 INFO O| Done
37542024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:11.909 INFO O| Dec 19 19:08:11.909 INFO O| Done
37552024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:12.589 INFO O| Dec 19 19:08:12.588 INFO STEP 6 (pkg_change_variant) COMPLETE
37562024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:12.589 INFO O| Dec 19 19:08:12.589 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:12.589 INFO O| Dec 19 19:08:12.589 INFO skip step because feature "debug_variant" is not enabled
37582024-12-19T19:08:14.764Z[ recovery-image] Dec 19 19:08:12.589 INFO O| Dec 19 19:08:12.589 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37592024-12-19T19:08:15.145Z[ recovery-image] Dec 19 19:08:13.330 INFO O| Dec 19 19:08:13.330 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37602024-12-19T19:08:15.589Z[verify-libraries] Compiling num-bigint v0.4.6
37612024-12-19T19:08:16.221Z[ recovery-image] Dec 19 19:08:14.406 INFO O| Dec 19 19:08:14.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37622024-12-19T19:08:16.225Z[ recovery-image] Dec 19 19:08:14.407 INFO O| Dec 19 19:08:14.407 INFO O| Planning: Planning completed in 0.00 seconds
37632024-12-19T19:08:16.225Z[ recovery-image] Dec 19 19:08:14.408 INFO O| Dec 19 19:08:14.408 INFO O| Planning: Consolidating action changes ... Done
37642024-12-19T19:08:16.225Z[ recovery-image] Dec 19 19:08:14.409 INFO O| Dec 19 19:08:14.408 INFO O| Planning: Evaluating mediators ... Done
37652024-12-19T19:08:16.240Z[ recovery-image] Dec 19 19:08:14.424 INFO O| Dec 19 19:08:14.424 INFO O| Planning: Planning completed in 0.02 seconds
37662024-12-19T19:08:16.243Z[ recovery-image] Dec 19 19:08:14.425 INFO O| Dec 19 19:08:14.425 INFO O| Variants/Facets to change: 1
37672024-12-19T19:08:16.334Z[ recovery-image] Dec 19 19:08:14.519 INFO O| Dec 19 19:08:14.518 INFO O| Done
37682024-12-19T19:08:16.334Z[ recovery-image] Dec 19 19:08:14.519 INFO O| Dec 19 19:08:14.519 INFO O| Done
37692024-12-19T19:08:17.315Z[ recovery-image] Dec 19 19:08:15.499 INFO O| Dec 19 19:08:15.499 INFO O| Done
37702024-12-19T19:08:17.394Z[ recovery-image] Dec 19 19:08:15.578 INFO O| Dec 19 19:08:15.578 INFO O| Done
37712024-12-19T19:08:17.397Z[ recovery-image] Dec 19 19:08:15.579 INFO O| Dec 19 19:08:15.579 INFO O| Done
37722024-12-19T19:08:17.398Z[ recovery-image] Dec 19 19:08:15.579 INFO O| Dec 19 19:08:15.579 INFO O| Done
37732024-12-19T19:08:17.398Z[ recovery-image] Dec 19 19:08:15.581 INFO O| Dec 19 19:08:15.581 INFO O| Done
37742024-12-19T19:08:17.499Z[ recovery-image] Dec 19 19:08:15.683 INFO O| Dec 19 19:08:15.683 INFO STEP 8 (pkg_change_facet) COMPLETE
37752024-12-19T19:08:17.499Z[ recovery-image] Dec 19 19:08:15.683 INFO O| Dec 19 19:08:15.683 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37762024-12-19T19:08:18.150Z[ recovery-image] Dec 19 19:08:16.334 INFO O| Dec 19 19:08:16.334 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37772024-12-19T19:08:19.301Z[ recovery-image] Dec 19 19:08:17.484 INFO O| Dec 19 19:08:17.484 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37782024-12-19T19:08:19.303Z[ recovery-image] Dec 19 19:08:17.486 INFO O| Dec 19 19:08:17.486 INFO O| Planning: Planning completed in 0.00 seconds
37792024-12-19T19:08:19.304Z[ recovery-image] Dec 19 19:08:17.487 INFO O| Dec 19 19:08:17.486 INFO O| Planning: Consolidating action changes ... Done
37802024-12-19T19:08:19.304Z[ recovery-image] Dec 19 19:08:17.487 INFO O| Dec 19 19:08:17.487 INFO O| Planning: Evaluating mediators ... Done
37812024-12-19T19:08:19.304Z[ recovery-image] Dec 19 19:08:17.487 INFO O| Dec 19 19:08:17.487 INFO O| Planning: Planning completed in 0.00 seconds
37822024-12-19T19:08:19.304Z[ recovery-image] Dec 19 19:08:17.488 INFO O| Dec 19 19:08:17.488 INFO O| Variants/Facets to change: 1
37832024-12-19T19:08:19.403Z[ recovery-image] Dec 19 19:08:17.587 INFO O| Dec 19 19:08:17.587 INFO O| Done
37842024-12-19T19:08:19.403Z[ recovery-image] Dec 19 19:08:17.587 INFO O| Dec 19 19:08:17.587 INFO O| Done
37852024-12-19T19:08:20.148Z[ recovery-image] Dec 19 19:08:18.332 INFO O| Dec 19 19:08:18.332 INFO O| Done
37862024-12-19T19:08:20.238Z[ recovery-image] Dec 19 19:08:18.422 INFO O| Dec 19 19:08:18.422 INFO O| Done
37872024-12-19T19:08:20.241Z[ recovery-image] Dec 19 19:08:18.423 INFO O| Dec 19 19:08:18.423 INFO O| Done
37882024-12-19T19:08:20.241Z[ recovery-image] Dec 19 19:08:18.423 INFO O| Dec 19 19:08:18.423 INFO O| Done
37892024-12-19T19:08:20.241Z[ recovery-image] Dec 19 19:08:18.425 INFO O| Dec 19 19:08:18.425 INFO O| Done
37902024-12-19T19:08:20.351Z[ recovery-image] Dec 19 19:08:18.535 INFO O| Dec 19 19:08:18.535 INFO STEP 9 (pkg_change_facet) COMPLETE
37912024-12-19T19:08:20.351Z[ recovery-image] Dec 19 19:08:18.535 INFO O| Dec 19 19:08:18.535 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922024-12-19T19:08:21.042Z[ recovery-image] Dec 19 19:08:19.225 INFO O| Dec 19 19:08:19.225 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37932024-12-19T19:08:22.107Z[ recovery-image] Dec 19 19:08:20.291 INFO O| Dec 19 19:08:20.291 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37942024-12-19T19:08:22.112Z[ recovery-image] Dec 19 19:08:20.293 INFO O| Dec 19 19:08:20.293 INFO O| Planning: Planning completed in 0.00 seconds
37952024-12-19T19:08:22.112Z[ recovery-image] Dec 19 19:08:20.294 INFO O| Dec 19 19:08:20.294 INFO O| Planning: Consolidating action changes ... Done
37962024-12-19T19:08:22.112Z[ recovery-image] Dec 19 19:08:20.294 INFO O| Dec 19 19:08:20.294 INFO O| Planning: Evaluating mediators ... Done
37972024-12-19T19:08:22.112Z[ recovery-image] Dec 19 19:08:20.295 INFO O| Dec 19 19:08:20.295 INFO O| Planning: Planning completed in 0.00 seconds
37982024-12-19T19:08:22.112Z[ recovery-image] Dec 19 19:08:20.295 INFO O| Dec 19 19:08:20.295 INFO O| Variants/Facets to change: 1
37992024-12-19T19:08:22.162Z[ recovery-image] Dec 19 19:08:20.346 INFO O| Dec 19 19:08:20.345 INFO O| Done
38002024-12-19T19:08:22.162Z[ recovery-image] Dec 19 19:08:20.346 INFO O| Dec 19 19:08:20.346 INFO O| Done
38012024-12-19T19:08:22.985Z[ recovery-image] Dec 19 19:08:21.168 INFO O| Dec 19 19:08:21.168 INFO O| Done
38022024-12-19T19:08:23.069Z[ recovery-image] Dec 19 19:08:21.253 INFO O| Dec 19 19:08:21.253 INFO O| Done
38032024-12-19T19:08:23.072Z[ recovery-image] Dec 19 19:08:21.254 INFO O| Dec 19 19:08:21.254 INFO O| Done
38042024-12-19T19:08:23.072Z[ recovery-image] Dec 19 19:08:21.254 INFO O| Dec 19 19:08:21.254 INFO O| Done
38052024-12-19T19:08:23.072Z[ recovery-image] Dec 19 19:08:21.256 INFO O| Dec 19 19:08:21.256 INFO O| Done
38062024-12-19T19:08:23.256Z[ recovery-image] Dec 19 19:08:21.440 INFO O| Dec 19 19:08:21.439 INFO STEP 10 (pkg_change_facet) COMPLETE
38072024-12-19T19:08:23.256Z[ recovery-image] Dec 19 19:08:21.440 INFO O| Dec 19 19:08:21.440 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38082024-12-19T19:08:23.277Z[ recovery-image] Dec 19 19:08:21.461 INFO O| Dec 19 19:08:21.460 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"]
38092024-12-19T19:08:24.272Z[ recovery-image] Dec 19 19:08:22.456 INFO O| Dec 19 19:08:22.455 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38102024-12-19T19:08:25.367Z[verify-libraries] Compiling des v0.8.1
38112024-12-19T19:08:26.009Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38122024-12-19T19:08:26.337Z[verify-libraries] Compiling hex-literal v0.4.1
38132024-12-19T19:08:26.751Z[verify-libraries] Compiling russh v0.45.0
38142024-12-19T19:08:27.289Z[verify-libraries] Compiling dhcproto v0.12.0
38152024-12-19T19:08:31.115Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38162024-12-19T19:08:34.514Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38172024-12-19T19:08:39.167Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38182024-12-19T19:08:47.981Z[verify-libraries] Compiling petname v2.0.2
38192024-12-19T19:08:49.366Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38202024-12-19T19:08:50.056Z[verify-libraries] Compiling internet-checksum v0.2.1
38212024-12-19T19:08:50.856Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38222024-12-19T19:08:54.923Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38232024-12-19T19:08:58.082Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38242024-12-19T19:08:59.535Z[ host-image] Dec 19 19:08:57.716 INFO O| Dec 19 19:08:57.716 INFO O| Planning: Solver setup ... Done
38252024-12-19T19:09:03.580Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38262024-12-19T19:09:10.884Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38272024-12-19T19:09:28.024Z[ recovery-image] Dec 19 19:09:26.203 INFO O| Dec 19 19:09:26.203 INFO O| Planning: Solver setup ... Done
38282024-12-19T19:09:38.343Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38292024-12-19T19:09:40.194Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38302024-12-19T19:09:44.843Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38312024-12-19T19:10:13.038Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38322024-12-19T19:10:14.186Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38332024-12-19T19:10:14.786Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38342024-12-19T19:10:15.249Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38352024-12-19T19:10:15.957Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38362024-12-19T19:10:16.516Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38372024-12-19T19:10:16.599Z[verify-libraries] Compiling sync-ptr v0.1.1
38382024-12-19T19:10:16.942Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38392024-12-19T19:10:22.049Z[ host-image] Dec 19 19:10:20.224 INFO O| Dec 19 19:10:20.224 INFO O| Planning: Running solver ... Done
38402024-12-19T19:10:22.683Z[ host-image] Dec 19 19:10:20.858 INFO O| Dec 19 19:10:20.858 INFO O| Planning: Finding local manifests ... Done
38412024-12-19T19:10:22.700Z[ host-image] Dec 19 19:10:20.875 INFO O| Dec 19 19:10:20.875 INFO O| Planning: Fetching manifests: 0/124 0% complete
38422024-12-19T19:10:25.335Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38432024-12-19T19:10:27.656Z[ host-image] Dec 19 19:10:25.831 INFO O| Dec 19 19:10:25.831 INFO O| Planning: Fetching manifests: 124/124 100% complete
38442024-12-19T19:10:28.292Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38452024-12-19T19:10:29.086Z[ host-image] Dec 19 19:10:27.260 INFO O| Dec 19 19:10:27.260 INFO O| Planning: Package planning ... Done
38462024-12-19T19:10:30.703Z[ host-image] Dec 19 19:10:28.877 INFO O| Dec 19 19:10:28.877 INFO O| Planning: Merging actions ... Done
38472024-12-19T19:10:31.249Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38482024-12-19T19:10:31.320Z[ host-image] Dec 19 19:10:29.494 INFO O| Dec 19 19:10:29.494 INFO O| Planning: Checking for conflicting actions ... Done
38492024-12-19T19:10:31.643Z[ host-image] Dec 19 19:10:29.817 INFO O| Dec 19 19:10:29.817 INFO O| Planning: Consolidating action changes ... Done
38502024-12-19T19:10:32.336Z[ host-image] Dec 19 19:10:30.510 INFO O| Dec 19 19:10:30.510 INFO O| Planning: Evaluating mediators ... Done
38512024-12-19T19:10:35.700Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38522024-12-19T19:10:38.586Z[ host-image] Dec 19 19:10:36.758 INFO O| Dec 19 19:10:36.758 INFO O| Planning: Planning completed in 164.15 seconds
38532024-12-19T19:10:38.591Z[ host-image] Dec 19 19:10:36.764 INFO O| Dec 19 19:10:36.764 INFO O| Packages to install: 124
38542024-12-19T19:10:38.595Z[ host-image] Dec 19 19:10:36.764 INFO O| Dec 19 19:10:36.764 INFO O| Mediators to change: 4
38552024-12-19T19:10:38.595Z[ host-image] Dec 19 19:10:36.764 INFO O| Dec 19 19:10:36.764 INFO O| Services to change: 6
38562024-12-19T19:10:38.693Z[ host-image] Dec 19 19:10:36.866 INFO O| Dec 19 19:10:36.866 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38572024-12-19T19:10:40.919Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38582024-12-19T19:10:43.719Z[ host-image] Dec 19 19:10:41.890 INFO O| Dec 19 19:10:41.890 INFO O| Download: 1089/22788 items 5.6/199.7MB 2% complete (1.2M/s)
38592024-12-19T19:10:47.188Z[ recovery-image] Dec 19 19:10:45.361 INFO O| Dec 19 19:10:45.361 INFO O| Planning: Running solver ... Done
38602024-12-19T19:10:47.745Z[ recovery-image] Dec 19 19:10:45.919 INFO O| Dec 19 19:10:45.919 INFO O| Planning: Finding local manifests ... Done
38612024-12-19T19:10:47.763Z[ recovery-image] Dec 19 19:10:45.937 INFO O| Dec 19 19:10:45.936 INFO O| Planning: Fetching manifests: 0/124 0% complete
38622024-12-19T19:10:48.717Z[ host-image] Dec 19 19:10:46.891 INFO O| Dec 19 19:10:46.891 INFO O| Download: 1781/22788 items 12.0/199.7MB 6% complete (1.2M/s)
38632024-12-19T19:10:52.657Z[ recovery-image] Dec 19 19:10:50.830 INFO O| Dec 19 19:10:50.830 INFO O| Planning: Fetching manifests: 124/124 100% complete
38642024-12-19T19:10:53.708Z[ recovery-image] Dec 19 19:10:51.880 INFO O| Dec 19 19:10:51.880 INFO O| Planning: Package planning ... Done
38652024-12-19T19:10:54.017Z[ host-image] Dec 19 19:10:52.189 INFO O| Dec 19 19:10:52.189 INFO O| Download: 2335/22788 items 27.5/199.7MB 13% complete (2.2M/s)
38662024-12-19T19:10:54.737Z[ recovery-image] Dec 19 19:10:52.910 INFO O| Dec 19 19:10:52.910 INFO O| Planning: Merging actions ... Done
38672024-12-19T19:10:54.924Z[ recovery-image] Dec 19 19:10:53.097 INFO O| Dec 19 19:10:53.097 INFO O| Planning: Checking for conflicting actions ... Done
38682024-12-19T19:10:55.056Z[ recovery-image] Dec 19 19:10:53.228 INFO O| Dec 19 19:10:53.228 INFO O| Planning: Consolidating action changes ... Done
38692024-12-19T19:10:55.444Z[ recovery-image] Dec 19 19:10:53.617 INFO O| Dec 19 19:10:53.616 INFO O| Planning: Evaluating mediators ... Done
38702024-12-19T19:10:59.118Z[ host-image] Dec 19 19:10:57.290 INFO O| Dec 19 19:10:57.290 INFO O| Download: 3542/22788 items 35.8/199.7MB 17% complete (2.4M/s)
38712024-12-19T19:11:01.004Z[ recovery-image] Dec 19 19:10:59.176 INFO O| Dec 19 19:10:59.176 INFO O| Planning: Planning completed in 156.72 seconds
38722024-12-19T19:11:01.011Z[ recovery-image] Dec 19 19:10:59.183 INFO O| Dec 19 19:10:59.183 INFO O| Packages to install: 124
38732024-12-19T19:11:01.011Z[ recovery-image] Dec 19 19:10:59.184 INFO O| Dec 19 19:10:59.183 INFO O| Mediators to change: 4
38742024-12-19T19:11:01.014Z[ recovery-image] Dec 19 19:10:59.184 INFO O| Dec 19 19:10:59.183 INFO O| Services to change: 5
38752024-12-19T19:11:01.096Z[ recovery-image] Dec 19 19:10:59.268 INFO O| Dec 19 19:10:59.268 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38762024-12-19T19:11:04.293Z[ host-image] Dec 19 19:11:02.465 INFO O| Dec 19 19:11:02.465 INFO O| Download: 4526/22788 items 42.1/199.7MB 21% complete (1.7M/s)
38772024-12-19T19:11:06.334Z[ recovery-image] Dec 19 19:11:04.506 INFO O| Dec 19 19:11:04.506 INFO O| Download: 1058/15862 items 7.9/176.4MB 4% complete (1.7M/s)
38782024-12-19T19:11:06.466Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38792024-12-19T19:11:09.302Z[ host-image] Dec 19 19:11:07.473 INFO O| Dec 19 19:11:07.473 INFO O| Download: 5312/22788 items 46.1/199.7MB 23% complete (1005k/s)
38802024-12-19T19:11:11.336Z[ recovery-image] Dec 19 19:11:09.507 INFO O| Dec 19 19:11:09.507 INFO O| Download: 1311/15862 items 20.1/176.4MB 11% complete (2.0M/s)
38812024-12-19T19:11:13.312Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38822024-12-19T19:11:13.957Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38832024-12-19T19:11:14.314Z[ host-image] Dec 19 19:11:12.486 INFO O| Dec 19 19:11:12.485 INFO O| Download: 6465/22788 items 46.7/199.7MB 23% complete (469k/s)
38842024-12-19T19:11:14.740Z[verify-libraries] Compiling termios v0.3.3
38852024-12-19T19:11:15.106Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38862024-12-19T19:11:17.557Z[ recovery-image] Dec 19 19:11:15.728 INFO O| Dec 19 19:11:15.727 INFO O| Download: 1505/15862 items 21.9/176.4MB 12% complete (1.5M/s)
38872024-12-19T19:11:19.333Z[ host-image] Dec 19 19:11:17.504 INFO O| Dec 19 19:11:17.504 INFO O| Download: 7323/22788 items 57.5/199.7MB 28% complete (1.1M/s)
38882024-12-19T19:11:23.127Z[ recovery-image] Dec 19 19:11:21.298 INFO O| Dec 19 19:11:21.298 INFO O| Download: 1648/15862 items 25.6/176.4MB 14% complete (824k/s)
38892024-12-19T19:11:24.379Z[ host-image] Dec 19 19:11:22.546 INFO O| Dec 19 19:11:22.546 INFO O| Download: 8069/22788 items 60.3/199.7MB 30% complete (1.4M/s)
38902024-12-19T19:11:28.128Z[ recovery-image] Dec 19 19:11:26.298 INFO O| Dec 19 19:11:26.298 INFO O| Download: 2684/15862 items 33.1/176.4MB 18% complete (1.1M/s)
38912024-12-19T19:11:29.384Z[ host-image] Dec 19 19:11:27.553 INFO O| Dec 19 19:11:27.553 INFO O| Download: 8464/22788 items 69.6/199.7MB 34% complete (1.2M/s)
38922024-12-19T19:11:33.162Z[ recovery-image] Dec 19 19:11:31.332 INFO O| Dec 19 19:11:31.331 INFO O| Download: 3533/15862 items 38.4/176.4MB 21% complete (1.3M/s)
38932024-12-19T19:11:34.609Z[ host-image] Dec 19 19:11:32.779 INFO O| Dec 19 19:11:32.779 INFO O| Download: 9385/22788 items 81.5/199.7MB 40% complete (2.1M/s)
38942024-12-19T19:11:38.013Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38952024-12-19T19:11:39.287Z[ recovery-image] Dec 19 19:11:36.411 INFO O| Dec 19 19:11:36.411 INFO O| Download: 3716/15862 items 41.4/176.4MB 23% complete (818k/s)
38962024-12-19T19:11:39.664Z[ host-image] Dec 19 19:11:37.833 INFO O| Dec 19 19:11:37.833 INFO O| Download: 10414/22788 items 88.0/199.7MB 44% complete (1.8M/s)
38972024-12-19T19:11:47.410Z[ recovery-image] Dec 19 19:11:41.420 INFO O| Dec 19 19:11:41.420 INFO O| Download: 4351/15862 items 42.8/176.4MB 24% complete (443k/s)
38982024-12-19T19:11:47.488Z[ host-image] Dec 19 19:11:42.838 INFO O| Dec 19 19:11:42.837 INFO O| Download: 11019/22788 items 91.3/199.7MB 45% complete (1017k/s)
38992024-12-19T19:11:48.361Z[ recovery-image] Dec 19 19:11:46.423 INFO O| Dec 19 19:11:46.423 INFO O| Download: 5167/15862 items 43.2/176.4MB 24% complete (186k/s)
39002024-12-19T19:11:49.569Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-19T19:11:49.887Z[ host-image] Dec 19 19:11:48.055 INFO O| Dec 19 19:11:48.055 INFO O| Download: 11246/22788 items 94.2/199.7MB 47% complete (858k/s)
39022024-12-19T19:11:53.517Z[ recovery-image] Dec 19 19:11:51.686 INFO O| Dec 19 19:11:51.685 INFO O| Download: 5725/15862 items 45.9/176.4MB 26% complete (294k/s)
39032024-12-19T19:11:55.085Z[ host-image] Dec 19 19:11:53.253 INFO O| Dec 19 19:11:53.253 INFO O| Download: 12117/22788 items 105.1/199.7MB 52% complete (1.1M/s)
39042024-12-19T19:11:58.666Z[ recovery-image] Dec 19 19:11:56.833 INFO O| Dec 19 19:11:56.833 INFO O| Download: 6118/15862 items 58.7/176.4MB 33% complete (1.4M/s)
39052024-12-19T19:12:00.089Z[ host-image] Dec 19 19:11:58.256 INFO O| Dec 19 19:11:58.256 INFO O| Download: 12979/22788 items 109.8/199.7MB 54% complete (1.5M/s)
39062024-12-19T19:12:03.681Z[ recovery-image] Dec 19 19:12:01.849 INFO O| Dec 19 19:12:01.849 INFO O| Download: 6531/15862 items 64.1/176.4MB 36% complete (1.8M/s)
39072024-12-19T19:12:05.091Z[ host-image] Dec 19 19:12:03.259 INFO O| Dec 19 19:12:03.259 INFO O| Download: 13877/22788 items 110.3/199.7MB 55% complete (575k/s)
39082024-12-19T19:12:08.686Z[ recovery-image] Dec 19 19:12:06.853 INFO O| Dec 19 19:12:06.853 INFO O| Download: 7211/15862 items 72.8/176.4MB 41% complete (1.9M/s)
39092024-12-19T19:12:10.193Z[ host-image] Dec 19 19:12:08.361 INFO O| Dec 19 19:12:08.360 INFO O| Download: 14415/22788 items 111.7/199.7MB 55% complete (187k/s)
39102024-12-19T19:12:13.687Z[ recovery-image] Dec 19 19:12:11.854 INFO O| Dec 19 19:12:11.854 INFO O| Download: 7896/15862 items 76.5/176.4MB 43% complete (1.2M/s)
39112024-12-19T19:12:15.215Z[ host-image] Dec 19 19:12:13.381 INFO O| Dec 19 19:12:13.381 INFO O| Download: 15391/22788 items 123.8/199.7MB 61% complete (1.3M/s)
39122024-12-19T19:12:18.704Z[ recovery-image] Dec 19 19:12:16.870 INFO O| Dec 19 19:12:16.870 INFO O| Download: 8576/15862 items 79.9/176.4MB 45% complete (735k/s)
39132024-12-19T19:12:20.224Z[ host-image] Dec 19 19:12:18.391 INFO O| Dec 19 19:12:18.391 INFO O| Download: 15848/22788 items 130.1/199.7MB 65% complete (1.8M/s)
39142024-12-19T19:12:23.743Z[ recovery-image] Dec 19 19:12:21.909 INFO O| Dec 19 19:12:21.909 INFO O| Download: 8840/15862 items 91.9/176.4MB 52% complete (1.6M/s)
39152024-12-19T19:12:25.237Z[ host-image] Dec 19 19:12:23.403 INFO O| Dec 19 19:12:23.403 INFO O| Download: 16903/22788 items 135.6/199.7MB 67% complete (1.2M/s)
39162024-12-19T19:12:28.764Z[ recovery-image] Dec 19 19:12:26.929 INFO O| Dec 19 19:12:26.929 INFO O| Download: 9590/15862 items 93.0/176.4MB 52% complete (1.3M/s)
39172024-12-19T19:12:30.252Z[ host-image] Dec 19 19:12:28.417 INFO O| Dec 19 19:12:28.417 INFO O| Download: 17879/22788 items 149.9/199.7MB 75% complete (2.0M/s)
39182024-12-19T19:12:33.998Z[ recovery-image] Dec 19 19:12:32.163 INFO O| Dec 19 19:12:32.163 INFO O| Download: 10570/15862 items 93.5/176.4MB 53% complete (163k/s)
39192024-12-19T19:12:35.252Z[ host-image] Dec 19 19:12:33.417 INFO O| Dec 19 19:12:33.417 INFO O| Download: 18469/22788 items 163.8/199.7MB 82% complete (2.8M/s)
39202024-12-19T19:12:39.253Z[ recovery-image] Dec 19 19:12:37.418 INFO O| Dec 19 19:12:37.418 INFO O| Download: 11076/15862 items 98.0/176.4MB 55% complete (371k/s)
39212024-12-19T19:12:40.263Z[ host-image] Dec 19 19:12:38.428 INFO O| Dec 19 19:12:38.428 INFO O| Download: 19589/22788 items 168.3/199.7MB 84% complete (1.8M/s)
39222024-12-19T19:12:44.257Z[ recovery-image] Dec 19 19:12:42.421 INFO O| Dec 19 19:12:42.421 INFO O| Download: 11576/15862 items 112.4/176.4MB 63% complete (1.8M/s)
39232024-12-19T19:12:45.274Z[ host-image] Dec 19 19:12:43.438 INFO O| Dec 19 19:12:43.437 INFO O| Download: 20533/22788 items 172.1/199.7MB 86% complete (852k/s)
39242024-12-19T19:12:49.271Z[ recovery-image] Dec 19 19:12:47.435 INFO O| Dec 19 19:12:47.435 INFO O| Download: 12126/15862 items 140.4/176.4MB 79% complete (4.3M/s)
39252024-12-19T19:12:51.586Z[ host-image] Dec 19 19:12:49.749 INFO O| Dec 19 19:12:49.749 INFO O| Download: 20934/22788 items 178.7/199.7MB 89% complete (1.2M/s)
39262024-12-19T19:12:54.273Z[ recovery-image] Dec 19 19:12:52.437 INFO O| Dec 19 19:12:52.437 INFO O| Download: 13146/15862 items 144.5/176.4MB 81% complete (3.3M/s)
39272024-12-19T19:12:57.257Z[ host-image] Dec 19 19:12:55.421 INFO O| Dec 19 19:12:55.420 INFO O| Download: 21698/22788 items 183.6/199.7MB 91% complete (1.1M/s)
39282024-12-19T19:12:59.529Z[ recovery-image] Dec 19 19:12:57.692 INFO O| Dec 19 19:12:57.692 INFO O| Download: 14056/15862 items 148.6/176.4MB 84% complete (844k/s)
39292024-12-19T19:13:02.446Z[ host-image] Dec 19 19:13:00.608 INFO O| Dec 19 19:13:00.608 INFO O| Download: 21956/22788 items 191.5/199.7MB 95% complete (1.3M/s)
39302024-12-19T19:13:04.624Z[ recovery-image] Dec 19 19:13:02.787 INFO O| Dec 19 19:13:02.787 INFO O| Download: 14738/15862 items 154.5/176.4MB 87% complete (934k/s)
39312024-12-19T19:13:07.573Z[ host-image] Dec 19 19:13:05.736 INFO O| Dec 19 19:13:05.736 INFO O| Download: 22255/22788 items 197.8/199.7MB 99% complete (1.5M/s)
39322024-12-19T19:13:09.630Z[ recovery-image] Dec 19 19:13:07.793 INFO O| Dec 19 19:13:07.793 INFO O| Download: 15422/15862 items 165.0/176.4MB 93% complete (1.6M/s)
39332024-12-19T19:13:10.673Z[ host-image] Dec 19 19:13:08.836 INFO O| Dec 19 19:13:08.836 INFO O| Download: Completed 199.66 MB in 151.97 seconds (1.3M/s)
39342024-12-19T19:13:12.290Z[ host-image] Dec 19 19:13:10.452 INFO O| Dec 19 19:13:10.452 INFO O| Actions: 1/49485 actions (Installing new actions)
39352024-12-19T19:13:14.524Z[ recovery-image] Dec 19 19:13:12.686 INFO O| Dec 19 19:13:12.686 INFO O| Download: Completed 176.39 MB in 133.42 seconds (1.3M/s)
39362024-12-19T19:13:16.018Z[ recovery-image] Dec 19 19:13:14.180 INFO O| Dec 19 19:13:14.180 INFO O| Actions: 1/25028 actions (Installing new actions)
39372024-12-19T19:13:17.291Z[ host-image] Dec 19 19:13:15.453 INFO O| Dec 19 19:13:15.453 INFO O| Actions: 9257/49485 actions (Installing new actions)
39382024-12-19T19:13:21.019Z[ recovery-image] Dec 19 19:13:19.181 INFO O| Dec 19 19:13:19.180 INFO O| Actions: 8248/25028 actions (Installing new actions)
39392024-12-19T19:13:22.292Z[ host-image] Dec 19 19:13:20.453 INFO O| Dec 19 19:13:20.453 INFO O| Actions: 16093/49485 actions (Installing new actions)
39402024-12-19T19:13:26.054Z[ recovery-image] Dec 19 19:13:24.215 INFO O| Dec 19 19:13:24.215 INFO O| Actions: 12359/25028 actions (Installing new actions)
39412024-12-19T19:13:27.293Z[ host-image] Dec 19 19:13:25.453 INFO O| Dec 19 19:13:25.453 INFO O| Actions: 21656/49485 actions (Installing new actions)
39422024-12-19T19:13:31.057Z[ recovery-image] Dec 19 19:13:29.218 INFO O| Dec 19 19:13:29.218 INFO O| Actions: 17473/25028 actions (Installing new actions)
39432024-12-19T19:13:32.297Z[ host-image] Dec 19 19:13:30.458 INFO O| Dec 19 19:13:30.458 INFO O| Actions: 34909/49485 actions (Installing new actions)
39442024-12-19T19:13:36.063Z[ recovery-image] Dec 19 19:13:34.223 INFO O| Dec 19 19:13:34.223 INFO O| Actions: 24632/25028 actions (Installing new actions)
39452024-12-19T19:13:36.276Z[ recovery-image] Dec 19 19:13:34.437 INFO O| Dec 19 19:13:34.436 INFO O| Actions: Completed 25028 actions in 20.25 seconds.
39462024-12-19T19:13:36.410Z[ host-image] Dec 19 19:13:34.570 INFO O| Dec 19 19:13:34.570 INFO O| Actions: Completed 49485 actions in 24.11 seconds.
39472024-12-19T19:13:37.024Z[ recovery-image] Dec 19 19:13:35.185 INFO O| Dec 19 19:13:35.185 INFO O| Done
39482024-12-19T19:13:37.025Z[ recovery-image] Dec 19 19:13:35.185 INFO O| Dec 19 19:13:35.185 INFO O| Done
39492024-12-19T19:13:37.453Z[ host-image] Dec 19 19:13:35.612 INFO O| Dec 19 19:13:35.612 INFO O| Done
39502024-12-19T19:13:37.453Z[ host-image] Dec 19 19:13:35.613 INFO O| Dec 19 19:13:35.612 INFO O| Done
39512024-12-19T19:13:38.838Z[ recovery-image] Dec 19 19:13:36.998 INFO O| Dec 19 19:13:36.998 INFO O| Done
39522024-12-19T19:13:39.133Z[ host-image] Dec 19 19:13:37.293 INFO O| Dec 19 19:13:37.293 INFO O| Done
39532024-12-19T19:13:41.044Z[ recovery-image] Dec 19 19:13:39.204 INFO O| Dec 19 19:13:39.204 INFO O| Done
39542024-12-19T19:13:41.101Z[ recovery-image] Dec 19 19:13:39.260 INFO O| Dec 19 19:13:39.260 INFO O| Done
39552024-12-19T19:13:41.918Z[ host-image] Dec 19 19:13:40.063 INFO O| Dec 19 19:13:40.063 INFO O| Done
39562024-12-19T19:13:41.968Z[ host-image] Dec 19 19:13:40.122 INFO O| Dec 19 19:13:40.122 INFO O| Done
39572024-12-19T19:13:46.413Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39582024-12-19T19:13:46.458Z[ recovery-image] Dec 19 19:13:44.618 INFO O| Dec 19 19:13:44.618 INFO O| Done
39592024-12-19T19:13:47.274Z[ recovery-image] Dec 19 19:13:45.357 INFO O| Dec 19 19:13:45.357 INFO O| Done
39602024-12-19T19:13:48.128Z[ recovery-image] Dec 19 19:13:46.197 INFO O| Dec 19 19:13:46.197 INFO STEP 11 (pkg_install) COMPLETE
39612024-12-19T19:13:48.128Z[ recovery-image] Dec 19 19:13:46.197 INFO O| Dec 19 19:13:46.197 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39622024-12-19T19:13:48.128Z[ recovery-image] Dec 19 19:13:46.197 INFO O| Dec 19 19:13:46.197 INFO skip step because feature "recovery" is enabled
39632024-12-19T19:13:48.250Z[ recovery-image] Dec 19 19:13:46.197 INFO O| Dec 19 19:13:46.197 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39642024-12-19T19:13:48.251Z[ recovery-image] Dec 19 19:13:46.197 INFO O| Dec 19 19:13:46.197 INFO skip step because feature "omicron1" is not enabled
39652024-12-19T19:13:48.251Z[ recovery-image] Dec 19 19:13:46.197 INFO O| Dec 19 19:13:46.197 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39662024-12-19T19:13:48.252Z[ recovery-image] Dec 19 19:13:46.223 INFO O| Dec 19 19:13:46.223 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39672024-12-19T19:13:50.024Z[ host-image] Dec 19 19:13:48.109 INFO O| Dec 19 19:13:48.108 INFO O| Done
39682024-12-19T19:13:50.897Z[ host-image] Dec 19 19:13:49.057 INFO O| Dec 19 19:13:49.057 INFO O| Done
39692024-12-19T19:13:51.421Z[ host-image] Dec 19 19:13:49.581 INFO O| Dec 19 19:13:49.581 INFO STEP 11 (pkg_install) COMPLETE
39702024-12-19T19:13:51.421Z[ host-image] Dec 19 19:13:49.581 INFO O| Dec 19 19:13:49.581 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39712024-12-19T19:13:51.441Z[ host-image] Dec 19 19:13:49.601 INFO O| Dec 19 19:13:49.601 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
39722024-12-19T19:13:51.798Z[ recovery-image] Dec 19 19:13:49.957 INFO O| Dec 19 19:13:49.957 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39732024-12-19T19:13:52.957Z[ host-image] Dec 19 19:13:51.116 INFO O| Dec 19 19:13:51.116 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39742024-12-19T19:13:56.298Z[ recovery-image] Dec 19 19:13:54.457 INFO O| Dec 19 19:13:54.457 INFO O| Planning: Solver setup ... Done
39752024-12-19T19:13:56.312Z[ recovery-image] Dec 19 19:13:54.464 INFO O| Dec 19 19:13:54.464 INFO O| Planning: Running solver ... Done
39762024-12-19T19:13:56.410Z[ recovery-image] Dec 19 19:13:54.569 INFO O| Dec 19 19:13:54.569 INFO O| Planning: Finding local manifests ... Done
39772024-12-19T19:13:56.413Z[ recovery-image] Dec 19 19:13:54.571 INFO O| Dec 19 19:13:54.570 INFO O| Planning: Fetching manifests: 0/1 0% complete
39782024-12-19T19:13:56.557Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39792024-12-19T19:13:56.561Z[ recovery-image] Dec 19 19:13:54.721 INFO O| Dec 19 19:13:54.721 INFO O| Planning: Fetching manifests: 1/1 100% complete
39802024-12-19T19:13:56.607Z[ recovery-image] Dec 19 19:13:54.766 INFO O| Dec 19 19:13:54.765 INFO O| Planning: Package planning ... Done
39812024-12-19T19:13:56.607Z[ recovery-image] Dec 19 19:13:54.766 INFO O| Dec 19 19:13:54.766 INFO O| Planning: Merging actions ... Done
39822024-12-19T19:13:56.707Z[ recovery-image] Dec 19 19:13:54.863 INFO O| Dec 19 19:13:54.862 INFO O| Planning: Checking for conflicting actions ... Done
39832024-12-19T19:13:56.707Z[ recovery-image] Dec 19 19:13:54.863 INFO O| Dec 19 19:13:54.863 INFO O| Planning: Consolidating action changes ... Done
39842024-12-19T19:13:57.136Z[ recovery-image] Dec 19 19:13:55.295 INFO O| Dec 19 19:13:55.295 INFO O| Planning: Evaluating mediators ... Done
39852024-12-19T19:13:57.139Z[ recovery-image] Dec 19 19:13:55.296 INFO O| Dec 19 19:13:55.296 INFO O| Planning: Planning completed in 5.34 seconds
39862024-12-19T19:13:57.141Z[ recovery-image] Dec 19 19:13:55.299 INFO O| Dec 19 19:13:55.299 INFO O| Packages to install: 1
39872024-12-19T19:13:57.181Z[ recovery-image] Dec 19 19:13:55.340 INFO O| Dec 19 19:13:55.340 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39882024-12-19T19:13:57.875Z[ recovery-image] Dec 19 19:13:56.034 INFO O| Dec 19 19:13:56.034 INFO O| Download: Completed 9.99 MB in 0.69 seconds (14.4M/s)
39892024-12-19T19:13:57.980Z[ recovery-image] Dec 19 19:13:56.139 INFO O| Dec 19 19:13:56.139 INFO O| Actions: 1/22 actions (Installing new actions)
39902024-12-19T19:13:58.437Z[ recovery-image] Dec 19 19:13:56.596 INFO O| Dec 19 19:13:56.596 INFO O| Actions: Completed 22 actions in 0.46 seconds.
39912024-12-19T19:13:58.528Z[ host-image] Dec 19 19:13:56.687 INFO O| Dec 19 19:13:56.687 INFO O| Planning: Solver setup ... Done
39922024-12-19T19:13:58.533Z[ host-image] Dec 19 19:13:56.693 INFO O| Dec 19 19:13:56.693 INFO O| Planning: Running solver ... Done
39932024-12-19T19:13:58.628Z[ host-image] Dec 19 19:13:56.787 INFO O| Dec 19 19:13:56.786 INFO O| Planning: Finding local manifests ... Done
39942024-12-19T19:13:58.630Z[ host-image] Dec 19 19:13:56.789 INFO O| Dec 19 19:13:56.789 INFO O| Planning: Fetching manifests: 0/5 0% complete
39952024-12-19T19:13:58.859Z[ recovery-image] Dec 19 19:13:57.018 INFO O| Dec 19 19:13:57.018 INFO O| Done
39962024-12-19T19:13:58.859Z[ recovery-image] Dec 19 19:13:57.018 INFO O| Dec 19 19:13:57.018 INFO O| Done
39972024-12-19T19:13:58.931Z[ host-image] Dec 19 19:13:57.086 INFO O| Dec 19 19:13:57.085 INFO O| Planning: Fetching manifests: 5/5 100% complete
39982024-12-19T19:13:58.988Z[ host-image] Dec 19 19:13:57.146 INFO O| Dec 19 19:13:57.146 INFO O| Planning: Package planning ... Done
39992024-12-19T19:13:59.006Z[ host-image] Dec 19 19:13:57.165 INFO O| Dec 19 19:13:57.165 INFO O| Planning: Merging actions ... Done
40002024-12-19T19:13:59.197Z[ host-image] Dec 19 19:13:57.356 INFO O| Dec 19 19:13:57.356 INFO O| Planning: Checking for conflicting actions ... Done
40012024-12-19T19:13:59.200Z[ host-image] Dec 19 19:13:57.358 INFO O| Dec 19 19:13:57.358 INFO O| Planning: Consolidating action changes ... Done
40022024-12-19T19:13:59.706Z[ host-image] Dec 19 19:13:57.865 INFO O| Dec 19 19:13:57.865 INFO O| Planning: Evaluating mediators ... Done
40032024-12-19T19:13:59.709Z[ host-image] Dec 19 19:13:57.867 INFO O| Dec 19 19:13:57.867 INFO O| Planning: Planning completed in 6.75 seconds
40042024-12-19T19:13:59.724Z[ host-image] Dec 19 19:13:57.883 INFO O| Dec 19 19:13:57.883 INFO O| Packages to install: 5
40052024-12-19T19:13:59.724Z[ host-image] Dec 19 19:13:57.883 INFO O| Dec 19 19:13:57.883 INFO O| Services to change: 2
40062024-12-19T19:13:59.751Z[ host-image] Dec 19 19:13:57.910 INFO O| Dec 19 19:13:57.910 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40072024-12-19T19:14:00.275Z[ recovery-image] Dec 19 19:13:58.434 INFO O| Dec 19 19:13:58.434 INFO O| Done
40082024-12-19T19:14:01.311Z[ host-image] Dec 19 19:13:59.470 INFO O| Dec 19 19:13:59.470 INFO O| Download: Completed 1.45 MB in 1.56 seconds (949k/s)
40092024-12-19T19:14:01.361Z[ host-image] Dec 19 19:13:59.520 INFO O| Dec 19 19:13:59.520 INFO O| Actions: 1/305 actions (Installing new actions)
40102024-12-19T19:14:01.601Z[ host-image] Dec 19 19:13:59.760 INFO O| Dec 19 19:13:59.760 INFO O| Actions: Completed 305 actions in 0.24 seconds.
40112024-12-19T19:14:02.240Z[ recovery-image] Dec 19 19:14:00.399 INFO O| Dec 19 19:14:00.399 INFO O| Done
40122024-12-19T19:14:02.262Z[ recovery-image] Dec 19 19:14:00.421 INFO O| Dec 19 19:14:00.421 INFO O| Done
40132024-12-19T19:14:02.262Z[ recovery-image] Dec 19 19:14:00.421 INFO O| Dec 19 19:14:00.421 INFO O| Done
40142024-12-19T19:14:02.279Z[ recovery-image] Dec 19 19:14:00.437 INFO O| Dec 19 19:14:00.437 INFO O| Done
40152024-12-19T19:14:02.349Z[ host-image] Dec 19 19:14:00.508 INFO O| Dec 19 19:14:00.508 INFO O| Done
40162024-12-19T19:14:02.349Z[ host-image] Dec 19 19:14:00.508 INFO O| Dec 19 19:14:00.508 INFO O| Done
40172024-12-19T19:14:02.460Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO STEP 14 (pkg_install) COMPLETE
40182024-12-19T19:14:02.460Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40192024-12-19T19:14:02.460Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO skip step because feature "mfg" is not enabled
40202024-12-19T19:14:02.460Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40212024-12-19T19:14:02.463Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO skip step because feature "compliance" is not enabled
40222024-12-19T19:14:02.463Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40232024-12-19T19:14:02.463Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO skip step because feature "stress" is not enabled
40242024-12-19T19:14:02.463Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40252024-12-19T19:14:02.463Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO skip step because feature "nfs" is not enabled
40262024-12-19T19:14:02.463Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40272024-12-19T19:14:02.463Z[ recovery-image] Dec 19 19:14:00.619 INFO O| Dec 19 19:14:00.619 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40282024-12-19T19:14:02.588Z[ recovery-image] Dec 19 19:14:00.746 INFO O| Dec 19 19:14:00.746 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40292024-12-19T19:14:02.737Z[ recovery-image] Dec 19 19:14:00.895 INFO O| Dec 19 19:14:00.895 INFO completed processing gimlet/ramdisk-01-os
40302024-12-19T19:14:02.740Z[ recovery-image] Dec 19 19:14:00.899 INFO image builder template: ramdisk-02-trim...
40312024-12-19T19:14:02.742Z[ recovery-image] Dec 19 19:14:00.899 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/.tmphsgD4x/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
40322024-12-19T19:14:02.785Z[ recovery-image] Dec 19 19:14:00.944 INFO O| Dec 19 19:14:00.944 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40332024-12-19T19:14:02.810Z[ recovery-image] Dec 19 19:14:00.969 INFO O| Dec 19 19:14:00.969 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40342024-12-19T19:14:03.025Z[ recovery-image] Dec 19 19:14:01.184 INFO O| Dec 19 19:14:01.184 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40352024-12-19T19:14:03.130Z[ recovery-image] Dec 19 19:14:01.289 INFO O| Dec 19 19:14:01.289 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40362024-12-19T19:14:03.133Z[ recovery-image] Dec 19 19:14:01.289 INFO O| Dec 19 19:14:01.289 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40372024-12-19T19:14:03.141Z[ recovery-image] Dec 19 19:14:01.300 INFO O| Dec 19 19:14:01.300 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40382024-12-19T19:14:03.150Z[ recovery-image] Dec 19 19:14:01.307 INFO O| Dec 19 19:14:01.307 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40392024-12-19T19:14:03.169Z[ recovery-image] Dec 19 19:14:01.328 INFO O| Dec 19 19:14:01.328 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40402024-12-19T19:14:03.617Z[ host-image] Dec 19 19:14:01.775 INFO O| Dec 19 19:14:01.775 INFO O| Done
40412024-12-19T19:14:03.905Z[ recovery-image] Dec 19 19:14:02.061 INFO O| Dec 19 19:14:02.061 INFO rolled back to input snapshot; work may begin
40422024-12-19T19:14:03.905Z[ recovery-image] Dec 19 19:14:02.061 INFO O| Dec 19 19:14:02.061 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40432024-12-19T19:14:03.941Z[ recovery-image] Dec 19 19:14:02.099 INFO O| Dec 19 19:14:02.099 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-12-19T19:14:03.986Z[ recovery-image] Dec 19 19:14:02.145 INFO O| Dec 19 19:14:02.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40452024-12-19T19:14:04.096Z[ recovery-image] Dec 19 19:14:02.253 INFO O| Dec 19 19:14:02.253 INFO STEP 0 (remove_files) COMPLETE
40462024-12-19T19:14:04.096Z[ recovery-image] Dec 19 19:14:02.253 INFO O| Dec 19 19:14:02.253 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-19T19:14:04.116Z[ recovery-image] Dec 19 19:14:02.275 INFO O| Dec 19 19:14:02.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40482024-12-19T19:14:04.120Z[ recovery-image] Dec 19 19:14:02.278 INFO O| Dec 19 19:14:02.278 INFO STEP 1 (remove_files) COMPLETE
40492024-12-19T19:14:04.120Z[ recovery-image] Dec 19 19:14:02.278 INFO O| Dec 19 19:14:02.278 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-19T19:14:04.141Z[ recovery-image] Dec 19 19:14:02.299 INFO O| Dec 19 19:14:02.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40512024-12-19T19:14:04.187Z[ recovery-image] Dec 19 19:14:02.345 INFO O| Dec 19 19:14:02.345 INFO STEP 2 (remove_files) COMPLETE
40522024-12-19T19:14:04.187Z[ recovery-image] Dec 19 19:14:02.345 INFO O| Dec 19 19:14:02.345 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-12-19T19:14:04.243Z[ recovery-image] Dec 19 19:14:02.402 INFO O| Dec 19 19:14:02.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40542024-12-19T19:14:04.246Z[ recovery-image] Dec 19 19:14:02.405 INFO O| Dec 19 19:14:02.404 INFO STEP 3 (remove_files) COMPLETE
40552024-12-19T19:14:04.246Z[ recovery-image] Dec 19 19:14:02.405 INFO O| Dec 19 19:14:02.405 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-19T19:14:04.265Z[ recovery-image] Dec 19 19:14:02.424 INFO O| Dec 19 19:14:02.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40572024-12-19T19:14:04.272Z[ recovery-image] Dec 19 19:14:02.430 INFO O| Dec 19 19:14:02.430 INFO STEP 4 (remove_files) COMPLETE
40582024-12-19T19:14:04.272Z[ recovery-image] Dec 19 19:14:02.430 INFO O| Dec 19 19:14:02.430 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-19T19:14:04.292Z[ recovery-image] Dec 19 19:14:02.450 INFO O| Dec 19 19:14:02.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40602024-12-19T19:14:04.295Z[ recovery-image] Dec 19 19:14:02.450 INFO O| Dec 19 19:14:02.450 INFO STEP 5 (remove_files) COMPLETE
40612024-12-19T19:14:04.295Z[ recovery-image] Dec 19 19:14:02.451 INFO O| Dec 19 19:14:02.450 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-19T19:14:04.314Z[ recovery-image] Dec 19 19:14:02.471 INFO O| Dec 19 19:14:02.470 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40632024-12-19T19:14:04.333Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.491 INFO STEP 6 (remove_files) COMPLETE
40642024-12-19T19:14:04.333Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.491 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-19T19:14:04.336Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.492 INFO skip step because feature "recovery" is enabled
40662024-12-19T19:14:04.336Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.492 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-12-19T19:14:04.336Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.492 INFO skip step because feature "recovery" is enabled
40682024-12-19T19:14:04.336Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.492 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-19T19:14:04.336Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.492 INFO skip step because feature "recovery" is enabled
40702024-12-19T19:14:04.336Z[ recovery-image] Dec 19 19:14:02.492 INFO O| Dec 19 19:14:02.492 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-19T19:14:04.375Z[ recovery-image] Dec 19 19:14:02.534 INFO O| Dec 19 19:14:02.533 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40722024-12-19T19:14:04.380Z[ recovery-image] Dec 19 19:14:02.539 INFO O| Dec 19 19:14:02.539 INFO STEP 10 (remove_files) COMPLETE
40732024-12-19T19:14:04.383Z[ recovery-image] Dec 19 19:14:02.539 INFO O| Dec 19 19:14:02.539 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-12-19T19:14:04.400Z[ recovery-image] Dec 19 19:14:02.559 INFO O| Dec 19 19:14:02.559 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40752024-12-19T19:14:04.403Z[ recovery-image] Dec 19 19:14:02.560 INFO O| Dec 19 19:14:02.560 INFO STEP 11 (remove_files) COMPLETE
40762024-12-19T19:14:04.403Z[ recovery-image] Dec 19 19:14:02.560 INFO O| Dec 19 19:14:02.560 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-12-19T19:14:04.442Z[ recovery-image] Dec 19 19:14:02.601 INFO O| Dec 19 19:14:02.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40782024-12-19T19:14:04.444Z[ recovery-image] Dec 19 19:14:02.603 INFO O| Dec 19 19:14:02.603 INFO STEP 12 (remove_files) COMPLETE
40792024-12-19T19:14:04.444Z[ recovery-image] Dec 19 19:14:02.603 INFO O| Dec 19 19:14:02.603 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-12-19T19:14:04.486Z[ recovery-image] Dec 19 19:14:02.645 INFO O| Dec 19 19:14:02.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40812024-12-19T19:14:04.736Z[ recovery-image] Dec 19 19:14:02.895 INFO O| Dec 19 19:14:02.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40822024-12-19T19:14:04.765Z[ recovery-image] Dec 19 19:14:02.921 INFO O| Dec 19 19:14:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40832024-12-19T19:14:04.765Z[ recovery-image] Dec 19 19:14:02.923 INFO O| Dec 19 19:14:02.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40842024-12-19T19:14:04.863Z[ recovery-image] Dec 19 19:14:03.021 INFO O| Dec 19 19:14:03.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40852024-12-19T19:14:04.947Z[ recovery-image] Dec 19 19:14:03.106 INFO O| Dec 19 19:14:03.106 INFO STEP 13 (remove_files) COMPLETE
40862024-12-19T19:14:04.948Z[ recovery-image] Dec 19 19:14:03.106 INFO O| Dec 19 19:14:03.106 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-19T19:14:04.988Z[ recovery-image] Dec 19 19:14:03.147 INFO O| Dec 19 19:14:03.147 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40882024-12-19T19:14:04.991Z[ recovery-image] Dec 19 19:14:03.149 INFO O| Dec 19 19:14:03.149 INFO STEP 14 (remove_files) COMPLETE
40892024-12-19T19:14:04.991Z[ recovery-image] Dec 19 19:14:03.149 INFO O| Dec 19 19:14:03.149 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-19T19:14:05.009Z[ recovery-image] Dec 19 19:14:03.168 INFO O| Dec 19 19:14:03.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40912024-12-19T19:14:05.020Z[ recovery-image] Dec 19 19:14:03.179 INFO O| Dec 19 19:14:03.179 INFO STEP 15 (remove_files) COMPLETE
40922024-12-19T19:14:05.020Z[ recovery-image] Dec 19 19:14:03.179 INFO O| Dec 19 19:14:03.179 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-19T19:14:05.056Z[ recovery-image] Dec 19 19:14:03.214 INFO O| Dec 19 19:14:03.214 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40942024-12-19T19:14:05.061Z[ recovery-image] Dec 19 19:14:03.215 INFO O| Dec 19 19:14:03.215 INFO STEP 16 (remove_files) COMPLETE
40952024-12-19T19:14:05.062Z[ recovery-image] Dec 19 19:14:03.215 INFO O| Dec 19 19:14:03.215 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-19T19:14:05.118Z[ recovery-image] Dec 19 19:14:03.276 INFO O| Dec 19 19:14:03.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40972024-12-19T19:14:05.120Z[ recovery-image] Dec 19 19:14:03.279 INFO O| Dec 19 19:14:03.279 INFO STEP 17 (remove_files) COMPLETE
40982024-12-19T19:14:05.120Z[ recovery-image] Dec 19 19:14:03.279 INFO O| Dec 19 19:14:03.279 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-19T19:14:05.141Z[ recovery-image] Dec 19 19:14:03.299 INFO O| Dec 19 19:14:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41002024-12-19T19:14:05.141Z[ recovery-image] Dec 19 19:14:03.299 INFO O| Dec 19 19:14:03.299 INFO STEP 18 (remove_files) COMPLETE
41012024-12-19T19:14:05.141Z[ recovery-image] Dec 19 19:14:03.299 INFO O| Dec 19 19:14:03.299 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-19T19:14:05.173Z[ recovery-image] Dec 19 19:14:03.331 INFO O| Dec 19 19:14:03.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41032024-12-19T19:14:05.173Z[ recovery-image] Dec 19 19:14:03.331 INFO O| Dec 19 19:14:03.331 INFO STEP 19 (remove_files) COMPLETE
41042024-12-19T19:14:05.173Z[ recovery-image] Dec 19 19:14:03.331 INFO O| Dec 19 19:14:03.331 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-19T19:14:05.232Z[ recovery-image] Dec 19 19:14:03.389 INFO O| Dec 19 19:14:03.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41062024-12-19T19:14:05.232Z[ recovery-image] Dec 19 19:14:03.389 INFO O| Dec 19 19:14:03.389 INFO STEP 20 (remove_files) COMPLETE
41072024-12-19T19:14:05.232Z[ recovery-image] Dec 19 19:14:03.389 INFO O| Dec 19 19:14:03.389 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-19T19:14:05.271Z[ recovery-image] Dec 19 19:14:03.430 INFO O| Dec 19 19:14:03.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41092024-12-19T19:14:05.274Z[ recovery-image] Dec 19 19:14:03.430 INFO O| Dec 19 19:14:03.430 INFO STEP 21 (remove_files) COMPLETE
41102024-12-19T19:14:05.274Z[ recovery-image] Dec 19 19:14:03.430 INFO O| Dec 19 19:14:03.430 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-19T19:14:05.292Z[ recovery-image] Dec 19 19:14:03.450 INFO O| Dec 19 19:14:03.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41122024-12-19T19:14:05.292Z[ recovery-image] Dec 19 19:14:03.451 INFO O| Dec 19 19:14:03.450 INFO STEP 22 (remove_files) COMPLETE
41132024-12-19T19:14:05.295Z[ recovery-image] Dec 19 19:14:03.451 INFO O| Dec 19 19:14:03.451 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-19T19:14:05.310Z[ recovery-image] Dec 19 19:14:03.469 INFO O| Dec 19 19:14:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41152024-12-19T19:14:05.310Z[ recovery-image] Dec 19 19:14:03.469 INFO O| Dec 19 19:14:03.469 INFO STEP 23 (remove_files) COMPLETE
41162024-12-19T19:14:05.313Z[ recovery-image] Dec 19 19:14:03.469 INFO O| Dec 19 19:14:03.469 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-19T19:14:05.331Z[ recovery-image] Dec 19 19:14:03.489 INFO O| Dec 19 19:14:03.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41182024-12-19T19:14:05.331Z[ recovery-image] Dec 19 19:14:03.489 INFO O| Dec 19 19:14:03.489 INFO STEP 24 (remove_files) COMPLETE
41192024-12-19T19:14:05.331Z[ recovery-image] Dec 19 19:14:03.489 INFO O| Dec 19 19:14:03.489 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-19T19:14:05.368Z[ recovery-image] Dec 19 19:14:03.526 INFO O| Dec 19 19:14:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41212024-12-19T19:14:05.368Z[ recovery-image] Dec 19 19:14:03.526 INFO O| Dec 19 19:14:03.526 INFO STEP 25 (remove_files) COMPLETE
41222024-12-19T19:14:05.368Z[ recovery-image] Dec 19 19:14:03.526 INFO O| Dec 19 19:14:03.526 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-19T19:14:05.402Z[ recovery-image] Dec 19 19:14:03.561 INFO O| Dec 19 19:14:03.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41242024-12-19T19:14:05.402Z[ recovery-image] Dec 19 19:14:03.561 INFO O| Dec 19 19:14:03.561 INFO STEP 26 (remove_files) COMPLETE
41252024-12-19T19:14:05.405Z[ recovery-image] Dec 19 19:14:03.561 INFO O| Dec 19 19:14:03.561 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-19T19:14:05.466Z[ recovery-image] Dec 19 19:14:03.624 INFO O| Dec 19 19:14:03.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41272024-12-19T19:14:05.466Z[ recovery-image] Dec 19 19:14:03.624 INFO O| Dec 19 19:14:03.624 INFO STEP 27 (remove_files) COMPLETE
41282024-12-19T19:14:05.466Z[ recovery-image] Dec 19 19:14:03.624 INFO O| Dec 19 19:14:03.624 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-19T19:14:05.485Z[ recovery-image] Dec 19 19:14:03.643 INFO O| Dec 19 19:14:03.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41302024-12-19T19:14:05.485Z[ recovery-image] Dec 19 19:14:03.644 INFO O| Dec 19 19:14:03.643 INFO STEP 28 (remove_files) COMPLETE
41312024-12-19T19:14:05.485Z[ recovery-image] Dec 19 19:14:03.644 INFO O| Dec 19 19:14:03.644 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-19T19:14:05.503Z[ recovery-image] Dec 19 19:14:03.662 INFO O| Dec 19 19:14:03.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41332024-12-19T19:14:05.503Z[ recovery-image] Dec 19 19:14:03.662 INFO O| Dec 19 19:14:03.662 INFO STEP 29 (remove_files) COMPLETE
41342024-12-19T19:14:05.506Z[ recovery-image] Dec 19 19:14:03.662 INFO O| Dec 19 19:14:03.662 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-19T19:14:05.521Z[ recovery-image] Dec 19 19:14:03.680 INFO O| Dec 19 19:14:03.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41362024-12-19T19:14:05.521Z[ recovery-image] Dec 19 19:14:03.680 INFO O| Dec 19 19:14:03.680 INFO STEP 30 (remove_files) COMPLETE
41372024-12-19T19:14:05.521Z[ recovery-image] Dec 19 19:14:03.680 INFO O| Dec 19 19:14:03.680 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-19T19:14:05.539Z[ recovery-image] Dec 19 19:14:03.697 INFO O| Dec 19 19:14:03.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41392024-12-19T19:14:05.539Z[ recovery-image] Dec 19 19:14:03.697 INFO O| Dec 19 19:14:03.697 INFO STEP 31 (remove_files) COMPLETE
41402024-12-19T19:14:05.539Z[ recovery-image] Dec 19 19:14:03.697 INFO O| Dec 19 19:14:03.697 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-19T19:14:05.572Z[ recovery-image] Dec 19 19:14:03.731 INFO O| Dec 19 19:14:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41422024-12-19T19:14:05.575Z[ recovery-image] Dec 19 19:14:03.731 INFO O| Dec 19 19:14:03.731 INFO STEP 32 (remove_files) COMPLETE
41432024-12-19T19:14:05.575Z[ recovery-image] Dec 19 19:14:03.731 INFO O| Dec 19 19:14:03.731 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-19T19:14:05.592Z[ recovery-image] Dec 19 19:14:03.751 INFO O| Dec 19 19:14:03.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41452024-12-19T19:14:05.595Z[ recovery-image] Dec 19 19:14:03.751 INFO O| Dec 19 19:14:03.751 INFO STEP 33 (remove_files) COMPLETE
41462024-12-19T19:14:05.595Z[ recovery-image] Dec 19 19:14:03.751 INFO O| Dec 19 19:14:03.751 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-19T19:14:05.626Z[ recovery-image] Dec 19 19:14:03.784 INFO O| Dec 19 19:14:03.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41482024-12-19T19:14:05.626Z[ recovery-image] Dec 19 19:14:03.784 INFO O| Dec 19 19:14:03.784 INFO STEP 34 (remove_files) COMPLETE
41492024-12-19T19:14:05.626Z[ recovery-image] Dec 19 19:14:03.784 INFO O| Dec 19 19:14:03.784 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-19T19:14:05.644Z[ recovery-image] Dec 19 19:14:03.803 INFO O| Dec 19 19:14:03.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41512024-12-19T19:14:05.644Z[ recovery-image] Dec 19 19:14:03.803 INFO O| Dec 19 19:14:03.803 INFO STEP 35 (remove_files) COMPLETE
41522024-12-19T19:14:05.644Z[ recovery-image] Dec 19 19:14:03.803 INFO O| Dec 19 19:14:03.803 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-19T19:14:05.667Z[ recovery-image] Dec 19 19:14:03.825 INFO O| Dec 19 19:14:03.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41542024-12-19T19:14:05.667Z[ recovery-image] Dec 19 19:14:03.825 INFO O| Dec 19 19:14:03.825 INFO STEP 36 (remove_files) COMPLETE
41552024-12-19T19:14:05.667Z[ recovery-image] Dec 19 19:14:03.825 INFO O| Dec 19 19:14:03.825 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-19T19:14:05.700Z[ recovery-image] Dec 19 19:14:03.859 INFO O| Dec 19 19:14:03.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41572024-12-19T19:14:05.700Z[ recovery-image] Dec 19 19:14:03.859 INFO O| Dec 19 19:14:03.859 INFO STEP 37 (remove_files) COMPLETE
41582024-12-19T19:14:05.704Z[ recovery-image] Dec 19 19:14:03.859 INFO O| Dec 19 19:14:03.859 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-19T19:14:05.724Z[ recovery-image] Dec 19 19:14:03.883 INFO O| Dec 19 19:14:03.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41602024-12-19T19:14:05.725Z[ recovery-image] Dec 19 19:14:03.883 INFO O| Dec 19 19:14:03.883 INFO STEP 38 (remove_files) COMPLETE
41612024-12-19T19:14:05.725Z[ recovery-image] Dec 19 19:14:03.883 INFO O| Dec 19 19:14:03.883 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-19T19:14:05.781Z[ recovery-image] Dec 19 19:14:03.940 INFO O| Dec 19 19:14:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41632024-12-19T19:14:05.781Z[ recovery-image] Dec 19 19:14:03.940 INFO O| Dec 19 19:14:03.940 INFO STEP 39 (remove_files) COMPLETE
41642024-12-19T19:14:05.784Z[ recovery-image] Dec 19 19:14:03.940 INFO O| Dec 19 19:14:03.940 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-19T19:14:05.801Z[ recovery-image] Dec 19 19:14:03.959 INFO O| Dec 19 19:14:03.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41662024-12-19T19:14:05.801Z[ recovery-image] Dec 19 19:14:03.959 INFO O| Dec 19 19:14:03.959 INFO STEP 40 (remove_files) COMPLETE
41672024-12-19T19:14:05.801Z[ recovery-image] Dec 19 19:14:03.959 INFO O| Dec 19 19:14:03.959 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-19T19:14:05.826Z[ recovery-image] Dec 19 19:14:03.984 INFO O| Dec 19 19:14:03.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41692024-12-19T19:14:05.826Z[ recovery-image] Dec 19 19:14:03.984 INFO O| Dec 19 19:14:03.984 INFO STEP 41 (remove_files) COMPLETE
41702024-12-19T19:14:05.829Z[ recovery-image] Dec 19 19:14:03.984 INFO O| Dec 19 19:14:03.984 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-19T19:14:05.856Z[ recovery-image] Dec 19 19:14:04.014 INFO O| Dec 19 19:14:04.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41722024-12-19T19:14:05.856Z[ recovery-image] Dec 19 19:14:04.014 INFO O| Dec 19 19:14:04.014 INFO STEP 42 (remove_files) COMPLETE
41732024-12-19T19:14:05.856Z[ recovery-image] Dec 19 19:14:04.014 INFO O| Dec 19 19:14:04.014 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-19T19:14:05.883Z[ recovery-image] Dec 19 19:14:04.041 INFO O| Dec 19 19:14:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41752024-12-19T19:14:05.883Z[ recovery-image] Dec 19 19:14:04.041 INFO O| Dec 19 19:14:04.041 INFO STEP 43 (remove_files) COMPLETE
41762024-12-19T19:14:05.883Z[ recovery-image] Dec 19 19:14:04.041 INFO O| Dec 19 19:14:04.041 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-19T19:14:05.903Z[ recovery-image] Dec 19 19:14:04.061 INFO O| Dec 19 19:14:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41782024-12-19T19:14:05.903Z[ recovery-image] Dec 19 19:14:04.061 INFO O| Dec 19 19:14:04.061 INFO STEP 44 (remove_files) COMPLETE
41792024-12-19T19:14:05.905Z[ recovery-image] Dec 19 19:14:04.061 INFO O| Dec 19 19:14:04.061 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-19T19:14:05.923Z[ recovery-image] Dec 19 19:14:04.081 INFO O| Dec 19 19:14:04.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41812024-12-19T19:14:05.923Z[ recovery-image] Dec 19 19:14:04.081 INFO O| Dec 19 19:14:04.081 INFO STEP 45 (remove_files) COMPLETE
41822024-12-19T19:14:05.925Z[ recovery-image] Dec 19 19:14:04.081 INFO O| Dec 19 19:14:04.081 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-19T19:14:05.943Z[ recovery-image] Dec 19 19:14:04.101 INFO O| Dec 19 19:14:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41842024-12-19T19:14:05.943Z[ recovery-image] Dec 19 19:14:04.101 INFO O| Dec 19 19:14:04.101 INFO STEP 46 (remove_files) COMPLETE
41852024-12-19T19:14:05.943Z[ recovery-image] Dec 19 19:14:04.101 INFO O| Dec 19 19:14:04.101 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-19T19:14:05.965Z[ recovery-image] Dec 19 19:14:04.123 INFO O| Dec 19 19:14:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41872024-12-19T19:14:05.965Z[ recovery-image] Dec 19 19:14:04.123 INFO O| Dec 19 19:14:04.123 INFO STEP 47 (remove_files) COMPLETE
41882024-12-19T19:14:05.965Z[ recovery-image] Dec 19 19:14:04.123 INFO O| Dec 19 19:14:04.123 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-19T19:14:05.991Z[ recovery-image] Dec 19 19:14:04.150 INFO O| Dec 19 19:14:04.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41902024-12-19T19:14:05.991Z[ recovery-image] Dec 19 19:14:04.150 INFO O| Dec 19 19:14:04.150 INFO STEP 48 (remove_files) COMPLETE
41912024-12-19T19:14:05.994Z[ recovery-image] Dec 19 19:14:04.150 INFO O| Dec 19 19:14:04.150 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-19T19:14:06.025Z[ recovery-image] Dec 19 19:14:04.184 INFO O| Dec 19 19:14:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41932024-12-19T19:14:06.026Z[ recovery-image] Dec 19 19:14:04.184 INFO O| Dec 19 19:14:04.184 INFO STEP 49 (remove_files) COMPLETE
41942024-12-19T19:14:06.029Z[ recovery-image] Dec 19 19:14:04.184 INFO O| Dec 19 19:14:04.184 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-19T19:14:06.068Z[ recovery-image] Dec 19 19:14:04.225 INFO O| Dec 19 19:14:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41962024-12-19T19:14:06.068Z[ recovery-image] Dec 19 19:14:04.225 INFO O| Dec 19 19:14:04.225 INFO STEP 50 (remove_files) COMPLETE
41972024-12-19T19:14:06.068Z[ recovery-image] Dec 19 19:14:04.225 INFO O| Dec 19 19:14:04.225 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-19T19:14:06.123Z[ recovery-image] Dec 19 19:14:04.281 INFO O| Dec 19 19:14:04.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41992024-12-19T19:14:06.123Z[ recovery-image] Dec 19 19:14:04.281 INFO O| Dec 19 19:14:04.281 INFO STEP 51 (remove_files) COMPLETE
42002024-12-19T19:14:06.123Z[ recovery-image] Dec 19 19:14:04.281 INFO O| Dec 19 19:14:04.281 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-19T19:14:06.146Z[ recovery-image] Dec 19 19:14:04.304 INFO O| Dec 19 19:14:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42022024-12-19T19:14:06.146Z[ recovery-image] Dec 19 19:14:04.304 INFO O| Dec 19 19:14:04.304 INFO STEP 52 (remove_files) COMPLETE
42032024-12-19T19:14:06.146Z[ recovery-image] Dec 19 19:14:04.304 INFO O| Dec 19 19:14:04.304 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-19T19:14:06.166Z[ recovery-image] Dec 19 19:14:04.324 INFO O| Dec 19 19:14:04.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42052024-12-19T19:14:06.166Z[ recovery-image] Dec 19 19:14:04.324 INFO O| Dec 19 19:14:04.324 INFO STEP 53 (remove_files) COMPLETE
42062024-12-19T19:14:06.166Z[ recovery-image] Dec 19 19:14:04.324 INFO O| Dec 19 19:14:04.324 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-19T19:14:06.186Z[ recovery-image] Dec 19 19:14:04.344 INFO O| Dec 19 19:14:04.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42082024-12-19T19:14:06.186Z[ recovery-image] Dec 19 19:14:04.344 INFO O| Dec 19 19:14:04.344 INFO STEP 54 (remove_files) COMPLETE
42092024-12-19T19:14:06.186Z[ recovery-image] Dec 19 19:14:04.344 INFO O| Dec 19 19:14:04.344 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-19T19:14:06.205Z[ recovery-image] Dec 19 19:14:04.363 INFO O| Dec 19 19:14:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42112024-12-19T19:14:06.205Z[ recovery-image] Dec 19 19:14:04.363 INFO O| Dec 19 19:14:04.363 INFO STEP 55 (remove_files) COMPLETE
42122024-12-19T19:14:06.205Z[ recovery-image] Dec 19 19:14:04.363 INFO O| Dec 19 19:14:04.363 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-19T19:14:06.223Z[ recovery-image] Dec 19 19:14:04.382 INFO O| Dec 19 19:14:04.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42142024-12-19T19:14:06.223Z[ recovery-image] Dec 19 19:14:04.382 INFO O| Dec 19 19:14:04.382 INFO STEP 56 (remove_files) COMPLETE
42152024-12-19T19:14:06.227Z[ recovery-image] Dec 19 19:14:04.382 INFO O| Dec 19 19:14:04.382 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-19T19:14:06.242Z[ recovery-image] Dec 19 19:14:04.400 INFO O| Dec 19 19:14:04.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42172024-12-19T19:14:06.242Z[ recovery-image] Dec 19 19:14:04.400 INFO O| Dec 19 19:14:04.400 INFO STEP 57 (remove_files) COMPLETE
42182024-12-19T19:14:06.242Z[ recovery-image] Dec 19 19:14:04.400 INFO O| Dec 19 19:14:04.400 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192024-12-19T19:14:06.260Z[ recovery-image] Dec 19 19:14:04.419 INFO O| Dec 19 19:14:04.419 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42202024-12-19T19:14:06.260Z[ recovery-image] Dec 19 19:14:04.419 INFO O| Dec 19 19:14:04.419 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42212024-12-19T19:14:06.260Z[ recovery-image] Dec 19 19:14:04.419 INFO O| Dec 19 19:14:04.419 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42222024-12-19T19:14:06.263Z[ recovery-image] Dec 19 19:14:04.419 INFO O| Dec 19 19:14:04.419 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42232024-12-19T19:14:06.263Z[ recovery-image] Dec 19 19:14:04.420 INFO O| Dec 19 19:14:04.419 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42242024-12-19T19:14:06.263Z[ recovery-image] Dec 19 19:14:04.420 INFO O| Dec 19 19:14:04.420 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42252024-12-19T19:14:06.263Z[ recovery-image] Dec 19 19:14:04.420 INFO O| Dec 19 19:14:04.420 INFO ok!
42262024-12-19T19:14:06.263Z[ recovery-image] Dec 19 19:14:04.420 INFO O| Dec 19 19:14:04.420 INFO STEP 58 (ensure_file) COMPLETE
42272024-12-19T19:14:06.263Z[ recovery-image] Dec 19 19:14:04.420 INFO O| Dec 19 19:14:04.420 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282024-12-19T19:14:06.280Z[ recovery-image] Dec 19 19:14:04.438 INFO O| Dec 19 19:14:04.438 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42292024-12-19T19:14:06.280Z[ recovery-image] Dec 19 19:14:04.438 INFO O| Dec 19 19:14:04.438 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42302024-12-19T19:14:06.282Z[ recovery-image] Dec 19 19:14:04.438 INFO O| Dec 19 19:14:04.438 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42312024-12-19T19:14:06.282Z[ recovery-image] Dec 19 19:14:04.439 INFO O| Dec 19 19:14:04.438 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42322024-12-19T19:14:06.282Z[ recovery-image] Dec 19 19:14:04.439 INFO O| Dec 19 19:14:04.439 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42332024-12-19T19:14:06.282Z[ recovery-image] Dec 19 19:14:04.439 INFO O| Dec 19 19:14:04.439 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42342024-12-19T19:14:06.282Z[ recovery-image] Dec 19 19:14:04.439 INFO O| Dec 19 19:14:04.439 INFO ok!
42352024-12-19T19:14:06.282Z[ recovery-image] Dec 19 19:14:04.439 INFO O| Dec 19 19:14:04.439 INFO STEP 59 (ensure_file) COMPLETE
42362024-12-19T19:14:06.282Z[ recovery-image] Dec 19 19:14:04.439 INFO O| Dec 19 19:14:04.439 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372024-12-19T19:14:06.290Z[ host-image] Dec 19 19:14:04.448 INFO O| Dec 19 19:14:04.448 INFO O| Done
42382024-12-19T19:14:06.302Z[ recovery-image] Dec 19 19:14:04.460 INFO O| Dec 19 19:14:04.460 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42392024-12-19T19:14:06.302Z[ recovery-image] Dec 19 19:14:04.460 INFO O| Dec 19 19:14:04.460 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42402024-12-19T19:14:06.302Z[ recovery-image] Dec 19 19:14:04.460 INFO O| Dec 19 19:14:04.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42412024-12-19T19:14:06.302Z[ recovery-image] Dec 19 19:14:04.460 INFO O| Dec 19 19:14:04.460 INFO ok!
42422024-12-19T19:14:06.302Z[ recovery-image] Dec 19 19:14:04.460 INFO O| Dec 19 19:14:04.460 INFO STEP 60 (ensure_file) COMPLETE
42432024-12-19T19:14:06.302Z[ recovery-image] Dec 19 19:14:04.460 INFO O| Dec 19 19:14:04.460 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-19T19:14:06.325Z[ recovery-image] Dec 19 19:14:04.483 INFO O| Dec 19 19:14:04.483 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42452024-12-19T19:14:06.325Z[ recovery-image] Dec 19 19:14:04.483 INFO O| Dec 19 19:14:04.483 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42462024-12-19T19:14:06.328Z[ recovery-image] Dec 19 19:14:04.484 INFO O| Dec 19 19:14:04.484 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42472024-12-19T19:14:06.328Z[ recovery-image] Dec 19 19:14:04.484 INFO O| Dec 19 19:14:04.484 INFO ok!
42482024-12-19T19:14:06.328Z[ recovery-image] Dec 19 19:14:04.484 INFO O| Dec 19 19:14:04.484 INFO STEP 61 (ensure_file) COMPLETE
42492024-12-19T19:14:06.328Z[ recovery-image] Dec 19 19:14:04.484 INFO O| Dec 19 19:14:04.484 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-19T19:14:06.331Z[ host-image] Dec 19 19:14:04.490 INFO O| Dec 19 19:14:04.490 INFO O| Done
42512024-12-19T19:14:06.333Z[ host-image] Dec 19 19:14:04.490 INFO O| Dec 19 19:14:04.490 INFO O| Done
42522024-12-19T19:14:06.360Z[ host-image] Dec 19 19:14:04.518 INFO O| Dec 19 19:14:04.518 INFO O| Done
42532024-12-19T19:14:06.389Z[ recovery-image] Dec 19 19:14:04.548 INFO O| Dec 19 19:14:04.547 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42542024-12-19T19:14:06.389Z[ recovery-image] Dec 19 19:14:04.548 INFO O| Dec 19 19:14:04.548 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42552024-12-19T19:14:06.392Z[ recovery-image] Dec 19 19:14:04.548 INFO O| Dec 19 19:14:04.548 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42562024-12-19T19:14:06.392Z[ recovery-image] Dec 19 19:14:04.548 INFO O| Dec 19 19:14:04.548 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42572024-12-19T19:14:06.392Z[ recovery-image] Dec 19 19:14:04.548 INFO O| Dec 19 19:14:04.548 INFO ok!
42582024-12-19T19:14:06.392Z[ recovery-image] Dec 19 19:14:04.548 INFO O| Dec 19 19:14:04.548 INFO STEP 62 (ensure_file) COMPLETE
42592024-12-19T19:14:06.392Z[ recovery-image] Dec 19 19:14:04.548 INFO O| Dec 19 19:14:04.548 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602024-12-19T19:14:06.473Z[ recovery-image] Dec 19 19:14:04.631 INFO O| Dec 19 19:14:04.631 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42612024-12-19T19:14:06.473Z[ recovery-image] Dec 19 19:14:04.631 INFO O| Dec 19 19:14:04.631 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42622024-12-19T19:14:06.476Z[ recovery-image] Dec 19 19:14:04.631 INFO O| Dec 19 19:14:04.631 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42632024-12-19T19:14:06.476Z[ recovery-image] Dec 19 19:14:04.631 INFO O| Dec 19 19:14:04.631 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42642024-12-19T19:14:06.476Z[ recovery-image] Dec 19 19:14:04.631 INFO O| Dec 19 19:14:04.631 INFO ok!
42652024-12-19T19:14:06.476Z[ recovery-image] Dec 19 19:14:04.631 INFO O| Dec 19 19:14:04.631 INFO STEP 63 (ensure_file) COMPLETE
42662024-12-19T19:14:06.476Z[ recovery-image] Dec 19 19:14:04.631 INFO O| Dec 19 19:14:04.631 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672024-12-19T19:14:06.493Z[ recovery-image] Dec 19 19:14:04.651 INFO O| Dec 19 19:14:04.651 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42682024-12-19T19:14:06.493Z[ recovery-image] Dec 19 19:14:04.651 INFO O| Dec 19 19:14:04.651 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42692024-12-19T19:14:06.495Z[ recovery-image] Dec 19 19:14:04.651 INFO O| Dec 19 19:14:04.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42702024-12-19T19:14:06.495Z[ recovery-image] Dec 19 19:14:04.651 INFO O| Dec 19 19:14:04.651 INFO ok!
42712024-12-19T19:14:06.495Z[ recovery-image] Dec 19 19:14:04.651 INFO O| Dec 19 19:14:04.651 INFO STEP 64 (assemble_files) COMPLETE
42722024-12-19T19:14:06.495Z[ recovery-image] Dec 19 19:14:04.651 INFO O| Dec 19 19:14:04.651 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732024-12-19T19:14:06.534Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.692 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42742024-12-19T19:14:06.534Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42752024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42762024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42772024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO ok!
42782024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO STEP 65 (ensure_file) COMPLETE
42792024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO skip step because feature "omicron1" is not enabled
42812024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO skip step because feature "omicron1" is not enabled
42832024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO skip step because feature "omicron1" is not enabled
42852024-12-19T19:14:06.537Z[ recovery-image] Dec 19 19:14:04.693 INFO O| Dec 19 19:14:04.693 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-19T19:14:06.566Z[ recovery-image] Dec 19 19:14:04.725 INFO O| Dec 19 19:14:04.725 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42872024-12-19T19:14:06.567Z[ recovery-image] Dec 19 19:14:04.725 INFO O| Dec 19 19:14:04.725 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42882024-12-19T19:14:06.584Z[ host-image] Dec 19 19:14:04.742 INFO O| Dec 19 19:14:04.742 INFO STEP 12 (pkg_install) COMPLETE
42892024-12-19T19:14:06.584Z[ host-image] Dec 19 19:14:04.743 INFO O| Dec 19 19:14:04.742 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42902024-12-19T19:14:06.604Z[ host-image] Dec 19 19:14:04.763 INFO O| Dec 19 19:14:04.762 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42912024-12-19T19:14:07.843Z[ host-image] Dec 19 19:14:06.002 INFO O| Dec 19 19:14:06.001 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42922024-12-19T19:14:09.597Z[ recovery-image] Dec 19 19:14:07.755 INFO O| Dec 19 19:14:07.755 INFO STEP 69 (pack_tar) COMPLETE
42932024-12-19T19:14:09.597Z[ recovery-image] Dec 19 19:14:07.755 INFO O| Dec 19 19:14:07.755 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42942024-12-19T19:14:09.600Z[ recovery-image] Dec 19 19:14:07.755 INFO O| Dec 19 19:14:07.755 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42952024-12-19T19:14:09.769Z[ recovery-image] Dec 19 19:14:07.927 INFO O| Dec 19 19:14:07.927 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42962024-12-19T19:14:09.896Z[ recovery-image] Dec 19 19:14:08.054 INFO O| Dec 19 19:14:08.054 INFO completed processing gimlet/ramdisk-02-trim
42972024-12-19T19:14:09.900Z[ recovery-image] Dec 19 19:14:08.058 INFO image builder template: ramdisk-03-recovery-trim...
42982024-12-19T19:14:09.900Z[ recovery-image] Dec 19 19:14:08.058 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/.tmphsgD4x/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.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42992024-12-19T19:14:10.072Z[ recovery-image] Dec 19 19:14:08.230 INFO O| Dec 19 19:14:08.230 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43002024-12-19T19:14:10.080Z[ recovery-image] Dec 19 19:14:08.239 INFO O| Dec 19 19:14:08.239 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43012024-12-19T19:14:10.267Z[ recovery-image] Dec 19 19:14:08.425 INFO O| Dec 19 19:14:08.425 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43022024-12-19T19:14:10.437Z[ recovery-image] Dec 19 19:14:08.595 INFO O| Dec 19 19:14:08.595 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43032024-12-19T19:14:10.439Z[ recovery-image] Dec 19 19:14:08.595 INFO O| Dec 19 19:14:08.595 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43042024-12-19T19:14:10.470Z[ recovery-image] Dec 19 19:14:08.628 INFO O| Dec 19 19:14:08.628 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43052024-12-19T19:14:10.493Z[ recovery-image] Dec 19 19:14:08.650 INFO O| Dec 19 19:14:08.650 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43062024-12-19T19:14:10.537Z[ recovery-image] Dec 19 19:14:08.695 INFO O| Dec 19 19:14:08.695 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43072024-12-19T19:14:10.968Z[ recovery-image] Dec 19 19:14:09.126 INFO O| Dec 19 19:14:09.126 INFO rolled back to input snapshot; work may begin
43082024-12-19T19:14:10.969Z[ recovery-image] Dec 19 19:14:09.127 INFO O| Dec 19 19:14:09.126 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43092024-12-19T19:14:10.981Z[ recovery-image] Dec 19 19:14:09.139 INFO O| Dec 19 19:14:09.139 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-12-19T19:14:11.001Z[ recovery-image] Dec 19 19:14:09.159 INFO O| Dec 19 19:14:09.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43112024-12-19T19:14:11.009Z[ recovery-image] Dec 19 19:14:09.167 INFO O| Dec 19 19:14:09.167 INFO STEP 0 (remove_files) COMPLETE
43122024-12-19T19:14:11.009Z[ recovery-image] Dec 19 19:14:09.167 INFO O| Dec 19 19:14:09.167 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-19T19:14:11.052Z[ recovery-image] Dec 19 19:14:09.210 INFO O| Dec 19 19:14:09.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43142024-12-19T19:14:11.510Z[ recovery-image] Dec 19 19:14:09.667 INFO O| Dec 19 19:14:09.667 INFO STEP 1 (remove_files) COMPLETE
43152024-12-19T19:14:11.510Z[ recovery-image] Dec 19 19:14:09.667 INFO O| Dec 19 19:14:09.667 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-19T19:14:11.568Z[ recovery-image] Dec 19 19:14:09.726 INFO O| Dec 19 19:14:09.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43172024-12-19T19:14:11.630Z[ recovery-image] Dec 19 19:14:09.788 INFO O| Dec 19 19:14:09.788 INFO STEP 2 (remove_files) COMPLETE
43182024-12-19T19:14:11.630Z[ recovery-image] Dec 19 19:14:09.789 INFO O| Dec 19 19:14:09.788 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-19T19:14:11.682Z[ recovery-image] Dec 19 19:14:09.840 INFO O| Dec 19 19:14:09.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43202024-12-19T19:14:11.944Z[ recovery-image] Dec 19 19:14:10.102 INFO O| Dec 19 19:14:10.102 INFO STEP 3 (remove_files) COMPLETE
43212024-12-19T19:14:11.944Z[ recovery-image] Dec 19 19:14:10.102 INFO O| Dec 19 19:14:10.102 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-19T19:14:11.969Z[ recovery-image] Dec 19 19:14:10.123 INFO O| Dec 19 19:14:10.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43232024-12-19T19:14:12.001Z[ recovery-image] Dec 19 19:14:10.159 INFO O| Dec 19 19:14:10.159 INFO STEP 4 (remove_files) COMPLETE
43242024-12-19T19:14:12.004Z[ recovery-image] Dec 19 19:14:10.159 INFO O| Dec 19 19:14:10.159 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-19T19:14:12.040Z[ recovery-image] Dec 19 19:14:10.198 INFO O| Dec 19 19:14:10.198 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43262024-12-19T19:14:12.045Z[ recovery-image] Dec 19 19:14:10.203 INFO O| Dec 19 19:14:10.203 INFO STEP 5 (remove_files) COMPLETE
43272024-12-19T19:14:12.045Z[ recovery-image] Dec 19 19:14:10.203 INFO O| Dec 19 19:14:10.203 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-19T19:14:12.075Z[ recovery-image] Dec 19 19:14:10.233 INFO O| Dec 19 19:14:10.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43292024-12-19T19:14:12.100Z[ recovery-image] Dec 19 19:14:10.258 INFO O| Dec 19 19:14:10.258 INFO STEP 6 (remove_files) COMPLETE
43302024-12-19T19:14:12.100Z[ recovery-image] Dec 19 19:14:10.258 INFO O| Dec 19 19:14:10.258 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-19T19:14:12.119Z[ recovery-image] Dec 19 19:14:10.277 INFO O| Dec 19 19:14:10.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43322024-12-19T19:14:12.133Z[ recovery-image] Dec 19 19:14:10.290 INFO O| Dec 19 19:14:10.290 INFO STEP 7 (remove_files) COMPLETE
43332024-12-19T19:14:12.133Z[ recovery-image] Dec 19 19:14:10.290 INFO O| Dec 19 19:14:10.290 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-19T19:14:12.186Z[ recovery-image] Dec 19 19:14:10.344 INFO O| Dec 19 19:14:10.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43352024-12-19T19:14:12.299Z[ recovery-image] Dec 19 19:14:10.456 INFO O| Dec 19 19:14:10.456 INFO STEP 8 (remove_files) COMPLETE
43362024-12-19T19:14:12.299Z[ recovery-image] Dec 19 19:14:10.456 INFO O| Dec 19 19:14:10.456 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-19T19:14:12.334Z[ recovery-image] Dec 19 19:14:10.492 INFO O| Dec 19 19:14:10.492 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43382024-12-19T19:14:12.337Z[ recovery-image] Dec 19 19:14:10.493 INFO O| Dec 19 19:14:10.492 INFO STEP 9 (remove_files) COMPLETE
43392024-12-19T19:14:12.338Z[ recovery-image] Dec 19 19:14:10.493 INFO O| Dec 19 19:14:10.492 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-19T19:14:12.387Z[ recovery-image] Dec 19 19:14:10.545 INFO O| Dec 19 19:14:10.545 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43412024-12-19T19:14:12.412Z[ recovery-image] Dec 19 19:14:10.569 INFO O| Dec 19 19:14:10.569 INFO STEP 10 (remove_files) COMPLETE
43422024-12-19T19:14:12.412Z[ recovery-image] Dec 19 19:14:10.569 INFO O| Dec 19 19:14:10.569 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-19T19:14:12.473Z[ recovery-image] Dec 19 19:14:10.631 INFO O| Dec 19 19:14:10.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43442024-12-19T19:14:12.756Z[ host-image] Dec 19 19:14:10.913 INFO O| Dec 19 19:14:10.913 INFO O| Planning: Solver setup ... Done
43452024-12-19T19:14:12.764Z[ host-image] Dec 19 19:14:10.922 INFO O| Dec 19 19:14:10.922 INFO O| Planning: Running solver ... Done
43462024-12-19T19:14:12.851Z[ host-image] Dec 19 19:14:11.009 INFO O| Dec 19 19:14:11.009 INFO O| Planning: Finding local manifests ... Done
43472024-12-19T19:14:12.854Z[ host-image] Dec 19 19:14:11.012 INFO O| Dec 19 19:14:11.012 INFO O| Planning: Fetching manifests: 0/6 0% complete
43482024-12-19T19:14:13.025Z[ recovery-image] Dec 19 19:14:11.183 INFO O| Dec 19 19:14:11.183 INFO STEP 11 (remove_files) COMPLETE
43492024-12-19T19:14:13.025Z[ recovery-image] Dec 19 19:14:11.183 INFO O| Dec 19 19:14:11.183 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-19T19:14:13.070Z[ recovery-image] Dec 19 19:14:11.228 INFO O| Dec 19 19:14:11.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43512024-12-19T19:14:13.086Z[ recovery-image] Dec 19 19:14:11.244 INFO O| Dec 19 19:14:11.244 INFO STEP 12 (remove_files) COMPLETE
43522024-12-19T19:14:13.089Z[ recovery-image] Dec 19 19:14:11.244 INFO O| Dec 19 19:14:11.244 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-19T19:14:13.150Z[ recovery-image] Dec 19 19:14:11.308 INFO O| Dec 19 19:14:11.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43542024-12-19T19:14:13.177Z[ recovery-image] Dec 19 19:14:11.335 INFO O| Dec 19 19:14:11.335 INFO STEP 13 (remove_files) COMPLETE
43552024-12-19T19:14:13.177Z[ recovery-image] Dec 19 19:14:11.335 INFO O| Dec 19 19:14:11.335 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-19T19:14:13.197Z[ recovery-image] Dec 19 19:14:11.355 INFO O| Dec 19 19:14:11.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43572024-12-19T19:14:13.206Z[ recovery-image] Dec 19 19:14:11.364 INFO O| Dec 19 19:14:11.364 INFO STEP 14 (remove_files) COMPLETE
43582024-12-19T19:14:13.206Z[ recovery-image] Dec 19 19:14:11.364 INFO O| Dec 19 19:14:11.364 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-19T19:14:13.253Z[ recovery-image] Dec 19 19:14:11.411 INFO O| Dec 19 19:14:11.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43602024-12-19T19:14:13.255Z[ recovery-image] Dec 19 19:14:11.412 INFO O| Dec 19 19:14:11.412 INFO STEP 15 (remove_files) COMPLETE
43612024-12-19T19:14:13.255Z[ recovery-image] Dec 19 19:14:11.412 INFO O| Dec 19 19:14:11.412 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-19T19:14:13.274Z[ host-image] Dec 19 19:14:11.432 INFO O| Dec 19 19:14:11.432 INFO O| Planning: Fetching manifests: 6/6 100% complete
43632024-12-19T19:14:13.276Z[ recovery-image] Dec 19 19:14:11.432 INFO O| Dec 19 19:14:11.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43642024-12-19T19:14:13.333Z[ host-image] Dec 19 19:14:11.491 INFO O| Dec 19 19:14:11.491 INFO O| Planning: Package planning ... Done
43652024-12-19T19:14:13.366Z[ recovery-image] Dec 19 19:14:11.524 INFO O| Dec 19 19:14:11.524 INFO STEP 16 (remove_files) COMPLETE
43662024-12-19T19:14:13.366Z[ recovery-image] Dec 19 19:14:11.524 INFO O| Dec 19 19:14:11.524 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-19T19:14:13.369Z[ host-image] Dec 19 19:14:11.526 INFO O| Dec 19 19:14:11.525 INFO O| Planning: Merging actions ... Done
43682024-12-19T19:14:13.387Z[ recovery-image] Dec 19 19:14:11.545 INFO O| Dec 19 19:14:11.545 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43692024-12-19T19:14:13.408Z[ recovery-image] Dec 19 19:14:11.566 INFO O| Dec 19 19:14:11.566 INFO STEP 17 (remove_files) COMPLETE
43702024-12-19T19:14:13.408Z[ recovery-image] Dec 19 19:14:11.566 INFO O| Dec 19 19:14:11.566 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-19T19:14:13.429Z[ recovery-image] Dec 19 19:14:11.587 INFO O| Dec 19 19:14:11.587 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43722024-12-19T19:14:13.432Z[ recovery-image] Dec 19 19:14:11.587 INFO O| Dec 19 19:14:11.587 INFO STEP 18 (remove_files) COMPLETE
43732024-12-19T19:14:13.432Z[ recovery-image] Dec 19 19:14:11.587 INFO O| Dec 19 19:14:11.587 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-12-19T19:14:13.449Z[ recovery-image] Dec 19 19:14:11.607 INFO O| Dec 19 19:14:11.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43752024-12-19T19:14:13.565Z[ host-image] Dec 19 19:14:11.723 INFO O| Dec 19 19:14:11.722 INFO O| Planning: Checking for conflicting actions ... Done
43762024-12-19T19:14:13.572Z[ host-image] Dec 19 19:14:11.730 INFO O| Dec 19 19:14:11.730 INFO O| Planning: Consolidating action changes ... Done
43772024-12-19T19:14:13.730Z[ recovery-image] Dec 19 19:14:11.888 INFO O| Dec 19 19:14:11.888 INFO STEP 19 (remove_files) COMPLETE
43782024-12-19T19:14:13.730Z[ recovery-image] Dec 19 19:14:11.888 INFO O| Dec 19 19:14:11.888 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-19T19:14:13.754Z[ recovery-image] Dec 19 19:14:11.912 INFO O| Dec 19 19:14:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43802024-12-19T19:14:13.819Z[ recovery-image] Dec 19 19:14:11.977 INFO O| Dec 19 19:14:11.977 INFO STEP 20 (remove_files) COMPLETE
43812024-12-19T19:14:13.819Z[ recovery-image] Dec 19 19:14:11.977 INFO O| Dec 19 19:14:11.977 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-19T19:14:13.843Z[ recovery-image] Dec 19 19:14:12.000 INFO O| Dec 19 19:14:12.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43832024-12-19T19:14:13.845Z[ recovery-image] Dec 19 19:14:12.001 INFO O| Dec 19 19:14:12.001 INFO STEP 21 (remove_files) COMPLETE
43842024-12-19T19:14:13.845Z[ recovery-image] Dec 19 19:14:12.001 INFO O| Dec 19 19:14:12.001 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-19T19:14:13.883Z[ recovery-image] Dec 19 19:14:12.041 INFO O| Dec 19 19:14:12.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43862024-12-19T19:14:13.885Z[ recovery-image] Dec 19 19:14:12.041 INFO O| Dec 19 19:14:12.041 INFO STEP 22 (remove_files) COMPLETE
43872024-12-19T19:14:13.886Z[ recovery-image] Dec 19 19:14:12.041 INFO O| Dec 19 19:14:12.041 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-19T19:14:13.904Z[ recovery-image] Dec 19 19:14:12.062 INFO O| Dec 19 19:14:12.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43892024-12-19T19:14:13.904Z[ recovery-image] Dec 19 19:14:12.062 INFO O| Dec 19 19:14:12.062 INFO STEP 23 (remove_files) COMPLETE
43902024-12-19T19:14:13.907Z[ recovery-image] Dec 19 19:14:12.062 INFO O| Dec 19 19:14:12.062 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-19T19:14:13.942Z[ recovery-image] Dec 19 19:14:12.100 INFO O| Dec 19 19:14:12.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43922024-12-19T19:14:13.942Z[ recovery-image] Dec 19 19:14:12.100 INFO O| Dec 19 19:14:12.100 INFO STEP 24 (remove_files) COMPLETE
43932024-12-19T19:14:13.942Z[ recovery-image] Dec 19 19:14:12.100 INFO O| Dec 19 19:14:12.100 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-19T19:14:13.965Z[ recovery-image] Dec 19 19:14:12.123 INFO O| Dec 19 19:14:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43952024-12-19T19:14:13.965Z[ recovery-image] Dec 19 19:14:12.123 INFO O| Dec 19 19:14:12.123 INFO STEP 25 (remove_files) COMPLETE
43962024-12-19T19:14:13.965Z[ recovery-image] Dec 19 19:14:12.123 INFO O| Dec 19 19:14:12.123 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-19T19:14:13.996Z[ recovery-image] Dec 19 19:14:12.154 INFO O| Dec 19 19:14:12.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43982024-12-19T19:14:13.999Z[ recovery-image] Dec 19 19:14:12.155 INFO O| Dec 19 19:14:12.155 INFO STEP 26 (remove_files) COMPLETE
43992024-12-19T19:14:13.999Z[ recovery-image] Dec 19 19:14:12.155 INFO O| Dec 19 19:14:12.155 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-19T19:14:14.020Z[ recovery-image] Dec 19 19:14:12.178 INFO O| Dec 19 19:14:12.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44012024-12-19T19:14:14.023Z[ recovery-image] Dec 19 19:14:12.178 INFO O| Dec 19 19:14:12.178 INFO STEP 27 (remove_files) COMPLETE
44022024-12-19T19:14:14.023Z[ recovery-image] Dec 19 19:14:12.178 INFO O| Dec 19 19:14:12.178 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-19T19:14:14.027Z[ host-image] Dec 19 19:14:12.185 INFO O| Dec 19 19:14:12.185 INFO O| Planning: Evaluating mediators ... Done
44042024-12-19T19:14:14.034Z[ host-image] Dec 19 19:14:12.192 INFO O| Dec 19 19:14:12.192 INFO O| Planning: Planning completed in 6.19 seconds
44052024-12-19T19:14:14.036Z[ host-image] Dec 19 19:14:12.194 INFO O| Dec 19 19:14:12.194 INFO O| Packages to install: 6
44062024-12-19T19:14:14.036Z[ host-image] Dec 19 19:14:12.194 INFO O| Dec 19 19:14:12.194 INFO O| Mediators to change: 1
44072024-12-19T19:14:14.040Z[ host-image] Dec 19 19:14:12.194 INFO O| Dec 19 19:14:12.194 INFO O| Services to change: 1
44082024-12-19T19:14:14.058Z[ recovery-image] Dec 19 19:14:12.216 INFO O| Dec 19 19:14:12.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44092024-12-19T19:14:14.058Z[ recovery-image] Dec 19 19:14:12.216 INFO O| Dec 19 19:14:12.216 INFO STEP 28 (remove_files) COMPLETE
44102024-12-19T19:14:14.061Z[ recovery-image] Dec 19 19:14:12.216 INFO O| Dec 19 19:14:12.216 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-19T19:14:14.061Z[ host-image] Dec 19 19:14:12.217 INFO O| Dec 19 19:14:12.217 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
44122024-12-19T19:14:14.161Z[ recovery-image] Dec 19 19:14:12.319 INFO O| Dec 19 19:14:12.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44132024-12-19T19:14:14.161Z[ recovery-image] Dec 19 19:14:12.319 INFO O| Dec 19 19:14:12.319 INFO STEP 29 (remove_files) COMPLETE
44142024-12-19T19:14:14.169Z[ recovery-image] Dec 19 19:14:12.319 INFO O| Dec 19 19:14:12.319 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-19T19:14:14.197Z[ recovery-image] Dec 19 19:14:12.355 INFO O| Dec 19 19:14:12.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44162024-12-19T19:14:14.199Z[ recovery-image] Dec 19 19:14:12.355 INFO O| Dec 19 19:14:12.355 INFO STEP 30 (remove_files) COMPLETE
44172024-12-19T19:14:14.199Z[ recovery-image] Dec 19 19:14:12.355 INFO O| Dec 19 19:14:12.355 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-19T19:14:14.342Z[ recovery-image] Dec 19 19:14:12.500 INFO O| Dec 19 19:14:12.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44192024-12-19T19:14:14.342Z[ recovery-image] Dec 19 19:14:12.500 INFO O| Dec 19 19:14:12.500 INFO STEP 31 (remove_files) COMPLETE
44202024-12-19T19:14:14.342Z[ recovery-image] Dec 19 19:14:12.500 INFO O| Dec 19 19:14:12.500 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-19T19:14:14.441Z[ recovery-image] Dec 19 19:14:12.599 INFO O| Dec 19 19:14:12.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44222024-12-19T19:14:14.441Z[ recovery-image] Dec 19 19:14:12.599 INFO O| Dec 19 19:14:12.599 INFO STEP 32 (remove_files) COMPLETE
44232024-12-19T19:14:14.441Z[ recovery-image] Dec 19 19:14:12.599 INFO O| Dec 19 19:14:12.599 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-19T19:14:14.479Z[ recovery-image] Dec 19 19:14:12.637 INFO O| Dec 19 19:14:12.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44252024-12-19T19:14:14.479Z[ recovery-image] Dec 19 19:14:12.637 INFO O| Dec 19 19:14:12.637 INFO STEP 33 (remove_files) COMPLETE
44262024-12-19T19:14:14.482Z[ recovery-image] Dec 19 19:14:12.637 INFO O| Dec 19 19:14:12.637 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-19T19:14:14.500Z[ recovery-image] Dec 19 19:14:12.658 INFO O| Dec 19 19:14:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44282024-12-19T19:14:14.500Z[ recovery-image] Dec 19 19:14:12.658 INFO O| Dec 19 19:14:12.658 INFO STEP 34 (remove_files) COMPLETE
44292024-12-19T19:14:14.500Z[ recovery-image] Dec 19 19:14:12.658 INFO O| Dec 19 19:14:12.658 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-19T19:14:14.521Z[ recovery-image] Dec 19 19:14:12.679 INFO O| Dec 19 19:14:12.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44312024-12-19T19:14:14.521Z[ recovery-image] Dec 19 19:14:12.679 INFO O| Dec 19 19:14:12.679 INFO STEP 35 (remove_files) COMPLETE
44322024-12-19T19:14:14.523Z[ recovery-image] Dec 19 19:14:12.679 INFO O| Dec 19 19:14:12.679 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-19T19:14:14.542Z[ recovery-image] Dec 19 19:14:12.699 INFO O| Dec 19 19:14:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44342024-12-19T19:14:14.563Z[ recovery-image] Dec 19 19:14:12.721 INFO O| Dec 19 19:14:12.721 INFO STEP 36 (remove_files) COMPLETE
44352024-12-19T19:14:14.566Z[ recovery-image] Dec 19 19:14:12.721 INFO O| Dec 19 19:14:12.721 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-19T19:14:14.585Z[ recovery-image] Dec 19 19:14:12.743 INFO O| Dec 19 19:14:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44372024-12-19T19:14:14.607Z[ recovery-image] Dec 19 19:14:12.765 INFO O| Dec 19 19:14:12.765 INFO STEP 37 (remove_files) COMPLETE
44382024-12-19T19:14:14.608Z[ recovery-image] Dec 19 19:14:12.765 INFO O| Dec 19 19:14:12.765 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-19T19:14:14.629Z[ recovery-image] Dec 19 19:14:12.787 INFO O| Dec 19 19:14:12.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44402024-12-19T19:14:14.632Z[ recovery-image] Dec 19 19:14:12.787 INFO O| Dec 19 19:14:12.787 INFO STEP 38 (remove_files) COMPLETE
44412024-12-19T19:14:14.632Z[ recovery-image] Dec 19 19:14:12.788 INFO O| Dec 19 19:14:12.787 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-19T19:14:14.651Z[ recovery-image] Dec 19 19:14:12.808 INFO O| Dec 19 19:14:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44432024-12-19T19:14:14.653Z[ recovery-image] Dec 19 19:14:12.809 INFO O| Dec 19 19:14:12.809 INFO STEP 39 (remove_files) COMPLETE
44442024-12-19T19:14:14.653Z[ recovery-image] Dec 19 19:14:12.809 INFO O| Dec 19 19:14:12.809 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-19T19:14:14.671Z[ recovery-image] Dec 19 19:14:12.829 INFO O| Dec 19 19:14:12.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44462024-12-19T19:14:14.674Z[ recovery-image] Dec 19 19:14:12.829 INFO O| Dec 19 19:14:12.829 INFO STEP 40 (remove_files) COMPLETE
44472024-12-19T19:14:14.674Z[ recovery-image] Dec 19 19:14:12.829 INFO O| Dec 19 19:14:12.829 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-19T19:14:14.691Z[ recovery-image] Dec 19 19:14:12.849 INFO O| Dec 19 19:14:12.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44492024-12-19T19:14:14.693Z[ recovery-image] Dec 19 19:14:12.849 INFO O| Dec 19 19:14:12.849 INFO STEP 41 (remove_files) COMPLETE
44502024-12-19T19:14:14.693Z[ recovery-image] Dec 19 19:14:12.849 INFO O| Dec 19 19:14:12.849 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-19T19:14:14.729Z[ recovery-image] Dec 19 19:14:12.886 INFO O| Dec 19 19:14:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44522024-12-19T19:14:14.729Z[ recovery-image] Dec 19 19:14:12.886 INFO O| Dec 19 19:14:12.886 INFO STEP 42 (remove_files) COMPLETE
44532024-12-19T19:14:14.729Z[ recovery-image] Dec 19 19:14:12.887 INFO O| Dec 19 19:14:12.886 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-19T19:14:14.751Z[ recovery-image] Dec 19 19:14:12.909 INFO O| Dec 19 19:14:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44552024-12-19T19:14:14.751Z[ recovery-image] Dec 19 19:14:12.909 INFO O| Dec 19 19:14:12.909 INFO STEP 43 (remove_files) COMPLETE
44562024-12-19T19:14:14.753Z[ recovery-image] Dec 19 19:14:12.909 INFO O| Dec 19 19:14:12.909 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-19T19:14:14.774Z[ recovery-image] Dec 19 19:14:12.932 INFO O| Dec 19 19:14:12.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44582024-12-19T19:14:14.774Z[ recovery-image] Dec 19 19:14:12.932 INFO O| Dec 19 19:14:12.932 INFO STEP 44 (remove_files) COMPLETE
44592024-12-19T19:14:14.774Z[ recovery-image] Dec 19 19:14:12.932 INFO O| Dec 19 19:14:12.932 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-19T19:14:14.801Z[ recovery-image] Dec 19 19:14:12.958 INFO O| Dec 19 19:14:12.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44612024-12-19T19:14:14.801Z[ recovery-image] Dec 19 19:14:12.958 INFO O| Dec 19 19:14:12.958 INFO STEP 45 (remove_files) COMPLETE
44622024-12-19T19:14:14.801Z[ recovery-image] Dec 19 19:14:12.958 INFO O| Dec 19 19:14:12.958 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-19T19:14:14.835Z[ recovery-image] Dec 19 19:14:12.993 INFO O| Dec 19 19:14:12.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44642024-12-19T19:14:14.836Z[ recovery-image] Dec 19 19:14:12.993 INFO O| Dec 19 19:14:12.993 INFO STEP 46 (remove_files) COMPLETE
44652024-12-19T19:14:14.838Z[ recovery-image] Dec 19 19:14:12.994 INFO O| Dec 19 19:14:12.993 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-19T19:14:14.858Z[ recovery-image] Dec 19 19:14:13.016 INFO O| Dec 19 19:14:13.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44672024-12-19T19:14:14.858Z[ recovery-image] Dec 19 19:14:13.016 INFO O| Dec 19 19:14:13.016 INFO STEP 47 (remove_files) COMPLETE
44682024-12-19T19:14:14.860Z[ recovery-image] Dec 19 19:14:13.016 INFO O| Dec 19 19:14:13.016 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-19T19:14:14.881Z[ recovery-image] Dec 19 19:14:13.039 INFO O| Dec 19 19:14:13.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44702024-12-19T19:14:14.881Z[ recovery-image] Dec 19 19:14:13.039 INFO O| Dec 19 19:14:13.039 INFO STEP 48 (remove_files) COMPLETE
44712024-12-19T19:14:14.884Z[ recovery-image] Dec 19 19:14:13.039 INFO O| Dec 19 19:14:13.039 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-19T19:14:14.901Z[ recovery-image] Dec 19 19:14:13.059 INFO O| Dec 19 19:14:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44732024-12-19T19:14:14.910Z[ recovery-image] Dec 19 19:14:13.068 INFO O| Dec 19 19:14:13.068 INFO STEP 49 (remove_files) COMPLETE
44742024-12-19T19:14:14.912Z[ recovery-image] Dec 19 19:14:13.068 INFO O| Dec 19 19:14:13.068 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-19T19:14:15.005Z[ recovery-image] Dec 19 19:14:13.163 INFO O| Dec 19 19:14:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44762024-12-19T19:14:15.008Z[ recovery-image] Dec 19 19:14:13.164 INFO O| Dec 19 19:14:13.164 INFO STEP 50 (remove_files) COMPLETE
44772024-12-19T19:14:15.008Z[ recovery-image] Dec 19 19:14:13.164 INFO O| Dec 19 19:14:13.164 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-19T19:14:15.028Z[ recovery-image] Dec 19 19:14:13.185 INFO O| Dec 19 19:14:13.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44792024-12-19T19:14:15.028Z[ recovery-image] Dec 19 19:14:13.186 INFO O| Dec 19 19:14:13.186 INFO STEP 51 (remove_files) COMPLETE
44802024-12-19T19:14:15.031Z[ recovery-image] Dec 19 19:14:13.186 INFO O| Dec 19 19:14:13.186 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-19T19:14:15.048Z[ recovery-image] Dec 19 19:14:13.205 INFO O| Dec 19 19:14:13.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44822024-12-19T19:14:15.050Z[ recovery-image] Dec 19 19:14:13.206 INFO O| Dec 19 19:14:13.206 INFO STEP 52 (remove_files) COMPLETE
44832024-12-19T19:14:15.050Z[ recovery-image] Dec 19 19:14:13.206 INFO O| Dec 19 19:14:13.206 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-19T19:14:15.067Z[ recovery-image] Dec 19 19:14:13.225 INFO O| Dec 19 19:14:13.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44852024-12-19T19:14:15.070Z[ recovery-image] Dec 19 19:14:13.225 INFO O| Dec 19 19:14:13.225 INFO STEP 53 (remove_files) COMPLETE
44862024-12-19T19:14:15.070Z[ recovery-image] Dec 19 19:14:13.226 INFO O| Dec 19 19:14:13.226 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-19T19:14:15.088Z[ recovery-image] Dec 19 19:14:13.246 INFO O| Dec 19 19:14:13.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44882024-12-19T19:14:15.090Z[ recovery-image] Dec 19 19:14:13.246 INFO O| Dec 19 19:14:13.246 INFO STEP 54 (remove_files) COMPLETE
44892024-12-19T19:14:15.091Z[ recovery-image] Dec 19 19:14:13.246 INFO O| Dec 19 19:14:13.246 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-19T19:14:15.110Z[ recovery-image] Dec 19 19:14:13.267 INFO O| Dec 19 19:14:13.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44912024-12-19T19:14:15.112Z[ recovery-image] Dec 19 19:14:13.268 INFO O| Dec 19 19:14:13.267 INFO STEP 55 (remove_files) COMPLETE
44922024-12-19T19:14:15.112Z[ recovery-image] Dec 19 19:14:13.268 INFO O| Dec 19 19:14:13.268 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-19T19:14:15.131Z[ recovery-image] Dec 19 19:14:13.289 INFO O| Dec 19 19:14:13.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44942024-12-19T19:14:15.134Z[ recovery-image] Dec 19 19:14:13.289 INFO O| Dec 19 19:14:13.289 INFO STEP 56 (remove_files) COMPLETE
44952024-12-19T19:14:15.134Z[ recovery-image] Dec 19 19:14:13.289 INFO O| Dec 19 19:14:13.289 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-19T19:14:15.172Z[ recovery-image] Dec 19 19:14:13.329 INFO O| Dec 19 19:14:13.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44972024-12-19T19:14:15.172Z[ recovery-image] Dec 19 19:14:13.330 INFO O| Dec 19 19:14:13.329 INFO STEP 57 (remove_files) COMPLETE
44982024-12-19T19:14:15.172Z[ recovery-image] Dec 19 19:14:13.330 INFO O| Dec 19 19:14:13.330 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-19T19:14:15.191Z[ recovery-image] Dec 19 19:14:13.349 INFO O| Dec 19 19:14:13.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45002024-12-19T19:14:15.191Z[ recovery-image] Dec 19 19:14:13.349 INFO O| Dec 19 19:14:13.349 INFO STEP 58 (remove_files) COMPLETE
45012024-12-19T19:14:15.191Z[ recovery-image] Dec 19 19:14:13.349 INFO O| Dec 19 19:14:13.349 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-19T19:14:15.209Z[ recovery-image] Dec 19 19:14:13.367 INFO O| Dec 19 19:14:13.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45032024-12-19T19:14:15.209Z[ recovery-image] Dec 19 19:14:13.367 INFO O| Dec 19 19:14:13.367 INFO STEP 59 (remove_files) COMPLETE
45042024-12-19T19:14:15.213Z[ recovery-image] Dec 19 19:14:13.367 INFO O| Dec 19 19:14:13.367 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-19T19:14:15.228Z[ recovery-image] Dec 19 19:14:13.386 INFO O| Dec 19 19:14:13.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45062024-12-19T19:14:15.228Z[ recovery-image] Dec 19 19:14:13.386 INFO O| Dec 19 19:14:13.386 INFO STEP 60 (remove_files) COMPLETE
45072024-12-19T19:14:15.228Z[ recovery-image] Dec 19 19:14:13.386 INFO O| Dec 19 19:14:13.386 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-19T19:14:15.248Z[ recovery-image] Dec 19 19:14:13.405 INFO O| Dec 19 19:14:13.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45092024-12-19T19:14:15.248Z[ recovery-image] Dec 19 19:14:13.406 INFO O| Dec 19 19:14:13.406 INFO STEP 61 (remove_files) COMPLETE
45102024-12-19T19:14:15.252Z[ recovery-image] Dec 19 19:14:13.406 INFO O| Dec 19 19:14:13.406 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-19T19:14:15.271Z[ recovery-image] Dec 19 19:14:13.429 INFO O| Dec 19 19:14:13.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45122024-12-19T19:14:15.271Z[ recovery-image] Dec 19 19:14:13.429 INFO O| Dec 19 19:14:13.429 INFO STEP 62 (remove_files) COMPLETE
45132024-12-19T19:14:15.274Z[ recovery-image] Dec 19 19:14:13.429 INFO O| Dec 19 19:14:13.429 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-19T19:14:15.293Z[ recovery-image] Dec 19 19:14:13.451 INFO O| Dec 19 19:14:13.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45152024-12-19T19:14:15.313Z[ recovery-image] Dec 19 19:14:13.471 INFO O| Dec 19 19:14:13.471 INFO STEP 63 (remove_files) COMPLETE
45162024-12-19T19:14:15.313Z[ recovery-image] Dec 19 19:14:13.471 INFO O| Dec 19 19:14:13.471 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-19T19:14:15.344Z[ recovery-image] Dec 19 19:14:13.502 INFO O| Dec 19 19:14:13.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45182024-12-19T19:14:15.347Z[ recovery-image] Dec 19 19:14:13.502 INFO O| Dec 19 19:14:13.502 INFO STEP 64 (remove_files) COMPLETE
45192024-12-19T19:14:15.347Z[ recovery-image] Dec 19 19:14:13.502 INFO O| Dec 19 19:14:13.502 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-19T19:14:15.387Z[ recovery-image] Dec 19 19:14:13.544 INFO O| Dec 19 19:14:13.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45212024-12-19T19:14:15.411Z[ recovery-image] Dec 19 19:14:13.569 INFO O| Dec 19 19:14:13.569 INFO STEP 65 (remove_files) COMPLETE
45222024-12-19T19:14:15.411Z[ recovery-image] Dec 19 19:14:13.569 INFO O| Dec 19 19:14:13.569 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-19T19:14:15.450Z[ recovery-image] Dec 19 19:14:13.608 INFO O| Dec 19 19:14:13.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45242024-12-19T19:14:15.450Z[ recovery-image] Dec 19 19:14:13.608 INFO O| Dec 19 19:14:13.608 INFO STEP 66 (remove_files) COMPLETE
45252024-12-19T19:14:15.450Z[ recovery-image] Dec 19 19:14:13.608 INFO O| Dec 19 19:14:13.608 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-19T19:14:15.504Z[ recovery-image] Dec 19 19:14:13.662 INFO O| Dec 19 19:14:13.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45272024-12-19T19:14:15.535Z[ recovery-image] Dec 19 19:14:13.693 INFO O| Dec 19 19:14:13.693 INFO STEP 67 (remove_files) COMPLETE
45282024-12-19T19:14:15.535Z[ recovery-image] Dec 19 19:14:13.693 INFO O| Dec 19 19:14:13.693 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-19T19:14:15.554Z[ recovery-image] Dec 19 19:14:13.712 INFO O| Dec 19 19:14:13.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45302024-12-19T19:14:15.554Z[ recovery-image] Dec 19 19:14:13.712 INFO O| Dec 19 19:14:13.712 INFO STEP 68 (remove_files) COMPLETE
45312024-12-19T19:14:15.557Z[ recovery-image] Dec 19 19:14:13.712 INFO O| Dec 19 19:14:13.712 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-19T19:14:15.575Z[ recovery-image] Dec 19 19:14:13.733 INFO O| Dec 19 19:14:13.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45332024-12-19T19:14:15.575Z[ recovery-image] Dec 19 19:14:13.733 INFO O| Dec 19 19:14:13.733 INFO STEP 69 (remove_files) COMPLETE
45342024-12-19T19:14:15.577Z[ recovery-image] Dec 19 19:14:13.733 INFO O| Dec 19 19:14:13.733 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-19T19:14:15.593Z[ recovery-image] Dec 19 19:14:13.751 INFO O| Dec 19 19:14:13.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45362024-12-19T19:14:15.596Z[ recovery-image] Dec 19 19:14:13.751 INFO O| Dec 19 19:14:13.751 INFO STEP 70 (remove_files) COMPLETE
45372024-12-19T19:14:15.596Z[ recovery-image] Dec 19 19:14:13.751 INFO O| Dec 19 19:14:13.751 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-19T19:14:15.612Z[ recovery-image] Dec 19 19:14:13.770 INFO O| Dec 19 19:14:13.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45392024-12-19T19:14:15.615Z[ recovery-image] Dec 19 19:14:13.770 INFO O| Dec 19 19:14:13.770 INFO STEP 71 (remove_files) COMPLETE
45402024-12-19T19:14:15.615Z[ recovery-image] Dec 19 19:14:13.771 INFO O| Dec 19 19:14:13.770 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-19T19:14:15.632Z[ recovery-image] Dec 19 19:14:13.790 INFO O| Dec 19 19:14:13.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45422024-12-19T19:14:15.632Z[ recovery-image] Dec 19 19:14:13.790 INFO O| Dec 19 19:14:13.790 INFO STEP 72 (remove_files) COMPLETE
45432024-12-19T19:14:15.635Z[ recovery-image] Dec 19 19:14:13.790 INFO O| Dec 19 19:14:13.790 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-19T19:14:15.671Z[ recovery-image] Dec 19 19:14:13.828 INFO O| Dec 19 19:14:13.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45452024-12-19T19:14:15.671Z[ recovery-image] Dec 19 19:14:13.828 INFO O| Dec 19 19:14:13.828 INFO STEP 73 (remove_files) COMPLETE
45462024-12-19T19:14:15.671Z[ recovery-image] Dec 19 19:14:13.828 INFO O| Dec 19 19:14:13.828 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-19T19:14:15.707Z[ recovery-image] Dec 19 19:14:13.865 INFO O| Dec 19 19:14:13.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45482024-12-19T19:14:15.707Z[ recovery-image] Dec 19 19:14:13.865 INFO O| Dec 19 19:14:13.865 INFO STEP 74 (remove_files) COMPLETE
45492024-12-19T19:14:15.707Z[ recovery-image] Dec 19 19:14:13.865 INFO O| Dec 19 19:14:13.865 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-19T19:14:15.742Z[ recovery-image] Dec 19 19:14:13.900 INFO O| Dec 19 19:14:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45512024-12-19T19:14:15.742Z[ recovery-image] Dec 19 19:14:13.900 INFO O| Dec 19 19:14:13.900 INFO STEP 75 (remove_files) COMPLETE
45522024-12-19T19:14:15.742Z[ recovery-image] Dec 19 19:14:13.900 INFO O| Dec 19 19:14:13.900 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-19T19:14:15.762Z[ recovery-image] Dec 19 19:14:13.920 INFO O| Dec 19 19:14:13.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45542024-12-19T19:14:15.764Z[ recovery-image] Dec 19 19:14:13.920 INFO O| Dec 19 19:14:13.920 INFO STEP 76 (remove_files) COMPLETE
45552024-12-19T19:14:15.764Z[ recovery-image] Dec 19 19:14:13.920 INFO O| Dec 19 19:14:13.920 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-19T19:14:15.817Z[ recovery-image] Dec 19 19:14:13.974 INFO O| Dec 19 19:14:13.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45572024-12-19T19:14:15.823Z[ recovery-image] Dec 19 19:14:13.981 INFO O| Dec 19 19:14:13.981 INFO STEP 77 (remove_files) COMPLETE
45582024-12-19T19:14:15.825Z[ recovery-image] Dec 19 19:14:13.981 INFO O| Dec 19 19:14:13.981 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-19T19:14:15.902Z[ recovery-image] Dec 19 19:14:14.058 INFO O| Dec 19 19:14:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45602024-12-19T19:14:15.905Z[ recovery-image] Dec 19 19:14:14.058 INFO O| Dec 19 19:14:14.058 INFO STEP 78 (remove_files) COMPLETE
45612024-12-19T19:14:15.905Z[ recovery-image] Dec 19 19:14:14.058 INFO O| Dec 19 19:14:14.058 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-19T19:14:15.936Z[ recovery-image] Dec 19 19:14:14.093 INFO O| Dec 19 19:14:14.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45632024-12-19T19:14:15.936Z[ recovery-image] Dec 19 19:14:14.093 INFO O| Dec 19 19:14:14.093 INFO STEP 79 (remove_files) COMPLETE
45642024-12-19T19:14:15.936Z[ recovery-image] Dec 19 19:14:14.094 INFO O| Dec 19 19:14:14.093 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-19T19:14:15.983Z[ recovery-image] Dec 19 19:14:14.141 INFO O| Dec 19 19:14:14.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45662024-12-19T19:14:15.983Z[ recovery-image] Dec 19 19:14:14.141 INFO O| Dec 19 19:14:14.141 INFO STEP 80 (remove_files) COMPLETE
45672024-12-19T19:14:15.983Z[ recovery-image] Dec 19 19:14:14.141 INFO O| Dec 19 19:14:14.141 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-19T19:14:16.037Z[ recovery-image] Dec 19 19:14:14.195 INFO O| Dec 19 19:14:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45692024-12-19T19:14:16.040Z[ recovery-image] Dec 19 19:14:14.196 INFO O| Dec 19 19:14:14.196 INFO STEP 81 (remove_files) COMPLETE
45702024-12-19T19:14:16.040Z[ recovery-image] Dec 19 19:14:14.196 INFO O| Dec 19 19:14:14.196 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-19T19:14:16.084Z[ recovery-image] Dec 19 19:14:14.242 INFO O| Dec 19 19:14:14.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45722024-12-19T19:14:16.084Z[ recovery-image] Dec 19 19:14:14.242 INFO O| Dec 19 19:14:14.242 INFO STEP 82 (remove_files) COMPLETE
45732024-12-19T19:14:16.087Z[ recovery-image] Dec 19 19:14:14.242 INFO O| Dec 19 19:14:14.242 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-19T19:14:16.124Z[ recovery-image] Dec 19 19:14:14.281 INFO O| Dec 19 19:14:14.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45752024-12-19T19:14:16.124Z[ recovery-image] Dec 19 19:14:14.281 INFO O| Dec 19 19:14:14.281 INFO STEP 83 (remove_files) COMPLETE
45762024-12-19T19:14:16.124Z[ recovery-image] Dec 19 19:14:14.281 INFO O| Dec 19 19:14:14.281 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-19T19:14:16.145Z[ recovery-image] Dec 19 19:14:14.303 INFO O| Dec 19 19:14:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45782024-12-19T19:14:16.145Z[ recovery-image] Dec 19 19:14:14.303 INFO O| Dec 19 19:14:14.303 INFO STEP 84 (remove_files) COMPLETE
45792024-12-19T19:14:16.149Z[ recovery-image] Dec 19 19:14:14.303 INFO O| Dec 19 19:14:14.303 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-19T19:14:16.168Z[ recovery-image] Dec 19 19:14:14.325 INFO O| Dec 19 19:14:14.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45812024-12-19T19:14:16.168Z[ recovery-image] Dec 19 19:14:14.325 INFO O| Dec 19 19:14:14.325 INFO STEP 85 (remove_files) COMPLETE
45822024-12-19T19:14:16.168Z[ recovery-image] Dec 19 19:14:14.325 INFO O| Dec 19 19:14:14.325 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-19T19:14:16.190Z[ recovery-image] Dec 19 19:14:14.347 INFO O| Dec 19 19:14:14.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45842024-12-19T19:14:16.190Z[ recovery-image] Dec 19 19:14:14.347 INFO O| Dec 19 19:14:14.347 INFO STEP 86 (remove_files) COMPLETE
45852024-12-19T19:14:16.190Z[ recovery-image] Dec 19 19:14:14.347 INFO O| Dec 19 19:14:14.347 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-19T19:14:16.210Z[ recovery-image] Dec 19 19:14:14.368 INFO O| Dec 19 19:14:14.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45872024-12-19T19:14:16.213Z[ recovery-image] Dec 19 19:14:14.370 INFO O| Dec 19 19:14:14.370 INFO STEP 87 (remove_files) COMPLETE
45882024-12-19T19:14:16.213Z[ recovery-image] Dec 19 19:14:14.370 INFO O| Dec 19 19:14:14.370 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-19T19:14:16.236Z[ recovery-image] Dec 19 19:14:14.394 INFO O| Dec 19 19:14:14.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45902024-12-19T19:14:16.236Z[ recovery-image] Dec 19 19:14:14.394 INFO O| Dec 19 19:14:14.394 INFO STEP 88 (remove_files) COMPLETE
45912024-12-19T19:14:16.236Z[ recovery-image] Dec 19 19:14:14.394 INFO O| Dec 19 19:14:14.394 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-19T19:14:16.286Z[ recovery-image] Dec 19 19:14:14.444 INFO O| Dec 19 19:14:14.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45932024-12-19T19:14:16.286Z[ recovery-image] Dec 19 19:14:14.444 INFO O| Dec 19 19:14:14.444 INFO STEP 89 (remove_files) COMPLETE
45942024-12-19T19:14:16.289Z[ recovery-image] Dec 19 19:14:14.444 INFO O| Dec 19 19:14:14.444 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-19T19:14:16.308Z[ recovery-image] Dec 19 19:14:14.465 INFO O| Dec 19 19:14:14.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45962024-12-19T19:14:16.308Z[ recovery-image] Dec 19 19:14:14.466 INFO O| Dec 19 19:14:14.466 INFO STEP 90 (remove_files) COMPLETE
45972024-12-19T19:14:16.308Z[ recovery-image] Dec 19 19:14:14.466 INFO O| Dec 19 19:14:14.466 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-19T19:14:16.329Z[ recovery-image] Dec 19 19:14:14.487 INFO O| Dec 19 19:14:14.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45992024-12-19T19:14:16.330Z[ recovery-image] Dec 19 19:14:14.487 INFO O| Dec 19 19:14:14.487 INFO STEP 91 (remove_files) COMPLETE
46002024-12-19T19:14:16.330Z[ recovery-image] Dec 19 19:14:14.487 INFO O| Dec 19 19:14:14.487 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-19T19:14:16.351Z[ recovery-image] Dec 19 19:14:14.509 INFO O| Dec 19 19:14:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46022024-12-19T19:14:16.351Z[ recovery-image] Dec 19 19:14:14.509 INFO O| Dec 19 19:14:14.509 INFO STEP 92 (remove_files) COMPLETE
46032024-12-19T19:14:16.351Z[ recovery-image] Dec 19 19:14:14.509 INFO O| Dec 19 19:14:14.509 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-19T19:14:16.374Z[ recovery-image] Dec 19 19:14:14.531 INFO O| Dec 19 19:14:14.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46052024-12-19T19:14:16.374Z[ recovery-image] Dec 19 19:14:14.531 INFO O| Dec 19 19:14:14.531 INFO STEP 93 (remove_files) COMPLETE
46062024-12-19T19:14:16.377Z[ recovery-image] Dec 19 19:14:14.531 INFO O| Dec 19 19:14:14.531 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-19T19:14:16.393Z[ recovery-image] Dec 19 19:14:14.551 INFO O| Dec 19 19:14:14.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46082024-12-19T19:14:16.393Z[ recovery-image] Dec 19 19:14:14.551 INFO O| Dec 19 19:14:14.551 INFO STEP 94 (remove_files) COMPLETE
46092024-12-19T19:14:16.396Z[ recovery-image] Dec 19 19:14:14.551 INFO O| Dec 19 19:14:14.551 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-19T19:14:16.414Z[ recovery-image] Dec 19 19:14:14.572 INFO O| Dec 19 19:14:14.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46112024-12-19T19:14:16.414Z[ recovery-image] Dec 19 19:14:14.572 INFO O| Dec 19 19:14:14.572 INFO STEP 95 (remove_files) COMPLETE
46122024-12-19T19:14:16.414Z[ recovery-image] Dec 19 19:14:14.572 INFO O| Dec 19 19:14:14.572 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-19T19:14:16.436Z[ recovery-image] Dec 19 19:14:14.593 INFO O| Dec 19 19:14:14.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46142024-12-19T19:14:16.436Z[ recovery-image] Dec 19 19:14:14.593 INFO O| Dec 19 19:14:14.593 INFO STEP 96 (remove_files) COMPLETE
46152024-12-19T19:14:16.436Z[ recovery-image] Dec 19 19:14:14.593 INFO O| Dec 19 19:14:14.593 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-19T19:14:16.459Z[ recovery-image] Dec 19 19:14:14.616 INFO O| Dec 19 19:14:14.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46172024-12-19T19:14:16.459Z[ recovery-image] Dec 19 19:14:14.617 INFO O| Dec 19 19:14:14.617 INFO STEP 97 (remove_files) COMPLETE
46182024-12-19T19:14:16.461Z[ recovery-image] Dec 19 19:14:14.617 INFO O| Dec 19 19:14:14.617 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-19T19:14:16.482Z[ recovery-image] Dec 19 19:14:14.640 INFO O| Dec 19 19:14:14.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46202024-12-19T19:14:16.482Z[ recovery-image] Dec 19 19:14:14.640 INFO O| Dec 19 19:14:14.640 INFO STEP 98 (remove_files) COMPLETE
46212024-12-19T19:14:16.482Z[ recovery-image] Dec 19 19:14:14.640 INFO O| Dec 19 19:14:14.640 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-19T19:14:16.531Z[ recovery-image] Dec 19 19:14:14.689 INFO O| Dec 19 19:14:14.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46232024-12-19T19:14:16.531Z[ recovery-image] Dec 19 19:14:14.689 INFO O| Dec 19 19:14:14.689 INFO STEP 99 (remove_files) COMPLETE
46242024-12-19T19:14:16.531Z[ recovery-image] Dec 19 19:14:14.689 INFO O| Dec 19 19:14:14.689 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-19T19:14:16.551Z[ recovery-image] Dec 19 19:14:14.709 INFO O| Dec 19 19:14:14.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46262024-12-19T19:14:16.551Z[ recovery-image] Dec 19 19:14:14.709 INFO O| Dec 19 19:14:14.709 INFO STEP 100 (remove_files) COMPLETE
46272024-12-19T19:14:16.554Z[ recovery-image] Dec 19 19:14:14.709 INFO O| Dec 19 19:14:14.709 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-19T19:14:16.623Z[ recovery-image] Dec 19 19:14:14.780 INFO O| Dec 19 19:14:14.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46292024-12-19T19:14:16.623Z[ recovery-image] Dec 19 19:14:14.780 INFO O| Dec 19 19:14:14.780 INFO STEP 101 (remove_files) COMPLETE
46302024-12-19T19:14:16.623Z[ recovery-image] Dec 19 19:14:14.780 INFO O| Dec 19 19:14:14.780 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-19T19:14:16.664Z[ recovery-image] Dec 19 19:14:14.822 INFO O| Dec 19 19:14:14.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46322024-12-19T19:14:16.667Z[ recovery-image] Dec 19 19:14:14.822 INFO O| Dec 19 19:14:14.822 INFO STEP 102 (remove_files) COMPLETE
46332024-12-19T19:14:16.667Z[ recovery-image] Dec 19 19:14:14.822 INFO O| Dec 19 19:14:14.822 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-19T19:14:16.728Z[ recovery-image] Dec 19 19:14:14.886 INFO O| Dec 19 19:14:14.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46352024-12-19T19:14:16.729Z[ recovery-image] Dec 19 19:14:14.886 INFO O| Dec 19 19:14:14.886 INFO STEP 103 (remove_files) COMPLETE
46362024-12-19T19:14:16.731Z[ recovery-image] Dec 19 19:14:14.886 INFO O| Dec 19 19:14:14.886 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-19T19:14:16.749Z[ recovery-image] Dec 19 19:14:14.906 INFO O| Dec 19 19:14:14.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46382024-12-19T19:14:16.749Z[ recovery-image] Dec 19 19:14:14.907 INFO O| Dec 19 19:14:14.907 INFO STEP 104 (remove_files) COMPLETE
46392024-12-19T19:14:16.749Z[ recovery-image] Dec 19 19:14:14.907 INFO O| Dec 19 19:14:14.907 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-19T19:14:16.769Z[ recovery-image] Dec 19 19:14:14.927 INFO O| Dec 19 19:14:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46412024-12-19T19:14:16.769Z[ recovery-image] Dec 19 19:14:14.927 INFO O| Dec 19 19:14:14.927 INFO STEP 105 (remove_files) COMPLETE
46422024-12-19T19:14:16.772Z[ recovery-image] Dec 19 19:14:14.927 INFO O| Dec 19 19:14:14.927 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-19T19:14:16.792Z[ recovery-image] Dec 19 19:14:14.950 INFO O| Dec 19 19:14:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46442024-12-19T19:14:16.792Z[ recovery-image] Dec 19 19:14:14.950 INFO O| Dec 19 19:14:14.950 INFO STEP 106 (remove_files) COMPLETE
46452024-12-19T19:14:16.792Z[ recovery-image] Dec 19 19:14:14.950 INFO O| Dec 19 19:14:14.950 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-19T19:14:16.811Z[ recovery-image] Dec 19 19:14:14.969 INFO O| Dec 19 19:14:14.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46472024-12-19T19:14:16.811Z[ recovery-image] Dec 19 19:14:14.969 INFO O| Dec 19 19:14:14.969 INFO STEP 107 (remove_files) COMPLETE
46482024-12-19T19:14:16.814Z[ recovery-image] Dec 19 19:14:14.969 INFO O| Dec 19 19:14:14.969 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-19T19:14:16.881Z[ recovery-image] Dec 19 19:14:15.039 INFO O| Dec 19 19:14:15.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46502024-12-19T19:14:16.881Z[ recovery-image] Dec 19 19:14:15.039 INFO O| Dec 19 19:14:15.039 INFO STEP 108 (remove_files) COMPLETE
46512024-12-19T19:14:16.884Z[ recovery-image] Dec 19 19:14:15.039 INFO O| Dec 19 19:14:15.039 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-19T19:14:16.949Z[ recovery-image] Dec 19 19:14:15.106 INFO O| Dec 19 19:14:15.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46532024-12-19T19:14:16.951Z[ recovery-image] Dec 19 19:14:15.107 INFO O| Dec 19 19:14:15.106 INFO STEP 109 (remove_files) COMPLETE
46542024-12-19T19:14:16.951Z[ recovery-image] Dec 19 19:14:15.107 INFO O| Dec 19 19:14:15.107 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-19T19:14:16.978Z[ recovery-image] Dec 19 19:14:15.136 INFO O| Dec 19 19:14:15.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46562024-12-19T19:14:16.978Z[ recovery-image] Dec 19 19:14:15.136 INFO O| Dec 19 19:14:15.136 INFO STEP 110 (remove_files) COMPLETE
46572024-12-19T19:14:16.978Z[ recovery-image] Dec 19 19:14:15.136 INFO O| Dec 19 19:14:15.136 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-19T19:14:17.004Z[ recovery-image] Dec 19 19:14:15.161 INFO O| Dec 19 19:14:15.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46592024-12-19T19:14:17.004Z[ recovery-image] Dec 19 19:14:15.161 INFO O| Dec 19 19:14:15.161 INFO STEP 111 (remove_files) COMPLETE
46602024-12-19T19:14:17.004Z[ recovery-image] Dec 19 19:14:15.161 INFO O| Dec 19 19:14:15.161 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-19T19:14:17.054Z[ recovery-image] Dec 19 19:14:15.211 INFO O| Dec 19 19:14:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46622024-12-19T19:14:17.054Z[ recovery-image] Dec 19 19:14:15.211 INFO O| Dec 19 19:14:15.211 INFO STEP 112 (remove_files) COMPLETE
46632024-12-19T19:14:17.054Z[ recovery-image] Dec 19 19:14:15.211 INFO O| Dec 19 19:14:15.211 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-19T19:14:17.076Z[ recovery-image] Dec 19 19:14:15.233 INFO O| Dec 19 19:14:15.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46652024-12-19T19:14:17.076Z[ recovery-image] Dec 19 19:14:15.234 INFO O| Dec 19 19:14:15.234 INFO STEP 113 (remove_files) COMPLETE
46662024-12-19T19:14:17.076Z[ recovery-image] Dec 19 19:14:15.234 INFO O| Dec 19 19:14:15.234 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-19T19:14:17.175Z[ recovery-image] Dec 19 19:14:15.332 INFO O| Dec 19 19:14:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46682024-12-19T19:14:17.175Z[ recovery-image] Dec 19 19:14:15.333 INFO O| Dec 19 19:14:15.332 INFO STEP 114 (remove_files) COMPLETE
46692024-12-19T19:14:17.175Z[ recovery-image] Dec 19 19:14:15.333 INFO O| Dec 19 19:14:15.333 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-19T19:14:17.233Z[ recovery-image] Dec 19 19:14:15.391 INFO O| Dec 19 19:14:15.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46712024-12-19T19:14:17.234Z[ recovery-image] Dec 19 19:14:15.391 INFO O| Dec 19 19:14:15.391 INFO STEP 115 (remove_files) COMPLETE
46722024-12-19T19:14:17.236Z[ recovery-image] Dec 19 19:14:15.391 INFO O| Dec 19 19:14:15.391 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-19T19:14:17.296Z[ recovery-image] Dec 19 19:14:15.453 INFO O| Dec 19 19:14:15.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46742024-12-19T19:14:17.296Z[ recovery-image] Dec 19 19:14:15.453 INFO O| Dec 19 19:14:15.453 INFO STEP 116 (remove_files) COMPLETE
46752024-12-19T19:14:17.296Z[ recovery-image] Dec 19 19:14:15.453 INFO O| Dec 19 19:14:15.453 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-19T19:14:17.332Z[ recovery-image] Dec 19 19:14:15.490 INFO O| Dec 19 19:14:15.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46772024-12-19T19:14:17.332Z[ recovery-image] Dec 19 19:14:15.490 INFO O| Dec 19 19:14:15.490 INFO STEP 117 (remove_files) COMPLETE
46782024-12-19T19:14:17.332Z[ recovery-image] Dec 19 19:14:15.490 INFO O| Dec 19 19:14:15.490 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-19T19:14:17.392Z[ recovery-image] Dec 19 19:14:15.549 INFO O| Dec 19 19:14:15.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46802024-12-19T19:14:17.394Z[ recovery-image] Dec 19 19:14:15.549 INFO O| Dec 19 19:14:15.549 INFO STEP 118 (remove_files) COMPLETE
46812024-12-19T19:14:17.394Z[ recovery-image] Dec 19 19:14:15.549 INFO O| Dec 19 19:14:15.549 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-19T19:14:17.411Z[ recovery-image] Dec 19 19:14:15.569 INFO O| Dec 19 19:14:15.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46832024-12-19T19:14:17.414Z[ recovery-image] Dec 19 19:14:15.569 INFO O| Dec 19 19:14:15.569 INFO STEP 119 (remove_files) COMPLETE
46842024-12-19T19:14:17.414Z[ recovery-image] Dec 19 19:14:15.569 INFO O| Dec 19 19:14:15.569 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-19T19:14:17.431Z[ recovery-image] Dec 19 19:14:15.589 INFO O| Dec 19 19:14:15.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46862024-12-19T19:14:17.442Z[ recovery-image] Dec 19 19:14:15.600 INFO O| Dec 19 19:14:15.600 INFO STEP 120 (remove_files) COMPLETE
46872024-12-19T19:14:17.442Z[ recovery-image] Dec 19 19:14:15.600 INFO O| Dec 19 19:14:15.600 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-19T19:14:17.480Z[ recovery-image] Dec 19 19:14:15.638 INFO O| Dec 19 19:14:15.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46892024-12-19T19:14:17.480Z[ recovery-image] Dec 19 19:14:15.638 INFO O| Dec 19 19:14:15.638 INFO STEP 121 (remove_files) COMPLETE
46902024-12-19T19:14:17.480Z[ recovery-image] Dec 19 19:14:15.638 INFO O| Dec 19 19:14:15.638 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-19T19:14:17.519Z[ recovery-image] Dec 19 19:14:15.676 INFO O| Dec 19 19:14:15.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46922024-12-19T19:14:17.519Z[ recovery-image] Dec 19 19:14:15.677 INFO O| Dec 19 19:14:15.677 INFO STEP 122 (remove_files) COMPLETE
46932024-12-19T19:14:17.524Z[ recovery-image] Dec 19 19:14:15.677 INFO O| Dec 19 19:14:15.677 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-19T19:14:17.539Z[ recovery-image] Dec 19 19:14:15.697 INFO O| Dec 19 19:14:15.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46952024-12-19T19:14:17.539Z[ recovery-image] Dec 19 19:14:15.697 INFO O| Dec 19 19:14:15.697 INFO STEP 123 (remove_files) COMPLETE
46962024-12-19T19:14:17.539Z[ recovery-image] Dec 19 19:14:15.697 INFO O| Dec 19 19:14:15.697 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-19T19:14:17.583Z[ recovery-image] Dec 19 19:14:15.740 INFO O| Dec 19 19:14:15.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46982024-12-19T19:14:17.583Z[ recovery-image] Dec 19 19:14:15.740 INFO O| Dec 19 19:14:15.740 INFO STEP 124 (remove_files) COMPLETE
46992024-12-19T19:14:17.583Z[ recovery-image] Dec 19 19:14:15.740 INFO O| Dec 19 19:14:15.740 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-19T19:14:17.607Z[ recovery-image] Dec 19 19:14:15.765 INFO O| Dec 19 19:14:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47012024-12-19T19:14:17.607Z[ recovery-image] Dec 19 19:14:15.765 INFO O| Dec 19 19:14:15.765 INFO STEP 125 (remove_files) COMPLETE
47022024-12-19T19:14:17.607Z[ recovery-image] Dec 19 19:14:15.765 INFO O| Dec 19 19:14:15.765 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-19T19:14:17.626Z[ recovery-image] Dec 19 19:14:15.784 INFO O| Dec 19 19:14:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47042024-12-19T19:14:17.626Z[ recovery-image] Dec 19 19:14:15.784 INFO O| Dec 19 19:14:15.784 INFO STEP 126 (remove_files) COMPLETE
47052024-12-19T19:14:17.629Z[ recovery-image] Dec 19 19:14:15.784 INFO O| Dec 19 19:14:15.784 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-19T19:14:17.646Z[ recovery-image] Dec 19 19:14:15.803 INFO O| Dec 19 19:14:15.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47072024-12-19T19:14:17.646Z[ recovery-image] Dec 19 19:14:15.804 INFO O| Dec 19 19:14:15.804 INFO STEP 127 (remove_files) COMPLETE
47082024-12-19T19:14:17.646Z[ recovery-image] Dec 19 19:14:15.804 INFO O| Dec 19 19:14:15.804 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-19T19:14:17.664Z[ recovery-image] Dec 19 19:14:15.821 INFO O| Dec 19 19:14:15.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47102024-12-19T19:14:17.664Z[ recovery-image] Dec 19 19:14:15.821 INFO O| Dec 19 19:14:15.821 INFO STEP 128 (remove_files) COMPLETE
47112024-12-19T19:14:17.664Z[ recovery-image] Dec 19 19:14:15.821 INFO O| Dec 19 19:14:15.821 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-19T19:14:17.681Z[ recovery-image] Dec 19 19:14:15.839 INFO O| Dec 19 19:14:15.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47132024-12-19T19:14:17.682Z[ recovery-image] Dec 19 19:14:15.839 INFO O| Dec 19 19:14:15.839 INFO STEP 129 (remove_files) COMPLETE
47142024-12-19T19:14:17.684Z[ recovery-image] Dec 19 19:14:15.839 INFO O| Dec 19 19:14:15.839 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-19T19:14:17.699Z[ recovery-image] Dec 19 19:14:15.857 INFO O| Dec 19 19:14:15.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47162024-12-19T19:14:17.699Z[ recovery-image] Dec 19 19:14:15.857 INFO O| Dec 19 19:14:15.857 INFO STEP 130 (remove_files) COMPLETE
47172024-12-19T19:14:17.699Z[ recovery-image] Dec 19 19:14:15.857 INFO O| Dec 19 19:14:15.857 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-19T19:14:17.717Z[ recovery-image] Dec 19 19:14:15.875 INFO O| Dec 19 19:14:15.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47192024-12-19T19:14:17.717Z[ recovery-image] Dec 19 19:14:15.875 INFO O| Dec 19 19:14:15.875 INFO STEP 131 (remove_files) COMPLETE
47202024-12-19T19:14:17.717Z[ recovery-image] Dec 19 19:14:15.875 INFO O| Dec 19 19:14:15.875 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-19T19:14:17.734Z[ recovery-image] Dec 19 19:14:15.892 INFO O| Dec 19 19:14:15.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47222024-12-19T19:14:17.737Z[ recovery-image] Dec 19 19:14:15.894 INFO O| Dec 19 19:14:15.894 INFO STEP 132 (remove_files) COMPLETE
47232024-12-19T19:14:17.738Z[ recovery-image] Dec 19 19:14:15.894 INFO O| Dec 19 19:14:15.894 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-19T19:14:17.758Z[ recovery-image] Dec 19 19:14:15.916 INFO O| Dec 19 19:14:15.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47252024-12-19T19:14:17.758Z[ recovery-image] Dec 19 19:14:15.916 INFO O| Dec 19 19:14:15.916 INFO STEP 133 (remove_files) COMPLETE
47262024-12-19T19:14:17.760Z[ recovery-image] Dec 19 19:14:15.916 INFO O| Dec 19 19:14:15.916 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-19T19:14:17.780Z[ recovery-image] Dec 19 19:14:15.938 INFO O| Dec 19 19:14:15.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47282024-12-19T19:14:17.780Z[ recovery-image] Dec 19 19:14:15.938 INFO O| Dec 19 19:14:15.938 INFO STEP 134 (remove_files) COMPLETE
47292024-12-19T19:14:17.780Z[ recovery-image] Dec 19 19:14:15.938 INFO O| Dec 19 19:14:15.938 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-19T19:14:17.803Z[ recovery-image] Dec 19 19:14:15.960 INFO O| Dec 19 19:14:15.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47312024-12-19T19:14:17.803Z[ recovery-image] Dec 19 19:14:15.960 INFO O| Dec 19 19:14:15.960 INFO STEP 135 (remove_files) COMPLETE
47322024-12-19T19:14:17.803Z[ recovery-image] Dec 19 19:14:15.960 INFO O| Dec 19 19:14:15.960 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-19T19:14:17.826Z[ recovery-image] Dec 19 19:14:15.983 INFO O| Dec 19 19:14:15.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47342024-12-19T19:14:17.826Z[ recovery-image] Dec 19 19:14:15.983 INFO O| Dec 19 19:14:15.983 INFO STEP 136 (remove_files) COMPLETE
47352024-12-19T19:14:17.826Z[ recovery-image] Dec 19 19:14:15.983 INFO O| Dec 19 19:14:15.983 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-19T19:14:17.850Z[ recovery-image] Dec 19 19:14:16.007 INFO O| Dec 19 19:14:16.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47372024-12-19T19:14:17.850Z[ recovery-image] Dec 19 19:14:16.007 INFO O| Dec 19 19:14:16.007 INFO STEP 137 (remove_files) COMPLETE
47382024-12-19T19:14:17.852Z[ recovery-image] Dec 19 19:14:16.007 INFO O| Dec 19 19:14:16.007 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-19T19:14:17.890Z[ recovery-image] Dec 19 19:14:16.048 INFO O| Dec 19 19:14:16.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47402024-12-19T19:14:17.910Z[ recovery-image] Dec 19 19:14:16.068 INFO O| Dec 19 19:14:16.068 INFO STEP 138 (remove_files) COMPLETE
47412024-12-19T19:14:17.910Z[ recovery-image] Dec 19 19:14:16.068 INFO O| Dec 19 19:14:16.068 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-19T19:14:17.946Z[ recovery-image] Dec 19 19:14:16.104 INFO O| Dec 19 19:14:16.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47432024-12-19T19:14:17.946Z[ recovery-image] Dec 19 19:14:16.104 INFO O| Dec 19 19:14:16.104 INFO STEP 139 (remove_files) COMPLETE
47442024-12-19T19:14:17.946Z[ recovery-image] Dec 19 19:14:16.104 INFO O| Dec 19 19:14:16.104 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-19T19:14:17.978Z[ recovery-image] Dec 19 19:14:16.135 INFO O| Dec 19 19:14:16.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47462024-12-19T19:14:17.978Z[ recovery-image] Dec 19 19:14:16.136 INFO O| Dec 19 19:14:16.136 INFO STEP 140 (remove_files) COMPLETE
47472024-12-19T19:14:17.978Z[ recovery-image] Dec 19 19:14:16.136 INFO O| Dec 19 19:14:16.136 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-19T19:14:18.004Z[ recovery-image] Dec 19 19:14:16.161 INFO O| Dec 19 19:14:16.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47492024-12-19T19:14:18.004Z[ recovery-image] Dec 19 19:14:16.161 INFO O| Dec 19 19:14:16.161 INFO STEP 141 (remove_files) COMPLETE
47502024-12-19T19:14:18.004Z[ recovery-image] Dec 19 19:14:16.161 INFO O| Dec 19 19:14:16.161 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-19T19:14:18.052Z[ recovery-image] Dec 19 19:14:16.210 INFO O| Dec 19 19:14:16.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47522024-12-19T19:14:18.052Z[ recovery-image] Dec 19 19:14:16.210 INFO O| Dec 19 19:14:16.210 INFO STEP 142 (remove_files) COMPLETE
47532024-12-19T19:14:18.052Z[ recovery-image] Dec 19 19:14:16.210 INFO O| Dec 19 19:14:16.210 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-19T19:14:18.074Z[ recovery-image] Dec 19 19:14:16.231 INFO O| Dec 19 19:14:16.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47552024-12-19T19:14:18.074Z[ recovery-image] Dec 19 19:14:16.231 INFO O| Dec 19 19:14:16.231 INFO STEP 143 (remove_files) COMPLETE
47562024-12-19T19:14:18.074Z[ recovery-image] Dec 19 19:14:16.232 INFO O| Dec 19 19:14:16.231 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-19T19:14:18.094Z[ recovery-image] Dec 19 19:14:16.252 INFO O| Dec 19 19:14:16.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47582024-12-19T19:14:18.094Z[ recovery-image] Dec 19 19:14:16.252 INFO O| Dec 19 19:14:16.252 INFO STEP 144 (remove_files) COMPLETE
47592024-12-19T19:14:18.097Z[ recovery-image] Dec 19 19:14:16.252 INFO O| Dec 19 19:14:16.252 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-19T19:14:18.114Z[ recovery-image] Dec 19 19:14:16.272 INFO O| Dec 19 19:14:16.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47612024-12-19T19:14:18.114Z[ recovery-image] Dec 19 19:14:16.272 INFO O| Dec 19 19:14:16.272 INFO STEP 145 (remove_files) COMPLETE
47622024-12-19T19:14:18.114Z[ recovery-image] Dec 19 19:14:16.272 INFO O| Dec 19 19:14:16.272 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-19T19:14:18.135Z[ recovery-image] Dec 19 19:14:16.293 INFO O| Dec 19 19:14:16.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47642024-12-19T19:14:18.138Z[ recovery-image] Dec 19 19:14:16.293 INFO O| Dec 19 19:14:16.293 INFO STEP 146 (remove_files) COMPLETE
47652024-12-19T19:14:18.138Z[ recovery-image] Dec 19 19:14:16.293 INFO O| Dec 19 19:14:16.293 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-19T19:14:18.168Z[ recovery-image] Dec 19 19:14:16.323 INFO O| Dec 19 19:14:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47672024-12-19T19:14:18.170Z[ recovery-image] Dec 19 19:14:16.323 INFO O| Dec 19 19:14:16.323 INFO STEP 147 (remove_files) COMPLETE
47682024-12-19T19:14:18.171Z[ recovery-image] Dec 19 19:14:16.323 INFO O| Dec 19 19:14:16.323 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-19T19:14:18.188Z[ recovery-image] Dec 19 19:14:16.346 INFO O| Dec 19 19:14:16.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47702024-12-19T19:14:18.188Z[ recovery-image] Dec 19 19:14:16.346 INFO O| Dec 19 19:14:16.346 INFO STEP 148 (remove_files) COMPLETE
47712024-12-19T19:14:18.200Z[ recovery-image] Dec 19 19:14:16.346 INFO O| Dec 19 19:14:16.346 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-19T19:14:18.213Z[ recovery-image] Dec 19 19:14:16.371 INFO O| Dec 19 19:14:16.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47732024-12-19T19:14:18.216Z[ recovery-image] Dec 19 19:14:16.373 INFO O| Dec 19 19:14:16.373 INFO STEP 149 (remove_files) COMPLETE
47742024-12-19T19:14:18.216Z[ recovery-image] Dec 19 19:14:16.373 INFO O| Dec 19 19:14:16.373 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-19T19:14:18.239Z[ recovery-image] Dec 19 19:14:16.396 INFO O| Dec 19 19:14:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47762024-12-19T19:14:18.239Z[ recovery-image] Dec 19 19:14:16.396 INFO O| Dec 19 19:14:16.396 INFO STEP 150 (remove_files) COMPLETE
47772024-12-19T19:14:18.239Z[ recovery-image] Dec 19 19:14:16.397 INFO O| Dec 19 19:14:16.396 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-19T19:14:18.350Z[ recovery-image] Dec 19 19:14:16.507 INFO O| Dec 19 19:14:16.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47792024-12-19T19:14:18.350Z[ recovery-image] Dec 19 19:14:16.507 INFO O| Dec 19 19:14:16.507 INFO STEP 151 (remove_files) COMPLETE
47802024-12-19T19:14:18.352Z[ recovery-image] Dec 19 19:14:16.508 INFO O| Dec 19 19:14:16.507 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-19T19:14:18.371Z[ recovery-image] Dec 19 19:14:16.528 INFO O| Dec 19 19:14:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47822024-12-19T19:14:18.371Z[ recovery-image] Dec 19 19:14:16.528 INFO O| Dec 19 19:14:16.528 INFO STEP 152 (remove_files) COMPLETE
47832024-12-19T19:14:18.371Z[ recovery-image] Dec 19 19:14:16.528 INFO O| Dec 19 19:14:16.528 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-19T19:14:18.391Z[ recovery-image] Dec 19 19:14:16.547 INFO O| Dec 19 19:14:16.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47852024-12-19T19:14:18.391Z[ recovery-image] Dec 19 19:14:16.547 INFO O| Dec 19 19:14:16.547 INFO STEP 153 (remove_files) COMPLETE
47862024-12-19T19:14:18.391Z[ recovery-image] Dec 19 19:14:16.548 INFO O| Dec 19 19:14:16.547 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-19T19:14:18.410Z[ recovery-image] Dec 19 19:14:16.568 INFO O| Dec 19 19:14:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47882024-12-19T19:14:18.413Z[ recovery-image] Dec 19 19:14:16.568 INFO O| Dec 19 19:14:16.568 INFO STEP 154 (remove_files) COMPLETE
47892024-12-19T19:14:18.413Z[ recovery-image] Dec 19 19:14:16.568 INFO O| Dec 19 19:14:16.568 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-19T19:14:18.467Z[ recovery-image] Dec 19 19:14:16.624 INFO O| Dec 19 19:14:16.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47912024-12-19T19:14:18.467Z[ recovery-image] Dec 19 19:14:16.624 INFO O| Dec 19 19:14:16.624 INFO STEP 155 (remove_files) COMPLETE
47922024-12-19T19:14:18.469Z[ recovery-image] Dec 19 19:14:16.624 INFO O| Dec 19 19:14:16.624 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-19T19:14:18.526Z[ recovery-image] Dec 19 19:14:16.684 INFO O| Dec 19 19:14:16.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47942024-12-19T19:14:18.530Z[ recovery-image] Dec 19 19:14:16.684 INFO O| Dec 19 19:14:16.684 INFO STEP 156 (remove_files) COMPLETE
47952024-12-19T19:14:18.530Z[ recovery-image] Dec 19 19:14:16.684 INFO O| Dec 19 19:14:16.684 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-19T19:14:18.550Z[ recovery-image] Dec 19 19:14:16.708 INFO O| Dec 19 19:14:16.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47972024-12-19T19:14:18.553Z[ recovery-image] Dec 19 19:14:16.711 INFO O| Dec 19 19:14:16.711 INFO STEP 157 (remove_files) COMPLETE
47982024-12-19T19:14:18.555Z[ recovery-image] Dec 19 19:14:16.711 INFO O| Dec 19 19:14:16.711 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-19T19:14:18.579Z[ recovery-image] Dec 19 19:14:16.736 INFO O| Dec 19 19:14:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48002024-12-19T19:14:18.579Z[ recovery-image] Dec 19 19:14:16.736 INFO O| Dec 19 19:14:16.736 INFO STEP 158 (remove_files) COMPLETE
48012024-12-19T19:14:18.579Z[ recovery-image] Dec 19 19:14:16.737 INFO O| Dec 19 19:14:16.736 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-19T19:14:18.601Z[ recovery-image] Dec 19 19:14:16.759 INFO O| Dec 19 19:14:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48032024-12-19T19:14:18.602Z[ recovery-image] Dec 19 19:14:16.759 INFO O| Dec 19 19:14:16.759 INFO STEP 159 (remove_files) COMPLETE
48042024-12-19T19:14:18.605Z[ recovery-image] Dec 19 19:14:16.759 INFO O| Dec 19 19:14:16.759 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-19T19:14:18.626Z[ recovery-image] Dec 19 19:14:16.781 INFO O| Dec 19 19:14:16.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48062024-12-19T19:14:18.626Z[ recovery-image] Dec 19 19:14:16.782 INFO O| Dec 19 19:14:16.781 INFO STEP 160 (remove_files) COMPLETE
48072024-12-19T19:14:18.626Z[ recovery-image] Dec 19 19:14:16.782 INFO O| Dec 19 19:14:16.782 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-19T19:14:18.646Z[ recovery-image] Dec 19 19:14:16.803 INFO O| Dec 19 19:14:16.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48092024-12-19T19:14:18.646Z[ recovery-image] Dec 19 19:14:16.803 INFO O| Dec 19 19:14:16.803 INFO STEP 161 (remove_files) COMPLETE
48102024-12-19T19:14:18.648Z[ recovery-image] Dec 19 19:14:16.803 INFO O| Dec 19 19:14:16.803 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-19T19:14:18.667Z[ recovery-image] Dec 19 19:14:16.825 INFO O| Dec 19 19:14:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48122024-12-19T19:14:18.670Z[ recovery-image] Dec 19 19:14:16.825 INFO O| Dec 19 19:14:16.825 INFO STEP 162 (remove_files) COMPLETE
48132024-12-19T19:14:18.670Z[ recovery-image] Dec 19 19:14:16.825 INFO O| Dec 19 19:14:16.825 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-19T19:14:18.690Z[ recovery-image] Dec 19 19:14:16.847 INFO O| Dec 19 19:14:16.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48152024-12-19T19:14:18.690Z[ recovery-image] Dec 19 19:14:16.848 INFO O| Dec 19 19:14:16.848 INFO STEP 163 (remove_files) COMPLETE
48162024-12-19T19:14:18.690Z[ recovery-image] Dec 19 19:14:16.848 INFO O| Dec 19 19:14:16.848 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-19T19:14:18.711Z[ recovery-image] Dec 19 19:14:16.868 INFO O| Dec 19 19:14:16.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48182024-12-19T19:14:18.712Z[ recovery-image] Dec 19 19:14:16.868 INFO O| Dec 19 19:14:16.868 INFO STEP 164 (remove_files) COMPLETE
48192024-12-19T19:14:18.712Z[ recovery-image] Dec 19 19:14:16.869 INFO O| Dec 19 19:14:16.868 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-12-19T19:14:18.734Z[ recovery-image] Dec 19 19:14:16.891 INFO O| Dec 19 19:14:16.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48212024-12-19T19:14:18.734Z[ recovery-image] Dec 19 19:14:16.891 INFO O| Dec 19 19:14:16.891 INFO STEP 165 (remove_files) COMPLETE
48222024-12-19T19:14:18.737Z[ recovery-image] Dec 19 19:14:16.891 INFO O| Dec 19 19:14:16.891 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-12-19T19:14:18.756Z[ recovery-image] Dec 19 19:14:16.913 INFO O| Dec 19 19:14:16.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48242024-12-19T19:14:18.761Z[ recovery-image] Dec 19 19:14:16.918 INFO O| Dec 19 19:14:16.918 INFO STEP 166 (remove_files) COMPLETE
48252024-12-19T19:14:18.761Z[ recovery-image] Dec 19 19:14:16.918 INFO O| Dec 19 19:14:16.918 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-12-19T19:14:18.806Z[ recovery-image] Dec 19 19:14:16.963 INFO O| Dec 19 19:14:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48272024-12-19T19:14:18.806Z[ recovery-image] Dec 19 19:14:16.963 INFO O| Dec 19 19:14:16.963 INFO STEP 167 (remove_files) COMPLETE
48282024-12-19T19:14:18.806Z[ recovery-image] Dec 19 19:14:16.963 INFO O| Dec 19 19:14:16.963 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-12-19T19:14:18.868Z[ recovery-image] Dec 19 19:14:17.025 INFO O| Dec 19 19:14:17.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48302024-12-19T19:14:18.881Z[ recovery-image] Dec 19 19:14:17.039 INFO O| Dec 19 19:14:17.039 INFO STEP 168 (remove_files) COMPLETE
48312024-12-19T19:14:18.881Z[ recovery-image] Dec 19 19:14:17.039 INFO O| Dec 19 19:14:17.039 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-12-19T19:14:18.904Z[ recovery-image] Dec 19 19:14:17.062 INFO O| Dec 19 19:14:17.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48332024-12-19T19:14:18.904Z[ recovery-image] Dec 19 19:14:17.062 INFO O| Dec 19 19:14:17.062 INFO STEP 169 (remove_files) COMPLETE
48342024-12-19T19:14:18.904Z[ recovery-image] Dec 19 19:14:17.062 INFO O| Dec 19 19:14:17.062 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-12-19T19:14:18.943Z[ recovery-image] Dec 19 19:14:17.099 INFO O| Dec 19 19:14:17.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48362024-12-19T19:14:18.943Z[ recovery-image] Dec 19 19:14:17.099 INFO O| Dec 19 19:14:17.099 INFO STEP 170 (remove_files) COMPLETE
48372024-12-19T19:14:18.946Z[ recovery-image] Dec 19 19:14:17.099 INFO O| Dec 19 19:14:17.099 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-12-19T19:14:18.980Z[ recovery-image] Dec 19 19:14:17.138 INFO O| Dec 19 19:14:17.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48392024-12-19T19:14:18.980Z[ recovery-image] Dec 19 19:14:17.138 INFO O| Dec 19 19:14:17.138 INFO STEP 171 (remove_files) COMPLETE
48402024-12-19T19:14:18.980Z[ recovery-image] Dec 19 19:14:17.138 INFO O| Dec 19 19:14:17.138 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-12-19T19:14:19.011Z[ recovery-image] Dec 19 19:14:17.167 INFO O| Dec 19 19:14:17.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48422024-12-19T19:14:19.012Z[ recovery-image] Dec 19 19:14:17.167 INFO O| Dec 19 19:14:17.167 INFO STEP 172 (remove_files) COMPLETE
48432024-12-19T19:14:19.012Z[ recovery-image] Dec 19 19:14:17.167 INFO O| Dec 19 19:14:17.167 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-12-19T19:14:19.056Z[ recovery-image] Dec 19 19:14:17.213 INFO O| Dec 19 19:14:17.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48452024-12-19T19:14:19.059Z[ recovery-image] Dec 19 19:14:17.214 INFO O| Dec 19 19:14:17.213 INFO STEP 173 (remove_files) COMPLETE
48462024-12-19T19:14:19.059Z[ recovery-image] Dec 19 19:14:17.214 INFO O| Dec 19 19:14:17.214 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-12-19T19:14:19.078Z[ recovery-image] Dec 19 19:14:17.236 INFO O| Dec 19 19:14:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48482024-12-19T19:14:19.080Z[ recovery-image] Dec 19 19:14:17.236 INFO O| Dec 19 19:14:17.236 INFO STEP 174 (remove_files) COMPLETE
48492024-12-19T19:14:19.080Z[ recovery-image] Dec 19 19:14:17.236 INFO O| Dec 19 19:14:17.236 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-12-19T19:14:19.100Z[ recovery-image] Dec 19 19:14:17.257 INFO O| Dec 19 19:14:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48512024-12-19T19:14:19.103Z[ recovery-image] Dec 19 19:14:17.257 INFO O| Dec 19 19:14:17.257 INFO STEP 175 (remove_files) COMPLETE
48522024-12-19T19:14:19.103Z[ recovery-image] Dec 19 19:14:17.258 INFO O| Dec 19 19:14:17.258 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-12-19T19:14:19.111Z[ host-image] Dec 19 19:14:17.268 INFO O| Dec 19 19:14:17.268 INFO O| Download: 1113/1140 items 6.4/8.4MB 75% complete (1.2M/s)
48542024-12-19T19:14:19.123Z[ recovery-image] Dec 19 19:14:17.280 INFO O| Dec 19 19:14:17.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48552024-12-19T19:14:19.126Z[ recovery-image] Dec 19 19:14:17.281 INFO O| Dec 19 19:14:17.281 INFO STEP 176 (remove_files) COMPLETE
48562024-12-19T19:14:19.126Z[ recovery-image] Dec 19 19:14:17.281 INFO O| Dec 19 19:14:17.281 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-19T19:14:19.146Z[ recovery-image] Dec 19 19:14:17.303 INFO O| Dec 19 19:14:17.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48582024-12-19T19:14:19.148Z[ recovery-image] Dec 19 19:14:17.303 INFO O| Dec 19 19:14:17.303 INFO STEP 177 (remove_files) COMPLETE
48592024-12-19T19:14:19.148Z[ recovery-image] Dec 19 19:14:17.304 INFO O| Dec 19 19:14:17.303 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-19T19:14:19.169Z[ recovery-image] Dec 19 19:14:17.326 INFO O| Dec 19 19:14:17.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48612024-12-19T19:14:19.173Z[ recovery-image] Dec 19 19:14:17.327 INFO O| Dec 19 19:14:17.327 INFO STEP 178 (remove_files) COMPLETE
48622024-12-19T19:14:19.173Z[ recovery-image] Dec 19 19:14:17.327 INFO O| Dec 19 19:14:17.327 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-19T19:14:19.247Z[ recovery-image] Dec 19 19:14:17.405 INFO O| Dec 19 19:14:17.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48642024-12-19T19:14:19.250Z[ recovery-image] Dec 19 19:14:17.405 INFO O| Dec 19 19:14:17.405 INFO STEP 179 (remove_files) COMPLETE
48652024-12-19T19:14:19.250Z[ recovery-image] Dec 19 19:14:17.405 INFO O| Dec 19 19:14:17.405 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-19T19:14:19.270Z[ recovery-image] Dec 19 19:14:17.427 INFO O| Dec 19 19:14:17.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48672024-12-19T19:14:19.272Z[ recovery-image] Dec 19 19:14:17.427 INFO O| Dec 19 19:14:17.427 INFO STEP 180 (remove_files) COMPLETE
48682024-12-19T19:14:19.272Z[ recovery-image] Dec 19 19:14:17.428 INFO O| Dec 19 19:14:17.427 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-19T19:14:19.288Z[ recovery-image] Dec 19 19:14:17.446 INFO O| Dec 19 19:14:17.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48702024-12-19T19:14:19.291Z[ recovery-image] Dec 19 19:14:17.446 INFO O| Dec 19 19:14:17.446 INFO STEP 181 (remove_files) COMPLETE
48712024-12-19T19:14:19.291Z[ recovery-image] Dec 19 19:14:17.446 INFO O| Dec 19 19:14:17.446 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-19T19:14:19.308Z[ recovery-image] Dec 19 19:14:17.466 INFO O| Dec 19 19:14:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48732024-12-19T19:14:19.311Z[ recovery-image] Dec 19 19:14:17.466 INFO O| Dec 19 19:14:17.466 INFO STEP 182 (remove_files) COMPLETE
48742024-12-19T19:14:19.311Z[ recovery-image] Dec 19 19:14:17.466 INFO O| Dec 19 19:14:17.466 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-19T19:14:19.330Z[ recovery-image] Dec 19 19:14:17.487 INFO O| Dec 19 19:14:17.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48762024-12-19T19:14:19.347Z[ recovery-image] Dec 19 19:14:17.505 INFO O| Dec 19 19:14:17.505 INFO STEP 183 (remove_files) COMPLETE
48772024-12-19T19:14:19.347Z[ recovery-image] Dec 19 19:14:17.505 INFO O| Dec 19 19:14:17.505 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-19T19:14:19.391Z[ recovery-image] Dec 19 19:14:17.549 INFO O| Dec 19 19:14:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48792024-12-19T19:14:19.394Z[ recovery-image] Dec 19 19:14:17.549 INFO O| Dec 19 19:14:17.549 INFO STEP 184 (remove_files) COMPLETE
48802024-12-19T19:14:19.394Z[ recovery-image] Dec 19 19:14:17.549 INFO O| Dec 19 19:14:17.549 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-19T19:14:19.414Z[ recovery-image] Dec 19 19:14:17.572 INFO O| Dec 19 19:14:17.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48822024-12-19T19:14:19.414Z[ recovery-image] Dec 19 19:14:17.572 INFO O| Dec 19 19:14:17.572 INFO STEP 185 (remove_files) COMPLETE
48832024-12-19T19:14:19.414Z[ recovery-image] Dec 19 19:14:17.572 INFO O| Dec 19 19:14:17.572 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-19T19:14:19.436Z[ recovery-image] Dec 19 19:14:17.594 INFO O| Dec 19 19:14:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48852024-12-19T19:14:19.436Z[ recovery-image] Dec 19 19:14:17.594 INFO O| Dec 19 19:14:17.594 INFO STEP 186 (remove_files) COMPLETE
48862024-12-19T19:14:19.436Z[ recovery-image] Dec 19 19:14:17.594 INFO O| Dec 19 19:14:17.594 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-19T19:14:19.461Z[ recovery-image] Dec 19 19:14:17.619 INFO O| Dec 19 19:14:17.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48882024-12-19T19:14:19.461Z[ recovery-image] Dec 19 19:14:17.619 INFO O| Dec 19 19:14:17.619 INFO STEP 187 (remove_files) COMPLETE
48892024-12-19T19:14:19.461Z[ recovery-image] Dec 19 19:14:17.619 INFO O| Dec 19 19:14:17.619 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-19T19:14:19.473Z[ host-image] Dec 19 19:14:17.630 INFO O| Dec 19 19:14:17.630 INFO O| Download: Completed 8.42 MB in 5.41 seconds (1.6M/s)
48912024-12-19T19:14:19.492Z[ recovery-image] Dec 19 19:14:17.650 INFO O| Dec 19 19:14:17.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48922024-12-19T19:14:19.492Z[ recovery-image] Dec 19 19:14:17.650 INFO O| Dec 19 19:14:17.650 INFO STEP 188 (remove_files) COMPLETE
48932024-12-19T19:14:19.496Z[ recovery-image] Dec 19 19:14:17.650 INFO O| Dec 19 19:14:17.650 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-19T19:14:19.514Z[ recovery-image] Dec 19 19:14:17.670 INFO O| Dec 19 19:14:17.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48952024-12-19T19:14:19.516Z[ recovery-image] Dec 19 19:14:17.671 INFO O| Dec 19 19:14:17.671 INFO STEP 189 (remove_files) COMPLETE
48962024-12-19T19:14:19.516Z[ recovery-image] Dec 19 19:14:17.671 INFO O| Dec 19 19:14:17.671 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-19T19:14:19.553Z[ recovery-image] Dec 19 19:14:17.710 INFO O| Dec 19 19:14:17.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48982024-12-19T19:14:19.553Z[ recovery-image] Dec 19 19:14:17.711 INFO O| Dec 19 19:14:17.711 INFO STEP 190 (remove_files) COMPLETE
48992024-12-19T19:14:19.553Z[ recovery-image] Dec 19 19:14:17.711 INFO O| Dec 19 19:14:17.711 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-19T19:14:19.632Z[ recovery-image] Dec 19 19:14:17.790 INFO O| Dec 19 19:14:17.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49012024-12-19T19:14:19.632Z[ recovery-image] Dec 19 19:14:17.790 INFO O| Dec 19 19:14:17.790 INFO STEP 191 (remove_files) COMPLETE
49022024-12-19T19:14:19.633Z[ recovery-image] Dec 19 19:14:17.790 INFO O| Dec 19 19:14:17.790 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-19T19:14:19.657Z[ recovery-image] Dec 19 19:14:17.814 INFO O| Dec 19 19:14:17.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49042024-12-19T19:14:19.657Z[ recovery-image] Dec 19 19:14:17.814 INFO O| Dec 19 19:14:17.814 INFO STEP 192 (remove_files) COMPLETE
49052024-12-19T19:14:19.657Z[ recovery-image] Dec 19 19:14:17.814 INFO O| Dec 19 19:14:17.814 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-19T19:14:19.678Z[ recovery-image] Dec 19 19:14:17.835 INFO O| Dec 19 19:14:17.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49072024-12-19T19:14:19.678Z[ recovery-image] Dec 19 19:14:17.835 INFO O| Dec 19 19:14:17.835 INFO STEP 193 (remove_files) COMPLETE
49082024-12-19T19:14:19.678Z[ recovery-image] Dec 19 19:14:17.835 INFO O| Dec 19 19:14:17.835 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-19T19:14:19.707Z[ recovery-image] Dec 19 19:14:17.863 INFO O| Dec 19 19:14:17.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49102024-12-19T19:14:19.707Z[ recovery-image] Dec 19 19:14:17.864 INFO O| Dec 19 19:14:17.863 INFO STEP 194 (remove_files) COMPLETE
49112024-12-19T19:14:19.707Z[ recovery-image] Dec 19 19:14:17.864 INFO O| Dec 19 19:14:17.864 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-19T19:14:19.719Z[ host-image] Dec 19 19:14:17.876 INFO O| Dec 19 19:14:17.876 INFO O| Actions: 1/1361 actions (Installing new actions)
49132024-12-19T19:14:19.753Z[ recovery-image] Dec 19 19:14:17.910 INFO O| Dec 19 19:14:17.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49142024-12-19T19:14:19.756Z[ recovery-image] Dec 19 19:14:17.910 INFO O| Dec 19 19:14:17.910 INFO STEP 195 (remove_files) COMPLETE
49152024-12-19T19:14:19.756Z[ recovery-image] Dec 19 19:14:17.911 INFO O| Dec 19 19:14:17.910 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-19T19:14:19.776Z[ recovery-image] Dec 19 19:14:17.933 INFO O| Dec 19 19:14:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49172024-12-19T19:14:19.778Z[ recovery-image] Dec 19 19:14:17.933 INFO O| Dec 19 19:14:17.933 INFO STEP 196 (remove_files) COMPLETE
49182024-12-19T19:14:19.778Z[ recovery-image] Dec 19 19:14:17.933 INFO O| Dec 19 19:14:17.933 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-19T19:14:19.809Z[ recovery-image] Dec 19 19:14:17.966 INFO O| Dec 19 19:14:17.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49202024-12-19T19:14:19.809Z[ recovery-image] Dec 19 19:14:17.966 INFO O| Dec 19 19:14:17.966 INFO STEP 197 (remove_files) COMPLETE
49212024-12-19T19:14:19.813Z[ recovery-image] Dec 19 19:14:17.966 INFO O| Dec 19 19:14:17.966 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-19T19:14:19.827Z[ recovery-image] Dec 19 19:14:17.985 INFO O| Dec 19 19:14:17.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49232024-12-19T19:14:19.830Z[ recovery-image] Dec 19 19:14:17.985 INFO O| Dec 19 19:14:17.985 INFO STEP 198 (remove_files) COMPLETE
49242024-12-19T19:14:19.830Z[ recovery-image] Dec 19 19:14:17.985 INFO O| Dec 19 19:14:17.985 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-19T19:14:19.870Z[ recovery-image] Dec 19 19:14:18.027 INFO O| Dec 19 19:14:18.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49262024-12-19T19:14:19.870Z[ recovery-image] Dec 19 19:14:18.027 INFO O| Dec 19 19:14:18.027 INFO STEP 199 (remove_files) COMPLETE
49272024-12-19T19:14:19.873Z[ recovery-image] Dec 19 19:14:18.027 INFO O| Dec 19 19:14:18.027 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-19T19:14:19.888Z[ recovery-image] Dec 19 19:14:18.046 INFO O| Dec 19 19:14:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49292024-12-19T19:14:19.888Z[ recovery-image] Dec 19 19:14:18.046 INFO O| Dec 19 19:14:18.046 INFO STEP 200 (remove_files) COMPLETE
49302024-12-19T19:14:19.888Z[ recovery-image] Dec 19 19:14:18.046 INFO O| Dec 19 19:14:18.046 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-19T19:14:19.929Z[ recovery-image] Dec 19 19:14:18.086 INFO O| Dec 19 19:14:18.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49322024-12-19T19:14:19.932Z[ recovery-image] Dec 19 19:14:18.087 INFO O| Dec 19 19:14:18.086 INFO STEP 201 (remove_files) COMPLETE
49332024-12-19T19:14:19.932Z[ recovery-image] Dec 19 19:14:18.087 INFO O| Dec 19 19:14:18.087 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-19T19:14:19.953Z[ recovery-image] Dec 19 19:14:18.110 INFO O| Dec 19 19:14:18.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49352024-12-19T19:14:19.953Z[ recovery-image] Dec 19 19:14:18.110 INFO O| Dec 19 19:14:18.110 INFO STEP 202 (remove_files) COMPLETE
49362024-12-19T19:14:19.955Z[ recovery-image] Dec 19 19:14:18.110 INFO O| Dec 19 19:14:18.110 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-19T19:14:19.981Z[ recovery-image] Dec 19 19:14:18.138 INFO O| Dec 19 19:14:18.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49382024-12-19T19:14:19.981Z[ recovery-image] Dec 19 19:14:18.138 INFO O| Dec 19 19:14:18.138 INFO STEP 203 (remove_files) COMPLETE
49392024-12-19T19:14:19.982Z[ recovery-image] Dec 19 19:14:18.138 INFO O| Dec 19 19:14:18.138 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-19T19:14:20.014Z[ recovery-image] Dec 19 19:14:18.171 INFO O| Dec 19 19:14:18.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49412024-12-19T19:14:20.014Z[ recovery-image] Dec 19 19:14:18.171 INFO O| Dec 19 19:14:18.171 INFO STEP 204 (remove_files) COMPLETE
49422024-12-19T19:14:20.014Z[ recovery-image] Dec 19 19:14:18.171 INFO O| Dec 19 19:14:18.171 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-19T19:14:20.070Z[ recovery-image] Dec 19 19:14:18.227 INFO O| Dec 19 19:14:18.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49442024-12-19T19:14:20.070Z[ recovery-image] Dec 19 19:14:18.227 INFO O| Dec 19 19:14:18.227 INFO STEP 205 (remove_files) COMPLETE
49452024-12-19T19:14:20.070Z[ recovery-image] Dec 19 19:14:18.227 INFO O| Dec 19 19:14:18.227 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-19T19:14:20.091Z[ recovery-image] Dec 19 19:14:18.249 INFO O| Dec 19 19:14:18.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49472024-12-19T19:14:20.091Z[ recovery-image] Dec 19 19:14:18.249 INFO O| Dec 19 19:14:18.249 INFO STEP 206 (remove_files) COMPLETE
49482024-12-19T19:14:20.091Z[ recovery-image] Dec 19 19:14:18.249 INFO O| Dec 19 19:14:18.249 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-19T19:14:20.142Z[ recovery-image] Dec 19 19:14:18.300 INFO O| Dec 19 19:14:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49502024-12-19T19:14:20.142Z[ recovery-image] Dec 19 19:14:18.300 INFO O| Dec 19 19:14:18.300 INFO STEP 207 (remove_files) COMPLETE
49512024-12-19T19:14:20.142Z[ recovery-image] Dec 19 19:14:18.300 INFO O| Dec 19 19:14:18.300 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-19T19:14:20.174Z[ recovery-image] Dec 19 19:14:18.331 INFO O| Dec 19 19:14:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49532024-12-19T19:14:20.174Z[ recovery-image] Dec 19 19:14:18.331 INFO O| Dec 19 19:14:18.331 INFO STEP 208 (remove_files) COMPLETE
49542024-12-19T19:14:20.178Z[ recovery-image] Dec 19 19:14:18.332 INFO O| Dec 19 19:14:18.331 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-19T19:14:20.215Z[ recovery-image] Dec 19 19:14:18.372 INFO O| Dec 19 19:14:18.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49562024-12-19T19:14:20.215Z[ recovery-image] Dec 19 19:14:18.372 INFO O| Dec 19 19:14:18.372 INFO STEP 209 (remove_files) COMPLETE
49572024-12-19T19:14:20.217Z[ recovery-image] Dec 19 19:14:18.372 INFO O| Dec 19 19:14:18.372 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-19T19:14:20.251Z[ recovery-image] Dec 19 19:14:18.409 INFO O| Dec 19 19:14:18.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49592024-12-19T19:14:20.251Z[ recovery-image] Dec 19 19:14:18.409 INFO O| Dec 19 19:14:18.409 INFO STEP 210 (remove_files) COMPLETE
49602024-12-19T19:14:20.251Z[ recovery-image] Dec 19 19:14:18.409 INFO O| Dec 19 19:14:18.409 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-19T19:14:20.277Z[ recovery-image] Dec 19 19:14:18.434 INFO O| Dec 19 19:14:18.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49622024-12-19T19:14:20.277Z[ recovery-image] Dec 19 19:14:18.435 INFO O| Dec 19 19:14:18.434 INFO STEP 211 (remove_files) COMPLETE
49632024-12-19T19:14:20.280Z[ recovery-image] Dec 19 19:14:18.435 INFO O| Dec 19 19:14:18.435 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-19T19:14:20.296Z[ recovery-image] Dec 19 19:14:18.454 INFO O| Dec 19 19:14:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49652024-12-19T19:14:20.296Z[ recovery-image] Dec 19 19:14:18.454 INFO O| Dec 19 19:14:18.454 INFO STEP 212 (remove_files) COMPLETE
49662024-12-19T19:14:20.299Z[ recovery-image] Dec 19 19:14:18.454 INFO O| Dec 19 19:14:18.454 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-19T19:14:20.316Z[ recovery-image] Dec 19 19:14:18.473 INFO O| Dec 19 19:14:18.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49682024-12-19T19:14:20.316Z[ recovery-image] Dec 19 19:14:18.474 INFO O| Dec 19 19:14:18.473 INFO STEP 213 (remove_files) COMPLETE
49692024-12-19T19:14:20.318Z[ recovery-image] Dec 19 19:14:18.474 INFO O| Dec 19 19:14:18.474 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-19T19:14:20.335Z[ recovery-image] Dec 19 19:14:18.492 INFO O| Dec 19 19:14:18.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49712024-12-19T19:14:20.337Z[ recovery-image] Dec 19 19:14:18.493 INFO O| Dec 19 19:14:18.492 INFO STEP 214 (remove_files) COMPLETE
49722024-12-19T19:14:20.337Z[ recovery-image] Dec 19 19:14:18.493 INFO O| Dec 19 19:14:18.493 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-19T19:14:20.354Z[ recovery-image] Dec 19 19:14:18.511 INFO O| Dec 19 19:14:18.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49742024-12-19T19:14:20.354Z[ recovery-image] Dec 19 19:14:18.512 INFO O| Dec 19 19:14:18.511 INFO STEP 215 (remove_files) COMPLETE
49752024-12-19T19:14:20.357Z[ recovery-image] Dec 19 19:14:18.512 INFO O| Dec 19 19:14:18.512 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-19T19:14:20.368Z[ host-image] Dec 19 19:14:18.526 INFO O| Dec 19 19:14:18.526 INFO O| Actions: Completed 1361 actions in 0.65 seconds.
49772024-12-19T19:14:20.398Z[ recovery-image] Dec 19 19:14:18.556 INFO O| Dec 19 19:14:18.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49782024-12-19T19:14:20.398Z[ recovery-image] Dec 19 19:14:18.556 INFO O| Dec 19 19:14:18.556 INFO STEP 216 (remove_files) COMPLETE
49792024-12-19T19:14:20.398Z[ recovery-image] Dec 19 19:14:18.556 INFO O| Dec 19 19:14:18.556 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-19T19:14:20.439Z[ recovery-image] Dec 19 19:14:18.596 INFO O| Dec 19 19:14:18.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49812024-12-19T19:14:20.439Z[ recovery-image] Dec 19 19:14:18.596 INFO O| Dec 19 19:14:18.596 INFO STEP 217 (remove_files) COMPLETE
49822024-12-19T19:14:20.439Z[ recovery-image] Dec 19 19:14:18.596 INFO O| Dec 19 19:14:18.596 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-19T19:14:20.465Z[ recovery-image] Dec 19 19:14:18.623 INFO O| Dec 19 19:14:18.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49842024-12-19T19:14:20.465Z[ recovery-image] Dec 19 19:14:18.623 INFO O| Dec 19 19:14:18.623 INFO STEP 218 (remove_files) COMPLETE
49852024-12-19T19:14:20.468Z[ recovery-image] Dec 19 19:14:18.623 INFO O| Dec 19 19:14:18.623 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-19T19:14:20.486Z[ recovery-image] Dec 19 19:14:18.643 INFO O| Dec 19 19:14:18.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49872024-12-19T19:14:20.486Z[ recovery-image] Dec 19 19:14:18.643 INFO O| Dec 19 19:14:18.643 INFO STEP 219 (remove_files) COMPLETE
49882024-12-19T19:14:20.486Z[ recovery-image] Dec 19 19:14:18.643 INFO O| Dec 19 19:14:18.643 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-19T19:14:20.505Z[ recovery-image] Dec 19 19:14:18.662 INFO O| Dec 19 19:14:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49902024-12-19T19:14:20.505Z[ recovery-image] Dec 19 19:14:18.663 INFO O| Dec 19 19:14:18.662 INFO STEP 220 (remove_files) COMPLETE
49912024-12-19T19:14:20.505Z[ recovery-image] Dec 19 19:14:18.663 INFO O| Dec 19 19:14:18.662 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-19T19:14:20.534Z[ recovery-image] Dec 19 19:14:18.682 INFO O| Dec 19 19:14:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49932024-12-19T19:14:20.534Z[ recovery-image] Dec 19 19:14:18.682 INFO O| Dec 19 19:14:18.682 INFO STEP 221 (remove_files) COMPLETE
49942024-12-19T19:14:20.534Z[ recovery-image] Dec 19 19:14:18.682 INFO O| Dec 19 19:14:18.682 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-19T19:14:20.545Z[ recovery-image] Dec 19 19:14:18.702 INFO O| Dec 19 19:14:18.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49962024-12-19T19:14:20.545Z[ recovery-image] Dec 19 19:14:18.702 INFO O| Dec 19 19:14:18.702 INFO STEP 222 (remove_files) COMPLETE
49972024-12-19T19:14:20.545Z[ recovery-image] Dec 19 19:14:18.702 INFO O| Dec 19 19:14:18.702 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-19T19:14:20.565Z[ recovery-image] Dec 19 19:14:18.722 INFO O| Dec 19 19:14:18.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49992024-12-19T19:14:20.565Z[ recovery-image] Dec 19 19:14:18.723 INFO O| Dec 19 19:14:18.722 INFO STEP 223 (remove_files) COMPLETE
50002024-12-19T19:14:20.565Z[ recovery-image] Dec 19 19:14:18.723 INFO O| Dec 19 19:14:18.722 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-19T19:14:20.588Z[ recovery-image] Dec 19 19:14:18.744 INFO O| Dec 19 19:14:18.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50022024-12-19T19:14:20.588Z[ recovery-image] Dec 19 19:14:18.744 INFO O| Dec 19 19:14:18.744 INFO STEP 224 (remove_files) COMPLETE
50032024-12-19T19:14:20.588Z[ recovery-image] Dec 19 19:14:18.744 INFO O| Dec 19 19:14:18.744 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-19T19:14:20.608Z[ recovery-image] Dec 19 19:14:18.765 INFO O| Dec 19 19:14:18.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50052024-12-19T19:14:20.608Z[ recovery-image] Dec 19 19:14:18.765 INFO O| Dec 19 19:14:18.765 INFO STEP 225 (remove_files) COMPLETE
50062024-12-19T19:14:20.611Z[ recovery-image] Dec 19 19:14:18.765 INFO O| Dec 19 19:14:18.765 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-19T19:14:20.636Z[ recovery-image] Dec 19 19:14:18.792 INFO O| Dec 19 19:14:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50082024-12-19T19:14:20.636Z[ recovery-image] Dec 19 19:14:18.792 INFO O| Dec 19 19:14:18.792 INFO STEP 226 (remove_files) COMPLETE
50092024-12-19T19:14:20.636Z[ recovery-image] Dec 19 19:14:18.792 INFO O| Dec 19 19:14:18.792 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-19T19:14:20.680Z[ recovery-image] Dec 19 19:14:18.837 INFO O| Dec 19 19:14:18.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50112024-12-19T19:14:20.682Z[ recovery-image] Dec 19 19:14:18.837 INFO O| Dec 19 19:14:18.837 INFO STEP 227 (remove_files) COMPLETE
50122024-12-19T19:14:20.682Z[ recovery-image] Dec 19 19:14:18.837 INFO O| Dec 19 19:14:18.837 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-19T19:14:20.701Z[ recovery-image] Dec 19 19:14:18.858 INFO O| Dec 19 19:14:18.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50142024-12-19T19:14:20.703Z[ recovery-image] Dec 19 19:14:18.858 INFO O| Dec 19 19:14:18.858 INFO STEP 228 (remove_files) COMPLETE
50152024-12-19T19:14:20.704Z[ recovery-image] Dec 19 19:14:18.858 INFO O| Dec 19 19:14:18.858 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-19T19:14:20.721Z[ recovery-image] Dec 19 19:14:18.878 INFO O| Dec 19 19:14:18.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50172024-12-19T19:14:20.721Z[ recovery-image] Dec 19 19:14:18.878 INFO O| Dec 19 19:14:18.878 INFO STEP 229 (remove_files) COMPLETE
50182024-12-19T19:14:20.723Z[ recovery-image] Dec 19 19:14:18.879 INFO O| Dec 19 19:14:18.878 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-19T19:14:20.741Z[ recovery-image] Dec 19 19:14:18.898 INFO O| Dec 19 19:14:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50202024-12-19T19:14:20.741Z[ recovery-image] Dec 19 19:14:18.898 INFO O| Dec 19 19:14:18.898 INFO STEP 230 (remove_files) COMPLETE
50212024-12-19T19:14:20.743Z[ recovery-image] Dec 19 19:14:18.898 INFO O| Dec 19 19:14:18.898 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-19T19:14:20.760Z[ recovery-image] Dec 19 19:14:18.917 INFO O| Dec 19 19:14:18.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50232024-12-19T19:14:20.760Z[ recovery-image] Dec 19 19:14:18.918 INFO O| Dec 19 19:14:18.917 INFO STEP 231 (remove_files) COMPLETE
50242024-12-19T19:14:20.762Z[ recovery-image] Dec 19 19:14:18.918 INFO O| Dec 19 19:14:18.918 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-19T19:14:20.804Z[ recovery-image] Dec 19 19:14:18.961 INFO O| Dec 19 19:14:18.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50262024-12-19T19:14:20.806Z[ recovery-image] Dec 19 19:14:18.962 INFO O| Dec 19 19:14:18.962 INFO STEP 232 (remove_files) COMPLETE
50272024-12-19T19:14:20.806Z[ recovery-image] Dec 19 19:14:18.962 INFO O| Dec 19 19:14:18.962 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-19T19:14:20.832Z[ recovery-image] Dec 19 19:14:18.989 INFO O| Dec 19 19:14:18.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50292024-12-19T19:14:20.834Z[ recovery-image] Dec 19 19:14:18.989 INFO O| Dec 19 19:14:18.989 INFO STEP 233 (remove_files) COMPLETE
50302024-12-19T19:14:20.834Z[ recovery-image] Dec 19 19:14:18.990 INFO O| Dec 19 19:14:18.990 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-19T19:14:20.853Z[ recovery-image] Dec 19 19:14:19.010 INFO O| Dec 19 19:14:19.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50322024-12-19T19:14:20.855Z[ recovery-image] Dec 19 19:14:19.010 INFO O| Dec 19 19:14:19.010 INFO STEP 234 (remove_files) COMPLETE
50332024-12-19T19:14:20.855Z[ recovery-image] Dec 19 19:14:19.010 INFO O| Dec 19 19:14:19.010 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-19T19:14:20.878Z[ recovery-image] Dec 19 19:14:19.035 INFO O| Dec 19 19:14:19.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50352024-12-19T19:14:20.878Z[ recovery-image] Dec 19 19:14:19.035 INFO O| Dec 19 19:14:19.035 INFO STEP 235 (remove_files) COMPLETE
50362024-12-19T19:14:20.878Z[ recovery-image] Dec 19 19:14:19.035 INFO O| Dec 19 19:14:19.035 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-19T19:14:20.922Z[ recovery-image] Dec 19 19:14:19.079 INFO O| Dec 19 19:14:19.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50382024-12-19T19:14:20.922Z[ recovery-image] Dec 19 19:14:19.079 INFO O| Dec 19 19:14:19.079 INFO STEP 236 (remove_files) COMPLETE
50392024-12-19T19:14:20.926Z[ recovery-image] Dec 19 19:14:19.079 INFO O| Dec 19 19:14:19.079 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-19T19:14:20.942Z[ recovery-image] Dec 19 19:14:19.100 INFO O| Dec 19 19:14:19.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50412024-12-19T19:14:20.942Z[ recovery-image] Dec 19 19:14:19.100 INFO O| Dec 19 19:14:19.100 INFO STEP 237 (remove_files) COMPLETE
50422024-12-19T19:14:20.945Z[ recovery-image] Dec 19 19:14:19.100 INFO O| Dec 19 19:14:19.100 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-19T19:14:20.993Z[ recovery-image] Dec 19 19:14:19.150 INFO O| Dec 19 19:14:19.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50442024-12-19T19:14:20.993Z[ recovery-image] Dec 19 19:14:19.151 INFO O| Dec 19 19:14:19.151 INFO STEP 238 (remove_files) COMPLETE
50452024-12-19T19:14:20.993Z[ recovery-image] Dec 19 19:14:19.151 INFO O| Dec 19 19:14:19.151 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-19T19:14:21.013Z[ recovery-image] Dec 19 19:14:19.170 INFO O| Dec 19 19:14:19.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50472024-12-19T19:14:21.013Z[ recovery-image] Dec 19 19:14:19.170 INFO O| Dec 19 19:14:19.170 INFO STEP 239 (remove_files) COMPLETE
50482024-12-19T19:14:21.013Z[ recovery-image] Dec 19 19:14:19.170 INFO O| Dec 19 19:14:19.170 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-19T19:14:21.049Z[ recovery-image] Dec 19 19:14:19.207 INFO O| Dec 19 19:14:19.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50502024-12-19T19:14:21.049Z[ recovery-image] Dec 19 19:14:19.207 INFO O| Dec 19 19:14:19.207 INFO STEP 240 (remove_files) COMPLETE
50512024-12-19T19:14:21.049Z[ recovery-image] Dec 19 19:14:19.207 INFO O| Dec 19 19:14:19.207 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-19T19:14:21.081Z[ recovery-image] Dec 19 19:14:19.238 INFO O| Dec 19 19:14:19.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50532024-12-19T19:14:21.081Z[ recovery-image] Dec 19 19:14:19.238 INFO O| Dec 19 19:14:19.238 INFO STEP 241 (remove_files) COMPLETE
50542024-12-19T19:14:21.083Z[ recovery-image] Dec 19 19:14:19.238 INFO O| Dec 19 19:14:19.238 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-19T19:14:21.109Z[ host-image] Dec 19 19:14:19.266 INFO O| Dec 19 19:14:19.266 INFO O| Done
50562024-12-19T19:14:21.124Z[ host-image] Dec 19 19:14:19.266 INFO O| Dec 19 19:14:19.266 INFO O| Done
50572024-12-19T19:14:21.124Z[ recovery-image] Dec 19 19:14:19.273 INFO O| Dec 19 19:14:19.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50582024-12-19T19:14:21.124Z[ recovery-image] Dec 19 19:14:19.274 INFO O| Dec 19 19:14:19.273 INFO STEP 242 (remove_files) COMPLETE
50592024-12-19T19:14:21.124Z[ recovery-image] Dec 19 19:14:19.274 INFO O| Dec 19 19:14:19.274 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-19T19:14:21.136Z[ recovery-image] Dec 19 19:14:19.292 INFO O| Dec 19 19:14:19.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50612024-12-19T19:14:21.136Z[ recovery-image] Dec 19 19:14:19.292 INFO O| Dec 19 19:14:19.292 INFO STEP 243 (remove_files) COMPLETE
50622024-12-19T19:14:21.136Z[ recovery-image] Dec 19 19:14:19.292 INFO O| Dec 19 19:14:19.292 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-19T19:14:21.199Z[ recovery-image] Dec 19 19:14:19.356 INFO O| Dec 19 19:14:19.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50642024-12-19T19:14:21.199Z[ recovery-image] Dec 19 19:14:19.357 INFO O| Dec 19 19:14:19.357 INFO STEP 244 (remove_files) COMPLETE
50652024-12-19T19:14:21.199Z[ recovery-image] Dec 19 19:14:19.357 INFO O| Dec 19 19:14:19.357 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-19T19:14:21.218Z[ recovery-image] Dec 19 19:14:19.376 INFO O| Dec 19 19:14:19.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50672024-12-19T19:14:21.218Z[ recovery-image] Dec 19 19:14:19.376 INFO O| Dec 19 19:14:19.376 INFO STEP 245 (remove_files) COMPLETE
50682024-12-19T19:14:21.221Z[ recovery-image] Dec 19 19:14:19.376 INFO O| Dec 19 19:14:19.376 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-19T19:14:21.237Z[ recovery-image] Dec 19 19:14:19.395 INFO O| Dec 19 19:14:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50702024-12-19T19:14:21.237Z[ recovery-image] Dec 19 19:14:19.395 INFO O| Dec 19 19:14:19.395 INFO STEP 246 (remove_files) COMPLETE
50712024-12-19T19:14:21.237Z[ recovery-image] Dec 19 19:14:19.395 INFO O| Dec 19 19:14:19.395 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-19T19:14:21.256Z[ recovery-image] Dec 19 19:14:19.413 INFO O| Dec 19 19:14:19.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50732024-12-19T19:14:21.256Z[ recovery-image] Dec 19 19:14:19.413 INFO O| Dec 19 19:14:19.413 INFO STEP 247 (remove_files) COMPLETE
50742024-12-19T19:14:21.256Z[ recovery-image] Dec 19 19:14:19.413 INFO O| Dec 19 19:14:19.413 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-19T19:14:21.274Z[ recovery-image] Dec 19 19:14:19.432 INFO O| Dec 19 19:14:19.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50762024-12-19T19:14:21.274Z[ recovery-image] Dec 19 19:14:19.432 INFO O| Dec 19 19:14:19.432 INFO STEP 248 (remove_files) COMPLETE
50772024-12-19T19:14:21.274Z[ recovery-image] Dec 19 19:14:19.432 INFO O| Dec 19 19:14:19.432 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-19T19:14:21.292Z[ recovery-image] Dec 19 19:14:19.450 INFO O| Dec 19 19:14:19.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50792024-12-19T19:14:21.292Z[ recovery-image] Dec 19 19:14:19.450 INFO O| Dec 19 19:14:19.450 INFO STEP 249 (remove_files) COMPLETE
50802024-12-19T19:14:21.293Z[ recovery-image] Dec 19 19:14:19.450 INFO O| Dec 19 19:14:19.450 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-19T19:14:21.328Z[ recovery-image] Dec 19 19:14:19.485 INFO O| Dec 19 19:14:19.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50822024-12-19T19:14:21.331Z[ recovery-image] Dec 19 19:14:19.485 INFO O| Dec 19 19:14:19.485 INFO STEP 250 (remove_files) COMPLETE
50832024-12-19T19:14:21.331Z[ recovery-image] Dec 19 19:14:19.486 INFO O| Dec 19 19:14:19.486 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-19T19:14:21.364Z[ recovery-image] Dec 19 19:14:19.521 INFO O| Dec 19 19:14:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50852024-12-19T19:14:21.364Z[ recovery-image] Dec 19 19:14:19.521 INFO O| Dec 19 19:14:19.521 INFO STEP 251 (remove_files) COMPLETE
50862024-12-19T19:14:21.364Z[ recovery-image] Dec 19 19:14:19.521 INFO O| Dec 19 19:14:19.521 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-19T19:14:21.405Z[ recovery-image] Dec 19 19:14:19.562 INFO O| Dec 19 19:14:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50882024-12-19T19:14:21.405Z[ recovery-image] Dec 19 19:14:19.562 INFO O| Dec 19 19:14:19.562 INFO STEP 252 (remove_files) COMPLETE
50892024-12-19T19:14:21.405Z[ recovery-image] Dec 19 19:14:19.562 INFO O| Dec 19 19:14:19.562 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-19T19:14:21.469Z[ recovery-image] Dec 19 19:14:19.626 INFO O| Dec 19 19:14:19.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50912024-12-19T19:14:21.469Z[ recovery-image] Dec 19 19:14:19.626 INFO O| Dec 19 19:14:19.626 INFO STEP 253 (remove_files) COMPLETE
50922024-12-19T19:14:21.472Z[ recovery-image] Dec 19 19:14:19.626 INFO O| Dec 19 19:14:19.626 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-19T19:14:21.491Z[ recovery-image] Dec 19 19:14:19.648 INFO O| Dec 19 19:14:19.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50942024-12-19T19:14:21.491Z[ recovery-image] Dec 19 19:14:19.649 INFO O| Dec 19 19:14:19.649 INFO STEP 254 (remove_files) COMPLETE
50952024-12-19T19:14:21.494Z[ recovery-image] Dec 19 19:14:19.649 INFO O| Dec 19 19:14:19.649 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-19T19:14:21.514Z[ recovery-image] Dec 19 19:14:19.671 INFO O| Dec 19 19:14:19.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50972024-12-19T19:14:21.534Z[ recovery-image] Dec 19 19:14:19.691 INFO O| Dec 19 19:14:19.691 INFO STEP 255 (remove_files) COMPLETE
50982024-12-19T19:14:21.535Z[ recovery-image] Dec 19 19:14:19.691 INFO O| Dec 19 19:14:19.691 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-19T19:14:21.574Z[ recovery-image] Dec 19 19:14:19.730 INFO O| Dec 19 19:14:19.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51002024-12-19T19:14:21.574Z[ recovery-image] Dec 19 19:14:19.730 INFO O| Dec 19 19:14:19.730 INFO STEP 256 (remove_files) COMPLETE
51012024-12-19T19:14:21.574Z[ recovery-image] Dec 19 19:14:19.731 INFO O| Dec 19 19:14:19.730 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-19T19:14:21.617Z[ recovery-image] Dec 19 19:14:19.774 INFO O| Dec 19 19:14:19.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51032024-12-19T19:14:21.617Z[ recovery-image] Dec 19 19:14:19.774 INFO O| Dec 19 19:14:19.774 INFO STEP 257 (remove_files) COMPLETE
51042024-12-19T19:14:21.617Z[ recovery-image] Dec 19 19:14:19.774 INFO O| Dec 19 19:14:19.774 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-19T19:14:21.640Z[ recovery-image] Dec 19 19:14:19.797 INFO O| Dec 19 19:14:19.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51062024-12-19T19:14:21.640Z[ recovery-image] Dec 19 19:14:19.797 INFO O| Dec 19 19:14:19.797 INFO STEP 258 (remove_files) COMPLETE
51072024-12-19T19:14:21.643Z[ recovery-image] Dec 19 19:14:19.797 INFO O| Dec 19 19:14:19.797 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-19T19:14:21.661Z[ recovery-image] Dec 19 19:14:19.818 INFO O| Dec 19 19:14:19.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51092024-12-19T19:14:21.661Z[ recovery-image] Dec 19 19:14:19.818 INFO O| Dec 19 19:14:19.818 INFO STEP 259 (remove_files) COMPLETE
51102024-12-19T19:14:21.664Z[ recovery-image] Dec 19 19:14:19.818 INFO O| Dec 19 19:14:19.818 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-19T19:14:21.703Z[ recovery-image] Dec 19 19:14:19.859 INFO O| Dec 19 19:14:19.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51122024-12-19T19:14:21.703Z[ recovery-image] Dec 19 19:14:19.860 INFO O| Dec 19 19:14:19.859 INFO STEP 260 (remove_files) COMPLETE
51132024-12-19T19:14:21.703Z[ recovery-image] Dec 19 19:14:19.860 INFO O| Dec 19 19:14:19.860 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-19T19:14:21.773Z[ recovery-image] Dec 19 19:14:19.921 INFO O| Dec 19 19:14:19.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51152024-12-19T19:14:21.773Z[ recovery-image] Dec 19 19:14:19.921 INFO O| Dec 19 19:14:19.921 INFO STEP 261 (remove_files) COMPLETE
51162024-12-19T19:14:21.773Z[ recovery-image] Dec 19 19:14:19.921 INFO O| Dec 19 19:14:19.921 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-19T19:14:21.821Z[ recovery-image] Dec 19 19:14:19.979 INFO O| Dec 19 19:14:19.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51182024-12-19T19:14:21.821Z[ recovery-image] Dec 19 19:14:19.979 INFO O| Dec 19 19:14:19.979 INFO STEP 262 (remove_files) COMPLETE
51192024-12-19T19:14:21.822Z[ recovery-image] Dec 19 19:14:19.979 INFO O| Dec 19 19:14:19.979 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-19T19:14:21.887Z[ recovery-image] Dec 19 19:14:20.044 INFO O| Dec 19 19:14:20.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51212024-12-19T19:14:21.887Z[ recovery-image] Dec 19 19:14:20.044 INFO O| Dec 19 19:14:20.044 INFO STEP 263 (remove_files) COMPLETE
51222024-12-19T19:14:21.887Z[ recovery-image] Dec 19 19:14:20.044 INFO O| Dec 19 19:14:20.044 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-19T19:14:21.909Z[ recovery-image] Dec 19 19:14:20.066 INFO O| Dec 19 19:14:20.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51242024-12-19T19:14:21.909Z[ recovery-image] Dec 19 19:14:20.066 INFO O| Dec 19 19:14:20.066 INFO STEP 264 (remove_files) COMPLETE
51252024-12-19T19:14:21.911Z[ recovery-image] Dec 19 19:14:20.066 INFO O| Dec 19 19:14:20.066 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-19T19:14:21.935Z[ recovery-image] Dec 19 19:14:20.089 INFO O| Dec 19 19:14:20.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51272024-12-19T19:14:21.935Z[ recovery-image] Dec 19 19:14:20.089 INFO O| Dec 19 19:14:20.089 INFO STEP 265 (remove_files) COMPLETE
51282024-12-19T19:14:21.938Z[ recovery-image] Dec 19 19:14:20.089 INFO O| Dec 19 19:14:20.089 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-19T19:14:21.968Z[ recovery-image] Dec 19 19:14:20.126 INFO O| Dec 19 19:14:20.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51302024-12-19T19:14:21.969Z[ recovery-image] Dec 19 19:14:20.126 INFO O| Dec 19 19:14:20.126 INFO STEP 266 (remove_files) COMPLETE
51312024-12-19T19:14:21.971Z[ recovery-image] Dec 19 19:14:20.126 INFO O| Dec 19 19:14:20.126 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-19T19:14:21.990Z[ recovery-image] Dec 19 19:14:20.148 INFO O| Dec 19 19:14:20.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51332024-12-19T19:14:21.994Z[ recovery-image] Dec 19 19:14:20.148 INFO O| Dec 19 19:14:20.148 INFO STEP 267 (remove_files) COMPLETE
51342024-12-19T19:14:21.994Z[ recovery-image] Dec 19 19:14:20.149 INFO O| Dec 19 19:14:20.148 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-19T19:14:22.025Z[ recovery-image] Dec 19 19:14:20.183 INFO O| Dec 19 19:14:20.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51362024-12-19T19:14:22.025Z[ recovery-image] Dec 19 19:14:20.183 INFO O| Dec 19 19:14:20.183 INFO STEP 268 (remove_files) COMPLETE
51372024-12-19T19:14:22.026Z[ recovery-image] Dec 19 19:14:20.183 INFO O| Dec 19 19:14:20.183 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-19T19:14:22.066Z[ recovery-image] Dec 19 19:14:20.224 INFO O| Dec 19 19:14:20.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51392024-12-19T19:14:22.066Z[ recovery-image] Dec 19 19:14:20.224 INFO O| Dec 19 19:14:20.224 INFO STEP 269 (remove_files) COMPLETE
51402024-12-19T19:14:22.071Z[ recovery-image] Dec 19 19:14:20.224 INFO O| Dec 19 19:14:20.224 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-19T19:14:22.083Z[ recovery-image] Dec 19 19:14:20.241 INFO O| Dec 19 19:14:20.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51422024-12-19T19:14:22.086Z[ recovery-image] Dec 19 19:14:20.242 INFO O| Dec 19 19:14:20.241 INFO STEP 270 (remove_files) COMPLETE
51432024-12-19T19:14:22.086Z[ recovery-image] Dec 19 19:14:20.242 INFO O| Dec 19 19:14:20.241 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-19T19:14:22.130Z[ recovery-image] Dec 19 19:14:20.287 INFO O| Dec 19 19:14:20.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51452024-12-19T19:14:22.130Z[ recovery-image] Dec 19 19:14:20.287 INFO O| Dec 19 19:14:20.287 INFO STEP 271 (remove_files) COMPLETE
51462024-12-19T19:14:22.132Z[ recovery-image] Dec 19 19:14:20.287 INFO O| Dec 19 19:14:20.287 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-19T19:14:22.148Z[ recovery-image] Dec 19 19:14:20.305 INFO O| Dec 19 19:14:20.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51482024-12-19T19:14:22.151Z[ recovery-image] Dec 19 19:14:20.305 INFO O| Dec 19 19:14:20.305 INFO STEP 272 (remove_files) COMPLETE
51492024-12-19T19:14:22.151Z[ recovery-image] Dec 19 19:14:20.305 INFO O| Dec 19 19:14:20.305 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-19T19:14:22.168Z[ recovery-image] Dec 19 19:14:20.324 INFO O| Dec 19 19:14:20.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51512024-12-19T19:14:22.168Z[ recovery-image] Dec 19 19:14:20.324 INFO O| Dec 19 19:14:20.324 INFO STEP 273 (remove_files) COMPLETE
51522024-12-19T19:14:22.171Z[ recovery-image] Dec 19 19:14:20.324 INFO O| Dec 19 19:14:20.324 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-19T19:14:22.203Z[ recovery-image] Dec 19 19:14:20.360 INFO O| Dec 19 19:14:20.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51542024-12-19T19:14:22.206Z[ recovery-image] Dec 19 19:14:20.360 INFO O| Dec 19 19:14:20.360 INFO STEP 274 (remove_files) COMPLETE
51552024-12-19T19:14:22.206Z[ recovery-image] Dec 19 19:14:20.361 INFO O| Dec 19 19:14:20.360 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-19T19:14:22.223Z[ recovery-image] Dec 19 19:14:20.380 INFO O| Dec 19 19:14:20.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51572024-12-19T19:14:22.226Z[ recovery-image] Dec 19 19:14:20.381 INFO O| Dec 19 19:14:20.381 INFO STEP 275 (remove_files) COMPLETE
51582024-12-19T19:14:22.226Z[ recovery-image] Dec 19 19:14:20.381 INFO O| Dec 19 19:14:20.381 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-19T19:14:22.259Z[ recovery-image] Dec 19 19:14:20.416 INFO O| Dec 19 19:14:20.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51602024-12-19T19:14:22.261Z[ recovery-image] Dec 19 19:14:20.417 INFO O| Dec 19 19:14:20.416 INFO STEP 276 (remove_files) COMPLETE
51612024-12-19T19:14:22.261Z[ recovery-image] Dec 19 19:14:20.417 INFO O| Dec 19 19:14:20.417 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-19T19:14:22.280Z[ recovery-image] Dec 19 19:14:20.438 INFO O| Dec 19 19:14:20.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51632024-12-19T19:14:22.283Z[ recovery-image] Dec 19 19:14:20.438 INFO O| Dec 19 19:14:20.438 INFO STEP 277 (remove_files) COMPLETE
51642024-12-19T19:14:22.283Z[ recovery-image] Dec 19 19:14:20.438 INFO O| Dec 19 19:14:20.438 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-19T19:14:22.321Z[ recovery-image] Dec 19 19:14:20.477 INFO O| Dec 19 19:14:20.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51662024-12-19T19:14:22.321Z[ recovery-image] Dec 19 19:14:20.477 INFO O| Dec 19 19:14:20.477 INFO STEP 278 (remove_files) COMPLETE
51672024-12-19T19:14:22.321Z[ recovery-image] Dec 19 19:14:20.477 INFO O| Dec 19 19:14:20.477 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-19T19:14:22.355Z[ recovery-image] Dec 19 19:14:20.512 INFO O| Dec 19 19:14:20.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51692024-12-19T19:14:22.356Z[ recovery-image] Dec 19 19:14:20.512 INFO O| Dec 19 19:14:20.512 INFO STEP 279 (remove_files) COMPLETE
51702024-12-19T19:14:22.360Z[ recovery-image] Dec 19 19:14:20.512 INFO O| Dec 19 19:14:20.512 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-19T19:14:22.375Z[ host-image] Dec 19 19:14:20.532 INFO O| Dec 19 19:14:20.532 INFO O| Done
51722024-12-19T19:14:22.388Z[ recovery-image] Dec 19 19:14:20.544 INFO O| Dec 19 19:14:20.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51732024-12-19T19:14:22.388Z[ recovery-image] Dec 19 19:14:20.544 INFO O| Dec 19 19:14:20.544 INFO STEP 280 (remove_files) COMPLETE
51742024-12-19T19:14:22.388Z[ recovery-image] Dec 19 19:14:20.544 INFO O| Dec 19 19:14:20.544 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-12-19T19:14:22.407Z[ recovery-image] Dec 19 19:14:20.564 INFO O| Dec 19 19:14:20.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51762024-12-19T19:14:22.407Z[ recovery-image] Dec 19 19:14:20.564 INFO O| Dec 19 19:14:20.564 INFO STEP 281 (remove_files) COMPLETE
51772024-12-19T19:14:22.408Z[ recovery-image] Dec 19 19:14:20.564 INFO O| Dec 19 19:14:20.564 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-12-19T19:14:22.426Z[ recovery-image] Dec 19 19:14:20.583 INFO O| Dec 19 19:14:20.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51792024-12-19T19:14:22.426Z[ recovery-image] Dec 19 19:14:20.583 INFO O| Dec 19 19:14:20.583 INFO STEP 282 (remove_files) COMPLETE
51802024-12-19T19:14:22.426Z[ recovery-image] Dec 19 19:14:20.583 INFO O| Dec 19 19:14:20.583 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-12-19T19:14:22.473Z[ recovery-image] Dec 19 19:14:20.631 INFO O| Dec 19 19:14:20.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51822024-12-19T19:14:22.473Z[ recovery-image] Dec 19 19:14:20.631 INFO O| Dec 19 19:14:20.631 INFO STEP 283 (remove_files) COMPLETE
51832024-12-19T19:14:22.476Z[ recovery-image] Dec 19 19:14:20.631 INFO O| Dec 19 19:14:20.631 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-12-19T19:14:22.493Z[ recovery-image] Dec 19 19:14:20.650 INFO O| Dec 19 19:14:20.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51852024-12-19T19:14:22.493Z[ recovery-image] Dec 19 19:14:20.650 INFO O| Dec 19 19:14:20.650 INFO STEP 284 (remove_files) COMPLETE
51862024-12-19T19:14:22.493Z[ recovery-image] Dec 19 19:14:20.650 INFO O| Dec 19 19:14:20.650 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-12-19T19:14:22.512Z[ recovery-image] Dec 19 19:14:20.669 INFO O| Dec 19 19:14:20.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51882024-12-19T19:14:22.534Z[ recovery-image] Dec 19 19:14:20.691 INFO O| Dec 19 19:14:20.691 INFO STEP 285 (remove_files) COMPLETE
51892024-12-19T19:14:22.534Z[ recovery-image] Dec 19 19:14:20.691 INFO O| Dec 19 19:14:20.691 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-12-19T19:14:22.591Z[ recovery-image] Dec 19 19:14:20.748 INFO O| Dec 19 19:14:20.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51912024-12-19T19:14:22.591Z[ recovery-image] Dec 19 19:14:20.748 INFO O| Dec 19 19:14:20.748 INFO STEP 286 (remove_files) COMPLETE
51922024-12-19T19:14:22.591Z[ recovery-image] Dec 19 19:14:20.748 INFO O| Dec 19 19:14:20.748 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-19T19:14:22.630Z[ recovery-image] Dec 19 19:14:20.787 INFO O| Dec 19 19:14:20.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51942024-12-19T19:14:22.630Z[ recovery-image] Dec 19 19:14:20.787 INFO O| Dec 19 19:14:20.787 INFO STEP 287 (remove_files) COMPLETE
51952024-12-19T19:14:22.630Z[ recovery-image] Dec 19 19:14:20.787 INFO O| Dec 19 19:14:20.787 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-19T19:14:22.705Z[ recovery-image] Dec 19 19:14:20.863 INFO O| Dec 19 19:14:20.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51972024-12-19T19:14:22.706Z[ recovery-image] Dec 19 19:14:20.863 INFO O| Dec 19 19:14:20.863 INFO STEP 288 (remove_files) COMPLETE
51982024-12-19T19:14:22.706Z[ recovery-image] Dec 19 19:14:20.863 INFO O| Dec 19 19:14:20.863 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-19T19:14:22.726Z[ recovery-image] Dec 19 19:14:20.883 INFO O| Dec 19 19:14:20.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52002024-12-19T19:14:22.726Z[ recovery-image] Dec 19 19:14:20.883 INFO O| Dec 19 19:14:20.883 INFO STEP 289 (remove_files) COMPLETE
52012024-12-19T19:14:22.728Z[ recovery-image] Dec 19 19:14:20.883 INFO O| Dec 19 19:14:20.883 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-19T19:14:22.746Z[ recovery-image] Dec 19 19:14:20.903 INFO O| Dec 19 19:14:20.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52032024-12-19T19:14:22.746Z[ recovery-image] Dec 19 19:14:20.904 INFO O| Dec 19 19:14:20.903 INFO STEP 290 (remove_files) COMPLETE
52042024-12-19T19:14:22.746Z[ recovery-image] Dec 19 19:14:20.904 INFO O| Dec 19 19:14:20.903 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-19T19:14:22.785Z[ recovery-image] Dec 19 19:14:20.943 INFO O| Dec 19 19:14:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52062024-12-19T19:14:22.786Z[ recovery-image] Dec 19 19:14:20.943 INFO O| Dec 19 19:14:20.943 INFO STEP 291 (remove_files) COMPLETE
52072024-12-19T19:14:22.786Z[ recovery-image] Dec 19 19:14:20.943 INFO O| Dec 19 19:14:20.943 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-19T19:14:22.806Z[ recovery-image] Dec 19 19:14:20.962 INFO O| Dec 19 19:14:20.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52092024-12-19T19:14:22.806Z[ recovery-image] Dec 19 19:14:20.962 INFO O| Dec 19 19:14:20.962 INFO STEP 292 (remove_files) COMPLETE
52102024-12-19T19:14:22.806Z[ recovery-image] Dec 19 19:14:20.963 INFO O| Dec 19 19:14:20.962 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-19T19:14:22.841Z[ recovery-image] Dec 19 19:14:20.998 INFO O| Dec 19 19:14:20.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52122024-12-19T19:14:22.841Z[ recovery-image] Dec 19 19:14:20.998 INFO O| Dec 19 19:14:20.998 INFO STEP 293 (remove_files) COMPLETE
52132024-12-19T19:14:22.841Z[ recovery-image] Dec 19 19:14:20.998 INFO O| Dec 19 19:14:20.998 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-19T19:14:22.861Z[ recovery-image] Dec 19 19:14:21.018 INFO O| Dec 19 19:14:21.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52152024-12-19T19:14:22.861Z[ recovery-image] Dec 19 19:14:21.018 INFO O| Dec 19 19:14:21.018 INFO STEP 294 (remove_files) COMPLETE
52162024-12-19T19:14:22.863Z[ recovery-image] Dec 19 19:14:21.018 INFO O| Dec 19 19:14:21.018 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-19T19:14:22.880Z[ recovery-image] Dec 19 19:14:21.036 INFO O| Dec 19 19:14:21.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52182024-12-19T19:14:22.880Z[ recovery-image] Dec 19 19:14:21.036 INFO O| Dec 19 19:14:21.036 INFO STEP 295 (remove_files) COMPLETE
52192024-12-19T19:14:22.880Z[ recovery-image] Dec 19 19:14:21.036 INFO O| Dec 19 19:14:21.036 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-19T19:14:22.896Z[ recovery-image] Dec 19 19:14:21.053 INFO O| Dec 19 19:14:21.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52212024-12-19T19:14:22.896Z[ recovery-image] Dec 19 19:14:21.053 INFO O| Dec 19 19:14:21.053 INFO STEP 296 (remove_files) COMPLETE
52222024-12-19T19:14:22.896Z[ recovery-image] Dec 19 19:14:21.053 INFO O| Dec 19 19:14:21.053 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-19T19:14:22.912Z[ recovery-image] Dec 19 19:14:21.069 INFO O| Dec 19 19:14:21.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52242024-12-19T19:14:22.912Z[ recovery-image] Dec 19 19:14:21.069 INFO O| Dec 19 19:14:21.069 INFO STEP 297 (remove_files) COMPLETE
52252024-12-19T19:14:22.912Z[ recovery-image] Dec 19 19:14:21.069 INFO O| Dec 19 19:14:21.069 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-19T19:14:22.932Z[ recovery-image] Dec 19 19:14:21.089 INFO O| Dec 19 19:14:21.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52272024-12-19T19:14:22.934Z[ recovery-image] Dec 19 19:14:21.089 INFO O| Dec 19 19:14:21.089 INFO STEP 298 (remove_files) COMPLETE
52282024-12-19T19:14:22.934Z[ recovery-image] Dec 19 19:14:21.089 INFO O| Dec 19 19:14:21.089 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-19T19:14:22.952Z[ recovery-image] Dec 19 19:14:21.109 INFO O| Dec 19 19:14:21.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52302024-12-19T19:14:22.952Z[ recovery-image] Dec 19 19:14:21.109 INFO O| Dec 19 19:14:21.109 INFO STEP 299 (remove_files) COMPLETE
52312024-12-19T19:14:22.952Z[ recovery-image] Dec 19 19:14:21.109 INFO O| Dec 19 19:14:21.109 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-19T19:14:22.971Z[ recovery-image] Dec 19 19:14:21.128 INFO O| Dec 19 19:14:21.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52332024-12-19T19:14:22.971Z[ recovery-image] Dec 19 19:14:21.128 INFO O| Dec 19 19:14:21.128 INFO STEP 300 (remove_files) COMPLETE
52342024-12-19T19:14:22.971Z[ recovery-image] Dec 19 19:14:21.128 INFO O| Dec 19 19:14:21.128 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-19T19:14:22.990Z[ recovery-image] Dec 19 19:14:21.148 INFO O| Dec 19 19:14:21.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52362024-12-19T19:14:22.990Z[ recovery-image] Dec 19 19:14:21.148 INFO O| Dec 19 19:14:21.148 INFO STEP 301 (remove_files) COMPLETE
52372024-12-19T19:14:22.991Z[ recovery-image] Dec 19 19:14:21.148 INFO O| Dec 19 19:14:21.148 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-12-19T19:14:23.035Z[ recovery-image] Dec 19 19:14:21.191 INFO O| Dec 19 19:14:21.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52392024-12-19T19:14:23.035Z[ recovery-image] Dec 19 19:14:21.191 INFO O| Dec 19 19:14:21.191 INFO STEP 302 (remove_files) COMPLETE
52402024-12-19T19:14:23.035Z[ recovery-image] Dec 19 19:14:21.191 INFO O| Dec 19 19:14:21.191 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-12-19T19:14:23.097Z[ recovery-image] Dec 19 19:14:21.254 INFO O| Dec 19 19:14:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52422024-12-19T19:14:23.097Z[ recovery-image] Dec 19 19:14:21.254 INFO O| Dec 19 19:14:21.254 INFO STEP 303 (remove_files) COMPLETE
52432024-12-19T19:14:23.097Z[ recovery-image] Dec 19 19:14:21.254 INFO O| Dec 19 19:14:21.254 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-12-19T19:14:23.120Z[ recovery-image] Dec 19 19:14:21.277 INFO O| Dec 19 19:14:21.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52452024-12-19T19:14:23.120Z[ recovery-image] Dec 19 19:14:21.278 INFO O| Dec 19 19:14:21.277 INFO STEP 304 (remove_files) COMPLETE
52462024-12-19T19:14:23.120Z[ recovery-image] Dec 19 19:14:21.278 INFO O| Dec 19 19:14:21.278 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-12-19T19:14:23.151Z[ recovery-image] Dec 19 19:14:21.308 INFO O| Dec 19 19:14:21.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52482024-12-19T19:14:23.151Z[ recovery-image] Dec 19 19:14:21.308 INFO O| Dec 19 19:14:21.308 INFO STEP 305 (remove_files) COMPLETE
52492024-12-19T19:14:23.153Z[ recovery-image] Dec 19 19:14:21.308 INFO O| Dec 19 19:14:21.308 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-12-19T19:14:23.175Z[ recovery-image] Dec 19 19:14:21.332 INFO O| Dec 19 19:14:21.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52512024-12-19T19:14:23.175Z[ recovery-image] Dec 19 19:14:21.332 INFO O| Dec 19 19:14:21.332 INFO STEP 306 (remove_files) COMPLETE
52522024-12-19T19:14:23.178Z[ recovery-image] Dec 19 19:14:21.332 INFO O| Dec 19 19:14:21.332 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-12-19T19:14:23.215Z[ recovery-image] Dec 19 19:14:21.372 INFO O| Dec 19 19:14:21.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52542024-12-19T19:14:23.215Z[ recovery-image] Dec 19 19:14:21.372 INFO O| Dec 19 19:14:21.372 INFO STEP 307 (remove_files) COMPLETE
52552024-12-19T19:14:23.215Z[ recovery-image] Dec 19 19:14:21.372 INFO O| Dec 19 19:14:21.372 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-12-19T19:14:23.236Z[ recovery-image] Dec 19 19:14:21.393 INFO O| Dec 19 19:14:21.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52572024-12-19T19:14:23.238Z[ recovery-image] Dec 19 19:14:21.393 INFO O| Dec 19 19:14:21.393 INFO STEP 308 (remove_files) COMPLETE
52582024-12-19T19:14:23.238Z[ recovery-image] Dec 19 19:14:21.393 INFO O| Dec 19 19:14:21.393 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-12-19T19:14:23.266Z[ recovery-image] Dec 19 19:14:21.424 INFO O| Dec 19 19:14:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52602024-12-19T19:14:23.269Z[ recovery-image] Dec 19 19:14:21.424 INFO O| Dec 19 19:14:21.424 INFO STEP 309 (remove_files) COMPLETE
52612024-12-19T19:14:23.269Z[ recovery-image] Dec 19 19:14:21.424 INFO O| Dec 19 19:14:21.424 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-12-19T19:14:23.289Z[ recovery-image] Dec 19 19:14:21.446 INFO O| Dec 19 19:14:21.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52632024-12-19T19:14:23.292Z[ recovery-image] Dec 19 19:14:21.446 INFO O| Dec 19 19:14:21.446 INFO STEP 310 (remove_files) COMPLETE
52642024-12-19T19:14:23.292Z[ recovery-image] Dec 19 19:14:21.446 INFO O| Dec 19 19:14:21.446 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-12-19T19:14:23.310Z[ recovery-image] Dec 19 19:14:21.466 INFO O| Dec 19 19:14:21.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52662024-12-19T19:14:23.313Z[ recovery-image] Dec 19 19:14:21.467 INFO O| Dec 19 19:14:21.467 INFO STEP 311 (remove_files) COMPLETE
52672024-12-19T19:14:23.313Z[ recovery-image] Dec 19 19:14:21.467 INFO O| Dec 19 19:14:21.467 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-12-19T19:14:23.330Z[ recovery-image] Dec 19 19:14:21.488 INFO O| Dec 19 19:14:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52692024-12-19T19:14:23.333Z[ recovery-image] Dec 19 19:14:21.488 INFO O| Dec 19 19:14:21.488 INFO STEP 312 (remove_files) COMPLETE
52702024-12-19T19:14:23.333Z[ recovery-image] Dec 19 19:14:21.488 INFO O| Dec 19 19:14:21.488 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-12-19T19:14:23.370Z[ recovery-image] Dec 19 19:14:21.527 INFO O| Dec 19 19:14:21.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52722024-12-19T19:14:23.370Z[ recovery-image] Dec 19 19:14:21.527 INFO O| Dec 19 19:14:21.527 INFO STEP 313 (remove_files) COMPLETE
52732024-12-19T19:14:23.370Z[ recovery-image] Dec 19 19:14:21.527 INFO O| Dec 19 19:14:21.527 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-12-19T19:14:23.432Z[ recovery-image] Dec 19 19:14:21.589 INFO O| Dec 19 19:14:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52752024-12-19T19:14:23.432Z[ recovery-image] Dec 19 19:14:21.589 INFO O| Dec 19 19:14:21.589 INFO STEP 314 (remove_files) COMPLETE
52762024-12-19T19:14:23.432Z[ recovery-image] Dec 19 19:14:21.589 INFO O| Dec 19 19:14:21.589 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-12-19T19:14:23.452Z[ recovery-image] Dec 19 19:14:21.609 INFO O| Dec 19 19:14:21.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52782024-12-19T19:14:23.452Z[ recovery-image] Dec 19 19:14:21.610 INFO O| Dec 19 19:14:21.610 INFO STEP 315 (remove_files) COMPLETE
52792024-12-19T19:14:23.452Z[ recovery-image] Dec 19 19:14:21.610 INFO O| Dec 19 19:14:21.610 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-12-19T19:14:23.472Z[ recovery-image] Dec 19 19:14:21.629 INFO O| Dec 19 19:14:21.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52812024-12-19T19:14:23.472Z[ recovery-image] Dec 19 19:14:21.629 INFO O| Dec 19 19:14:21.629 INFO STEP 316 (remove_files) COMPLETE
52822024-12-19T19:14:23.474Z[ recovery-image] Dec 19 19:14:21.629 INFO O| Dec 19 19:14:21.629 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-19T19:14:23.492Z[ recovery-image] Dec 19 19:14:21.649 INFO O| Dec 19 19:14:21.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52842024-12-19T19:14:23.492Z[ recovery-image] Dec 19 19:14:21.649 INFO O| Dec 19 19:14:21.649 INFO STEP 317 (remove_files) COMPLETE
52852024-12-19T19:14:23.494Z[ recovery-image] Dec 19 19:14:21.649 INFO O| Dec 19 19:14:21.649 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-19T19:14:23.511Z[ recovery-image] Dec 19 19:14:21.668 INFO O| Dec 19 19:14:21.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52872024-12-19T19:14:23.511Z[ recovery-image] Dec 19 19:14:21.668 INFO O| Dec 19 19:14:21.668 INFO STEP 318 (remove_files) COMPLETE
52882024-12-19T19:14:23.514Z[ recovery-image] Dec 19 19:14:21.668 INFO O| Dec 19 19:14:21.668 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-19T19:14:23.530Z[ recovery-image] Dec 19 19:14:21.687 INFO O| Dec 19 19:14:21.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52902024-12-19T19:14:23.530Z[ recovery-image] Dec 19 19:14:21.687 INFO O| Dec 19 19:14:21.687 INFO STEP 319 (remove_files) COMPLETE
52912024-12-19T19:14:23.530Z[ recovery-image] Dec 19 19:14:21.687 INFO O| Dec 19 19:14:21.687 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-19T19:14:23.560Z[ recovery-image] Dec 19 19:14:21.717 INFO O| Dec 19 19:14:21.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52932024-12-19T19:14:23.560Z[ recovery-image] Dec 19 19:14:21.717 INFO O| Dec 19 19:14:21.717 INFO STEP 320 (remove_files) COMPLETE
52942024-12-19T19:14:23.560Z[ recovery-image] Dec 19 19:14:21.717 INFO O| Dec 19 19:14:21.717 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-19T19:14:23.580Z[ recovery-image] Dec 19 19:14:21.737 INFO O| Dec 19 19:14:21.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52962024-12-19T19:14:23.580Z[ recovery-image] Dec 19 19:14:21.737 INFO O| Dec 19 19:14:21.737 INFO STEP 321 (remove_files) COMPLETE
52972024-12-19T19:14:23.580Z[ recovery-image] Dec 19 19:14:21.737 INFO O| Dec 19 19:14:21.737 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-19T19:14:23.611Z[ recovery-image] Dec 19 19:14:21.768 INFO O| Dec 19 19:14:21.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52992024-12-19T19:14:23.611Z[ recovery-image] Dec 19 19:14:21.768 INFO O| Dec 19 19:14:21.768 INFO STEP 322 (remove_files) COMPLETE
53002024-12-19T19:14:23.611Z[ recovery-image] Dec 19 19:14:21.768 INFO O| Dec 19 19:14:21.768 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-19T19:14:23.666Z[ recovery-image] Dec 19 19:14:21.823 INFO O| Dec 19 19:14:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53022024-12-19T19:14:23.666Z[ recovery-image] Dec 19 19:14:21.823 INFO O| Dec 19 19:14:21.823 INFO STEP 323 (remove_files) COMPLETE
53032024-12-19T19:14:23.666Z[ recovery-image] Dec 19 19:14:21.823 INFO O| Dec 19 19:14:21.823 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-19T19:14:23.685Z[ recovery-image] Dec 19 19:14:21.842 INFO O| Dec 19 19:14:21.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53052024-12-19T19:14:23.685Z[ recovery-image] Dec 19 19:14:21.843 INFO O| Dec 19 19:14:21.843 INFO STEP 324 (remove_files) COMPLETE
53062024-12-19T19:14:23.687Z[ recovery-image] Dec 19 19:14:21.843 INFO O| Dec 19 19:14:21.843 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-19T19:14:23.705Z[ recovery-image] Dec 19 19:14:21.862 INFO O| Dec 19 19:14:21.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53082024-12-19T19:14:23.705Z[ recovery-image] Dec 19 19:14:21.862 INFO O| Dec 19 19:14:21.862 INFO STEP 325 (remove_files) COMPLETE
53092024-12-19T19:14:23.705Z[ recovery-image] Dec 19 19:14:21.862 INFO O| Dec 19 19:14:21.862 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-19T19:14:23.739Z[ recovery-image] Dec 19 19:14:21.896 INFO O| Dec 19 19:14:21.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53112024-12-19T19:14:23.739Z[ recovery-image] Dec 19 19:14:21.896 INFO O| Dec 19 19:14:21.896 INFO STEP 326 (remove_files) COMPLETE
53122024-12-19T19:14:23.739Z[ recovery-image] Dec 19 19:14:21.896 INFO O| Dec 19 19:14:21.896 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-19T19:14:23.760Z[ recovery-image] Dec 19 19:14:21.917 INFO O| Dec 19 19:14:21.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53142024-12-19T19:14:23.760Z[ recovery-image] Dec 19 19:14:21.917 INFO O| Dec 19 19:14:21.917 INFO STEP 327 (remove_files) COMPLETE
53152024-12-19T19:14:23.764Z[ recovery-image] Dec 19 19:14:21.917 INFO O| Dec 19 19:14:21.917 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-19T19:14:23.818Z[ recovery-image] Dec 19 19:14:21.975 INFO O| Dec 19 19:14:21.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53172024-12-19T19:14:23.818Z[ recovery-image] Dec 19 19:14:21.975 INFO O| Dec 19 19:14:21.975 INFO STEP 328 (remove_files) COMPLETE
53182024-12-19T19:14:23.818Z[ recovery-image] Dec 19 19:14:21.975 INFO O| Dec 19 19:14:21.975 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-19T19:14:23.875Z[ recovery-image] Dec 19 19:14:22.032 INFO O| Dec 19 19:14:22.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53202024-12-19T19:14:23.900Z[ recovery-image] Dec 19 19:14:22.057 INFO O| Dec 19 19:14:22.057 INFO STEP 329 (remove_files) COMPLETE
53212024-12-19T19:14:23.900Z[ recovery-image] Dec 19 19:14:22.057 INFO O| Dec 19 19:14:22.057 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-19T19:14:23.950Z[ recovery-image] Dec 19 19:14:22.107 INFO O| Dec 19 19:14:22.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53232024-12-19T19:14:23.950Z[ recovery-image] Dec 19 19:14:22.107 INFO O| Dec 19 19:14:22.107 INFO STEP 330 (remove_files) COMPLETE
53242024-12-19T19:14:23.950Z[ recovery-image] Dec 19 19:14:22.107 INFO O| Dec 19 19:14:22.107 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-19T19:14:23.970Z[ recovery-image] Dec 19 19:14:22.127 INFO O| Dec 19 19:14:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53262024-12-19T19:14:23.970Z[ recovery-image] Dec 19 19:14:22.127 INFO O| Dec 19 19:14:22.127 INFO STEP 331 (remove_files) COMPLETE
53272024-12-19T19:14:23.973Z[ recovery-image] Dec 19 19:14:22.127 INFO O| Dec 19 19:14:22.127 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-19T19:14:23.993Z[ recovery-image] Dec 19 19:14:22.150 INFO O| Dec 19 19:14:22.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53292024-12-19T19:14:23.993Z[ recovery-image] Dec 19 19:14:22.150 INFO O| Dec 19 19:14:22.150 INFO STEP 332 (remove_files) COMPLETE
53302024-12-19T19:14:23.993Z[ recovery-image] Dec 19 19:14:22.150 INFO O| Dec 19 19:14:22.150 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-19T19:14:24.032Z[ recovery-image] Dec 19 19:14:22.189 INFO O| Dec 19 19:14:22.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53322024-12-19T19:14:24.032Z[ recovery-image] Dec 19 19:14:22.189 INFO O| Dec 19 19:14:22.189 INFO STEP 333 (remove_files) COMPLETE
53332024-12-19T19:14:24.034Z[ recovery-image] Dec 19 19:14:22.189 INFO O| Dec 19 19:14:22.189 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-19T19:14:24.072Z[ recovery-image] Dec 19 19:14:22.229 INFO O| Dec 19 19:14:22.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53352024-12-19T19:14:24.074Z[ recovery-image] Dec 19 19:14:22.230 INFO O| Dec 19 19:14:22.230 INFO STEP 334 (remove_files) COMPLETE
53362024-12-19T19:14:24.074Z[ recovery-image] Dec 19 19:14:22.230 INFO O| Dec 19 19:14:22.230 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-19T19:14:24.131Z[ recovery-image] Dec 19 19:14:22.289 INFO O| Dec 19 19:14:22.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53382024-12-19T19:14:24.134Z[ recovery-image] Dec 19 19:14:22.289 INFO O| Dec 19 19:14:22.289 INFO STEP 335 (remove_files) COMPLETE
53392024-12-19T19:14:24.134Z[ recovery-image] Dec 19 19:14:22.289 INFO O| Dec 19 19:14:22.289 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-19T19:14:24.150Z[ recovery-image] Dec 19 19:14:22.307 INFO O| Dec 19 19:14:22.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53412024-12-19T19:14:24.153Z[ recovery-image] Dec 19 19:14:22.308 INFO O| Dec 19 19:14:22.308 INFO STEP 336 (remove_files) COMPLETE
53422024-12-19T19:14:24.153Z[ recovery-image] Dec 19 19:14:22.308 INFO O| Dec 19 19:14:22.308 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-19T19:14:24.170Z[ recovery-image] Dec 19 19:14:22.327 INFO O| Dec 19 19:14:22.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53442024-12-19T19:14:24.172Z[ recovery-image] Dec 19 19:14:22.327 INFO O| Dec 19 19:14:22.327 INFO STEP 337 (remove_files) COMPLETE
53452024-12-19T19:14:24.172Z[ recovery-image] Dec 19 19:14:22.327 INFO O| Dec 19 19:14:22.327 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-19T19:14:24.189Z[ recovery-image] Dec 19 19:14:22.346 INFO O| Dec 19 19:14:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53472024-12-19T19:14:24.192Z[ recovery-image] Dec 19 19:14:22.346 INFO O| Dec 19 19:14:22.346 INFO STEP 338 (remove_files) COMPLETE
53482024-12-19T19:14:24.192Z[ recovery-image] Dec 19 19:14:22.346 INFO O| Dec 19 19:14:22.346 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-19T19:14:24.210Z[ recovery-image] Dec 19 19:14:22.366 INFO O| Dec 19 19:14:22.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53502024-12-19T19:14:24.213Z[ recovery-image] Dec 19 19:14:22.366 INFO O| Dec 19 19:14:22.366 INFO STEP 339 (remove_files) COMPLETE
53512024-12-19T19:14:24.213Z[ recovery-image] Dec 19 19:14:22.366 INFO O| Dec 19 19:14:22.366 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-19T19:14:24.229Z[ recovery-image] Dec 19 19:14:22.386 INFO O| Dec 19 19:14:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53532024-12-19T19:14:24.231Z[ recovery-image] Dec 19 19:14:22.386 INFO O| Dec 19 19:14:22.386 INFO STEP 340 (remove_files) COMPLETE
53542024-12-19T19:14:24.231Z[ recovery-image] Dec 19 19:14:22.386 INFO O| Dec 19 19:14:22.386 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-19T19:14:24.248Z[ recovery-image] Dec 19 19:14:22.405 INFO O| Dec 19 19:14:22.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53562024-12-19T19:14:24.274Z[ recovery-image] Dec 19 19:14:22.405 INFO O| Dec 19 19:14:22.405 INFO STEP 341 (remove_files) COMPLETE
53572024-12-19T19:14:24.274Z[ recovery-image] Dec 19 19:14:22.406 INFO O| Dec 19 19:14:22.405 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-19T19:14:24.298Z[ recovery-image] Dec 19 19:14:22.455 INFO O| Dec 19 19:14:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53592024-12-19T19:14:24.298Z[ recovery-image] Dec 19 19:14:22.455 INFO O| Dec 19 19:14:22.455 INFO STEP 342 (remove_files) COMPLETE
53602024-12-19T19:14:24.298Z[ recovery-image] Dec 19 19:14:22.455 INFO O| Dec 19 19:14:22.455 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-19T19:14:24.348Z[ recovery-image] Dec 19 19:14:22.505 INFO O| Dec 19 19:14:22.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53622024-12-19T19:14:24.350Z[ recovery-image] Dec 19 19:14:22.505 INFO O| Dec 19 19:14:22.505 INFO STEP 343 (remove_files) COMPLETE
53632024-12-19T19:14:24.350Z[ recovery-image] Dec 19 19:14:22.506 INFO O| Dec 19 19:14:22.505 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-19T19:14:24.378Z[ recovery-image] Dec 19 19:14:22.536 INFO O| Dec 19 19:14:22.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53652024-12-19T19:14:24.378Z[ recovery-image] Dec 19 19:14:22.536 INFO O| Dec 19 19:14:22.536 INFO STEP 344 (remove_files) COMPLETE
53662024-12-19T19:14:24.381Z[ recovery-image] Dec 19 19:14:22.536 INFO O| Dec 19 19:14:22.536 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-19T19:14:24.398Z[ recovery-image] Dec 19 19:14:22.555 INFO O| Dec 19 19:14:22.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53682024-12-19T19:14:24.401Z[ recovery-image] Dec 19 19:14:22.555 INFO O| Dec 19 19:14:22.555 INFO STEP 345 (remove_files) COMPLETE
53692024-12-19T19:14:24.401Z[ recovery-image] Dec 19 19:14:22.555 INFO O| Dec 19 19:14:22.555 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-19T19:14:24.417Z[ recovery-image] Dec 19 19:14:22.574 INFO O| Dec 19 19:14:22.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53712024-12-19T19:14:24.420Z[ recovery-image] Dec 19 19:14:22.575 INFO O| Dec 19 19:14:22.574 INFO STEP 346 (remove_files) COMPLETE
53722024-12-19T19:14:24.420Z[ recovery-image] Dec 19 19:14:22.575 INFO O| Dec 19 19:14:22.575 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-19T19:14:24.439Z[ recovery-image] Dec 19 19:14:22.596 INFO O| Dec 19 19:14:22.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53742024-12-19T19:14:24.441Z[ recovery-image] Dec 19 19:14:22.596 INFO O| Dec 19 19:14:22.596 INFO STEP 347 (remove_files) COMPLETE
53752024-12-19T19:14:24.442Z[ recovery-image] Dec 19 19:14:22.596 INFO O| Dec 19 19:14:22.596 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-19T19:14:24.479Z[ recovery-image] Dec 19 19:14:22.636 INFO O| Dec 19 19:14:22.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53772024-12-19T19:14:24.479Z[ recovery-image] Dec 19 19:14:22.636 INFO O| Dec 19 19:14:22.636 INFO STEP 348 (remove_files) COMPLETE
53782024-12-19T19:14:24.479Z[ recovery-image] Dec 19 19:14:22.636 INFO O| Dec 19 19:14:22.636 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-19T19:14:24.593Z[ recovery-image] Dec 19 19:14:22.696 INFO O| Dec 19 19:14:22.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53802024-12-19T19:14:24.593Z[ recovery-image] Dec 19 19:14:22.720 INFO O| Dec 19 19:14:22.720 INFO STEP 349 (remove_files) COMPLETE
53812024-12-19T19:14:24.596Z[ recovery-image] Dec 19 19:14:22.720 INFO O| Dec 19 19:14:22.720 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-19T19:14:24.596Z[ recovery-image] Dec 19 19:14:22.741 INFO O| Dec 19 19:14:22.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53832024-12-19T19:14:24.596Z[ recovery-image] Dec 19 19:14:22.741 INFO O| Dec 19 19:14:22.741 INFO STEP 350 (remove_files) COMPLETE
53842024-12-19T19:14:24.596Z[ recovery-image] Dec 19 19:14:22.741 INFO O| Dec 19 19:14:22.741 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-19T19:14:24.603Z[ recovery-image] Dec 19 19:14:22.761 INFO O| Dec 19 19:14:22.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53862024-12-19T19:14:24.603Z[ recovery-image] Dec 19 19:14:22.761 INFO O| Dec 19 19:14:22.761 INFO STEP 351 (remove_files) COMPLETE
53872024-12-19T19:14:24.606Z[ recovery-image] Dec 19 19:14:22.761 INFO O| Dec 19 19:14:22.761 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-19T19:14:24.621Z[ recovery-image] Dec 19 19:14:22.778 INFO O| Dec 19 19:14:22.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53892024-12-19T19:14:24.621Z[ recovery-image] Dec 19 19:14:22.778 INFO O| Dec 19 19:14:22.778 INFO STEP 352 (remove_files) COMPLETE
53902024-12-19T19:14:24.623Z[ recovery-image] Dec 19 19:14:22.778 INFO O| Dec 19 19:14:22.778 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-19T19:14:24.680Z[ recovery-image] Dec 19 19:14:22.831 INFO O| Dec 19 19:14:22.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53922024-12-19T19:14:24.680Z[ recovery-image] Dec 19 19:14:22.831 INFO O| Dec 19 19:14:22.831 INFO STEP 353 (remove_files) COMPLETE
53932024-12-19T19:14:24.680Z[ recovery-image] Dec 19 19:14:22.831 INFO O| Dec 19 19:14:22.831 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-19T19:14:24.694Z[ recovery-image] Dec 19 19:14:22.852 INFO O| Dec 19 19:14:22.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53952024-12-19T19:14:24.695Z[ recovery-image] Dec 19 19:14:22.852 INFO O| Dec 19 19:14:22.852 INFO STEP 354 (remove_files) COMPLETE
53962024-12-19T19:14:24.697Z[ recovery-image] Dec 19 19:14:22.852 INFO O| Dec 19 19:14:22.852 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-19T19:14:24.715Z[ recovery-image] Dec 19 19:14:22.872 INFO O| Dec 19 19:14:22.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53982024-12-19T19:14:24.719Z[ recovery-image] Dec 19 19:14:22.872 INFO O| Dec 19 19:14:22.872 INFO STEP 355 (remove_files) COMPLETE
53992024-12-19T19:14:24.719Z[ recovery-image] Dec 19 19:14:22.872 INFO O| Dec 19 19:14:22.872 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-19T19:14:24.794Z[ recovery-image] Dec 19 19:14:22.951 INFO O| Dec 19 19:14:22.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54012024-12-19T19:14:24.794Z[ recovery-image] Dec 19 19:14:22.951 INFO O| Dec 19 19:14:22.951 INFO STEP 356 (remove_files) COMPLETE
54022024-12-19T19:14:24.796Z[ recovery-image] Dec 19 19:14:22.951 INFO O| Dec 19 19:14:22.951 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-19T19:14:24.815Z[ recovery-image] Dec 19 19:14:22.972 INFO O| Dec 19 19:14:22.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54042024-12-19T19:14:24.815Z[ recovery-image] Dec 19 19:14:22.972 INFO O| Dec 19 19:14:22.972 INFO STEP 357 (remove_files) COMPLETE
54052024-12-19T19:14:24.815Z[ recovery-image] Dec 19 19:14:22.972 INFO O| Dec 19 19:14:22.972 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-19T19:14:24.836Z[ recovery-image] Dec 19 19:14:22.993 INFO O| Dec 19 19:14:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54072024-12-19T19:14:24.837Z[ recovery-image] Dec 19 19:14:22.993 INFO O| Dec 19 19:14:22.993 INFO STEP 358 (remove_files) COMPLETE
54082024-12-19T19:14:24.839Z[ recovery-image] Dec 19 19:14:22.994 INFO O| Dec 19 19:14:22.993 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-19T19:14:24.857Z[ recovery-image] Dec 19 19:14:23.014 INFO O| Dec 19 19:14:23.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54102024-12-19T19:14:24.860Z[ recovery-image] Dec 19 19:14:23.014 INFO O| Dec 19 19:14:23.014 INFO STEP 359 (remove_files) COMPLETE
54112024-12-19T19:14:24.860Z[ recovery-image] Dec 19 19:14:23.014 INFO O| Dec 19 19:14:23.014 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-19T19:14:24.914Z[ recovery-image] Dec 19 19:14:23.071 INFO O| Dec 19 19:14:23.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54132024-12-19T19:14:24.914Z[ recovery-image] Dec 19 19:14:23.071 INFO O| Dec 19 19:14:23.071 INFO STEP 360 (remove_files) COMPLETE
54142024-12-19T19:14:24.914Z[ recovery-image] Dec 19 19:14:23.071 INFO O| Dec 19 19:14:23.071 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-19T19:14:24.935Z[ recovery-image] Dec 19 19:14:23.092 INFO O| Dec 19 19:14:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54162024-12-19T19:14:24.935Z[ recovery-image] Dec 19 19:14:23.092 INFO O| Dec 19 19:14:23.092 INFO STEP 361 (remove_files) COMPLETE
54172024-12-19T19:14:24.939Z[ recovery-image] Dec 19 19:14:23.092 INFO O| Dec 19 19:14:23.092 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-19T19:14:24.971Z[ recovery-image] Dec 19 19:14:23.124 INFO O| Dec 19 19:14:23.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54192024-12-19T19:14:24.971Z[ recovery-image] Dec 19 19:14:23.124 INFO O| Dec 19 19:14:23.124 INFO STEP 362 (remove_files) COMPLETE
54202024-12-19T19:14:24.971Z[ recovery-image] Dec 19 19:14:23.124 INFO O| Dec 19 19:14:23.124 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-12-19T19:14:24.999Z[ recovery-image] Dec 19 19:14:23.156 INFO O| Dec 19 19:14:23.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54222024-12-19T19:14:25.002Z[ recovery-image] Dec 19 19:14:23.157 INFO O| Dec 19 19:14:23.157 INFO STEP 363 (remove_files) COMPLETE
54232024-12-19T19:14:25.002Z[ recovery-image] Dec 19 19:14:23.157 INFO O| Dec 19 19:14:23.157 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-12-19T19:14:25.034Z[ recovery-image] Dec 19 19:14:23.191 INFO O| Dec 19 19:14:23.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54252024-12-19T19:14:25.034Z[ recovery-image] Dec 19 19:14:23.191 INFO O| Dec 19 19:14:23.191 INFO STEP 364 (remove_files) COMPLETE
54262024-12-19T19:14:25.034Z[ recovery-image] Dec 19 19:14:23.191 INFO O| Dec 19 19:14:23.191 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-12-19T19:14:25.073Z[ recovery-image] Dec 19 19:14:23.230 INFO O| Dec 19 19:14:23.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54282024-12-19T19:14:25.075Z[ recovery-image] Dec 19 19:14:23.230 INFO O| Dec 19 19:14:23.230 INFO STEP 365 (remove_files) COMPLETE
54292024-12-19T19:14:25.075Z[ recovery-image] Dec 19 19:14:23.231 INFO O| Dec 19 19:14:23.230 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-12-19T19:14:25.094Z[ recovery-image] Dec 19 19:14:23.251 INFO O| Dec 19 19:14:23.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54312024-12-19T19:14:25.097Z[ recovery-image] Dec 19 19:14:23.251 INFO O| Dec 19 19:14:23.251 INFO STEP 366 (remove_files) COMPLETE
54322024-12-19T19:14:25.097Z[ recovery-image] Dec 19 19:14:23.251 INFO O| Dec 19 19:14:23.251 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-12-19T19:14:25.107Z[ host-image] Dec 19 19:14:23.265 INFO O| Dec 19 19:14:23.264 INFO O| Done
54342024-12-19T19:14:25.113Z[ recovery-image] Dec 19 19:14:23.270 INFO O| Dec 19 19:14:23.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54352024-12-19T19:14:25.115Z[ recovery-image] Dec 19 19:14:23.270 INFO O| Dec 19 19:14:23.270 INFO STEP 367 (remove_files) COMPLETE
54362024-12-19T19:14:25.115Z[ recovery-image] Dec 19 19:14:23.270 INFO O| Dec 19 19:14:23.270 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-19T19:14:25.132Z[ recovery-image] Dec 19 19:14:23.289 INFO O| Dec 19 19:14:23.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54382024-12-19T19:14:25.136Z[ recovery-image] Dec 19 19:14:23.290 INFO O| Dec 19 19:14:23.289 INFO STEP 368 (remove_files) COMPLETE
54392024-12-19T19:14:25.136Z[ recovery-image] Dec 19 19:14:23.290 INFO O| Dec 19 19:14:23.290 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-19T19:14:25.153Z[ recovery-image] Dec 19 19:14:23.310 INFO O| Dec 19 19:14:23.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54412024-12-19T19:14:25.156Z[ recovery-image] Dec 19 19:14:23.311 INFO O| Dec 19 19:14:23.311 INFO STEP 369 (remove_files) COMPLETE
54422024-12-19T19:14:25.156Z[ recovery-image] Dec 19 19:14:23.311 INFO O| Dec 19 19:14:23.311 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-19T19:14:25.179Z[ host-image] Dec 19 19:14:23.337 INFO O| Dec 19 19:14:23.336 INFO O| Done
54442024-12-19T19:14:25.180Z[ host-image] Dec 19 19:14:23.337 INFO O| Dec 19 19:14:23.337 INFO O| Done
54452024-12-19T19:14:25.194Z[ recovery-image] Dec 19 19:14:23.351 INFO O| Dec 19 19:14:23.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54462024-12-19T19:14:25.196Z[ recovery-image] Dec 19 19:14:23.351 INFO O| Dec 19 19:14:23.351 INFO STEP 370 (remove_files) COMPLETE
54472024-12-19T19:14:25.196Z[ recovery-image] Dec 19 19:14:23.351 INFO O| Dec 19 19:14:23.351 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-12-19T19:14:25.217Z[ recovery-image] Dec 19 19:14:23.374 INFO O| Dec 19 19:14:23.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54492024-12-19T19:14:25.221Z[ recovery-image] Dec 19 19:14:23.375 INFO O| Dec 19 19:14:23.375 INFO STEP 371 (remove_files) COMPLETE
54502024-12-19T19:14:25.221Z[ recovery-image] Dec 19 19:14:23.375 INFO O| Dec 19 19:14:23.375 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-12-19T19:14:25.239Z[ recovery-image] Dec 19 19:14:23.396 INFO O| Dec 19 19:14:23.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54522024-12-19T19:14:25.241Z[ recovery-image] Dec 19 19:14:23.396 INFO O| Dec 19 19:14:23.396 INFO STEP 372 (remove_files) COMPLETE
54532024-12-19T19:14:25.241Z[ recovery-image] Dec 19 19:14:23.396 INFO O| Dec 19 19:14:23.396 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-12-19T19:14:25.242Z[ host-image] Dec 19 19:14:23.399 INFO O| Dec 19 19:14:23.398 INFO O| Done
54552024-12-19T19:14:25.259Z[ recovery-image] Dec 19 19:14:23.416 INFO O| Dec 19 19:14:23.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54562024-12-19T19:14:25.262Z[ recovery-image] Dec 19 19:14:23.416 INFO O| Dec 19 19:14:23.416 INFO STEP 373 (remove_files) COMPLETE
54572024-12-19T19:14:25.262Z[ recovery-image] Dec 19 19:14:23.417 INFO O| Dec 19 19:14:23.417 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-19T19:14:25.280Z[ recovery-image] Dec 19 19:14:23.437 INFO O| Dec 19 19:14:23.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54592024-12-19T19:14:25.282Z[ recovery-image] Dec 19 19:14:23.437 INFO O| Dec 19 19:14:23.437 INFO STEP 374 (remove_files) COMPLETE
54602024-12-19T19:14:25.282Z[ recovery-image] Dec 19 19:14:23.437 INFO O| Dec 19 19:14:23.437 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-19T19:14:25.302Z[ recovery-image] Dec 19 19:14:23.458 INFO O| Dec 19 19:14:23.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54622024-12-19T19:14:25.304Z[ recovery-image] Dec 19 19:14:23.458 INFO O| Dec 19 19:14:23.458 INFO STEP 375 (remove_files) COMPLETE
54632024-12-19T19:14:25.304Z[ recovery-image] Dec 19 19:14:23.459 INFO O| Dec 19 19:14:23.458 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-19T19:14:25.326Z[ recovery-image] Dec 19 19:14:23.483 INFO O| Dec 19 19:14:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54652024-12-19T19:14:25.328Z[ recovery-image] Dec 19 19:14:23.483 INFO O| Dec 19 19:14:23.483 INFO STEP 376 (remove_files) COMPLETE
54662024-12-19T19:14:25.328Z[ recovery-image] Dec 19 19:14:23.483 INFO O| Dec 19 19:14:23.483 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-19T19:14:25.396Z[ recovery-image] Dec 19 19:14:23.553 INFO O| Dec 19 19:14:23.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54682024-12-19T19:14:25.396Z[ recovery-image] Dec 19 19:14:23.553 INFO O| Dec 19 19:14:23.553 INFO STEP 377 (remove_files) COMPLETE
54692024-12-19T19:14:25.396Z[ recovery-image] Dec 19 19:14:23.553 INFO O| Dec 19 19:14:23.553 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-19T19:14:25.414Z[ recovery-image] Dec 19 19:14:23.571 INFO O| Dec 19 19:14:23.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54712024-12-19T19:14:25.414Z[ recovery-image] Dec 19 19:14:23.571 INFO O| Dec 19 19:14:23.571 INFO STEP 378 (remove_files) COMPLETE
54722024-12-19T19:14:25.414Z[ recovery-image] Dec 19 19:14:23.571 INFO O| Dec 19 19:14:23.571 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-19T19:14:25.432Z[ recovery-image] Dec 19 19:14:23.589 INFO O| Dec 19 19:14:23.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54742024-12-19T19:14:25.432Z[ recovery-image] Dec 19 19:14:23.589 INFO O| Dec 19 19:14:23.589 INFO STEP 379 (remove_files) COMPLETE
54752024-12-19T19:14:25.432Z[ recovery-image] Dec 19 19:14:23.589 INFO O| Dec 19 19:14:23.589 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-19T19:14:25.451Z[ recovery-image] Dec 19 19:14:23.608 INFO O| Dec 19 19:14:23.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54772024-12-19T19:14:25.454Z[ recovery-image] Dec 19 19:14:23.608 INFO O| Dec 19 19:14:23.608 INFO STEP 380 (remove_files) COMPLETE
54782024-12-19T19:14:25.454Z[ recovery-image] Dec 19 19:14:23.608 INFO O| Dec 19 19:14:23.608 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-19T19:14:25.468Z[ host-image] Dec 19 19:14:23.625 INFO O| Dec 19 19:14:23.625 INFO STEP 13 (pkg_install) COMPLETE
54802024-12-19T19:14:25.468Z[ host-image] Dec 19 19:14:23.625 INFO O| Dec 19 19:14:23.625 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54812024-12-19T19:14:25.477Z[ recovery-image] Dec 19 19:14:23.627 INFO O| Dec 19 19:14:23.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54822024-12-19T19:14:25.477Z[ recovery-image] Dec 19 19:14:23.627 INFO O| Dec 19 19:14:23.627 INFO STEP 381 (remove_files) COMPLETE
54832024-12-19T19:14:25.477Z[ recovery-image] Dec 19 19:14:23.627 INFO O| Dec 19 19:14:23.627 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-19T19:14:25.486Z[ host-image] Dec 19 19:14:23.643 INFO O| Dec 19 19:14:23.643 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
54852024-12-19T19:14:25.500Z[ recovery-image] Dec 19 19:14:23.657 INFO O| Dec 19 19:14:23.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54862024-12-19T19:14:25.500Z[ recovery-image] Dec 19 19:14:23.657 INFO O| Dec 19 19:14:23.657 INFO STEP 382 (remove_files) COMPLETE
54872024-12-19T19:14:25.503Z[ recovery-image] Dec 19 19:14:23.657 INFO O| Dec 19 19:14:23.657 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-19T19:14:25.519Z[ recovery-image] Dec 19 19:14:23.676 INFO O| Dec 19 19:14:23.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54892024-12-19T19:14:25.519Z[ recovery-image] Dec 19 19:14:23.676 INFO O| Dec 19 19:14:23.676 INFO STEP 383 (remove_files) COMPLETE
54902024-12-19T19:14:25.519Z[ recovery-image] Dec 19 19:14:23.676 INFO O| Dec 19 19:14:23.676 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-19T19:14:25.580Z[ recovery-image] Dec 19 19:14:23.737 INFO O| Dec 19 19:14:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54922024-12-19T19:14:25.580Z[ recovery-image] Dec 19 19:14:23.737 INFO O| Dec 19 19:14:23.737 INFO STEP 384 (remove_files) COMPLETE
54932024-12-19T19:14:25.582Z[ recovery-image] Dec 19 19:14:23.737 INFO O| Dec 19 19:14:23.737 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-19T19:14:25.598Z[ recovery-image] Dec 19 19:14:23.755 INFO O| Dec 19 19:14:23.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54952024-12-19T19:14:25.598Z[ recovery-image] Dec 19 19:14:23.755 INFO O| Dec 19 19:14:23.755 INFO STEP 385 (remove_files) COMPLETE
54962024-12-19T19:14:25.598Z[ recovery-image] Dec 19 19:14:23.755 INFO O| Dec 19 19:14:23.755 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-19T19:14:25.615Z[ recovery-image] Dec 19 19:14:23.772 INFO O| Dec 19 19:14:23.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54982024-12-19T19:14:25.615Z[ recovery-image] Dec 19 19:14:23.772 INFO O| Dec 19 19:14:23.772 INFO STEP 386 (remove_files) COMPLETE
54992024-12-19T19:14:25.615Z[ recovery-image] Dec 19 19:14:23.773 INFO O| Dec 19 19:14:23.772 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-19T19:14:25.634Z[ recovery-image] Dec 19 19:14:23.791 INFO O| Dec 19 19:14:23.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55012024-12-19T19:14:25.634Z[ recovery-image] Dec 19 19:14:23.791 INFO O| Dec 19 19:14:23.791 INFO STEP 387 (remove_files) COMPLETE
55022024-12-19T19:14:25.637Z[ recovery-image] Dec 19 19:14:23.791 INFO O| Dec 19 19:14:23.791 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-19T19:14:25.676Z[ recovery-image] Dec 19 19:14:23.833 INFO O| Dec 19 19:14:23.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55042024-12-19T19:14:25.676Z[ recovery-image] Dec 19 19:14:23.833 INFO O| Dec 19 19:14:23.833 INFO STEP 388 (remove_files) COMPLETE
55052024-12-19T19:14:25.678Z[ recovery-image] Dec 19 19:14:23.833 INFO O| Dec 19 19:14:23.833 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-19T19:14:25.728Z[ recovery-image] Dec 19 19:14:23.885 INFO O| Dec 19 19:14:23.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55072024-12-19T19:14:25.728Z[ recovery-image] Dec 19 19:14:23.885 INFO O| Dec 19 19:14:23.885 INFO STEP 389 (remove_files) COMPLETE
55082024-12-19T19:14:25.731Z[ recovery-image] Dec 19 19:14:23.886 INFO O| Dec 19 19:14:23.885 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-19T19:14:25.748Z[ recovery-image] Dec 19 19:14:23.906 INFO O| Dec 19 19:14:23.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55102024-12-19T19:14:25.751Z[ recovery-image] Dec 19 19:14:23.906 INFO O| Dec 19 19:14:23.906 INFO STEP 390 (remove_files) COMPLETE
55112024-12-19T19:14:25.751Z[ recovery-image] Dec 19 19:14:23.906 INFO O| Dec 19 19:14:23.906 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-19T19:14:25.768Z[ recovery-image] Dec 19 19:14:23.925 INFO O| Dec 19 19:14:23.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55132024-12-19T19:14:25.768Z[ recovery-image] Dec 19 19:14:23.925 INFO O| Dec 19 19:14:23.925 INFO STEP 391 (remove_files) COMPLETE
55142024-12-19T19:14:25.771Z[ recovery-image] Dec 19 19:14:23.925 INFO O| Dec 19 19:14:23.925 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-19T19:14:25.827Z[ recovery-image] Dec 19 19:14:23.984 INFO O| Dec 19 19:14:23.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55162024-12-19T19:14:25.829Z[ recovery-image] Dec 19 19:14:23.984 INFO O| Dec 19 19:14:23.984 INFO STEP 392 (remove_files) COMPLETE
55172024-12-19T19:14:25.829Z[ recovery-image] Dec 19 19:14:23.984 INFO O| Dec 19 19:14:23.984 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-19T19:14:25.884Z[ recovery-image] Dec 19 19:14:24.041 INFO O| Dec 19 19:14:24.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55192024-12-19T19:14:25.884Z[ recovery-image] Dec 19 19:14:24.041 INFO O| Dec 19 19:14:24.041 INFO STEP 393 (remove_files) COMPLETE
55202024-12-19T19:14:25.887Z[ recovery-image] Dec 19 19:14:24.041 INFO O| Dec 19 19:14:24.041 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-19T19:14:25.903Z[ recovery-image] Dec 19 19:14:24.060 INFO O| Dec 19 19:14:24.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55222024-12-19T19:14:25.903Z[ recovery-image] Dec 19 19:14:24.060 INFO O| Dec 19 19:14:24.060 INFO STEP 394 (remove_files) COMPLETE
55232024-12-19T19:14:25.903Z[ recovery-image] Dec 19 19:14:24.060 INFO O| Dec 19 19:14:24.060 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-19T19:14:25.938Z[ recovery-image] Dec 19 19:14:24.095 INFO O| Dec 19 19:14:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55252024-12-19T19:14:25.938Z[ recovery-image] Dec 19 19:14:24.095 INFO O| Dec 19 19:14:24.095 INFO STEP 395 (remove_files) COMPLETE
55262024-12-19T19:14:25.938Z[ recovery-image] Dec 19 19:14:24.095 INFO O| Dec 19 19:14:24.095 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-19T19:14:25.961Z[ recovery-image] Dec 19 19:14:24.118 INFO O| Dec 19 19:14:24.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55282024-12-19T19:14:25.962Z[ recovery-image] Dec 19 19:14:24.118 INFO O| Dec 19 19:14:24.118 INFO STEP 396 (remove_files) COMPLETE
55292024-12-19T19:14:25.962Z[ recovery-image] Dec 19 19:14:24.118 INFO O| Dec 19 19:14:24.118 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-19T19:14:26.044Z[ recovery-image] Dec 19 19:14:24.201 INFO O| Dec 19 19:14:24.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55312024-12-19T19:14:26.046Z[ recovery-image] Dec 19 19:14:24.201 INFO O| Dec 19 19:14:24.201 INFO STEP 397 (remove_files) COMPLETE
55322024-12-19T19:14:26.046Z[ recovery-image] Dec 19 19:14:24.201 INFO O| Dec 19 19:14:24.201 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-19T19:14:26.068Z[ recovery-image] Dec 19 19:14:24.223 INFO O| Dec 19 19:14:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55342024-12-19T19:14:26.070Z[ recovery-image] Dec 19 19:14:24.223 INFO O| Dec 19 19:14:24.223 INFO STEP 398 (remove_files) COMPLETE
55352024-12-19T19:14:26.071Z[ recovery-image] Dec 19 19:14:24.224 INFO O| Dec 19 19:14:24.223 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-19T19:14:26.086Z[ recovery-image] Dec 19 19:14:24.243 INFO O| Dec 19 19:14:24.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55372024-12-19T19:14:26.086Z[ recovery-image] Dec 19 19:14:24.243 INFO O| Dec 19 19:14:24.243 INFO STEP 399 (remove_files) COMPLETE
55382024-12-19T19:14:26.086Z[ recovery-image] Dec 19 19:14:24.243 INFO O| Dec 19 19:14:24.243 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-19T19:14:26.107Z[ recovery-image] Dec 19 19:14:24.264 INFO O| Dec 19 19:14:24.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55402024-12-19T19:14:26.107Z[ recovery-image] Dec 19 19:14:24.264 INFO O| Dec 19 19:14:24.264 INFO STEP 400 (remove_files) COMPLETE
55412024-12-19T19:14:26.110Z[ recovery-image] Dec 19 19:14:24.264 INFO O| Dec 19 19:14:24.264 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-19T19:14:26.128Z[ recovery-image] Dec 19 19:14:24.285 INFO O| Dec 19 19:14:24.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55432024-12-19T19:14:26.128Z[ recovery-image] Dec 19 19:14:24.285 INFO O| Dec 19 19:14:24.285 INFO STEP 401 (remove_files) COMPLETE
55442024-12-19T19:14:26.128Z[ recovery-image] Dec 19 19:14:24.285 INFO O| Dec 19 19:14:24.285 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-19T19:14:26.372Z[ recovery-image] Dec 19 19:14:24.529 INFO O| Dec 19 19:14:24.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55462024-12-19T19:14:26.372Z[ recovery-image] Dec 19 19:14:24.529 INFO O| Dec 19 19:14:24.529 INFO STEP 402 (remove_files) COMPLETE
55472024-12-19T19:14:26.372Z[ recovery-image] Dec 19 19:14:24.529 INFO O| Dec 19 19:14:24.529 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-19T19:14:26.508Z[ recovery-image] Dec 19 19:14:24.665 INFO O| Dec 19 19:14:24.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55492024-12-19T19:14:26.515Z[ recovery-image] Dec 19 19:14:24.665 INFO O| Dec 19 19:14:24.664 INFO STEP 403 (remove_files) COMPLETE
55502024-12-19T19:14:26.515Z[ recovery-image] Dec 19 19:14:24.665 INFO O| Dec 19 19:14:24.664 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-19T19:14:26.528Z[ recovery-image] Dec 19 19:14:24.684 INFO O| Dec 19 19:14:24.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55522024-12-19T19:14:26.536Z[ recovery-image] Dec 19 19:14:24.684 INFO O| Dec 19 19:14:24.684 INFO STEP 404 (remove_files) COMPLETE
55532024-12-19T19:14:26.536Z[ recovery-image] Dec 19 19:14:24.684 INFO O| Dec 19 19:14:24.684 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-19T19:14:26.547Z[ recovery-image] Dec 19 19:14:24.704 INFO O| Dec 19 19:14:24.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55552024-12-19T19:14:26.547Z[ recovery-image] Dec 19 19:14:24.704 INFO O| Dec 19 19:14:24.702 INFO STEP 405 (remove_files) COMPLETE
55562024-12-19T19:14:26.550Z[ recovery-image] Dec 19 19:14:24.704 INFO O| Dec 19 19:14:24.703 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-19T19:14:26.564Z[ recovery-image] Dec 19 19:14:24.720 INFO O| Dec 19 19:14:24.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55582024-12-19T19:14:26.564Z[ recovery-image] Dec 19 19:14:24.720 INFO O| Dec 19 19:14:24.719 INFO STEP 406 (remove_files) COMPLETE
55592024-12-19T19:14:26.567Z[ recovery-image] Dec 19 19:14:24.720 INFO O| Dec 19 19:14:24.719 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-19T19:14:26.580Z[ recovery-image] Dec 19 19:14:24.738 INFO O| Dec 19 19:14:24.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55612024-12-19T19:14:26.581Z[ recovery-image] Dec 19 19:14:24.738 INFO O| Dec 19 19:14:24.737 INFO STEP 407 (remove_files) COMPLETE
55622024-12-19T19:14:26.583Z[ recovery-image] Dec 19 19:14:24.738 INFO O| Dec 19 19:14:24.737 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-19T19:14:26.611Z[ recovery-image] Dec 19 19:14:24.768 INFO O| Dec 19 19:14:24.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55642024-12-19T19:14:26.612Z[ recovery-image] Dec 19 19:14:24.768 INFO O| Dec 19 19:14:24.768 INFO STEP 408 (remove_files) COMPLETE
55652024-12-19T19:14:26.612Z[ recovery-image] Dec 19 19:14:24.768 INFO O| Dec 19 19:14:24.768 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-19T19:14:26.644Z[ recovery-image] Dec 19 19:14:24.790 INFO O| Dec 19 19:14:24.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55672024-12-19T19:14:26.644Z[ recovery-image] Dec 19 19:14:24.791 INFO O| Dec 19 19:14:24.791 INFO STEP 409 (remove_files) COMPLETE
55682024-12-19T19:14:26.647Z[ recovery-image] Dec 19 19:14:24.791 INFO O| Dec 19 19:14:24.791 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-19T19:14:26.711Z[ recovery-image] Dec 19 19:14:24.848 INFO O| Dec 19 19:14:24.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55702024-12-19T19:14:26.711Z[ recovery-image] Dec 19 19:14:24.848 INFO O| Dec 19 19:14:24.848 INFO STEP 410 (remove_files) COMPLETE
55712024-12-19T19:14:26.711Z[ recovery-image] Dec 19 19:14:24.848 INFO O| Dec 19 19:14:24.848 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-19T19:14:26.711Z[ recovery-image] Dec 19 19:14:24.868 INFO O| Dec 19 19:14:24.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55732024-12-19T19:14:26.711Z[ recovery-image] Dec 19 19:14:24.868 INFO O| Dec 19 19:14:24.868 INFO STEP 411 (remove_files) COMPLETE
55742024-12-19T19:14:26.711Z[ recovery-image] Dec 19 19:14:24.868 INFO O| Dec 19 19:14:24.868 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-19T19:14:26.731Z[ recovery-image] Dec 19 19:14:24.887 INFO O| Dec 19 19:14:24.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55762024-12-19T19:14:26.734Z[ recovery-image] Dec 19 19:14:24.888 INFO O| Dec 19 19:14:24.888 INFO STEP 412 (remove_files) COMPLETE
55772024-12-19T19:14:26.734Z[ recovery-image] Dec 19 19:14:24.888 INFO O| Dec 19 19:14:24.888 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-19T19:14:26.774Z[ recovery-image] Dec 19 19:14:24.931 INFO O| Dec 19 19:14:24.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55792024-12-19T19:14:26.774Z[ recovery-image] Dec 19 19:14:24.931 INFO O| Dec 19 19:14:24.931 INFO STEP 413 (remove_files) COMPLETE
55802024-12-19T19:14:26.774Z[ recovery-image] Dec 19 19:14:24.931 INFO O| Dec 19 19:14:24.931 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-19T19:14:26.827Z[ recovery-image] Dec 19 19:14:24.984 INFO O| Dec 19 19:14:24.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55822024-12-19T19:14:26.827Z[ recovery-image] Dec 19 19:14:24.984 INFO O| Dec 19 19:14:24.984 INFO STEP 414 (remove_files) COMPLETE
55832024-12-19T19:14:26.827Z[ recovery-image] Dec 19 19:14:24.984 INFO O| Dec 19 19:14:24.984 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-19T19:14:26.850Z[ recovery-image] Dec 19 19:14:25.007 INFO O| Dec 19 19:14:25.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55852024-12-19T19:14:26.853Z[ recovery-image] Dec 19 19:14:25.007 INFO O| Dec 19 19:14:25.007 INFO STEP 415 (remove_files) COMPLETE
55862024-12-19T19:14:26.853Z[ recovery-image] Dec 19 19:14:25.008 INFO O| Dec 19 19:14:25.008 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-19T19:14:26.869Z[ recovery-image] Dec 19 19:14:25.025 INFO O| Dec 19 19:14:25.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55882024-12-19T19:14:26.871Z[ recovery-image] Dec 19 19:14:25.025 INFO O| Dec 19 19:14:25.025 INFO STEP 416 (remove_files) COMPLETE
55892024-12-19T19:14:26.871Z[ recovery-image] Dec 19 19:14:25.026 INFO O| Dec 19 19:14:25.026 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-19T19:14:26.886Z[ recovery-image] Dec 19 19:14:25.042 INFO O| Dec 19 19:14:25.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55912024-12-19T19:14:26.889Z[ recovery-image] Dec 19 19:14:25.043 INFO O| Dec 19 19:14:25.043 INFO STEP 417 (remove_files) COMPLETE
55922024-12-19T19:14:26.889Z[ recovery-image] Dec 19 19:14:25.043 INFO O| Dec 19 19:14:25.043 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-19T19:14:26.891Z[ host-image] Dec 19 19:14:25.046 INFO O| Dec 19 19:14:25.046 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
55942024-12-19T19:14:26.903Z[ recovery-image] Dec 19 19:14:25.060 INFO O| Dec 19 19:14:25.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55952024-12-19T19:14:26.905Z[ recovery-image] Dec 19 19:14:25.060 INFO O| Dec 19 19:14:25.060 INFO STEP 418 (remove_files) COMPLETE
55962024-12-19T19:14:26.905Z[ recovery-image] Dec 19 19:14:25.060 INFO O| Dec 19 19:14:25.060 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-19T19:14:26.920Z[ recovery-image] Dec 19 19:14:25.077 INFO O| Dec 19 19:14:25.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55982024-12-19T19:14:26.922Z[ recovery-image] Dec 19 19:14:25.077 INFO O| Dec 19 19:14:25.077 INFO STEP 419 (remove_files) COMPLETE
55992024-12-19T19:14:26.928Z[ recovery-image] Dec 19 19:14:25.077 INFO O| Dec 19 19:14:25.077 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-19T19:14:26.974Z[ recovery-image] Dec 19 19:14:25.123 INFO O| Dec 19 19:14:25.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56012024-12-19T19:14:26.974Z[ recovery-image] Dec 19 19:14:25.123 INFO O| Dec 19 19:14:25.123 INFO STEP 420 (remove_files) COMPLETE
56022024-12-19T19:14:26.976Z[ recovery-image] Dec 19 19:14:25.123 INFO O| Dec 19 19:14:25.123 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-19T19:14:26.984Z[ recovery-image] Dec 19 19:14:25.141 INFO O| Dec 19 19:14:25.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56042024-12-19T19:14:26.984Z[ recovery-image] Dec 19 19:14:25.141 INFO O| Dec 19 19:14:25.141 INFO STEP 421 (remove_files) COMPLETE
56052024-12-19T19:14:26.984Z[ recovery-image] Dec 19 19:14:25.141 INFO O| Dec 19 19:14:25.141 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-19T19:14:27.016Z[ recovery-image] Dec 19 19:14:25.173 INFO O| Dec 19 19:14:25.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56072024-12-19T19:14:27.018Z[ recovery-image] Dec 19 19:14:25.173 INFO O| Dec 19 19:14:25.173 INFO STEP 422 (remove_files) COMPLETE
56082024-12-19T19:14:27.020Z[ recovery-image] Dec 19 19:14:25.173 INFO O| Dec 19 19:14:25.173 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-19T19:14:27.056Z[ recovery-image] Dec 19 19:14:25.213 INFO O| Dec 19 19:14:25.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56102024-12-19T19:14:27.056Z[ recovery-image] Dec 19 19:14:25.213 INFO O| Dec 19 19:14:25.213 INFO STEP 423 (remove_files) COMPLETE
56112024-12-19T19:14:27.056Z[ recovery-image] Dec 19 19:14:25.213 INFO O| Dec 19 19:14:25.213 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-19T19:14:27.078Z[ recovery-image] Dec 19 19:14:25.234 INFO O| Dec 19 19:14:25.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56132024-12-19T19:14:27.107Z[ recovery-image] Dec 19 19:14:25.263 INFO O| Dec 19 19:14:25.263 INFO STEP 424 (remove_files) COMPLETE
56142024-12-19T19:14:27.107Z[ recovery-image] Dec 19 19:14:25.263 INFO O| Dec 19 19:14:25.263 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-19T19:14:27.178Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
56162024-12-19T19:14:27.235Z[ recovery-image] Dec 19 19:14:25.389 INFO O| Dec 19 19:14:25.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56172024-12-19T19:14:27.235Z[ recovery-image] Dec 19 19:14:25.389 INFO O| Dec 19 19:14:25.389 INFO STEP 425 (remove_files) COMPLETE
56182024-12-19T19:14:27.238Z[ recovery-image] Dec 19 19:14:25.389 INFO O| Dec 19 19:14:25.389 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-19T19:14:27.251Z[ recovery-image] Dec 19 19:14:25.408 INFO O| Dec 19 19:14:25.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56202024-12-19T19:14:27.251Z[ recovery-image] Dec 19 19:14:25.408 INFO O| Dec 19 19:14:25.408 INFO STEP 426 (remove_files) COMPLETE
56212024-12-19T19:14:27.254Z[ recovery-image] Dec 19 19:14:25.408 INFO O| Dec 19 19:14:25.408 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-19T19:14:27.298Z[ recovery-image] Dec 19 19:14:25.446 INFO O| Dec 19 19:14:25.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56232024-12-19T19:14:27.298Z[ recovery-image] Dec 19 19:14:25.446 INFO O| Dec 19 19:14:25.446 INFO STEP 427 (remove_files) COMPLETE
56242024-12-19T19:14:27.298Z[ recovery-image] Dec 19 19:14:25.446 INFO O| Dec 19 19:14:25.446 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-19T19:14:27.306Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
56262024-12-19T19:14:27.309Z[ recovery-image] Dec 19 19:14:25.466 INFO O| Dec 19 19:14:25.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56272024-12-19T19:14:27.309Z[ recovery-image] Dec 19 19:14:25.466 INFO O| Dec 19 19:14:25.466 INFO STEP 428 (remove_files) COMPLETE
56282024-12-19T19:14:27.312Z[ recovery-image] Dec 19 19:14:25.466 INFO O| Dec 19 19:14:25.466 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-19T19:14:27.376Z[ recovery-image] Dec 19 19:14:25.533 INFO O| Dec 19 19:14:25.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56302024-12-19T19:14:27.379Z[ recovery-image] Dec 19 19:14:25.533 INFO O| Dec 19 19:14:25.533 INFO STEP 429 (remove_files) COMPLETE
56312024-12-19T19:14:27.379Z[ recovery-image] Dec 19 19:14:25.533 INFO O| Dec 19 19:14:25.533 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-19T19:14:27.422Z[ recovery-image] Dec 19 19:14:25.579 INFO O| Dec 19 19:14:25.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56332024-12-19T19:14:27.422Z[ recovery-image] Dec 19 19:14:25.579 INFO O| Dec 19 19:14:25.579 INFO STEP 430 (remove_files) COMPLETE
56342024-12-19T19:14:27.422Z[ recovery-image] Dec 19 19:14:25.579 INFO O| Dec 19 19:14:25.579 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-19T19:14:27.489Z[ recovery-image] Dec 19 19:14:25.646 INFO O| Dec 19 19:14:25.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56362024-12-19T19:14:27.491Z[ recovery-image] Dec 19 19:14:25.646 INFO O| Dec 19 19:14:25.646 INFO STEP 431 (remove_files) COMPLETE
56372024-12-19T19:14:27.491Z[ recovery-image] Dec 19 19:14:25.646 INFO O| Dec 19 19:14:25.646 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-19T19:14:27.544Z[ recovery-image] Dec 19 19:14:25.698 INFO O| Dec 19 19:14:25.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56392024-12-19T19:14:27.544Z[ recovery-image] Dec 19 19:14:25.698 INFO O| Dec 19 19:14:25.698 INFO STEP 432 (remove_files) COMPLETE
56402024-12-19T19:14:27.547Z[ recovery-image] Dec 19 19:14:25.698 INFO O| Dec 19 19:14:25.698 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-19T19:14:27.565Z[ recovery-image] Dec 19 19:14:25.722 INFO O| Dec 19 19:14:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56422024-12-19T19:14:27.569Z[ recovery-image] Dec 19 19:14:25.722 INFO O| Dec 19 19:14:25.722 INFO STEP 433 (remove_files) COMPLETE
56432024-12-19T19:14:27.569Z[ recovery-image] Dec 19 19:14:25.722 INFO O| Dec 19 19:14:25.722 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-19T19:14:27.612Z[ recovery-image] Dec 19 19:14:25.769 INFO O| Dec 19 19:14:25.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56452024-12-19T19:14:27.612Z[ recovery-image] Dec 19 19:14:25.769 INFO O| Dec 19 19:14:25.769 INFO STEP 434 (remove_files) COMPLETE
56462024-12-19T19:14:27.612Z[ recovery-image] Dec 19 19:14:25.769 INFO O| Dec 19 19:14:25.769 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-19T19:14:27.633Z[ recovery-image] Dec 19 19:14:25.790 INFO O| Dec 19 19:14:25.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56482024-12-19T19:14:27.633Z[ recovery-image] Dec 19 19:14:25.790 INFO O| Dec 19 19:14:25.790 INFO STEP 435 (remove_files) COMPLETE
56492024-12-19T19:14:27.633Z[ recovery-image] Dec 19 19:14:25.790 INFO O| Dec 19 19:14:25.790 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-19T19:14:27.656Z[ recovery-image] Dec 19 19:14:25.813 INFO O| Dec 19 19:14:25.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56512024-12-19T19:14:27.656Z[ recovery-image] Dec 19 19:14:25.813 INFO O| Dec 19 19:14:25.813 INFO STEP 436 (remove_files) COMPLETE
56522024-12-19T19:14:27.659Z[ recovery-image] Dec 19 19:14:25.813 INFO O| Dec 19 19:14:25.813 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-19T19:14:27.901Z[ recovery-image] Dec 19 19:14:25.873 INFO O| Dec 19 19:14:25.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56542024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.873 INFO O| Dec 19 19:14:25.873 INFO STEP 437 (remove_files) COMPLETE
56552024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.873 INFO O| Dec 19 19:14:25.873 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.894 INFO O| Dec 19 19:14:25.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56572024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.894 INFO O| Dec 19 19:14:25.894 INFO STEP 438 (remove_files) COMPLETE
56582024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.894 INFO O| Dec 19 19:14:25.894 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.974 INFO O| Dec 19 19:14:25.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56602024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.974 INFO O| Dec 19 19:14:25.974 INFO STEP 439 (remove_files) COMPLETE
56612024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.974 INFO O| Dec 19 19:14:25.974 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.995 INFO O| Dec 19 19:14:25.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56632024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.996 INFO O| Dec 19 19:14:25.996 INFO STEP 440 (remove_files) COMPLETE
56642024-12-19T19:14:27.911Z[ recovery-image] Dec 19 19:14:25.996 INFO O| Dec 19 19:14:25.996 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-19T19:14:27.925Z[ recovery-image] Dec 19 19:14:26.082 INFO O| Dec 19 19:14:26.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56662024-12-19T19:14:27.925Z[ recovery-image] Dec 19 19:14:26.082 INFO O| Dec 19 19:14:26.082 INFO STEP 441 (remove_files) COMPLETE
56672024-12-19T19:14:27.925Z[ recovery-image] Dec 19 19:14:26.082 INFO O| Dec 19 19:14:26.082 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-19T19:14:27.947Z[ recovery-image] Dec 19 19:14:26.103 INFO O| Dec 19 19:14:26.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56692024-12-19T19:14:27.947Z[ recovery-image] Dec 19 19:14:26.103 INFO O| Dec 19 19:14:26.103 INFO STEP 442 (remove_files) COMPLETE
56702024-12-19T19:14:27.947Z[ recovery-image] Dec 19 19:14:26.103 INFO O| Dec 19 19:14:26.103 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-19T19:14:27.976Z[ recovery-image] Dec 19 19:14:26.133 INFO O| Dec 19 19:14:26.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56722024-12-19T19:14:27.979Z[ recovery-image] Dec 19 19:14:26.134 INFO O| Dec 19 19:14:26.134 INFO STEP 443 (remove_files) COMPLETE
56732024-12-19T19:14:27.979Z[ recovery-image] Dec 19 19:14:26.134 INFO O| Dec 19 19:14:26.134 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-19T19:14:27.998Z[ recovery-image] Dec 19 19:14:26.155 INFO O| Dec 19 19:14:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56752024-12-19T19:14:28.001Z[ recovery-image] Dec 19 19:14:26.156 INFO O| Dec 19 19:14:26.156 INFO STEP 444 (remove_files) COMPLETE
56762024-12-19T19:14:28.001Z[ recovery-image] Dec 19 19:14:26.156 INFO O| Dec 19 19:14:26.156 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-19T19:14:28.033Z[ recovery-image] Dec 19 19:14:26.188 INFO O| Dec 19 19:14:26.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56782024-12-19T19:14:28.033Z[ recovery-image] Dec 19 19:14:26.188 INFO O| Dec 19 19:14:26.188 INFO STEP 445 (remove_files) COMPLETE
56792024-12-19T19:14:28.033Z[ recovery-image] Dec 19 19:14:26.188 INFO O| Dec 19 19:14:26.188 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-19T19:14:28.078Z[ recovery-image] Dec 19 19:14:26.235 INFO O| Dec 19 19:14:26.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56812024-12-19T19:14:28.078Z[ recovery-image] Dec 19 19:14:26.235 INFO O| Dec 19 19:14:26.235 INFO STEP 446 (remove_files) COMPLETE
56822024-12-19T19:14:28.081Z[ recovery-image] Dec 19 19:14:26.235 INFO O| Dec 19 19:14:26.235 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-19T19:14:28.116Z[ recovery-image] Dec 19 19:14:26.273 INFO O| Dec 19 19:14:26.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56842024-12-19T19:14:28.119Z[ recovery-image] Dec 19 19:14:26.273 INFO O| Dec 19 19:14:26.273 INFO STEP 447 (remove_files) COMPLETE
56852024-12-19T19:14:28.119Z[ recovery-image] Dec 19 19:14:26.273 INFO O| Dec 19 19:14:26.273 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-19T19:14:28.177Z[ recovery-image] Dec 19 19:14:26.333 INFO O| Dec 19 19:14:26.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56872024-12-19T19:14:28.177Z[ recovery-image] Dec 19 19:14:26.333 INFO O| Dec 19 19:14:26.333 INFO STEP 448 (remove_files) COMPLETE
56882024-12-19T19:14:28.177Z[ recovery-image] Dec 19 19:14:26.334 INFO O| Dec 19 19:14:26.333 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-19T19:14:28.197Z[ recovery-image] Dec 19 19:14:26.354 INFO O| Dec 19 19:14:26.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56902024-12-19T19:14:28.197Z[ recovery-image] Dec 19 19:14:26.354 INFO O| Dec 19 19:14:26.354 INFO STEP 449 (remove_files) COMPLETE
56912024-12-19T19:14:28.197Z[ recovery-image] Dec 19 19:14:26.354 INFO O| Dec 19 19:14:26.354 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-19T19:14:28.219Z[ recovery-image] Dec 19 19:14:26.375 INFO O| Dec 19 19:14:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56932024-12-19T19:14:28.219Z[ recovery-image] Dec 19 19:14:26.375 INFO O| Dec 19 19:14:26.375 INFO STEP 450 (remove_files) COMPLETE
56942024-12-19T19:14:28.219Z[ recovery-image] Dec 19 19:14:26.375 INFO O| Dec 19 19:14:26.375 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-19T19:14:28.239Z[ recovery-image] Dec 19 19:14:26.396 INFO O| Dec 19 19:14:26.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56962024-12-19T19:14:28.239Z[ recovery-image] Dec 19 19:14:26.396 INFO O| Dec 19 19:14:26.396 INFO STEP 451 (remove_files) COMPLETE
56972024-12-19T19:14:28.242Z[ recovery-image] Dec 19 19:14:26.396 INFO O| Dec 19 19:14:26.396 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-19T19:14:28.258Z[ recovery-image] Dec 19 19:14:26.415 INFO O| Dec 19 19:14:26.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56992024-12-19T19:14:28.261Z[ recovery-image] Dec 19 19:14:26.415 INFO O| Dec 19 19:14:26.415 INFO STEP 452 (remove_files) COMPLETE
57002024-12-19T19:14:28.261Z[ recovery-image] Dec 19 19:14:26.415 INFO O| Dec 19 19:14:26.415 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-19T19:14:28.278Z[ recovery-image] Dec 19 19:14:26.435 INFO O| Dec 19 19:14:26.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57022024-12-19T19:14:28.278Z[ recovery-image] Dec 19 19:14:26.435 INFO O| Dec 19 19:14:26.435 INFO STEP 453 (remove_files) COMPLETE
57032024-12-19T19:14:28.278Z[ recovery-image] Dec 19 19:14:26.435 INFO O| Dec 19 19:14:26.435 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-19T19:14:28.296Z[ recovery-image] Dec 19 19:14:26.453 INFO O| Dec 19 19:14:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57052024-12-19T19:14:28.296Z[ recovery-image] Dec 19 19:14:26.453 INFO O| Dec 19 19:14:26.453 INFO STEP 454 (remove_files) COMPLETE
57062024-12-19T19:14:28.299Z[ recovery-image] Dec 19 19:14:26.453 INFO O| Dec 19 19:14:26.453 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-19T19:14:28.315Z[ recovery-image] Dec 19 19:14:26.471 INFO O| Dec 19 19:14:26.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57082024-12-19T19:14:28.315Z[ recovery-image] Dec 19 19:14:26.471 INFO O| Dec 19 19:14:26.471 INFO STEP 455 (remove_files) COMPLETE
57092024-12-19T19:14:28.315Z[ recovery-image] Dec 19 19:14:26.471 INFO O| Dec 19 19:14:26.471 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-19T19:14:28.335Z[ recovery-image] Dec 19 19:14:26.491 INFO O| Dec 19 19:14:26.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57112024-12-19T19:14:28.335Z[ recovery-image] Dec 19 19:14:26.491 INFO O| Dec 19 19:14:26.491 INFO STEP 456 (remove_files) COMPLETE
57122024-12-19T19:14:28.335Z[ recovery-image] Dec 19 19:14:26.491 INFO O| Dec 19 19:14:26.491 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-19T19:14:28.357Z[ recovery-image] Dec 19 19:14:26.513 INFO O| Dec 19 19:14:26.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57142024-12-19T19:14:28.357Z[ recovery-image] Dec 19 19:14:26.513 INFO O| Dec 19 19:14:26.513 INFO STEP 457 (remove_files) COMPLETE
57152024-12-19T19:14:28.357Z[ recovery-image] Dec 19 19:14:26.513 INFO O| Dec 19 19:14:26.513 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-19T19:14:28.378Z[ recovery-image] Dec 19 19:14:26.534 INFO O| Dec 19 19:14:26.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57172024-12-19T19:14:28.378Z[ recovery-image] Dec 19 19:14:26.534 INFO O| Dec 19 19:14:26.534 INFO STEP 458 (remove_files) COMPLETE
57182024-12-19T19:14:28.381Z[ recovery-image] Dec 19 19:14:26.534 INFO O| Dec 19 19:14:26.534 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-19T19:14:28.401Z[ recovery-image] Dec 19 19:14:26.558 INFO O| Dec 19 19:14:26.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57202024-12-19T19:14:28.401Z[ recovery-image] Dec 19 19:14:26.558 INFO O| Dec 19 19:14:26.558 INFO STEP 459 (remove_files) COMPLETE
57212024-12-19T19:14:28.401Z[ recovery-image] Dec 19 19:14:26.558 INFO O| Dec 19 19:14:26.558 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-19T19:14:28.424Z[ recovery-image] Dec 19 19:14:26.581 INFO O| Dec 19 19:14:26.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57232024-12-19T19:14:28.424Z[ recovery-image] Dec 19 19:14:26.581 INFO O| Dec 19 19:14:26.581 INFO STEP 460 (remove_files) COMPLETE
57242024-12-19T19:14:28.424Z[ recovery-image] Dec 19 19:14:26.581 INFO O| Dec 19 19:14:26.581 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-19T19:14:28.467Z[ recovery-image] Dec 19 19:14:26.624 INFO O| Dec 19 19:14:26.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57262024-12-19T19:14:28.467Z[ recovery-image] Dec 19 19:14:26.624 INFO O| Dec 19 19:14:26.624 INFO STEP 461 (remove_files) COMPLETE
57272024-12-19T19:14:28.470Z[ recovery-image] Dec 19 19:14:26.624 INFO O| Dec 19 19:14:26.624 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-19T19:14:28.491Z[ recovery-image] Dec 19 19:14:26.648 INFO O| Dec 19 19:14:26.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57292024-12-19T19:14:28.491Z[ recovery-image] Dec 19 19:14:26.648 INFO O| Dec 19 19:14:26.648 INFO STEP 462 (remove_files) COMPLETE
57302024-12-19T19:14:28.491Z[ recovery-image] Dec 19 19:14:26.648 INFO O| Dec 19 19:14:26.648 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-19T19:14:28.512Z[ recovery-image] Dec 19 19:14:26.669 INFO O| Dec 19 19:14:26.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57322024-12-19T19:14:28.515Z[ recovery-image] Dec 19 19:14:26.669 INFO O| Dec 19 19:14:26.669 INFO STEP 463 (remove_files) COMPLETE
57332024-12-19T19:14:28.515Z[ recovery-image] Dec 19 19:14:26.669 INFO O| Dec 19 19:14:26.669 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-19T19:14:28.534Z[ recovery-image] Dec 19 19:14:26.691 INFO O| Dec 19 19:14:26.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57352024-12-19T19:14:28.534Z[ recovery-image] Dec 19 19:14:26.691 INFO O| Dec 19 19:14:26.691 INFO STEP 464 (remove_files) COMPLETE
57362024-12-19T19:14:28.534Z[ recovery-image] Dec 19 19:14:26.691 INFO O| Dec 19 19:14:26.691 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-19T19:14:28.571Z[ recovery-image] Dec 19 19:14:26.727 INFO O| Dec 19 19:14:26.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57382024-12-19T19:14:28.573Z[ recovery-image] Dec 19 19:14:26.728 INFO O| Dec 19 19:14:26.728 INFO STEP 465 (remove_files) COMPLETE
57392024-12-19T19:14:28.573Z[ recovery-image] Dec 19 19:14:26.728 INFO O| Dec 19 19:14:26.728 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-19T19:14:28.594Z[ recovery-image] Dec 19 19:14:26.751 INFO O| Dec 19 19:14:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57412024-12-19T19:14:28.597Z[ recovery-image] Dec 19 19:14:26.751 INFO O| Dec 19 19:14:26.751 INFO STEP 466 (remove_files) COMPLETE
57422024-12-19T19:14:28.597Z[ recovery-image] Dec 19 19:14:26.751 INFO O| Dec 19 19:14:26.751 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-19T19:14:28.615Z[ recovery-image] Dec 19 19:14:26.772 INFO O| Dec 19 19:14:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57442024-12-19T19:14:28.618Z[ recovery-image] Dec 19 19:14:26.772 INFO O| Dec 19 19:14:26.772 INFO STEP 467 (remove_files) COMPLETE
57452024-12-19T19:14:28.618Z[ recovery-image] Dec 19 19:14:26.772 INFO O| Dec 19 19:14:26.772 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-19T19:14:28.636Z[ recovery-image] Dec 19 19:14:26.792 INFO O| Dec 19 19:14:26.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57472024-12-19T19:14:28.639Z[ recovery-image] Dec 19 19:14:26.793 INFO O| Dec 19 19:14:26.793 INFO STEP 468 (remove_files) COMPLETE
57482024-12-19T19:14:28.639Z[ recovery-image] Dec 19 19:14:26.793 INFO O| Dec 19 19:14:26.793 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-19T19:14:28.698Z[ recovery-image] Dec 19 19:14:26.855 INFO O| Dec 19 19:14:26.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57502024-12-19T19:14:28.701Z[ recovery-image] Dec 19 19:14:26.855 INFO O| Dec 19 19:14:26.855 INFO STEP 469 (remove_files) COMPLETE
57512024-12-19T19:14:28.701Z[ recovery-image] Dec 19 19:14:26.855 INFO O| Dec 19 19:14:26.855 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-19T19:14:28.718Z[ recovery-image] Dec 19 19:14:26.875 INFO O| Dec 19 19:14:26.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57532024-12-19T19:14:28.721Z[ recovery-image] Dec 19 19:14:26.875 INFO O| Dec 19 19:14:26.875 INFO STEP 470 (remove_files) COMPLETE
57542024-12-19T19:14:28.721Z[ recovery-image] Dec 19 19:14:26.875 INFO O| Dec 19 19:14:26.875 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-19T19:14:28.738Z[ recovery-image] Dec 19 19:14:26.895 INFO O| Dec 19 19:14:26.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57562024-12-19T19:14:28.738Z[ recovery-image] Dec 19 19:14:26.895 INFO O| Dec 19 19:14:26.895 INFO STEP 471 (remove_files) COMPLETE
57572024-12-19T19:14:28.738Z[ recovery-image] Dec 19 19:14:26.895 INFO O| Dec 19 19:14:26.895 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-19T19:14:28.757Z[ recovery-image] Dec 19 19:14:26.914 INFO O| Dec 19 19:14:26.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57592024-12-19T19:14:28.758Z[ recovery-image] Dec 19 19:14:26.914 INFO O| Dec 19 19:14:26.914 INFO STEP 472 (remove_files) COMPLETE
57602024-12-19T19:14:28.761Z[ recovery-image] Dec 19 19:14:26.914 INFO O| Dec 19 19:14:26.914 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-19T19:14:28.777Z[ recovery-image] Dec 19 19:14:26.934 INFO O| Dec 19 19:14:26.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57622024-12-19T19:14:28.777Z[ recovery-image] Dec 19 19:14:26.934 INFO O| Dec 19 19:14:26.934 INFO STEP 473 (remove_files) COMPLETE
57632024-12-19T19:14:28.779Z[ recovery-image] Dec 19 19:14:26.934 INFO O| Dec 19 19:14:26.934 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-19T19:14:28.804Z[ recovery-image] Dec 19 19:14:26.960 INFO O| Dec 19 19:14:26.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57652024-12-19T19:14:28.804Z[ recovery-image] Dec 19 19:14:26.960 INFO O| Dec 19 19:14:26.960 INFO STEP 474 (remove_files) COMPLETE
57662024-12-19T19:14:28.804Z[ recovery-image] Dec 19 19:14:26.960 INFO O| Dec 19 19:14:26.960 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-19T19:14:28.823Z[ recovery-image] Dec 19 19:14:26.980 INFO O| Dec 19 19:14:26.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57682024-12-19T19:14:28.826Z[ recovery-image] Dec 19 19:14:26.981 INFO O| Dec 19 19:14:26.980 INFO STEP 475 (remove_files) COMPLETE
57692024-12-19T19:14:28.826Z[ recovery-image] Dec 19 19:14:26.981 INFO O| Dec 19 19:14:26.981 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-19T19:14:28.844Z[ recovery-image] Dec 19 19:14:27.001 INFO O| Dec 19 19:14:27.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57712024-12-19T19:14:28.847Z[ recovery-image] Dec 19 19:14:27.001 INFO O| Dec 19 19:14:27.001 INFO STEP 476 (remove_files) COMPLETE
57722024-12-19T19:14:28.847Z[ recovery-image] Dec 19 19:14:27.001 INFO O| Dec 19 19:14:27.001 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-19T19:14:28.864Z[ recovery-image] Dec 19 19:14:27.020 INFO O| Dec 19 19:14:27.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57742024-12-19T19:14:28.867Z[ recovery-image] Dec 19 19:14:27.020 INFO O| Dec 19 19:14:27.020 INFO STEP 477 (remove_files) COMPLETE
57752024-12-19T19:14:28.867Z[ recovery-image] Dec 19 19:14:27.021 INFO O| Dec 19 19:14:27.020 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-19T19:14:28.908Z[ recovery-image] Dec 19 19:14:27.064 INFO O| Dec 19 19:14:27.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57772024-12-19T19:14:28.908Z[ recovery-image] Dec 19 19:14:27.064 INFO O| Dec 19 19:14:27.064 INFO STEP 478 (remove_files) COMPLETE
57782024-12-19T19:14:28.908Z[ recovery-image] Dec 19 19:14:27.064 INFO O| Dec 19 19:14:27.064 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-19T19:14:28.929Z[ recovery-image] Dec 19 19:14:27.085 INFO O| Dec 19 19:14:27.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57802024-12-19T19:14:28.931Z[ recovery-image] Dec 19 19:14:27.086 INFO O| Dec 19 19:14:27.086 INFO STEP 479 (remove_files) COMPLETE
57812024-12-19T19:14:28.931Z[ recovery-image] Dec 19 19:14:27.086 INFO O| Dec 19 19:14:27.086 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-19T19:14:28.977Z[ recovery-image] Dec 19 19:14:27.134 INFO O| Dec 19 19:14:27.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57832024-12-19T19:14:28.977Z[ recovery-image] Dec 19 19:14:27.134 INFO O| Dec 19 19:14:27.134 INFO STEP 480 (remove_files) COMPLETE
57842024-12-19T19:14:28.980Z[ recovery-image] Dec 19 19:14:27.134 INFO O| Dec 19 19:14:27.134 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-19T19:14:28.999Z[ recovery-image] Dec 19 19:14:27.156 INFO O| Dec 19 19:14:27.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57862024-12-19T19:14:28.999Z[ recovery-image] Dec 19 19:14:27.156 INFO O| Dec 19 19:14:27.156 INFO STEP 481 (remove_files) COMPLETE
57872024-12-19T19:14:28.999Z[ recovery-image] Dec 19 19:14:27.156 INFO O| Dec 19 19:14:27.156 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-19T19:14:29.041Z[ recovery-image] Dec 19 19:14:27.198 INFO O| Dec 19 19:14:27.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57892024-12-19T19:14:29.042Z[ recovery-image] Dec 19 19:14:27.198 INFO O| Dec 19 19:14:27.198 INFO STEP 482 (remove_files) COMPLETE
57902024-12-19T19:14:29.042Z[ recovery-image] Dec 19 19:14:27.198 INFO O| Dec 19 19:14:27.198 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-19T19:14:29.103Z[ recovery-image] Dec 19 19:14:27.259 INFO O| Dec 19 19:14:27.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57922024-12-19T19:14:29.122Z[ recovery-image] Dec 19 19:14:27.279 INFO O| Dec 19 19:14:27.279 INFO STEP 483 (remove_files) COMPLETE
57932024-12-19T19:14:29.122Z[ recovery-image] Dec 19 19:14:27.279 INFO O| Dec 19 19:14:27.279 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-12-19T19:14:29.144Z[ recovery-image] Dec 19 19:14:27.301 INFO O| Dec 19 19:14:27.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57952024-12-19T19:14:29.148Z[ recovery-image] Dec 19 19:14:27.301 INFO O| Dec 19 19:14:27.301 INFO STEP 484 (remove_files) COMPLETE
57962024-12-19T19:14:29.148Z[ recovery-image] Dec 19 19:14:27.301 INFO O| Dec 19 19:14:27.301 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-12-19T19:14:29.165Z[ recovery-image] Dec 19 19:14:27.321 INFO O| Dec 19 19:14:27.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57982024-12-19T19:14:29.167Z[ recovery-image] Dec 19 19:14:27.321 INFO O| Dec 19 19:14:27.321 INFO STEP 485 (remove_files) COMPLETE
57992024-12-19T19:14:29.168Z[ recovery-image] Dec 19 19:14:27.322 INFO O| Dec 19 19:14:27.322 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-12-19T19:14:29.184Z[ recovery-image] Dec 19 19:14:27.341 INFO O| Dec 19 19:14:27.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58012024-12-19T19:14:29.187Z[ recovery-image] Dec 19 19:14:27.341 INFO O| Dec 19 19:14:27.341 INFO STEP 486 (remove_files) COMPLETE
58022024-12-19T19:14:29.187Z[ recovery-image] Dec 19 19:14:27.341 INFO O| Dec 19 19:14:27.341 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-12-19T19:14:29.204Z[ recovery-image] Dec 19 19:14:27.361 INFO O| Dec 19 19:14:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58042024-12-19T19:14:29.207Z[ recovery-image] Dec 19 19:14:27.361 INFO O| Dec 19 19:14:27.361 INFO STEP 487 (remove_files) COMPLETE
58052024-12-19T19:14:29.207Z[ recovery-image] Dec 19 19:14:27.361 INFO O| Dec 19 19:14:27.361 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-19T19:14:29.224Z[ recovery-image] Dec 19 19:14:27.381 INFO O| Dec 19 19:14:27.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58072024-12-19T19:14:29.229Z[ recovery-image] Dec 19 19:14:27.381 INFO O| Dec 19 19:14:27.381 INFO STEP 488 (remove_files) COMPLETE
58082024-12-19T19:14:29.229Z[ recovery-image] Dec 19 19:14:27.382 INFO O| Dec 19 19:14:27.381 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-12-19T19:14:29.244Z[ recovery-image] Dec 19 19:14:27.400 INFO O| Dec 19 19:14:27.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58102024-12-19T19:14:29.247Z[ recovery-image] Dec 19 19:14:27.400 INFO O| Dec 19 19:14:27.400 INFO STEP 489 (remove_files) COMPLETE
58112024-12-19T19:14:29.247Z[ recovery-image] Dec 19 19:14:27.400 INFO O| Dec 19 19:14:27.400 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-12-19T19:14:29.276Z[ recovery-image] Dec 19 19:14:27.432 INFO O| Dec 19 19:14:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58132024-12-19T19:14:29.276Z[ recovery-image] Dec 19 19:14:27.432 INFO O| Dec 19 19:14:27.432 INFO STEP 490 (remove_files) COMPLETE
58142024-12-19T19:14:29.278Z[ recovery-image] Dec 19 19:14:27.433 INFO O| Dec 19 19:14:27.432 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-12-19T19:14:29.296Z[ recovery-image] Dec 19 19:14:27.452 INFO O| Dec 19 19:14:27.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58162024-12-19T19:14:29.299Z[ recovery-image] Dec 19 19:14:27.453 INFO O| Dec 19 19:14:27.453 INFO STEP 491 (remove_files) COMPLETE
58172024-12-19T19:14:29.299Z[ recovery-image] Dec 19 19:14:27.453 INFO O| Dec 19 19:14:27.453 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-12-19T19:14:29.318Z[ recovery-image] Dec 19 19:14:27.472 INFO O| Dec 19 19:14:27.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58192024-12-19T19:14:29.321Z[ recovery-image] Dec 19 19:14:27.473 INFO O| Dec 19 19:14:27.473 INFO STEP 492 (remove_files) COMPLETE
58202024-12-19T19:14:29.321Z[ recovery-image] Dec 19 19:14:27.473 INFO O| Dec 19 19:14:27.473 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-12-19T19:14:29.336Z[ recovery-image] Dec 19 19:14:27.493 INFO O| Dec 19 19:14:27.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58222024-12-19T19:14:29.340Z[ recovery-image] Dec 19 19:14:27.493 INFO O| Dec 19 19:14:27.493 INFO STEP 493 (remove_files) COMPLETE
58232024-12-19T19:14:29.340Z[ recovery-image] Dec 19 19:14:27.493 INFO O| Dec 19 19:14:27.493 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-12-19T19:14:29.357Z[ recovery-image] Dec 19 19:14:27.513 INFO O| Dec 19 19:14:27.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58252024-12-19T19:14:29.359Z[ recovery-image] Dec 19 19:14:27.513 INFO O| Dec 19 19:14:27.513 INFO STEP 494 (remove_files) COMPLETE
58262024-12-19T19:14:29.359Z[ recovery-image] Dec 19 19:14:27.513 INFO O| Dec 19 19:14:27.513 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-19T19:14:29.375Z[ recovery-image] Dec 19 19:14:27.531 INFO O| Dec 19 19:14:27.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58282024-12-19T19:14:29.379Z[ recovery-image] Dec 19 19:14:27.532 INFO O| Dec 19 19:14:27.531 INFO STEP 495 (remove_files) COMPLETE
58292024-12-19T19:14:29.379Z[ recovery-image] Dec 19 19:14:27.532 INFO O| Dec 19 19:14:27.531 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-19T19:14:29.393Z[ recovery-image] Dec 19 19:14:27.549 INFO O| Dec 19 19:14:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58312024-12-19T19:14:29.393Z[ recovery-image] Dec 19 19:14:27.549 INFO O| Dec 19 19:14:27.549 INFO STEP 496 (remove_files) COMPLETE
58322024-12-19T19:14:29.393Z[ recovery-image] Dec 19 19:14:27.549 INFO O| Dec 19 19:14:27.549 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-12-19T19:14:29.412Z[ recovery-image] Dec 19 19:14:27.569 INFO O| Dec 19 19:14:27.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58342024-12-19T19:14:29.412Z[ recovery-image] Dec 19 19:14:27.569 INFO O| Dec 19 19:14:27.569 INFO STEP 497 (remove_files) COMPLETE
58352024-12-19T19:14:29.415Z[ recovery-image] Dec 19 19:14:27.569 INFO O| Dec 19 19:14:27.569 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-12-19T19:14:29.431Z[ recovery-image] Dec 19 19:14:27.588 INFO O| Dec 19 19:14:27.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58372024-12-19T19:14:29.431Z[ recovery-image] Dec 19 19:14:27.588 INFO O| Dec 19 19:14:27.588 INFO STEP 498 (remove_files) COMPLETE
58382024-12-19T19:14:29.435Z[ recovery-image] Dec 19 19:14:27.588 INFO O| Dec 19 19:14:27.588 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-12-19T19:14:29.451Z[ recovery-image] Dec 19 19:14:27.608 INFO O| Dec 19 19:14:27.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58402024-12-19T19:14:29.451Z[ recovery-image] Dec 19 19:14:27.608 INFO O| Dec 19 19:14:27.608 INFO STEP 499 (remove_files) COMPLETE
58412024-12-19T19:14:29.455Z[ recovery-image] Dec 19 19:14:27.608 INFO O| Dec 19 19:14:27.608 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-12-19T19:14:29.472Z[ recovery-image] Dec 19 19:14:27.629 INFO O| Dec 19 19:14:27.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58432024-12-19T19:14:29.472Z[ recovery-image] Dec 19 19:14:27.629 INFO O| Dec 19 19:14:27.629 INFO STEP 500 (remove_files) COMPLETE
58442024-12-19T19:14:29.472Z[ recovery-image] Dec 19 19:14:27.629 INFO O| Dec 19 19:14:27.629 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-12-19T19:14:29.492Z[ recovery-image] Dec 19 19:14:27.649 INFO O| Dec 19 19:14:27.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58462024-12-19T19:14:29.493Z[ recovery-image] Dec 19 19:14:27.649 INFO O| Dec 19 19:14:27.649 INFO STEP 501 (remove_files) COMPLETE
58472024-12-19T19:14:29.493Z[ recovery-image] Dec 19 19:14:27.649 INFO O| Dec 19 19:14:27.649 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-12-19T19:14:29.512Z[ recovery-image] Dec 19 19:14:27.669 INFO O| Dec 19 19:14:27.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58492024-12-19T19:14:29.512Z[ recovery-image] Dec 19 19:14:27.669 INFO O| Dec 19 19:14:27.669 INFO STEP 502 (remove_files) COMPLETE
58502024-12-19T19:14:29.512Z[ recovery-image] Dec 19 19:14:27.669 INFO O| Dec 19 19:14:27.669 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-12-19T19:14:29.546Z[ recovery-image] Dec 19 19:14:27.702 INFO O| Dec 19 19:14:27.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58522024-12-19T19:14:29.546Z[ recovery-image] Dec 19 19:14:27.702 INFO O| Dec 19 19:14:27.702 INFO STEP 503 (remove_files) COMPLETE
58532024-12-19T19:14:29.546Z[ recovery-image] Dec 19 19:14:27.702 INFO O| Dec 19 19:14:27.702 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-12-19T19:14:29.564Z[ recovery-image] Dec 19 19:14:27.720 INFO O| Dec 19 19:14:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58552024-12-19T19:14:29.564Z[ recovery-image] Dec 19 19:14:27.720 INFO O| Dec 19 19:14:27.720 INFO STEP 504 (remove_files) COMPLETE
58562024-12-19T19:14:29.564Z[ recovery-image] Dec 19 19:14:27.720 INFO O| Dec 19 19:14:27.720 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-12-19T19:14:29.659Z[ recovery-image] Dec 19 19:14:27.815 INFO O| Dec 19 19:14:27.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58582024-12-19T19:14:29.659Z[ recovery-image] Dec 19 19:14:27.815 INFO O| Dec 19 19:14:27.815 INFO STEP 505 (remove_files) COMPLETE
58592024-12-19T19:14:29.662Z[ recovery-image] Dec 19 19:14:27.816 INFO O| Dec 19 19:14:27.815 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-12-19T19:14:29.682Z[ recovery-image] Dec 19 19:14:27.838 INFO O| Dec 19 19:14:27.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58612024-12-19T19:14:29.706Z[ recovery-image] Dec 19 19:14:27.863 INFO O| Dec 19 19:14:27.863 INFO STEP 506 (remove_files) COMPLETE
58622024-12-19T19:14:29.706Z[ recovery-image] Dec 19 19:14:27.863 INFO O| Dec 19 19:14:27.863 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-12-19T19:14:29.809Z[ recovery-image] Dec 19 19:14:27.965 INFO O| Dec 19 19:14:27.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58642024-12-19T19:14:29.885Z[ recovery-image] Dec 19 19:14:28.041 INFO O| Dec 19 19:14:28.041 INFO STEP 507 (remove_files) COMPLETE
58652024-12-19T19:14:29.885Z[ recovery-image] Dec 19 19:14:28.041 INFO O| Dec 19 19:14:28.041 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-19T19:14:29.932Z[ recovery-image] Dec 19 19:14:28.089 INFO O| Dec 19 19:14:28.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58672024-12-19T19:14:29.932Z[ recovery-image] Dec 19 19:14:28.089 INFO O| Dec 19 19:14:28.089 INFO STEP 508 (remove_files) COMPLETE
58682024-12-19T19:14:29.932Z[ recovery-image] Dec 19 19:14:28.089 INFO O| Dec 19 19:14:28.089 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-19T19:14:29.984Z[ recovery-image] Dec 19 19:14:28.140 INFO O| Dec 19 19:14:28.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58702024-12-19T19:14:29.984Z[ recovery-image] Dec 19 19:14:28.140 INFO O| Dec 19 19:14:28.140 INFO STEP 509 (remove_files) COMPLETE
58712024-12-19T19:14:29.984Z[ recovery-image] Dec 19 19:14:28.140 INFO O| Dec 19 19:14:28.140 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-12-19T19:14:30.007Z[ recovery-image] Dec 19 19:14:28.163 INFO O| Dec 19 19:14:28.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58732024-12-19T19:14:30.007Z[ recovery-image] Dec 19 19:14:28.163 INFO O| Dec 19 19:14:28.163 INFO STEP 510 (remove_files) COMPLETE
58742024-12-19T19:14:30.007Z[ recovery-image] Dec 19 19:14:28.163 INFO O| Dec 19 19:14:28.163 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-12-19T19:14:30.034Z[ recovery-image] Dec 19 19:14:28.190 INFO O| Dec 19 19:14:28.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58762024-12-19T19:14:30.038Z[ recovery-image] Dec 19 19:14:28.190 INFO O| Dec 19 19:14:28.190 INFO STEP 511 (remove_files) COMPLETE
58772024-12-19T19:14:30.038Z[ recovery-image] Dec 19 19:14:28.190 INFO O| Dec 19 19:14:28.190 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-12-19T19:14:30.128Z[ recovery-image] Dec 19 19:14:28.284 INFO O| Dec 19 19:14:28.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58792024-12-19T19:14:30.128Z[ recovery-image] Dec 19 19:14:28.284 INFO O| Dec 19 19:14:28.284 INFO STEP 512 (remove_files) COMPLETE
58802024-12-19T19:14:30.128Z[ recovery-image] Dec 19 19:14:28.284 INFO O| Dec 19 19:14:28.284 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-12-19T19:14:30.220Z[ recovery-image] Dec 19 19:14:28.377 INFO O| Dec 19 19:14:28.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58822024-12-19T19:14:30.223Z[ recovery-image] Dec 19 19:14:28.377 INFO O| Dec 19 19:14:28.377 INFO STEP 513 (remove_files) COMPLETE
58832024-12-19T19:14:30.223Z[ recovery-image] Dec 19 19:14:28.377 INFO O| Dec 19 19:14:28.377 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-12-19T19:14:30.241Z[ recovery-image] Dec 19 19:14:28.398 INFO O| Dec 19 19:14:28.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58852024-12-19T19:14:30.244Z[ recovery-image] Dec 19 19:14:28.398 INFO O| Dec 19 19:14:28.398 INFO STEP 514 (remove_files) COMPLETE
58862024-12-19T19:14:30.244Z[ recovery-image] Dec 19 19:14:28.398 INFO O| Dec 19 19:14:28.398 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-12-19T19:14:30.262Z[ recovery-image] Dec 19 19:14:28.419 INFO O| Dec 19 19:14:28.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58882024-12-19T19:14:30.262Z[ recovery-image] Dec 19 19:14:28.419 INFO O| Dec 19 19:14:28.419 INFO STEP 515 (remove_files) COMPLETE
58892024-12-19T19:14:30.265Z[ recovery-image] Dec 19 19:14:28.419 INFO O| Dec 19 19:14:28.419 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-19T19:14:30.282Z[ recovery-image] Dec 19 19:14:28.439 INFO O| Dec 19 19:14:28.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58912024-12-19T19:14:30.282Z[ recovery-image] Dec 19 19:14:28.439 INFO O| Dec 19 19:14:28.439 INFO STEP 516 (remove_files) COMPLETE
58922024-12-19T19:14:30.283Z[ recovery-image] Dec 19 19:14:28.439 INFO O| Dec 19 19:14:28.439 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-19T19:14:30.303Z[ recovery-image] Dec 19 19:14:28.460 INFO O| Dec 19 19:14:28.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58942024-12-19T19:14:30.306Z[ recovery-image] Dec 19 19:14:28.460 INFO O| Dec 19 19:14:28.460 INFO STEP 517 (remove_files) COMPLETE
58952024-12-19T19:14:30.306Z[ recovery-image] Dec 19 19:14:28.460 INFO O| Dec 19 19:14:28.460 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-19T19:14:30.345Z[ recovery-image] Dec 19 19:14:28.500 INFO O| Dec 19 19:14:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58972024-12-19T19:14:30.345Z[ recovery-image] Dec 19 19:14:28.500 INFO O| Dec 19 19:14:28.500 INFO STEP 518 (remove_files) COMPLETE
58982024-12-19T19:14:30.351Z[ recovery-image] Dec 19 19:14:28.500 INFO O| Dec 19 19:14:28.500 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-12-19T19:14:30.402Z[ recovery-image] Dec 19 19:14:28.558 INFO O| Dec 19 19:14:28.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59002024-12-19T19:14:30.402Z[ recovery-image] Dec 19 19:14:28.558 INFO O| Dec 19 19:14:28.558 INFO STEP 519 (remove_files) COMPLETE
59012024-12-19T19:14:30.408Z[ recovery-image] Dec 19 19:14:28.558 INFO O| Dec 19 19:14:28.558 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-19T19:14:30.425Z[ recovery-image] Dec 19 19:14:28.580 INFO O| Dec 19 19:14:28.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59032024-12-19T19:14:30.430Z[ recovery-image] Dec 19 19:14:28.580 INFO O| Dec 19 19:14:28.580 INFO STEP 520 (remove_files) COMPLETE
59042024-12-19T19:14:30.431Z[ recovery-image] Dec 19 19:14:28.580 INFO O| Dec 19 19:14:28.580 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-19T19:14:30.445Z[ recovery-image] Dec 19 19:14:28.602 INFO O| Dec 19 19:14:28.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59062024-12-19T19:14:30.450Z[ recovery-image] Dec 19 19:14:28.602 INFO O| Dec 19 19:14:28.602 INFO STEP 521 (remove_files) COMPLETE
59072024-12-19T19:14:30.450Z[ recovery-image] Dec 19 19:14:28.602 INFO O| Dec 19 19:14:28.602 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-19T19:14:30.467Z[ recovery-image] Dec 19 19:14:28.623 INFO O| Dec 19 19:14:28.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59092024-12-19T19:14:30.487Z[ recovery-image] Dec 19 19:14:28.643 INFO O| Dec 19 19:14:28.643 INFO STEP 522 (remove_files) COMPLETE
59102024-12-19T19:14:30.491Z[ recovery-image] Dec 19 19:14:28.643 INFO O| Dec 19 19:14:28.643 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-19T19:14:30.505Z[ recovery-image] Dec 19 19:14:28.661 INFO O| Dec 19 19:14:28.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59122024-12-19T19:14:30.505Z[ recovery-image] Dec 19 19:14:28.661 INFO O| Dec 19 19:14:28.661 INFO STEP 523 (remove_files) COMPLETE
59132024-12-19T19:14:30.505Z[ recovery-image] Dec 19 19:14:28.661 INFO O| Dec 19 19:14:28.661 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-19T19:14:30.532Z[ recovery-image] Dec 19 19:14:28.686 INFO O| Dec 19 19:14:28.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59152024-12-19T19:14:30.533Z[ recovery-image] Dec 19 19:14:28.686 INFO O| Dec 19 19:14:28.686 INFO STEP 524 (remove_files) COMPLETE
59162024-12-19T19:14:30.533Z[ recovery-image] Dec 19 19:14:28.686 INFO O| Dec 19 19:14:28.686 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-19T19:14:30.549Z[ recovery-image] Dec 19 19:14:28.706 INFO O| Dec 19 19:14:28.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59182024-12-19T19:14:30.549Z[ recovery-image] Dec 19 19:14:28.706 INFO O| Dec 19 19:14:28.706 INFO STEP 525 (remove_files) COMPLETE
59192024-12-19T19:14:30.549Z[ recovery-image] Dec 19 19:14:28.706 INFO O| Dec 19 19:14:28.706 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-19T19:14:30.570Z[ recovery-image] Dec 19 19:14:28.723 INFO O| Dec 19 19:14:28.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59212024-12-19T19:14:30.570Z[ recovery-image] Dec 19 19:14:28.723 INFO O| Dec 19 19:14:28.723 INFO STEP 526 (remove_files) COMPLETE
59222024-12-19T19:14:30.570Z[ recovery-image] Dec 19 19:14:28.723 INFO O| Dec 19 19:14:28.723 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-12-19T19:14:30.585Z[ recovery-image] Dec 19 19:14:28.741 INFO O| Dec 19 19:14:28.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59242024-12-19T19:14:30.585Z[ recovery-image] Dec 19 19:14:28.741 INFO O| Dec 19 19:14:28.741 INFO STEP 527 (remove_files) COMPLETE
59252024-12-19T19:14:30.585Z[ recovery-image] Dec 19 19:14:28.741 INFO O| Dec 19 19:14:28.741 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-12-19T19:14:30.605Z[ recovery-image] Dec 19 19:14:28.761 INFO O| Dec 19 19:14:28.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59272024-12-19T19:14:30.605Z[ recovery-image] Dec 19 19:14:28.761 INFO O| Dec 19 19:14:28.761 INFO STEP 528 (remove_files) COMPLETE
59282024-12-19T19:14:30.605Z[ recovery-image] Dec 19 19:14:28.761 INFO O| Dec 19 19:14:28.761 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-19T19:14:30.637Z[ recovery-image] Dec 19 19:14:28.794 INFO O| Dec 19 19:14:28.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59302024-12-19T19:14:30.637Z[ recovery-image] Dec 19 19:14:28.794 INFO O| Dec 19 19:14:28.794 INFO STEP 529 (remove_files) COMPLETE
59312024-12-19T19:14:30.638Z[ recovery-image] Dec 19 19:14:28.794 INFO O| Dec 19 19:14:28.794 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-19T19:14:30.658Z[ recovery-image] Dec 19 19:14:28.814 INFO O| Dec 19 19:14:28.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59332024-12-19T19:14:30.658Z[ recovery-image] Dec 19 19:14:28.814 INFO O| Dec 19 19:14:28.814 INFO STEP 530 (remove_files) COMPLETE
59342024-12-19T19:14:30.661Z[ recovery-image] Dec 19 19:14:28.814 INFO O| Dec 19 19:14:28.814 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-19T19:14:30.695Z[ recovery-image] Dec 19 19:14:28.851 INFO O| Dec 19 19:14:28.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59362024-12-19T19:14:30.698Z[ recovery-image] Dec 19 19:14:28.851 INFO O| Dec 19 19:14:28.851 INFO STEP 531 (remove_files) COMPLETE
59372024-12-19T19:14:30.698Z[ recovery-image] Dec 19 19:14:28.852 INFO O| Dec 19 19:14:28.851 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-19T19:14:30.717Z[ recovery-image] Dec 19 19:14:28.873 INFO O| Dec 19 19:14:28.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59392024-12-19T19:14:30.720Z[ recovery-image] Dec 19 19:14:28.873 INFO O| Dec 19 19:14:28.873 INFO STEP 532 (remove_files) COMPLETE
59402024-12-19T19:14:30.720Z[ recovery-image] Dec 19 19:14:28.873 INFO O| Dec 19 19:14:28.873 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-19T19:14:30.736Z[ recovery-image] Dec 19 19:14:28.892 INFO O| Dec 19 19:14:28.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59422024-12-19T19:14:30.736Z[ recovery-image] Dec 19 19:14:28.893 INFO O| Dec 19 19:14:28.893 INFO STEP 533 (remove_files) COMPLETE
59432024-12-19T19:14:30.742Z[ recovery-image] Dec 19 19:14:28.893 INFO O| Dec 19 19:14:28.893 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-19T19:14:30.754Z[ recovery-image] Dec 19 19:14:28.911 INFO O| Dec 19 19:14:28.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59452024-12-19T19:14:30.757Z[ recovery-image] Dec 19 19:14:28.911 INFO O| Dec 19 19:14:28.911 INFO STEP 534 (remove_files) COMPLETE
59462024-12-19T19:14:30.757Z[ recovery-image] Dec 19 19:14:28.911 INFO O| Dec 19 19:14:28.911 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-19T19:14:30.797Z[ recovery-image] Dec 19 19:14:28.953 INFO O| Dec 19 19:14:28.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59482024-12-19T19:14:30.801Z[ recovery-image] Dec 19 19:14:28.954 INFO O| Dec 19 19:14:28.953 INFO STEP 535 (remove_files) COMPLETE
59492024-12-19T19:14:30.801Z[ recovery-image] Dec 19 19:14:28.954 INFO O| Dec 19 19:14:28.953 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-19T19:14:30.852Z[ recovery-image] Dec 19 19:14:29.009 INFO O| Dec 19 19:14:29.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59512024-12-19T19:14:30.855Z[ recovery-image] Dec 19 19:14:29.009 INFO O| Dec 19 19:14:29.009 INFO STEP 536 (remove_files) COMPLETE
59522024-12-19T19:14:30.855Z[ recovery-image] Dec 19 19:14:29.009 INFO O| Dec 19 19:14:29.009 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-19T19:14:30.878Z[ recovery-image] Dec 19 19:14:29.035 INFO O| Dec 19 19:14:29.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59542024-12-19T19:14:30.878Z[ recovery-image] Dec 19 19:14:29.035 INFO O| Dec 19 19:14:29.035 INFO STEP 537 (remove_files) COMPLETE
59552024-12-19T19:14:30.878Z[ recovery-image] Dec 19 19:14:29.035 INFO O| Dec 19 19:14:29.035 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-19T19:14:30.904Z[ recovery-image] Dec 19 19:14:29.060 INFO O| Dec 19 19:14:29.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59572024-12-19T19:14:30.904Z[ recovery-image] Dec 19 19:14:29.060 INFO O| Dec 19 19:14:29.060 INFO STEP 538 (remove_files) COMPLETE
59582024-12-19T19:14:30.904Z[ recovery-image] Dec 19 19:14:29.060 INFO O| Dec 19 19:14:29.060 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-19T19:14:30.929Z[ recovery-image] Dec 19 19:14:29.086 INFO O| Dec 19 19:14:29.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59602024-12-19T19:14:30.929Z[ recovery-image] Dec 19 19:14:29.086 INFO O| Dec 19 19:14:29.086 INFO STEP 539 (remove_files) COMPLETE
59612024-12-19T19:14:30.932Z[ recovery-image] Dec 19 19:14:29.086 INFO O| Dec 19 19:14:29.086 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-19T19:14:30.954Z[ recovery-image] Dec 19 19:14:29.110 INFO O| Dec 19 19:14:29.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59632024-12-19T19:14:30.954Z[ recovery-image] Dec 19 19:14:29.111 INFO O| Dec 19 19:14:29.110 INFO STEP 540 (remove_files) COMPLETE
59642024-12-19T19:14:30.954Z[ recovery-image] Dec 19 19:14:29.111 INFO O| Dec 19 19:14:29.110 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-19T19:14:30.979Z[ recovery-image] Dec 19 19:14:29.135 INFO O| Dec 19 19:14:29.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59662024-12-19T19:14:30.979Z[ recovery-image] Dec 19 19:14:29.135 INFO O| Dec 19 19:14:29.135 INFO STEP 541 (remove_files) COMPLETE
59672024-12-19T19:14:30.982Z[ recovery-image] Dec 19 19:14:29.135 INFO O| Dec 19 19:14:29.135 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-19T19:14:31.015Z[ recovery-image] Dec 19 19:14:29.172 INFO O| Dec 19 19:14:29.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59692024-12-19T19:14:31.015Z[ recovery-image] Dec 19 19:14:29.172 INFO O| Dec 19 19:14:29.172 INFO STEP 542 (remove_files) COMPLETE
59702024-12-19T19:14:31.018Z[ recovery-image] Dec 19 19:14:29.172 INFO O| Dec 19 19:14:29.172 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-19T19:14:31.059Z[ recovery-image] Dec 19 19:14:29.215 INFO O| Dec 19 19:14:29.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59722024-12-19T19:14:31.062Z[ recovery-image] Dec 19 19:14:29.215 INFO O| Dec 19 19:14:29.215 INFO STEP 543 (remove_files) COMPLETE
59732024-12-19T19:14:31.062Z[ recovery-image] Dec 19 19:14:29.215 INFO O| Dec 19 19:14:29.215 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-19T19:14:31.077Z[ recovery-image] Dec 19 19:14:29.234 INFO O| Dec 19 19:14:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59752024-12-19T19:14:31.077Z[ recovery-image] Dec 19 19:14:29.234 INFO O| Dec 19 19:14:29.234 INFO STEP 544 (remove_files) COMPLETE
59762024-12-19T19:14:31.080Z[ recovery-image] Dec 19 19:14:29.234 INFO O| Dec 19 19:14:29.234 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-19T19:14:31.094Z[ recovery-image] Dec 19 19:14:29.251 INFO O| Dec 19 19:14:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59782024-12-19T19:14:31.096Z[ recovery-image] Dec 19 19:14:29.251 INFO O| Dec 19 19:14:29.251 INFO STEP 545 (remove_files) COMPLETE
59792024-12-19T19:14:31.096Z[ recovery-image] Dec 19 19:14:29.251 INFO O| Dec 19 19:14:29.251 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-19T19:14:31.112Z[ recovery-image] Dec 19 19:14:29.268 INFO O| Dec 19 19:14:29.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59812024-12-19T19:14:31.115Z[ recovery-image] Dec 19 19:14:29.268 INFO O| Dec 19 19:14:29.268 INFO STEP 546 (remove_files) COMPLETE
59822024-12-19T19:14:31.115Z[ recovery-image] Dec 19 19:14:29.269 INFO O| Dec 19 19:14:29.268 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-19T19:14:31.133Z[ recovery-image] Dec 19 19:14:29.288 INFO O| Dec 19 19:14:29.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59842024-12-19T19:14:31.136Z[ recovery-image] Dec 19 19:14:29.288 INFO O| Dec 19 19:14:29.288 INFO STEP 547 (remove_files) COMPLETE
59852024-12-19T19:14:31.136Z[ recovery-image] Dec 19 19:14:29.289 INFO O| Dec 19 19:14:29.288 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-19T19:14:31.149Z[ recovery-image] Dec 19 19:14:29.306 INFO O| Dec 19 19:14:29.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59872024-12-19T19:14:31.154Z[ recovery-image] Dec 19 19:14:29.306 INFO O| Dec 19 19:14:29.306 INFO STEP 548 (remove_files) COMPLETE
59882024-12-19T19:14:31.154Z[ recovery-image] Dec 19 19:14:29.306 INFO O| Dec 19 19:14:29.306 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-19T19:14:31.168Z[ recovery-image] Dec 19 19:14:29.324 INFO O| Dec 19 19:14:29.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59902024-12-19T19:14:31.171Z[ recovery-image] Dec 19 19:14:29.325 INFO O| Dec 19 19:14:29.325 INFO STEP 549 (remove_files) COMPLETE
59912024-12-19T19:14:31.171Z[ recovery-image] Dec 19 19:14:29.325 INFO O| Dec 19 19:14:29.325 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-19T19:14:31.208Z[ recovery-image] Dec 19 19:14:29.362 INFO O| Dec 19 19:14:29.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59932024-12-19T19:14:31.211Z[ recovery-image] Dec 19 19:14:29.362 INFO O| Dec 19 19:14:29.362 INFO STEP 550 (remove_files) COMPLETE
59942024-12-19T19:14:31.211Z[ recovery-image] Dec 19 19:14:29.362 INFO O| Dec 19 19:14:29.362 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-19T19:14:31.283Z[ recovery-image] Dec 19 19:14:29.439 INFO O| Dec 19 19:14:29.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59962024-12-19T19:14:31.283Z[ recovery-image] Dec 19 19:14:29.439 INFO O| Dec 19 19:14:29.439 INFO STEP 551 (remove_files) COMPLETE
59972024-12-19T19:14:31.283Z[ recovery-image] Dec 19 19:14:29.439 INFO O| Dec 19 19:14:29.439 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-19T19:14:31.298Z[ host-image] Dec 19 19:14:29.454 INFO O| Dec 19 19:14:29.454 INFO O| Planning: Solver setup ... Done
59992024-12-19T19:14:31.304Z[ host-image] Dec 19 19:14:29.461 INFO O| Dec 19 19:14:29.461 INFO O| Planning: Running solver ... Done
60002024-12-19T19:14:31.360Z[ recovery-image] Dec 19 19:14:29.516 INFO O| Dec 19 19:14:29.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60012024-12-19T19:14:31.360Z[ recovery-image] Dec 19 19:14:29.516 INFO O| Dec 19 19:14:29.516 INFO STEP 552 (remove_files) COMPLETE
60022024-12-19T19:14:31.360Z[ recovery-image] Dec 19 19:14:29.516 INFO O| Dec 19 19:14:29.516 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-19T19:14:31.379Z[ recovery-image] Dec 19 19:14:29.535 INFO O| Dec 19 19:14:29.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60042024-12-19T19:14:31.382Z[ recovery-image] Dec 19 19:14:29.535 INFO O| Dec 19 19:14:29.535 INFO STEP 553 (remove_files) COMPLETE
60052024-12-19T19:14:31.382Z[ recovery-image] Dec 19 19:14:29.535 INFO O| Dec 19 19:14:29.535 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-19T19:14:31.395Z[ host-image] Dec 19 19:14:29.552 INFO O| Dec 19 19:14:29.552 INFO O| Planning: Finding local manifests ... Done
60072024-12-19T19:14:31.398Z[ recovery-image] Dec 19 19:14:29.553 INFO O| Dec 19 19:14:29.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60082024-12-19T19:14:31.398Z[ host-image] Dec 19 19:14:29.553 INFO O| Dec 19 19:14:29.553 INFO O| Planning: Fetching manifests: 0/1 0% complete
60092024-12-19T19:14:31.398Z[ recovery-image] Dec 19 19:14:29.553 INFO O| Dec 19 19:14:29.553 INFO STEP 554 (remove_files) COMPLETE
60102024-12-19T19:14:31.398Z[ recovery-image] Dec 19 19:14:29.553 INFO O| Dec 19 19:14:29.553 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-19T19:14:31.438Z[ recovery-image] Dec 19 19:14:29.594 INFO O| Dec 19 19:14:29.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60122024-12-19T19:14:31.442Z[ recovery-image] Dec 19 19:14:29.594 INFO O| Dec 19 19:14:29.594 INFO STEP 555 (remove_files) COMPLETE
60132024-12-19T19:14:31.442Z[ recovery-image] Dec 19 19:14:29.594 INFO O| Dec 19 19:14:29.594 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-19T19:14:31.532Z[ recovery-image] Dec 19 19:14:29.689 INFO O| Dec 19 19:14:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60152024-12-19T19:14:31.553Z[ recovery-image] Dec 19 19:14:29.709 INFO O| Dec 19 19:14:29.709 INFO STEP 556 (remove_files) COMPLETE
60162024-12-19T19:14:31.553Z[ recovery-image] Dec 19 19:14:29.709 INFO O| Dec 19 19:14:29.709 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-19T19:14:31.566Z[ host-image] Dec 19 19:14:29.723 INFO O| Dec 19 19:14:29.722 INFO O| Planning: Fetching manifests: 1/1 100% complete
60182024-12-19T19:14:31.573Z[ recovery-image] Dec 19 19:14:29.730 INFO O| Dec 19 19:14:29.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60192024-12-19T19:14:31.573Z[ recovery-image] Dec 19 19:14:29.730 INFO O| Dec 19 19:14:29.730 INFO STEP 557 (remove_files) COMPLETE
60202024-12-19T19:14:31.577Z[ recovery-image] Dec 19 19:14:29.730 INFO O| Dec 19 19:14:29.730 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-19T19:14:31.598Z[ host-image] Dec 19 19:14:29.754 INFO O| Dec 19 19:14:29.754 INFO O| Planning: Package planning ... Done
60222024-12-19T19:14:31.601Z[ host-image] Dec 19 19:14:29.755 INFO O| Dec 19 19:14:29.755 INFO O| Planning: Merging actions ... Done
60232024-12-19T19:14:31.607Z[ recovery-image] Dec 19 19:14:29.764 INFO O| Dec 19 19:14:29.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60242024-12-19T19:14:31.610Z[ recovery-image] Dec 19 19:14:29.764 INFO O| Dec 19 19:14:29.764 INFO STEP 558 (remove_files) COMPLETE
60252024-12-19T19:14:31.610Z[ recovery-image] Dec 19 19:14:29.764 INFO O| Dec 19 19:14:29.764 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-19T19:14:31.631Z[ recovery-image] Dec 19 19:14:29.788 INFO O| Dec 19 19:14:29.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60272024-12-19T19:14:31.632Z[ recovery-image] Dec 19 19:14:29.788 INFO O| Dec 19 19:14:29.788 INFO STEP 559 (remove_files) COMPLETE
60282024-12-19T19:14:31.636Z[ recovery-image] Dec 19 19:14:29.788 INFO O| Dec 19 19:14:29.788 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-19T19:14:31.654Z[ recovery-image] Dec 19 19:14:29.811 INFO O| Dec 19 19:14:29.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60302024-12-19T19:14:31.654Z[ recovery-image] Dec 19 19:14:29.811 INFO O| Dec 19 19:14:29.811 INFO STEP 560 (remove_files) COMPLETE
60312024-12-19T19:14:31.657Z[ recovery-image] Dec 19 19:14:29.811 INFO O| Dec 19 19:14:29.811 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-19T19:14:31.715Z[ host-image] Dec 19 19:14:29.872 INFO O| Dec 19 19:14:29.871 INFO O| Planning: Checking for conflicting actions ... Done
60332024-12-19T19:14:31.718Z[ host-image] Dec 19 19:14:29.872 INFO O| Dec 19 19:14:29.872 INFO O| Planning: Consolidating action changes ... Done
60342024-12-19T19:14:31.738Z[ recovery-image] Dec 19 19:14:29.894 INFO O| Dec 19 19:14:29.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60352024-12-19T19:14:31.742Z[ recovery-image] Dec 19 19:14:29.895 INFO O| Dec 19 19:14:29.894 INFO STEP 561 (remove_files) COMPLETE
60362024-12-19T19:14:31.742Z[ recovery-image] Dec 19 19:14:29.895 INFO O| Dec 19 19:14:29.895 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-19T19:14:31.773Z[ recovery-image] Dec 19 19:14:29.929 INFO O| Dec 19 19:14:29.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60382024-12-19T19:14:31.773Z[ recovery-image] Dec 19 19:14:29.929 INFO O| Dec 19 19:14:29.929 INFO STEP 562 (remove_files) COMPLETE
60392024-12-19T19:14:31.779Z[ recovery-image] Dec 19 19:14:29.929 INFO O| Dec 19 19:14:29.929 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-19T19:14:31.795Z[ recovery-image] Dec 19 19:14:29.951 INFO O| Dec 19 19:14:29.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60412024-12-19T19:14:31.795Z[ recovery-image] Dec 19 19:14:29.951 INFO O| Dec 19 19:14:29.951 INFO STEP 563 (remove_files) COMPLETE
60422024-12-19T19:14:31.795Z[ recovery-image] Dec 19 19:14:29.951 INFO O| Dec 19 19:14:29.951 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-19T19:14:31.819Z[ recovery-image] Dec 19 19:14:29.974 INFO O| Dec 19 19:14:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60442024-12-19T19:14:31.819Z[ recovery-image] Dec 19 19:14:29.974 INFO O| Dec 19 19:14:29.974 INFO STEP 564 (remove_files) COMPLETE
60452024-12-19T19:14:31.820Z[ recovery-image] Dec 19 19:14:29.974 INFO O| Dec 19 19:14:29.974 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-12-19T19:14:31.840Z[ recovery-image] Dec 19 19:14:29.996 INFO O| Dec 19 19:14:29.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60472024-12-19T19:14:31.841Z[ recovery-image] Dec 19 19:14:29.996 INFO O| Dec 19 19:14:29.996 INFO STEP 565 (remove_files) COMPLETE
60482024-12-19T19:14:31.841Z[ recovery-image] Dec 19 19:14:29.996 INFO O| Dec 19 19:14:29.996 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-19T19:14:31.862Z[ recovery-image] Dec 19 19:14:30.018 INFO O| Dec 19 19:14:30.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60502024-12-19T19:14:31.862Z[ recovery-image] Dec 19 19:14:30.018 INFO O| Dec 19 19:14:30.018 INFO STEP 566 (remove_files) COMPLETE
60512024-12-19T19:14:31.864Z[ recovery-image] Dec 19 19:14:30.018 INFO O| Dec 19 19:14:30.018 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-19T19:14:31.919Z[ recovery-image] Dec 19 19:14:30.076 INFO O| Dec 19 19:14:30.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60532024-12-19T19:14:31.919Z[ recovery-image] Dec 19 19:14:30.076 INFO O| Dec 19 19:14:30.076 INFO STEP 567 (remove_files) COMPLETE
60542024-12-19T19:14:31.919Z[ recovery-image] Dec 19 19:14:30.076 INFO O| Dec 19 19:14:30.076 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-19T19:14:31.942Z[ recovery-image] Dec 19 19:14:30.098 INFO O| Dec 19 19:14:30.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60562024-12-19T19:14:31.945Z[ recovery-image] Dec 19 19:14:30.098 INFO O| Dec 19 19:14:30.098 INFO STEP 568 (remove_files) COMPLETE
60572024-12-19T19:14:31.945Z[ recovery-image] Dec 19 19:14:30.098 INFO O| Dec 19 19:14:30.098 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-12-19T19:14:31.983Z[ recovery-image] Dec 19 19:14:30.139 INFO O| Dec 19 19:14:30.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60592024-12-19T19:14:31.983Z[ recovery-image] Dec 19 19:14:30.139 INFO O| Dec 19 19:14:30.139 INFO STEP 569 (remove_files) COMPLETE
60602024-12-19T19:14:31.986Z[ recovery-image] Dec 19 19:14:30.139 INFO O| Dec 19 19:14:30.139 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-12-19T19:14:32.012Z[ recovery-image] Dec 19 19:14:30.169 INFO O| Dec 19 19:14:30.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60622024-12-19T19:14:32.012Z[ recovery-image] Dec 19 19:14:30.169 INFO O| Dec 19 19:14:30.169 INFO STEP 570 (remove_files) COMPLETE
60632024-12-19T19:14:32.012Z[ recovery-image] Dec 19 19:14:30.169 INFO O| Dec 19 19:14:30.169 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-12-19T19:14:32.052Z[ recovery-image] Dec 19 19:14:30.208 INFO O| Dec 19 19:14:30.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60652024-12-19T19:14:32.052Z[ recovery-image] Dec 19 19:14:30.208 INFO O| Dec 19 19:14:30.208 INFO STEP 571 (remove_files) COMPLETE
60662024-12-19T19:14:32.052Z[ recovery-image] Dec 19 19:14:30.208 INFO O| Dec 19 19:14:30.208 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-12-19T19:14:32.074Z[ recovery-image] Dec 19 19:14:30.231 INFO O| Dec 19 19:14:30.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60682024-12-19T19:14:32.074Z[ recovery-image] Dec 19 19:14:30.231 INFO O| Dec 19 19:14:30.231 INFO STEP 572 (remove_files) COMPLETE
60692024-12-19T19:14:32.074Z[ recovery-image] Dec 19 19:14:30.231 INFO O| Dec 19 19:14:30.231 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-12-19T19:14:32.094Z[ recovery-image] Dec 19 19:14:30.250 INFO O| Dec 19 19:14:30.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60712024-12-19T19:14:32.094Z[ recovery-image] Dec 19 19:14:30.250 INFO O| Dec 19 19:14:30.250 INFO STEP 573 (remove_files) COMPLETE
60722024-12-19T19:14:32.095Z[ recovery-image] Dec 19 19:14:30.250 INFO O| Dec 19 19:14:30.250 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-12-19T19:14:32.114Z[ recovery-image] Dec 19 19:14:30.270 INFO O| Dec 19 19:14:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60742024-12-19T19:14:32.114Z[ recovery-image] Dec 19 19:14:30.270 INFO O| Dec 19 19:14:30.270 INFO STEP 574 (remove_files) COMPLETE
60752024-12-19T19:14:32.114Z[ recovery-image] Dec 19 19:14:30.270 INFO O| Dec 19 19:14:30.270 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-12-19T19:14:32.134Z[ recovery-image] Dec 19 19:14:30.290 INFO O| Dec 19 19:14:30.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60772024-12-19T19:14:32.134Z[ recovery-image] Dec 19 19:14:30.290 INFO O| Dec 19 19:14:30.290 INFO STEP 575 (remove_files) COMPLETE
60782024-12-19T19:14:32.134Z[ recovery-image] Dec 19 19:14:30.290 INFO O| Dec 19 19:14:30.290 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-12-19T19:14:32.138Z[ host-image] Dec 19 19:14:30.291 INFO O| Dec 19 19:14:30.291 INFO O| Planning: Evaluating mediators ... Done
60802024-12-19T19:14:32.138Z[ host-image] Dec 19 19:14:30.292 INFO O| Dec 19 19:14:30.292 INFO O| Planning: Planning completed in 5.25 seconds
60812024-12-19T19:14:32.142Z[ host-image] Dec 19 19:14:30.294 INFO O| Dec 19 19:14:30.294 INFO O| Packages to install: 1
60822024-12-19T19:14:32.154Z[ recovery-image] Dec 19 19:14:30.311 INFO O| Dec 19 19:14:30.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60832024-12-19T19:14:32.154Z[ recovery-image] Dec 19 19:14:30.311 INFO O| Dec 19 19:14:30.311 INFO STEP 576 (remove_files) COMPLETE
60842024-12-19T19:14:32.154Z[ recovery-image] Dec 19 19:14:30.311 INFO O| Dec 19 19:14:30.311 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-12-19T19:14:32.157Z[ host-image] Dec 19 19:14:30.312 INFO O| Dec 19 19:14:30.312 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
60862024-12-19T19:14:32.174Z[ recovery-image] Dec 19 19:14:30.330 INFO O| Dec 19 19:14:30.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60872024-12-19T19:14:32.174Z[ recovery-image] Dec 19 19:14:30.330 INFO O| Dec 19 19:14:30.330 INFO STEP 577 (remove_files) COMPLETE
60882024-12-19T19:14:32.174Z[ recovery-image] Dec 19 19:14:30.330 INFO O| Dec 19 19:14:30.330 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-19T19:14:32.193Z[ recovery-image] Dec 19 19:14:30.350 INFO O| Dec 19 19:14:30.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60902024-12-19T19:14:32.194Z[ recovery-image] Dec 19 19:14:30.350 INFO O| Dec 19 19:14:30.350 INFO STEP 578 (remove_files) COMPLETE
60912024-12-19T19:14:32.194Z[ recovery-image] Dec 19 19:14:30.350 INFO O| Dec 19 19:14:30.350 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-19T19:14:32.213Z[ recovery-image] Dec 19 19:14:30.369 INFO O| Dec 19 19:14:30.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60932024-12-19T19:14:32.213Z[ recovery-image] Dec 19 19:14:30.370 INFO O| Dec 19 19:14:30.370 INFO STEP 579 (remove_files) COMPLETE
60942024-12-19T19:14:32.216Z[ recovery-image] Dec 19 19:14:30.370 INFO O| Dec 19 19:14:30.370 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-19T19:14:32.233Z[ recovery-image] Dec 19 19:14:30.389 INFO O| Dec 19 19:14:30.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60962024-12-19T19:14:32.236Z[ recovery-image] Dec 19 19:14:30.391 INFO O| Dec 19 19:14:30.391 INFO STEP 580 (remove_files) COMPLETE
60972024-12-19T19:14:32.236Z[ recovery-image] Dec 19 19:14:30.391 INFO O| Dec 19 19:14:30.391 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-19T19:14:32.260Z[ recovery-image] Dec 19 19:14:30.416 INFO O| Dec 19 19:14:30.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60992024-12-19T19:14:32.261Z[ recovery-image] Dec 19 19:14:30.416 INFO O| Dec 19 19:14:30.416 INFO STEP 581 (remove_files) COMPLETE
61002024-12-19T19:14:32.261Z[ recovery-image] Dec 19 19:14:30.416 INFO O| Dec 19 19:14:30.416 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-19T19:14:32.284Z[ recovery-image] Dec 19 19:14:30.439 INFO O| Dec 19 19:14:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61022024-12-19T19:14:32.284Z[ recovery-image] Dec 19 19:14:30.439 INFO O| Dec 19 19:14:30.439 INFO STEP 582 (remove_files) COMPLETE
61032024-12-19T19:14:32.284Z[ recovery-image] Dec 19 19:14:30.439 INFO O| Dec 19 19:14:30.439 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-19T19:14:32.303Z[ recovery-image] Dec 19 19:14:30.459 INFO O| Dec 19 19:14:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61052024-12-19T19:14:32.309Z[ recovery-image] Dec 19 19:14:30.459 INFO O| Dec 19 19:14:30.459 INFO STEP 583 (remove_files) COMPLETE
61062024-12-19T19:14:32.309Z[ recovery-image] Dec 19 19:14:30.459 INFO O| Dec 19 19:14:30.459 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-19T19:14:32.325Z[ recovery-image] Dec 19 19:14:30.481 INFO O| Dec 19 19:14:30.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61082024-12-19T19:14:32.325Z[ recovery-image] Dec 19 19:14:30.481 INFO O| Dec 19 19:14:30.481 INFO STEP 584 (remove_files) COMPLETE
61092024-12-19T19:14:32.325Z[ recovery-image] Dec 19 19:14:30.481 INFO O| Dec 19 19:14:30.481 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-19T19:14:32.347Z[ recovery-image] Dec 19 19:14:30.503 INFO O| Dec 19 19:14:30.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61112024-12-19T19:14:32.351Z[ recovery-image] Dec 19 19:14:30.503 INFO O| Dec 19 19:14:30.503 INFO STEP 585 (remove_files) COMPLETE
61122024-12-19T19:14:32.351Z[ recovery-image] Dec 19 19:14:30.503 INFO O| Dec 19 19:14:30.503 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-19T19:14:32.376Z[ recovery-image] Dec 19 19:14:30.531 INFO O| Dec 19 19:14:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61142024-12-19T19:14:32.380Z[ recovery-image] Dec 19 19:14:30.531 INFO O| Dec 19 19:14:30.531 INFO STEP 586 (remove_files) COMPLETE
61152024-12-19T19:14:32.381Z[ recovery-image] Dec 19 19:14:30.532 INFO O| Dec 19 19:14:30.531 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-19T19:14:32.397Z[ recovery-image] Dec 19 19:14:30.553 INFO O| Dec 19 19:14:30.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61172024-12-19T19:14:32.401Z[ recovery-image] Dec 19 19:14:30.553 INFO O| Dec 19 19:14:30.553 INFO STEP 587 (remove_files) COMPLETE
61182024-12-19T19:14:32.401Z[ recovery-image] Dec 19 19:14:30.554 INFO O| Dec 19 19:14:30.553 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-19T19:14:32.417Z[ recovery-image] Dec 19 19:14:30.573 INFO O| Dec 19 19:14:30.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61202024-12-19T19:14:32.417Z[ recovery-image] Dec 19 19:14:30.573 INFO O| Dec 19 19:14:30.573 INFO STEP 588 (remove_files) COMPLETE
61212024-12-19T19:14:32.420Z[ recovery-image] Dec 19 19:14:30.574 INFO O| Dec 19 19:14:30.573 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-19T19:14:32.436Z[ recovery-image] Dec 19 19:14:30.592 INFO O| Dec 19 19:14:30.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61232024-12-19T19:14:32.439Z[ recovery-image] Dec 19 19:14:30.593 INFO O| Dec 19 19:14:30.593 INFO STEP 589 (remove_files) COMPLETE
61242024-12-19T19:14:32.439Z[ recovery-image] Dec 19 19:14:30.593 INFO O| Dec 19 19:14:30.593 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-19T19:14:32.455Z[ recovery-image] Dec 19 19:14:30.612 INFO O| Dec 19 19:14:30.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61262024-12-19T19:14:32.460Z[ recovery-image] Dec 19 19:14:30.612 INFO O| Dec 19 19:14:30.612 INFO STEP 590 (remove_files) COMPLETE
61272024-12-19T19:14:32.460Z[ recovery-image] Dec 19 19:14:30.612 INFO O| Dec 19 19:14:30.612 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-19T19:14:32.478Z[ recovery-image] Dec 19 19:14:30.631 INFO O| Dec 19 19:14:30.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61292024-12-19T19:14:32.478Z[ recovery-image] Dec 19 19:14:30.631 INFO O| Dec 19 19:14:30.631 INFO STEP 591 (remove_files) COMPLETE
61302024-12-19T19:14:32.478Z[ recovery-image] Dec 19 19:14:30.631 INFO O| Dec 19 19:14:30.631 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-19T19:14:32.494Z[ recovery-image] Dec 19 19:14:30.650 INFO O| Dec 19 19:14:30.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61322024-12-19T19:14:32.494Z[ recovery-image] Dec 19 19:14:30.650 INFO O| Dec 19 19:14:30.650 INFO STEP 592 (remove_files) COMPLETE
61332024-12-19T19:14:32.494Z[ recovery-image] Dec 19 19:14:30.650 INFO O| Dec 19 19:14:30.650 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-19T19:14:32.514Z[ recovery-image] Dec 19 19:14:30.669 INFO O| Dec 19 19:14:30.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61352024-12-19T19:14:32.514Z[ recovery-image] Dec 19 19:14:30.670 INFO O| Dec 19 19:14:30.669 INFO STEP 593 (remove_files) COMPLETE
61362024-12-19T19:14:32.514Z[ recovery-image] Dec 19 19:14:30.670 INFO O| Dec 19 19:14:30.669 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-19T19:14:32.534Z[ recovery-image] Dec 19 19:14:30.690 INFO O| Dec 19 19:14:30.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61382024-12-19T19:14:32.534Z[ recovery-image] Dec 19 19:14:30.690 INFO O| Dec 19 19:14:30.690 INFO STEP 594 (remove_files) COMPLETE
61392024-12-19T19:14:32.534Z[ recovery-image] Dec 19 19:14:30.690 INFO O| Dec 19 19:14:30.690 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-19T19:14:32.554Z[ recovery-image] Dec 19 19:14:30.710 INFO O| Dec 19 19:14:30.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61412024-12-19T19:14:32.554Z[ recovery-image] Dec 19 19:14:30.710 INFO O| Dec 19 19:14:30.710 INFO STEP 595 (remove_files) COMPLETE
61422024-12-19T19:14:32.554Z[ recovery-image] Dec 19 19:14:30.710 INFO O| Dec 19 19:14:30.710 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-19T19:14:32.574Z[ recovery-image] Dec 19 19:14:30.730 INFO O| Dec 19 19:14:30.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61442024-12-19T19:14:32.574Z[ recovery-image] Dec 19 19:14:30.730 INFO O| Dec 19 19:14:30.730 INFO STEP 596 (remove_files) COMPLETE
61452024-12-19T19:14:32.577Z[ recovery-image] Dec 19 19:14:30.731 INFO O| Dec 19 19:14:30.730 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-19T19:14:32.594Z[ recovery-image] Dec 19 19:14:30.750 INFO O| Dec 19 19:14:30.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61472024-12-19T19:14:32.594Z[ recovery-image] Dec 19 19:14:30.750 INFO O| Dec 19 19:14:30.750 INFO STEP 597 (remove_files) COMPLETE
61482024-12-19T19:14:32.594Z[ recovery-image] Dec 19 19:14:30.750 INFO O| Dec 19 19:14:30.750 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-19T19:14:32.615Z[ recovery-image] Dec 19 19:14:30.769 INFO O| Dec 19 19:14:30.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61502024-12-19T19:14:32.615Z[ recovery-image] Dec 19 19:14:30.769 INFO O| Dec 19 19:14:30.769 INFO STEP 598 (remove_files) COMPLETE
61512024-12-19T19:14:32.615Z[ recovery-image] Dec 19 19:14:30.769 INFO O| Dec 19 19:14:30.769 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-19T19:14:32.632Z[ recovery-image] Dec 19 19:14:30.788 INFO O| Dec 19 19:14:30.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61532024-12-19T19:14:32.632Z[ recovery-image] Dec 19 19:14:30.788 INFO O| Dec 19 19:14:30.788 INFO STEP 599 (remove_files) COMPLETE
61542024-12-19T19:14:32.636Z[ recovery-image] Dec 19 19:14:30.788 INFO O| Dec 19 19:14:30.788 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-19T19:14:32.651Z[ recovery-image] Dec 19 19:14:30.807 INFO O| Dec 19 19:14:30.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61562024-12-19T19:14:32.655Z[ recovery-image] Dec 19 19:14:30.807 INFO O| Dec 19 19:14:30.807 INFO STEP 600 (remove_files) COMPLETE
61572024-12-19T19:14:32.655Z[ recovery-image] Dec 19 19:14:30.808 INFO O| Dec 19 19:14:30.807 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-19T19:14:32.670Z[ recovery-image] Dec 19 19:14:30.824 INFO O| Dec 19 19:14:30.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61592024-12-19T19:14:32.673Z[ recovery-image] Dec 19 19:14:30.824 INFO O| Dec 19 19:14:30.824 INFO STEP 601 (remove_files) COMPLETE
61602024-12-19T19:14:32.673Z[ recovery-image] Dec 19 19:14:30.825 INFO O| Dec 19 19:14:30.825 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-19T19:14:32.681Z[ host-image] Dec 19 19:14:30.837 INFO O| Dec 19 19:14:30.837 INFO O| Download: Completed 9.99 MB in 0.53 seconds (19.0M/s)
61622024-12-19T19:14:32.685Z[ recovery-image] Dec 19 19:14:30.841 INFO O| Dec 19 19:14:30.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61632024-12-19T19:14:32.688Z[ recovery-image] Dec 19 19:14:30.841 INFO O| Dec 19 19:14:30.841 INFO STEP 602 (remove_files) COMPLETE
61642024-12-19T19:14:32.688Z[ recovery-image] Dec 19 19:14:30.842 INFO O| Dec 19 19:14:30.841 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-19T19:14:32.704Z[ recovery-image] Dec 19 19:14:30.860 INFO O| Dec 19 19:14:30.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61662024-12-19T19:14:32.714Z[ recovery-image] Dec 19 19:14:30.871 INFO O| Dec 19 19:14:30.871 INFO STEP 603 (remove_files) COMPLETE
61672024-12-19T19:14:32.717Z[ recovery-image] Dec 19 19:14:30.871 INFO O| Dec 19 19:14:30.871 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-19T19:14:32.749Z[ recovery-image] Dec 19 19:14:30.906 INFO O| Dec 19 19:14:30.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61692024-12-19T19:14:32.752Z[ recovery-image] Dec 19 19:14:30.906 INFO O| Dec 19 19:14:30.906 INFO STEP 604 (remove_files) COMPLETE
61702024-12-19T19:14:32.752Z[ recovery-image] Dec 19 19:14:30.906 INFO O| Dec 19 19:14:30.906 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-19T19:14:32.773Z[ host-image] Dec 19 19:14:30.929 INFO O| Dec 19 19:14:30.929 INFO O| Actions: 1/22 actions (Installing new actions)
61722024-12-19T19:14:32.795Z[ recovery-image] Dec 19 19:14:30.952 INFO O| Dec 19 19:14:30.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61732024-12-19T19:14:32.798Z[ recovery-image] Dec 19 19:14:30.952 INFO O| Dec 19 19:14:30.952 INFO STEP 605 (remove_files) COMPLETE
61742024-12-19T19:14:32.798Z[ recovery-image] Dec 19 19:14:30.953 INFO O| Dec 19 19:14:30.952 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-19T19:14:32.817Z[ recovery-image] Dec 19 19:14:30.974 INFO O| Dec 19 19:14:30.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61762024-12-19T19:14:32.817Z[ recovery-image] Dec 19 19:14:30.974 INFO O| Dec 19 19:14:30.974 INFO STEP 606 (remove_files) COMPLETE
61772024-12-19T19:14:32.820Z[ recovery-image] Dec 19 19:14:30.974 INFO O| Dec 19 19:14:30.974 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-19T19:14:32.887Z[ recovery-image] Dec 19 19:14:31.043 INFO O| Dec 19 19:14:31.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61792024-12-19T19:14:32.887Z[ recovery-image] Dec 19 19:14:31.043 INFO O| Dec 19 19:14:31.043 INFO STEP 607 (remove_files) COMPLETE
61802024-12-19T19:14:32.887Z[ recovery-image] Dec 19 19:14:31.043 INFO O| Dec 19 19:14:31.043 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-19T19:14:32.910Z[ recovery-image] Dec 19 19:14:31.065 INFO O| Dec 19 19:14:31.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61822024-12-19T19:14:32.910Z[ recovery-image] Dec 19 19:14:31.065 INFO O| Dec 19 19:14:31.065 INFO STEP 608 (remove_files) COMPLETE
61832024-12-19T19:14:32.910Z[ recovery-image] Dec 19 19:14:31.065 INFO O| Dec 19 19:14:31.065 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-19T19:14:32.976Z[ recovery-image] Dec 19 19:14:31.133 INFO O| Dec 19 19:14:31.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61852024-12-19T19:14:32.976Z[ recovery-image] Dec 19 19:14:31.133 INFO O| Dec 19 19:14:31.128 INFO STEP 609 (remove_files) COMPLETE
61862024-12-19T19:14:32.976Z[ recovery-image] Dec 19 19:14:31.133 INFO O| Dec 19 19:14:31.128 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-19T19:14:32.994Z[ recovery-image] Dec 19 19:14:31.150 INFO O| Dec 19 19:14:31.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61882024-12-19T19:14:32.994Z[ recovery-image] Dec 19 19:14:31.150 INFO O| Dec 19 19:14:31.150 INFO STEP 610 (remove_files) COMPLETE
61892024-12-19T19:14:32.994Z[ recovery-image] Dec 19 19:14:31.150 INFO O| Dec 19 19:14:31.150 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-19T19:14:33.013Z[ recovery-image] Dec 19 19:14:31.170 INFO O| Dec 19 19:14:31.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61912024-12-19T19:14:33.013Z[ recovery-image] Dec 19 19:14:31.170 INFO O| Dec 19 19:14:31.170 INFO STEP 611 (remove_files) COMPLETE
61922024-12-19T19:14:33.016Z[ recovery-image] Dec 19 19:14:31.170 INFO O| Dec 19 19:14:31.170 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-19T19:14:33.078Z[ recovery-image] Dec 19 19:14:31.234 INFO O| Dec 19 19:14:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61942024-12-19T19:14:33.078Z[ recovery-image] Dec 19 19:14:31.234 INFO O| Dec 19 19:14:31.234 INFO STEP 612 (remove_files) COMPLETE
61952024-12-19T19:14:33.078Z[ recovery-image] Dec 19 19:14:31.234 INFO O| Dec 19 19:14:31.234 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-19T19:14:33.122Z[ recovery-image] Dec 19 19:14:31.278 INFO O| Dec 19 19:14:31.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61972024-12-19T19:14:33.123Z[ recovery-image] Dec 19 19:14:31.279 INFO O| Dec 19 19:14:31.278 INFO STEP 613 (remove_files) COMPLETE
61982024-12-19T19:14:33.123Z[ recovery-image] Dec 19 19:14:31.279 INFO O| Dec 19 19:14:31.278 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-19T19:14:33.137Z[ host-image] Dec 19 19:14:31.294 INFO O| Dec 19 19:14:31.293 INFO O| Actions: Completed 22 actions in 0.36 seconds.
62002024-12-19T19:14:33.144Z[ recovery-image] Dec 19 19:14:31.300 INFO O| Dec 19 19:14:31.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62012024-12-19T19:14:33.144Z[ recovery-image] Dec 19 19:14:31.301 INFO O| Dec 19 19:14:31.300 INFO STEP 614 (remove_files) COMPLETE
62022024-12-19T19:14:33.144Z[ recovery-image] Dec 19 19:14:31.301 INFO O| Dec 19 19:14:31.300 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-19T19:14:33.167Z[ recovery-image] Dec 19 19:14:31.321 INFO O| Dec 19 19:14:31.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62042024-12-19T19:14:33.188Z[ recovery-image] Dec 19 19:14:31.341 INFO O| Dec 19 19:14:31.341 INFO STEP 615 (remove_files) COMPLETE
62052024-12-19T19:14:33.188Z[ recovery-image] Dec 19 19:14:31.341 INFO O| Dec 19 19:14:31.341 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-19T19:14:33.207Z[ recovery-image] Dec 19 19:14:31.361 INFO O| Dec 19 19:14:31.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62072024-12-19T19:14:33.207Z[ recovery-image] Dec 19 19:14:31.361 INFO O| Dec 19 19:14:31.361 INFO STEP 616 (remove_files) COMPLETE
62082024-12-19T19:14:33.207Z[ recovery-image] Dec 19 19:14:31.361 INFO O| Dec 19 19:14:31.361 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-19T19:14:33.252Z[ recovery-image] Dec 19 19:14:31.408 INFO O| Dec 19 19:14:31.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62102024-12-19T19:14:33.252Z[ recovery-image] Dec 19 19:14:31.408 INFO O| Dec 19 19:14:31.408 INFO STEP 617 (remove_files) COMPLETE
62112024-12-19T19:14:33.255Z[ recovery-image] Dec 19 19:14:31.408 INFO O| Dec 19 19:14:31.408 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-12-19T19:14:33.281Z[ recovery-image] Dec 19 19:14:31.437 INFO O| Dec 19 19:14:31.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62132024-12-19T19:14:33.281Z[ recovery-image] Dec 19 19:14:31.437 INFO O| Dec 19 19:14:31.437 INFO STEP 618 (remove_files) COMPLETE
62142024-12-19T19:14:33.281Z[ recovery-image] Dec 19 19:14:31.437 INFO O| Dec 19 19:14:31.437 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-19T19:14:33.301Z[ recovery-image] Dec 19 19:14:31.457 INFO O| Dec 19 19:14:31.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62162024-12-19T19:14:33.301Z[ recovery-image] Dec 19 19:14:31.458 INFO O| Dec 19 19:14:31.458 INFO STEP 619 (remove_files) COMPLETE
62172024-12-19T19:14:33.301Z[ recovery-image] Dec 19 19:14:31.458 INFO O| Dec 19 19:14:31.458 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-19T19:14:33.307Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
62192024-12-19T19:14:33.325Z[ recovery-image] Dec 19 19:14:31.478 INFO O| Dec 19 19:14:31.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62202024-12-19T19:14:33.325Z[ recovery-image] Dec 19 19:14:31.479 INFO O| Dec 19 19:14:31.479 INFO STEP 620 (remove_files) COMPLETE
62212024-12-19T19:14:33.325Z[ recovery-image] Dec 19 19:14:31.479 INFO O| Dec 19 19:14:31.479 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-19T19:14:33.392Z[ recovery-image] Dec 19 19:14:31.548 INFO O| Dec 19 19:14:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62232024-12-19T19:14:33.392Z[ recovery-image] Dec 19 19:14:31.548 INFO O| Dec 19 19:14:31.548 INFO STEP 621 (remove_files) COMPLETE
62242024-12-19T19:14:33.392Z[ recovery-image] Dec 19 19:14:31.548 INFO O| Dec 19 19:14:31.548 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-19T19:14:33.436Z[ recovery-image] Dec 19 19:14:31.593 INFO O| Dec 19 19:14:31.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62262024-12-19T19:14:33.436Z[ recovery-image] Dec 19 19:14:31.593 INFO O| Dec 19 19:14:31.592 INFO STEP 622 (remove_files) COMPLETE
62272024-12-19T19:14:33.436Z[ recovery-image] Dec 19 19:14:31.593 INFO O| Dec 19 19:14:31.592 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-19T19:14:33.457Z[ recovery-image] Dec 19 19:14:31.613 INFO O| Dec 19 19:14:31.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62292024-12-19T19:14:33.459Z[ recovery-image] Dec 19 19:14:31.613 INFO O| Dec 19 19:14:31.613 INFO STEP 623 (remove_files) COMPLETE
62302024-12-19T19:14:33.459Z[ recovery-image] Dec 19 19:14:31.613 INFO O| Dec 19 19:14:31.613 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-19T19:14:33.497Z[ recovery-image] Dec 19 19:14:31.654 INFO O| Dec 19 19:14:31.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62322024-12-19T19:14:33.497Z[ recovery-image] Dec 19 19:14:31.654 INFO O| Dec 19 19:14:31.654 INFO STEP 624 (remove_files) COMPLETE
62332024-12-19T19:14:33.497Z[ recovery-image] Dec 19 19:14:31.654 INFO O| Dec 19 19:14:31.654 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-19T19:14:33.515Z[ recovery-image] Dec 19 19:14:31.671 INFO O| Dec 19 19:14:31.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62352024-12-19T19:14:33.515Z[ recovery-image] Dec 19 19:14:31.672 INFO O| Dec 19 19:14:31.672 INFO STEP 625 (remove_files) COMPLETE
62362024-12-19T19:14:33.515Z[ recovery-image] Dec 19 19:14:31.672 INFO O| Dec 19 19:14:31.672 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-19T19:14:33.532Z[ recovery-image] Dec 19 19:14:31.688 INFO O| Dec 19 19:14:31.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62382024-12-19T19:14:33.532Z[ recovery-image] Dec 19 19:14:31.688 INFO O| Dec 19 19:14:31.688 INFO STEP 626 (remove_files) COMPLETE
62392024-12-19T19:14:33.532Z[ recovery-image] Dec 19 19:14:31.688 INFO O| Dec 19 19:14:31.688 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-19T19:14:33.551Z[ recovery-image] Dec 19 19:14:31.706 INFO O| Dec 19 19:14:31.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62412024-12-19T19:14:33.551Z[ recovery-image] Dec 19 19:14:31.707 INFO O| Dec 19 19:14:31.707 INFO STEP 627 (remove_files) COMPLETE
62422024-12-19T19:14:33.556Z[ recovery-image] Dec 19 19:14:31.707 INFO O| Dec 19 19:14:31.707 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-19T19:14:33.571Z[ recovery-image] Dec 19 19:14:31.728 INFO O| Dec 19 19:14:31.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62442024-12-19T19:14:33.571Z[ recovery-image] Dec 19 19:14:31.728 INFO O| Dec 19 19:14:31.728 INFO STEP 628 (remove_files) COMPLETE
62452024-12-19T19:14:33.571Z[ recovery-image] Dec 19 19:14:31.728 INFO O| Dec 19 19:14:31.728 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-19T19:14:33.592Z[ recovery-image] Dec 19 19:14:31.748 INFO O| Dec 19 19:14:31.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62472024-12-19T19:14:33.592Z[ recovery-image] Dec 19 19:14:31.749 INFO O| Dec 19 19:14:31.748 INFO STEP 629 (remove_files) COMPLETE
62482024-12-19T19:14:33.595Z[ recovery-image] Dec 19 19:14:31.749 INFO O| Dec 19 19:14:31.749 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-19T19:14:33.613Z[ host-image] Dec 19 19:14:31.769 INFO O| Dec 19 19:14:31.769 INFO O| Done
62502024-12-19T19:14:33.616Z[ host-image] Dec 19 19:14:31.769 INFO O| Dec 19 19:14:31.769 INFO O| Done
62512024-12-19T19:14:33.616Z[ recovery-image] Dec 19 19:14:31.769 INFO O| Dec 19 19:14:31.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62522024-12-19T19:14:33.616Z[ recovery-image] Dec 19 19:14:31.769 INFO O| Dec 19 19:14:31.769 INFO STEP 630 (remove_files) COMPLETE
62532024-12-19T19:14:33.616Z[ recovery-image] Dec 19 19:14:31.769 INFO O| Dec 19 19:14:31.769 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-19T19:14:33.635Z[ recovery-image] Dec 19 19:14:31.791 INFO O| Dec 19 19:14:31.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62552024-12-19T19:14:33.635Z[ recovery-image] Dec 19 19:14:31.791 INFO O| Dec 19 19:14:31.791 INFO STEP 631 (remove_files) COMPLETE
62562024-12-19T19:14:33.635Z[ recovery-image] Dec 19 19:14:31.791 INFO O| Dec 19 19:14:31.791 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-19T19:14:33.676Z[ recovery-image] Dec 19 19:14:31.833 INFO O| Dec 19 19:14:31.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62582024-12-19T19:14:33.677Z[ recovery-image] Dec 19 19:14:31.833 INFO O| Dec 19 19:14:31.833 INFO STEP 632 (remove_files) COMPLETE
62592024-12-19T19:14:33.677Z[ recovery-image] Dec 19 19:14:31.833 INFO O| Dec 19 19:14:31.833 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-19T19:14:33.705Z[ recovery-image] Dec 19 19:14:31.861 INFO O| Dec 19 19:14:31.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62612024-12-19T19:14:33.705Z[ recovery-image] Dec 19 19:14:31.861 INFO O| Dec 19 19:14:31.861 INFO STEP 633 (remove_files) COMPLETE
62622024-12-19T19:14:33.708Z[ recovery-image] Dec 19 19:14:31.861 INFO O| Dec 19 19:14:31.861 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-19T19:14:33.759Z[ recovery-image] Dec 19 19:14:31.916 INFO O| Dec 19 19:14:31.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62642024-12-19T19:14:33.759Z[ recovery-image] Dec 19 19:14:31.916 INFO O| Dec 19 19:14:31.916 INFO STEP 634 (remove_files) COMPLETE
62652024-12-19T19:14:33.759Z[ recovery-image] Dec 19 19:14:31.916 INFO O| Dec 19 19:14:31.916 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-19T19:14:33.797Z[ recovery-image] Dec 19 19:14:31.954 INFO O| Dec 19 19:14:31.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62672024-12-19T19:14:33.798Z[ recovery-image] Dec 19 19:14:31.954 INFO O| Dec 19 19:14:31.954 INFO STEP 635 (remove_files) COMPLETE
62682024-12-19T19:14:33.800Z[ recovery-image] Dec 19 19:14:31.954 INFO O| Dec 19 19:14:31.954 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-19T19:14:33.826Z[ recovery-image] Dec 19 19:14:31.982 INFO O| Dec 19 19:14:31.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62702024-12-19T19:14:33.829Z[ recovery-image] Dec 19 19:14:31.983 INFO O| Dec 19 19:14:31.983 INFO STEP 636 (remove_files) COMPLETE
62712024-12-19T19:14:33.829Z[ recovery-image] Dec 19 19:14:31.983 INFO O| Dec 19 19:14:31.983 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-19T19:14:33.878Z[ recovery-image] Dec 19 19:14:32.034 INFO O| Dec 19 19:14:32.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62732024-12-19T19:14:33.878Z[ recovery-image] Dec 19 19:14:32.034 INFO O| Dec 19 19:14:32.034 INFO STEP 637 (remove_files) COMPLETE
62742024-12-19T19:14:33.878Z[ recovery-image] Dec 19 19:14:32.034 INFO O| Dec 19 19:14:32.034 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-19T19:14:33.900Z[ recovery-image] Dec 19 19:14:32.056 INFO O| Dec 19 19:14:32.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62762024-12-19T19:14:33.900Z[ recovery-image] Dec 19 19:14:32.056 INFO O| Dec 19 19:14:32.056 INFO STEP 638 (remove_files) COMPLETE
62772024-12-19T19:14:33.904Z[ recovery-image] Dec 19 19:14:32.056 INFO O| Dec 19 19:14:32.056 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-12-19T19:14:33.937Z[ recovery-image] Dec 19 19:14:32.093 INFO O| Dec 19 19:14:32.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62792024-12-19T19:14:33.937Z[ recovery-image] Dec 19 19:14:32.093 INFO O| Dec 19 19:14:32.093 INFO STEP 639 (remove_files) COMPLETE
62802024-12-19T19:14:33.937Z[ recovery-image] Dec 19 19:14:32.093 INFO O| Dec 19 19:14:32.093 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-12-19T19:14:33.985Z[ recovery-image] Dec 19 19:14:32.141 INFO O| Dec 19 19:14:32.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62822024-12-19T19:14:33.985Z[ recovery-image] Dec 19 19:14:32.141 INFO O| Dec 19 19:14:32.141 INFO STEP 640 (remove_files) COMPLETE
62832024-12-19T19:14:33.988Z[ recovery-image] Dec 19 19:14:32.141 INFO O| Dec 19 19:14:32.141 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-12-19T19:14:34.004Z[ recovery-image] Dec 19 19:14:32.160 INFO O| Dec 19 19:14:32.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62852024-12-19T19:14:34.004Z[ recovery-image] Dec 19 19:14:32.160 INFO O| Dec 19 19:14:32.160 INFO STEP 641 (remove_files) COMPLETE
62862024-12-19T19:14:34.004Z[ recovery-image] Dec 19 19:14:32.160 INFO O| Dec 19 19:14:32.160 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-12-19T19:14:34.038Z[ recovery-image] Dec 19 19:14:32.194 INFO O| Dec 19 19:14:32.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62882024-12-19T19:14:34.038Z[ recovery-image] Dec 19 19:14:32.194 INFO O| Dec 19 19:14:32.194 INFO STEP 642 (remove_files) COMPLETE
62892024-12-19T19:14:34.038Z[ recovery-image] Dec 19 19:14:32.194 INFO O| Dec 19 19:14:32.194 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-12-19T19:14:34.072Z[ recovery-image] Dec 19 19:14:32.228 INFO O| Dec 19 19:14:32.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62912024-12-19T19:14:34.075Z[ recovery-image] Dec 19 19:14:32.229 INFO O| Dec 19 19:14:32.229 INFO STEP 643 (remove_files) COMPLETE
62922024-12-19T19:14:34.075Z[ recovery-image] Dec 19 19:14:32.229 INFO O| Dec 19 19:14:32.229 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-12-19T19:14:34.112Z[ recovery-image] Dec 19 19:14:32.268 INFO O| Dec 19 19:14:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62942024-12-19T19:14:34.112Z[ recovery-image] Dec 19 19:14:32.268 INFO O| Dec 19 19:14:32.268 INFO STEP 644 (remove_files) COMPLETE
62952024-12-19T19:14:34.116Z[ recovery-image] Dec 19 19:14:32.268 INFO O| Dec 19 19:14:32.268 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-19T19:14:34.134Z[ recovery-image] Dec 19 19:14:32.290 INFO O| Dec 19 19:14:32.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62972024-12-19T19:14:34.134Z[ recovery-image] Dec 19 19:14:32.291 INFO O| Dec 19 19:14:32.290 INFO STEP 645 (remove_files) COMPLETE
62982024-12-19T19:14:34.138Z[ recovery-image] Dec 19 19:14:32.291 INFO O| Dec 19 19:14:32.291 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-19T19:14:34.155Z[ recovery-image] Dec 19 19:14:32.311 INFO O| Dec 19 19:14:32.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63002024-12-19T19:14:34.156Z[ recovery-image] Dec 19 19:14:32.311 INFO O| Dec 19 19:14:32.311 INFO STEP 646 (remove_files) COMPLETE
63012024-12-19T19:14:34.156Z[ recovery-image] Dec 19 19:14:32.311 INFO O| Dec 19 19:14:32.311 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-19T19:14:34.199Z[ recovery-image] Dec 19 19:14:32.343 INFO O| Dec 19 19:14:32.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63032024-12-19T19:14:34.199Z[ recovery-image] Dec 19 19:14:32.343 INFO O| Dec 19 19:14:32.343 INFO STEP 647 (remove_files) COMPLETE
63042024-12-19T19:14:34.204Z[ recovery-image] Dec 19 19:14:32.343 INFO O| Dec 19 19:14:32.343 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-19T19:14:34.208Z[ recovery-image] Dec 19 19:14:32.362 INFO O| Dec 19 19:14:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63062024-12-19T19:14:34.208Z[ recovery-image] Dec 19 19:14:32.362 INFO O| Dec 19 19:14:32.362 INFO STEP 648 (remove_files) COMPLETE
63072024-12-19T19:14:34.208Z[ recovery-image] Dec 19 19:14:32.362 INFO O| Dec 19 19:14:32.362 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-19T19:14:34.222Z[ recovery-image] Dec 19 19:14:32.378 INFO O| Dec 19 19:14:32.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63092024-12-19T19:14:34.222Z[ recovery-image] Dec 19 19:14:32.378 INFO O| Dec 19 19:14:32.378 INFO STEP 649 (remove_files) COMPLETE
63102024-12-19T19:14:34.222Z[ recovery-image] Dec 19 19:14:32.378 INFO O| Dec 19 19:14:32.378 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-12-19T19:14:34.239Z[ recovery-image] Dec 19 19:14:32.394 INFO O| Dec 19 19:14:32.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63122024-12-19T19:14:34.239Z[ recovery-image] Dec 19 19:14:32.394 INFO O| Dec 19 19:14:32.394 INFO STEP 650 (remove_files) COMPLETE
63132024-12-19T19:14:34.239Z[ recovery-image] Dec 19 19:14:32.394 INFO O| Dec 19 19:14:32.394 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-19T19:14:34.254Z[ recovery-image] Dec 19 19:14:32.410 INFO O| Dec 19 19:14:32.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63152024-12-19T19:14:34.254Z[ recovery-image] Dec 19 19:14:32.410 INFO O| Dec 19 19:14:32.410 INFO STEP 651 (remove_files) COMPLETE
63162024-12-19T19:14:34.257Z[ recovery-image] Dec 19 19:14:32.410 INFO O| Dec 19 19:14:32.410 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-19T19:14:34.272Z[ recovery-image] Dec 19 19:14:32.429 INFO O| Dec 19 19:14:32.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63182024-12-19T19:14:34.272Z[ recovery-image] Dec 19 19:14:32.429 INFO O| Dec 19 19:14:32.429 INFO STEP 652 (remove_files) COMPLETE
63192024-12-19T19:14:34.272Z[ recovery-image] Dec 19 19:14:32.429 INFO O| Dec 19 19:14:32.429 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-19T19:14:34.291Z[ recovery-image] Dec 19 19:14:32.447 INFO O| Dec 19 19:14:32.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63212024-12-19T19:14:34.291Z[ recovery-image] Dec 19 19:14:32.447 INFO O| Dec 19 19:14:32.447 INFO STEP 653 (remove_files) COMPLETE
63222024-12-19T19:14:34.291Z[ recovery-image] Dec 19 19:14:32.447 INFO O| Dec 19 19:14:32.447 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-19T19:14:34.308Z[ recovery-image] Dec 19 19:14:32.465 INFO O| Dec 19 19:14:32.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63242024-12-19T19:14:34.308Z[ recovery-image] Dec 19 19:14:32.465 INFO O| Dec 19 19:14:32.465 INFO STEP 654 (remove_files) COMPLETE
63252024-12-19T19:14:34.309Z[ recovery-image] Dec 19 19:14:32.465 INFO O| Dec 19 19:14:32.465 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-19T19:14:34.325Z[ recovery-image] Dec 19 19:14:32.481 INFO O| Dec 19 19:14:32.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63272024-12-19T19:14:34.325Z[ recovery-image] Dec 19 19:14:32.481 INFO O| Dec 19 19:14:32.481 INFO STEP 655 (remove_files) COMPLETE
63282024-12-19T19:14:34.327Z[ recovery-image] Dec 19 19:14:32.481 INFO O| Dec 19 19:14:32.481 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-19T19:14:34.342Z[ recovery-image] Dec 19 19:14:32.499 INFO O| Dec 19 19:14:32.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63302024-12-19T19:14:34.342Z[ recovery-image] Dec 19 19:14:32.499 INFO O| Dec 19 19:14:32.499 INFO STEP 656 (remove_files) COMPLETE
63312024-12-19T19:14:34.342Z[ recovery-image] Dec 19 19:14:32.499 INFO O| Dec 19 19:14:32.499 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-19T19:14:34.383Z[ recovery-image] Dec 19 19:14:32.539 INFO O| Dec 19 19:14:32.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63332024-12-19T19:14:34.384Z[ recovery-image] Dec 19 19:14:32.539 INFO O| Dec 19 19:14:32.539 INFO STEP 657 (remove_files) COMPLETE
63342024-12-19T19:14:34.384Z[ recovery-image] Dec 19 19:14:32.539 INFO O| Dec 19 19:14:32.539 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-19T19:14:34.402Z[ recovery-image] Dec 19 19:14:32.558 INFO O| Dec 19 19:14:32.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63362024-12-19T19:14:34.402Z[ recovery-image] Dec 19 19:14:32.558 INFO O| Dec 19 19:14:32.558 INFO STEP 658 (remove_files) COMPLETE
63372024-12-19T19:14:34.402Z[ recovery-image] Dec 19 19:14:32.558 INFO O| Dec 19 19:14:32.558 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-19T19:14:34.422Z[ recovery-image] Dec 19 19:14:32.578 INFO O| Dec 19 19:14:32.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63392024-12-19T19:14:34.422Z[ recovery-image] Dec 19 19:14:32.578 INFO O| Dec 19 19:14:32.578 INFO STEP 659 (remove_files) COMPLETE
63402024-12-19T19:14:34.422Z[ recovery-image] Dec 19 19:14:32.578 INFO O| Dec 19 19:14:32.578 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-19T19:14:34.441Z[ recovery-image] Dec 19 19:14:32.596 INFO O| Dec 19 19:14:32.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63422024-12-19T19:14:34.441Z[ recovery-image] Dec 19 19:14:32.596 INFO O| Dec 19 19:14:32.596 INFO STEP 660 (remove_files) COMPLETE
63432024-12-19T19:14:34.441Z[ recovery-image] Dec 19 19:14:32.596 INFO O| Dec 19 19:14:32.596 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-19T19:14:34.457Z[ recovery-image] Dec 19 19:14:32.613 INFO O| Dec 19 19:14:32.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63452024-12-19T19:14:34.457Z[ recovery-image] Dec 19 19:14:32.613 INFO O| Dec 19 19:14:32.613 INFO STEP 661 (remove_files) COMPLETE
63462024-12-19T19:14:34.457Z[ recovery-image] Dec 19 19:14:32.613 INFO O| Dec 19 19:14:32.613 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-19T19:14:34.475Z[ recovery-image] Dec 19 19:14:32.631 INFO O| Dec 19 19:14:32.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63482024-12-19T19:14:34.475Z[ recovery-image] Dec 19 19:14:32.631 INFO O| Dec 19 19:14:32.631 INFO STEP 662 (remove_files) COMPLETE
63492024-12-19T19:14:34.478Z[ recovery-image] Dec 19 19:14:32.631 INFO O| Dec 19 19:14:32.631 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-19T19:14:34.508Z[ recovery-image] Dec 19 19:14:32.663 INFO O| Dec 19 19:14:32.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63512024-12-19T19:14:34.508Z[ recovery-image] Dec 19 19:14:32.664 INFO O| Dec 19 19:14:32.664 INFO STEP 663 (remove_files) COMPLETE
63522024-12-19T19:14:34.508Z[ recovery-image] Dec 19 19:14:32.664 INFO O| Dec 19 19:14:32.664 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-19T19:14:34.524Z[ recovery-image] Dec 19 19:14:32.680 INFO O| Dec 19 19:14:32.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63542024-12-19T19:14:34.524Z[ recovery-image] Dec 19 19:14:32.680 INFO O| Dec 19 19:14:32.680 INFO STEP 664 (remove_files) COMPLETE
63552024-12-19T19:14:34.524Z[ recovery-image] Dec 19 19:14:32.680 INFO O| Dec 19 19:14:32.680 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-19T19:14:34.543Z[ recovery-image] Dec 19 19:14:32.697 INFO O| Dec 19 19:14:32.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63572024-12-19T19:14:34.544Z[ recovery-image] Dec 19 19:14:32.697 INFO O| Dec 19 19:14:32.697 INFO STEP 665 (remove_files) COMPLETE
63582024-12-19T19:14:34.544Z[ recovery-image] Dec 19 19:14:32.697 INFO O| Dec 19 19:14:32.697 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-19T19:14:34.576Z[ recovery-image] Dec 19 19:14:32.732 INFO O| Dec 19 19:14:32.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63602024-12-19T19:14:34.576Z[ recovery-image] Dec 19 19:14:32.733 INFO O| Dec 19 19:14:32.733 INFO STEP 666 (remove_files) COMPLETE
63612024-12-19T19:14:34.579Z[ recovery-image] Dec 19 19:14:32.733 INFO O| Dec 19 19:14:32.733 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-19T19:14:34.619Z[ recovery-image] Dec 19 19:14:32.774 INFO O| Dec 19 19:14:32.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63632024-12-19T19:14:34.619Z[ recovery-image] Dec 19 19:14:32.774 INFO O| Dec 19 19:14:32.774 INFO STEP 667 (remove_files) COMPLETE
63642024-12-19T19:14:34.619Z[ recovery-image] Dec 19 19:14:32.774 INFO O| Dec 19 19:14:32.774 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-19T19:14:34.635Z[ recovery-image] Dec 19 19:14:32.792 INFO O| Dec 19 19:14:32.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63662024-12-19T19:14:34.635Z[ recovery-image] Dec 19 19:14:32.792 INFO O| Dec 19 19:14:32.792 INFO STEP 668 (remove_files) COMPLETE
63672024-12-19T19:14:34.639Z[ recovery-image] Dec 19 19:14:32.792 INFO O| Dec 19 19:14:32.792 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-19T19:14:34.651Z[ recovery-image] Dec 19 19:14:32.808 INFO O| Dec 19 19:14:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63692024-12-19T19:14:34.654Z[ recovery-image] Dec 19 19:14:32.808 INFO O| Dec 19 19:14:32.808 INFO STEP 669 (remove_files) COMPLETE
63702024-12-19T19:14:34.654Z[ recovery-image] Dec 19 19:14:32.808 INFO O| Dec 19 19:14:32.808 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-19T19:14:34.684Z[ recovery-image] Dec 19 19:14:32.840 INFO O| Dec 19 19:14:32.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63722024-12-19T19:14:34.684Z[ recovery-image] Dec 19 19:14:32.840 INFO O| Dec 19 19:14:32.840 INFO STEP 670 (remove_files) COMPLETE
63732024-12-19T19:14:34.684Z[ recovery-image] Dec 19 19:14:32.840 INFO O| Dec 19 19:14:32.840 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-19T19:14:34.704Z[ recovery-image] Dec 19 19:14:32.860 INFO O| Dec 19 19:14:32.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63752024-12-19T19:14:34.708Z[ recovery-image] Dec 19 19:14:32.861 INFO O| Dec 19 19:14:32.861 INFO STEP 671 (remove_files) COMPLETE
63762024-12-19T19:14:34.708Z[ recovery-image] Dec 19 19:14:32.861 INFO O| Dec 19 19:14:32.861 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-19T19:14:34.744Z[ recovery-image] Dec 19 19:14:32.900 INFO O| Dec 19 19:14:32.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63782024-12-19T19:14:34.773Z[ recovery-image] Dec 19 19:14:32.929 INFO O| Dec 19 19:14:32.929 INFO STEP 672 (remove_files) COMPLETE
63792024-12-19T19:14:34.773Z[ recovery-image] Dec 19 19:14:32.929 INFO O| Dec 19 19:14:32.929 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-19T19:14:34.809Z[ recovery-image] Dec 19 19:14:32.964 INFO O| Dec 19 19:14:32.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63812024-12-19T19:14:34.809Z[ recovery-image] Dec 19 19:14:32.964 INFO O| Dec 19 19:14:32.964 INFO STEP 673 (remove_files) COMPLETE
63822024-12-19T19:14:34.809Z[ recovery-image] Dec 19 19:14:32.964 INFO O| Dec 19 19:14:32.964 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-19T19:14:34.827Z[ recovery-image] Dec 19 19:14:32.983 INFO O| Dec 19 19:14:32.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63842024-12-19T19:14:34.827Z[ recovery-image] Dec 19 19:14:32.983 INFO O| Dec 19 19:14:32.983 INFO STEP 674 (remove_files) COMPLETE
63852024-12-19T19:14:34.830Z[ recovery-image] Dec 19 19:14:32.983 INFO O| Dec 19 19:14:32.983 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-19T19:14:34.859Z[ recovery-image] Dec 19 19:14:33.014 INFO O| Dec 19 19:14:33.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63872024-12-19T19:14:34.859Z[ recovery-image] Dec 19 19:14:33.014 INFO O| Dec 19 19:14:33.014 INFO STEP 675 (remove_files) COMPLETE
63882024-12-19T19:14:34.862Z[ recovery-image] Dec 19 19:14:33.014 INFO O| Dec 19 19:14:33.014 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-19T19:14:34.896Z[ recovery-image] Dec 19 19:14:33.052 INFO O| Dec 19 19:14:33.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63902024-12-19T19:14:34.896Z[ recovery-image] Dec 19 19:14:33.052 INFO O| Dec 19 19:14:33.052 INFO STEP 676 (remove_files) COMPLETE
63912024-12-19T19:14:34.899Z[ recovery-image] Dec 19 19:14:33.052 INFO O| Dec 19 19:14:33.052 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-19T19:14:34.901Z[ host-image] Dec 19 19:14:33.056 INFO O| Dec 19 19:14:33.056 INFO O| Done
63932024-12-19T19:14:34.935Z[ recovery-image] Dec 19 19:14:33.091 INFO O| Dec 19 19:14:33.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63942024-12-19T19:14:34.938Z[ recovery-image] Dec 19 19:14:33.091 INFO O| Dec 19 19:14:33.091 INFO STEP 677 (remove_files) COMPLETE
63952024-12-19T19:14:34.938Z[ recovery-image] Dec 19 19:14:33.091 INFO O| Dec 19 19:14:33.091 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-19T19:14:34.969Z[ recovery-image] Dec 19 19:14:33.126 INFO O| Dec 19 19:14:33.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63972024-12-19T19:14:34.969Z[ recovery-image] Dec 19 19:14:33.126 INFO O| Dec 19 19:14:33.126 INFO STEP 678 (remove_files) COMPLETE
63982024-12-19T19:14:34.972Z[ recovery-image] Dec 19 19:14:33.126 INFO O| Dec 19 19:14:33.126 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-12-19T19:14:34.993Z[ recovery-image] Dec 19 19:14:33.149 INFO O| Dec 19 19:14:33.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64002024-12-19T19:14:34.993Z[ recovery-image] Dec 19 19:14:33.149 INFO O| Dec 19 19:14:33.149 INFO STEP 679 (remove_files) COMPLETE
64012024-12-19T19:14:34.993Z[ recovery-image] Dec 19 19:14:33.149 INFO O| Dec 19 19:14:33.149 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-12-19T19:14:35.034Z[ recovery-image] Dec 19 19:14:33.191 INFO O| Dec 19 19:14:33.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64032024-12-19T19:14:35.039Z[ recovery-image] Dec 19 19:14:33.192 INFO O| Dec 19 19:14:33.192 INFO STEP 680 (remove_files) COMPLETE
64042024-12-19T19:14:35.039Z[ recovery-image] Dec 19 19:14:33.192 INFO O| Dec 19 19:14:33.192 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-12-19T19:14:35.074Z[ recovery-image] Dec 19 19:14:33.229 INFO O| Dec 19 19:14:33.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64062024-12-19T19:14:35.074Z[ recovery-image] Dec 19 19:14:33.230 INFO O| Dec 19 19:14:33.230 INFO STEP 681 (remove_files) COMPLETE
64072024-12-19T19:14:35.074Z[ recovery-image] Dec 19 19:14:33.230 INFO O| Dec 19 19:14:33.230 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-12-19T19:14:35.138Z[ recovery-image] Dec 19 19:14:33.292 INFO O| Dec 19 19:14:33.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64092024-12-19T19:14:35.141Z[ recovery-image] Dec 19 19:14:33.292 INFO O| Dec 19 19:14:33.292 INFO STEP 682 (remove_files) COMPLETE
64102024-12-19T19:14:35.141Z[ recovery-image] Dec 19 19:14:33.292 INFO O| Dec 19 19:14:33.292 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-19T19:14:35.174Z[ recovery-image] Dec 19 19:14:33.330 INFO O| Dec 19 19:14:33.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64122024-12-19T19:14:35.177Z[ recovery-image] Dec 19 19:14:33.330 INFO O| Dec 19 19:14:33.330 INFO STEP 683 (remove_files) COMPLETE
64132024-12-19T19:14:35.177Z[ recovery-image] Dec 19 19:14:33.330 INFO O| Dec 19 19:14:33.330 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-19T19:14:35.210Z[ recovery-image] Dec 19 19:14:33.366 INFO O| Dec 19 19:14:33.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64152024-12-19T19:14:35.213Z[ recovery-image] Dec 19 19:14:33.366 INFO O| Dec 19 19:14:33.366 INFO STEP 684 (remove_files) COMPLETE
64162024-12-19T19:14:35.214Z[ recovery-image] Dec 19 19:14:33.366 INFO O| Dec 19 19:14:33.366 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-19T19:14:35.230Z[ recovery-image] Dec 19 19:14:33.386 INFO O| Dec 19 19:14:33.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64182024-12-19T19:14:35.233Z[ recovery-image] Dec 19 19:14:33.386 INFO O| Dec 19 19:14:33.386 INFO STEP 685 (remove_files) COMPLETE
64192024-12-19T19:14:35.233Z[ recovery-image] Dec 19 19:14:33.386 INFO O| Dec 19 19:14:33.386 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-19T19:14:35.265Z[ recovery-image] Dec 19 19:14:33.420 INFO O| Dec 19 19:14:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64212024-12-19T19:14:35.268Z[ recovery-image] Dec 19 19:14:33.420 INFO O| Dec 19 19:14:33.420 INFO STEP 686 (remove_files) COMPLETE
64222024-12-19T19:14:35.268Z[ recovery-image] Dec 19 19:14:33.420 INFO O| Dec 19 19:14:33.420 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-19T19:14:35.331Z[ recovery-image] Dec 19 19:14:33.487 INFO O| Dec 19 19:14:33.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64242024-12-19T19:14:35.334Z[ recovery-image] Dec 19 19:14:33.488 INFO O| Dec 19 19:14:33.488 INFO STEP 687 (remove_files) COMPLETE
64252024-12-19T19:14:35.334Z[ recovery-image] Dec 19 19:14:33.488 INFO O| Dec 19 19:14:33.488 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-19T19:14:35.381Z[ recovery-image] Dec 19 19:14:33.537 INFO O| Dec 19 19:14:33.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64272024-12-19T19:14:35.381Z[ recovery-image] Dec 19 19:14:33.537 INFO O| Dec 19 19:14:33.537 INFO STEP 688 (remove_files) COMPLETE
64282024-12-19T19:14:35.381Z[ recovery-image] Dec 19 19:14:33.537 INFO O| Dec 19 19:14:33.537 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-19T19:14:35.420Z[ recovery-image] Dec 19 19:14:33.575 INFO O| Dec 19 19:14:33.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64302024-12-19T19:14:35.420Z[ recovery-image] Dec 19 19:14:33.576 INFO O| Dec 19 19:14:33.576 INFO STEP 689 (remove_files) COMPLETE
64312024-12-19T19:14:35.420Z[ recovery-image] Dec 19 19:14:33.576 INFO O| Dec 19 19:14:33.576 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-19T19:14:35.481Z[ recovery-image] Dec 19 19:14:33.637 INFO O| Dec 19 19:14:33.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64332024-12-19T19:14:35.481Z[ recovery-image] Dec 19 19:14:33.637 INFO O| Dec 19 19:14:33.637 INFO STEP 690 (remove_files) COMPLETE
64342024-12-19T19:14:35.481Z[ recovery-image] Dec 19 19:14:33.637 INFO O| Dec 19 19:14:33.637 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-19T19:14:35.501Z[ recovery-image] Dec 19 19:14:33.657 INFO O| Dec 19 19:14:33.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64362024-12-19T19:14:35.501Z[ recovery-image] Dec 19 19:14:33.657 INFO O| Dec 19 19:14:33.657 INFO STEP 691 (remove_files) COMPLETE
64372024-12-19T19:14:35.502Z[ recovery-image] Dec 19 19:14:33.657 INFO O| Dec 19 19:14:33.657 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-19T19:14:35.561Z[ recovery-image] Dec 19 19:14:33.717 INFO O| Dec 19 19:14:33.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64392024-12-19T19:14:35.561Z[ recovery-image] Dec 19 19:14:33.717 INFO O| Dec 19 19:14:33.717 INFO STEP 692 (remove_files) COMPLETE
64402024-12-19T19:14:35.561Z[ recovery-image] Dec 19 19:14:33.717 INFO O| Dec 19 19:14:33.717 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-19T19:14:35.582Z[ recovery-image] Dec 19 19:14:33.738 INFO O| Dec 19 19:14:33.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64422024-12-19T19:14:35.582Z[ recovery-image] Dec 19 19:14:33.738 INFO O| Dec 19 19:14:33.738 INFO STEP 693 (remove_files) COMPLETE
64432024-12-19T19:14:35.582Z[ recovery-image] Dec 19 19:14:33.738 INFO O| Dec 19 19:14:33.738 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-19T19:14:35.609Z[ recovery-image] Dec 19 19:14:33.765 INFO O| Dec 19 19:14:33.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64452024-12-19T19:14:35.609Z[ recovery-image] Dec 19 19:14:33.765 INFO O| Dec 19 19:14:33.765 INFO STEP 694 (remove_files) COMPLETE
64462024-12-19T19:14:35.612Z[ recovery-image] Dec 19 19:14:33.765 INFO O| Dec 19 19:14:33.765 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-19T19:14:35.632Z[ recovery-image] Dec 19 19:14:33.788 INFO O| Dec 19 19:14:33.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64482024-12-19T19:14:35.632Z[ recovery-image] Dec 19 19:14:33.788 INFO O| Dec 19 19:14:33.788 INFO STEP 695 (remove_files) COMPLETE
64492024-12-19T19:14:35.632Z[ recovery-image] Dec 19 19:14:33.788 INFO O| Dec 19 19:14:33.788 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-19T19:14:35.664Z[ recovery-image] Dec 19 19:14:33.821 INFO O| Dec 19 19:14:33.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64512024-12-19T19:14:35.667Z[ recovery-image] Dec 19 19:14:33.821 INFO O| Dec 19 19:14:33.821 INFO STEP 696 (remove_files) COMPLETE
64522024-12-19T19:14:35.667Z[ recovery-image] Dec 19 19:14:33.821 INFO O| Dec 19 19:14:33.821 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-19T19:14:35.729Z[ recovery-image] Dec 19 19:14:33.885 INFO O| Dec 19 19:14:33.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64542024-12-19T19:14:35.729Z[ recovery-image] Dec 19 19:14:33.886 INFO O| Dec 19 19:14:33.886 INFO STEP 697 (remove_files) COMPLETE
64552024-12-19T19:14:35.729Z[ recovery-image] Dec 19 19:14:33.886 INFO O| Dec 19 19:14:33.886 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-19T19:14:35.750Z[ recovery-image] Dec 19 19:14:33.906 INFO O| Dec 19 19:14:33.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64572024-12-19T19:14:35.750Z[ recovery-image] Dec 19 19:14:33.907 INFO O| Dec 19 19:14:33.907 INFO STEP 698 (remove_files) COMPLETE
64582024-12-19T19:14:35.750Z[ recovery-image] Dec 19 19:14:33.907 INFO O| Dec 19 19:14:33.907 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-19T19:14:35.769Z[ recovery-image] Dec 19 19:14:33.926 INFO O| Dec 19 19:14:33.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64602024-12-19T19:14:35.769Z[ recovery-image] Dec 19 19:14:33.926 INFO O| Dec 19 19:14:33.926 INFO STEP 699 (remove_files) COMPLETE
64612024-12-19T19:14:35.770Z[ recovery-image] Dec 19 19:14:33.926 INFO O| Dec 19 19:14:33.926 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-19T19:14:35.897Z[ recovery-image] Dec 19 19:14:34.053 INFO O| Dec 19 19:14:34.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64632024-12-19T19:14:35.897Z[ recovery-image] Dec 19 19:14:34.053 INFO O| Dec 19 19:14:34.053 INFO STEP 700 (remove_files) COMPLETE
64642024-12-19T19:14:35.900Z[ recovery-image] Dec 19 19:14:34.053 INFO O| Dec 19 19:14:34.053 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-19T19:14:35.955Z[ recovery-image] Dec 19 19:14:34.112 INFO O| Dec 19 19:14:34.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64662024-12-19T19:14:35.959Z[ recovery-image] Dec 19 19:14:34.112 INFO O| Dec 19 19:14:34.112 INFO STEP 701 (remove_files) COMPLETE
64672024-12-19T19:14:35.959Z[ recovery-image] Dec 19 19:14:34.112 INFO O| Dec 19 19:14:34.112 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-19T19:14:35.978Z[ recovery-image] Dec 19 19:14:34.133 INFO O| Dec 19 19:14:34.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64692024-12-19T19:14:35.981Z[ recovery-image] Dec 19 19:14:34.133 INFO O| Dec 19 19:14:34.133 INFO STEP 702 (remove_files) COMPLETE
64702024-12-19T19:14:35.981Z[ recovery-image] Dec 19 19:14:34.133 INFO O| Dec 19 19:14:34.133 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-19T19:14:36.022Z[ recovery-image] Dec 19 19:14:34.178 INFO O| Dec 19 19:14:34.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64722024-12-19T19:14:36.022Z[ recovery-image] Dec 19 19:14:34.178 INFO O| Dec 19 19:14:34.178 INFO STEP 703 (remove_files) COMPLETE
64732024-12-19T19:14:36.024Z[ recovery-image] Dec 19 19:14:34.178 INFO O| Dec 19 19:14:34.178 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-19T19:14:36.057Z[ recovery-image] Dec 19 19:14:34.214 INFO O| Dec 19 19:14:34.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64752024-12-19T19:14:36.057Z[ recovery-image] Dec 19 19:14:34.214 INFO O| Dec 19 19:14:34.214 INFO STEP 704 (remove_files) COMPLETE
64762024-12-19T19:14:36.057Z[ recovery-image] Dec 19 19:14:34.214 INFO O| Dec 19 19:14:34.214 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-19T19:14:36.089Z[ recovery-image] Dec 19 19:14:34.245 INFO O| Dec 19 19:14:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64782024-12-19T19:14:36.089Z[ recovery-image] Dec 19 19:14:34.245 INFO O| Dec 19 19:14:34.245 INFO STEP 705 (remove_files) COMPLETE
64792024-12-19T19:14:36.089Z[ recovery-image] Dec 19 19:14:34.245 INFO O| Dec 19 19:14:34.245 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-19T19:14:36.130Z[ recovery-image] Dec 19 19:14:34.286 INFO O| Dec 19 19:14:34.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64812024-12-19T19:14:36.130Z[ recovery-image] Dec 19 19:14:34.286 INFO O| Dec 19 19:14:34.286 INFO STEP 706 (remove_files) COMPLETE
64822024-12-19T19:14:36.133Z[ recovery-image] Dec 19 19:14:34.287 INFO O| Dec 19 19:14:34.286 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-19T19:14:36.150Z[ recovery-image] Dec 19 19:14:34.305 INFO O| Dec 19 19:14:34.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64842024-12-19T19:14:36.150Z[ recovery-image] Dec 19 19:14:34.305 INFO O| Dec 19 19:14:34.305 INFO STEP 707 (remove_files) COMPLETE
64852024-12-19T19:14:36.153Z[ recovery-image] Dec 19 19:14:34.305 INFO O| Dec 19 19:14:34.305 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-19T19:14:36.167Z[ recovery-image] Dec 19 19:14:34.323 INFO O| Dec 19 19:14:34.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64872024-12-19T19:14:36.170Z[ recovery-image] Dec 19 19:14:34.324 INFO O| Dec 19 19:14:34.324 INFO STEP 708 (remove_files) COMPLETE
64882024-12-19T19:14:36.171Z[ recovery-image] Dec 19 19:14:34.324 INFO O| Dec 19 19:14:34.324 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-19T19:14:36.186Z[ recovery-image] Dec 19 19:14:34.342 INFO O| Dec 19 19:14:34.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64902024-12-19T19:14:36.186Z[ recovery-image] Dec 19 19:14:34.342 INFO O| Dec 19 19:14:34.342 INFO STEP 709 (remove_files) COMPLETE
64912024-12-19T19:14:36.186Z[ recovery-image] Dec 19 19:14:34.342 INFO O| Dec 19 19:14:34.342 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-19T19:14:36.218Z[ recovery-image] Dec 19 19:14:34.374 INFO O| Dec 19 19:14:34.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64932024-12-19T19:14:36.218Z[ recovery-image] Dec 19 19:14:34.374 INFO O| Dec 19 19:14:34.374 INFO STEP 710 (remove_files) COMPLETE
64942024-12-19T19:14:36.225Z[ recovery-image] Dec 19 19:14:34.374 INFO O| Dec 19 19:14:34.374 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-19T19:14:36.283Z[ recovery-image] Dec 19 19:14:34.439 INFO O| Dec 19 19:14:34.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64962024-12-19T19:14:36.283Z[ recovery-image] Dec 19 19:14:34.440 INFO O| Dec 19 19:14:34.440 INFO STEP 711 (remove_files) COMPLETE
64972024-12-19T19:14:36.283Z[ recovery-image] Dec 19 19:14:34.440 INFO O| Dec 19 19:14:34.440 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-19T19:14:36.302Z[ recovery-image] Dec 19 19:14:34.458 INFO O| Dec 19 19:14:34.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64992024-12-19T19:14:36.302Z[ recovery-image] Dec 19 19:14:34.458 INFO O| Dec 19 19:14:34.458 INFO STEP 712 (remove_files) COMPLETE
65002024-12-19T19:14:36.302Z[ recovery-image] Dec 19 19:14:34.458 INFO O| Dec 19 19:14:34.458 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-19T19:14:36.376Z[ recovery-image] Dec 19 19:14:34.532 INFO O| Dec 19 19:14:34.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65022024-12-19T19:14:36.376Z[ recovery-image] Dec 19 19:14:34.532 INFO O| Dec 19 19:14:34.532 INFO STEP 713 (remove_files) COMPLETE
65032024-12-19T19:14:36.379Z[ recovery-image] Dec 19 19:14:34.532 INFO O| Dec 19 19:14:34.532 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-19T19:14:36.410Z[ recovery-image] Dec 19 19:14:34.566 INFO O| Dec 19 19:14:34.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65052024-12-19T19:14:36.410Z[ recovery-image] Dec 19 19:14:34.566 INFO O| Dec 19 19:14:34.566 INFO STEP 714 (remove_files) COMPLETE
65062024-12-19T19:14:36.410Z[ recovery-image] Dec 19 19:14:34.566 INFO O| Dec 19 19:14:34.566 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-19T19:14:36.433Z[ recovery-image] Dec 19 19:14:34.589 INFO O| Dec 19 19:14:34.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65082024-12-19T19:14:36.433Z[ recovery-image] Dec 19 19:14:34.589 INFO O| Dec 19 19:14:34.589 INFO STEP 715 (remove_files) COMPLETE
65092024-12-19T19:14:36.433Z[ recovery-image] Dec 19 19:14:34.589 INFO O| Dec 19 19:14:34.589 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-19T19:14:36.455Z[ recovery-image] Dec 19 19:14:34.611 INFO O| Dec 19 19:14:34.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65112024-12-19T19:14:36.455Z[ recovery-image] Dec 19 19:14:34.611 INFO O| Dec 19 19:14:34.611 INFO STEP 716 (remove_files) COMPLETE
65122024-12-19T19:14:36.455Z[ recovery-image] Dec 19 19:14:34.611 INFO O| Dec 19 19:14:34.611 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-19T19:14:36.474Z[ recovery-image] Dec 19 19:14:34.631 INFO O| Dec 19 19:14:34.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65142024-12-19T19:14:36.474Z[ recovery-image] Dec 19 19:14:34.631 INFO O| Dec 19 19:14:34.631 INFO STEP 717 (remove_files) COMPLETE
65152024-12-19T19:14:36.474Z[ recovery-image] Dec 19 19:14:34.631 INFO O| Dec 19 19:14:34.631 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-19T19:14:36.512Z[ recovery-image] Dec 19 19:14:34.668 INFO O| Dec 19 19:14:34.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65172024-12-19T19:14:36.512Z[ recovery-image] Dec 19 19:14:34.668 INFO O| Dec 19 19:14:34.668 INFO STEP 718 (remove_files) COMPLETE
65182024-12-19T19:14:36.512Z[ recovery-image] Dec 19 19:14:34.668 INFO O| Dec 19 19:14:34.668 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-19T19:14:36.534Z[ recovery-image] Dec 19 19:14:34.689 INFO O| Dec 19 19:14:34.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65202024-12-19T19:14:36.534Z[ recovery-image] Dec 19 19:14:34.689 INFO O| Dec 19 19:14:34.689 INFO STEP 719 (remove_files) COMPLETE
65212024-12-19T19:14:36.537Z[ recovery-image] Dec 19 19:14:34.689 INFO O| Dec 19 19:14:34.689 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-19T19:14:36.553Z[ recovery-image] Dec 19 19:14:34.709 INFO O| Dec 19 19:14:34.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65232024-12-19T19:14:36.553Z[ recovery-image] Dec 19 19:14:34.709 INFO O| Dec 19 19:14:34.709 INFO STEP 720 (remove_files) COMPLETE
65242024-12-19T19:14:36.555Z[ recovery-image] Dec 19 19:14:34.709 INFO O| Dec 19 19:14:34.709 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-19T19:14:36.573Z[ recovery-image] Dec 19 19:14:34.729 INFO O| Dec 19 19:14:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65262024-12-19T19:14:36.573Z[ recovery-image] Dec 19 19:14:34.729 INFO O| Dec 19 19:14:34.729 INFO STEP 721 (remove_files) COMPLETE
65272024-12-19T19:14:36.576Z[ recovery-image] Dec 19 19:14:34.729 INFO O| Dec 19 19:14:34.729 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-19T19:14:36.678Z[ recovery-image] Dec 19 19:14:34.834 INFO O| Dec 19 19:14:34.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65292024-12-19T19:14:36.678Z[ recovery-image] Dec 19 19:14:34.834 INFO O| Dec 19 19:14:34.834 INFO STEP 722 (remove_files) COMPLETE
65302024-12-19T19:14:36.678Z[ recovery-image] Dec 19 19:14:34.834 INFO O| Dec 19 19:14:34.834 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-19T19:14:36.702Z[ recovery-image] Dec 19 19:14:34.858 INFO O| Dec 19 19:14:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65322024-12-19T19:14:36.702Z[ recovery-image] Dec 19 19:14:34.858 INFO O| Dec 19 19:14:34.858 INFO STEP 723 (remove_files) COMPLETE
65332024-12-19T19:14:36.705Z[ recovery-image] Dec 19 19:14:34.858 INFO O| Dec 19 19:14:34.858 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-19T19:14:36.721Z[ recovery-image] Dec 19 19:14:34.877 INFO O| Dec 19 19:14:34.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65352024-12-19T19:14:36.721Z[ recovery-image] Dec 19 19:14:34.878 INFO O| Dec 19 19:14:34.878 INFO STEP 724 (remove_files) COMPLETE
65362024-12-19T19:14:36.724Z[ recovery-image] Dec 19 19:14:34.878 INFO O| Dec 19 19:14:34.878 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-19T19:14:36.742Z[ recovery-image] Dec 19 19:14:34.898 INFO O| Dec 19 19:14:34.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65382024-12-19T19:14:36.742Z[ recovery-image] Dec 19 19:14:34.898 INFO O| Dec 19 19:14:34.898 INFO STEP 725 (remove_files) COMPLETE
65392024-12-19T19:14:36.742Z[ recovery-image] Dec 19 19:14:34.898 INFO O| Dec 19 19:14:34.898 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-19T19:14:36.763Z[ recovery-image] Dec 19 19:14:34.919 INFO O| Dec 19 19:14:34.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65412024-12-19T19:14:36.763Z[ recovery-image] Dec 19 19:14:34.919 INFO O| Dec 19 19:14:34.919 INFO STEP 726 (remove_files) COMPLETE
65422024-12-19T19:14:36.763Z[ recovery-image] Dec 19 19:14:34.919 INFO O| Dec 19 19:14:34.919 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-19T19:14:36.784Z[ recovery-image] Dec 19 19:14:34.941 INFO O| Dec 19 19:14:34.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65442024-12-19T19:14:36.784Z[ recovery-image] Dec 19 19:14:34.941 INFO O| Dec 19 19:14:34.941 INFO STEP 727 (remove_files) COMPLETE
65452024-12-19T19:14:36.787Z[ recovery-image] Dec 19 19:14:34.941 INFO O| Dec 19 19:14:34.941 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-19T19:14:36.825Z[ recovery-image] Dec 19 19:14:34.963 INFO O| Dec 19 19:14:34.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65472024-12-19T19:14:36.825Z[ recovery-image] Dec 19 19:14:34.963 INFO O| Dec 19 19:14:34.963 INFO STEP 728 (remove_files) COMPLETE
65482024-12-19T19:14:36.825Z[ recovery-image] Dec 19 19:14:34.963 INFO O| Dec 19 19:14:34.963 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-19T19:14:36.828Z[ recovery-image] Dec 19 19:14:34.982 INFO O| Dec 19 19:14:34.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65502024-12-19T19:14:36.828Z[ recovery-image] Dec 19 19:14:34.982 INFO O| Dec 19 19:14:34.982 INFO STEP 729 (remove_files) COMPLETE
65512024-12-19T19:14:36.828Z[ recovery-image] Dec 19 19:14:34.982 INFO O| Dec 19 19:14:34.982 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-19T19:14:36.858Z[ recovery-image] Dec 19 19:14:35.014 INFO O| Dec 19 19:14:35.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65532024-12-19T19:14:36.858Z[ recovery-image] Dec 19 19:14:35.014 INFO O| Dec 19 19:14:35.014 INFO STEP 730 (remove_files) COMPLETE
65542024-12-19T19:14:36.858Z[ recovery-image] Dec 19 19:14:35.014 INFO O| Dec 19 19:14:35.014 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-19T19:14:36.880Z[ recovery-image] Dec 19 19:14:35.036 INFO O| Dec 19 19:14:35.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65562024-12-19T19:14:36.883Z[ recovery-image] Dec 19 19:14:35.036 INFO O| Dec 19 19:14:35.036 INFO STEP 731 (remove_files) COMPLETE
65572024-12-19T19:14:36.883Z[ recovery-image] Dec 19 19:14:35.036 INFO O| Dec 19 19:14:35.036 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-19T19:14:36.911Z[ recovery-image] Dec 19 19:14:35.057 INFO O| Dec 19 19:14:35.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65592024-12-19T19:14:36.911Z[ recovery-image] Dec 19 19:14:35.057 INFO O| Dec 19 19:14:35.057 INFO STEP 732 (remove_files) COMPLETE
65602024-12-19T19:14:36.914Z[ recovery-image] Dec 19 19:14:35.057 INFO O| Dec 19 19:14:35.057 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-19T19:14:36.924Z[ recovery-image] Dec 19 19:14:35.078 INFO O| Dec 19 19:14:35.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65622024-12-19T19:14:36.924Z[ recovery-image] Dec 19 19:14:35.078 INFO O| Dec 19 19:14:35.078 INFO STEP 733 (remove_files) COMPLETE
65632024-12-19T19:14:36.924Z[ recovery-image] Dec 19 19:14:35.078 INFO O| Dec 19 19:14:35.078 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-19T19:14:36.942Z[ recovery-image] Dec 19 19:14:35.097 INFO O| Dec 19 19:14:35.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65652024-12-19T19:14:36.942Z[ recovery-image] Dec 19 19:14:35.097 INFO O| Dec 19 19:14:35.097 INFO STEP 734 (remove_files) COMPLETE
65662024-12-19T19:14:36.945Z[ recovery-image] Dec 19 19:14:35.097 INFO O| Dec 19 19:14:35.097 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-19T19:14:36.959Z[ recovery-image] Dec 19 19:14:35.115 INFO O| Dec 19 19:14:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65682024-12-19T19:14:36.959Z[ recovery-image] Dec 19 19:14:35.115 INFO O| Dec 19 19:14:35.115 INFO STEP 735 (remove_files) COMPLETE
65692024-12-19T19:14:36.962Z[ recovery-image] Dec 19 19:14:35.115 INFO O| Dec 19 19:14:35.115 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-19T19:14:36.977Z[ recovery-image] Dec 19 19:14:35.133 INFO O| Dec 19 19:14:35.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65712024-12-19T19:14:36.977Z[ recovery-image] Dec 19 19:14:35.133 INFO O| Dec 19 19:14:35.133 INFO STEP 736 (remove_files) COMPLETE
65722024-12-19T19:14:36.977Z[ recovery-image] Dec 19 19:14:35.133 INFO O| Dec 19 19:14:35.133 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-19T19:14:37.008Z[ recovery-image] Dec 19 19:14:35.164 INFO O| Dec 19 19:14:35.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65742024-12-19T19:14:37.008Z[ recovery-image] Dec 19 19:14:35.164 INFO O| Dec 19 19:14:35.164 INFO STEP 737 (remove_files) COMPLETE
65752024-12-19T19:14:37.008Z[ recovery-image] Dec 19 19:14:35.164 INFO O| Dec 19 19:14:35.164 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-19T19:14:37.046Z[ recovery-image] Dec 19 19:14:35.202 INFO O| Dec 19 19:14:35.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65772024-12-19T19:14:37.049Z[ recovery-image] Dec 19 19:14:35.202 INFO O| Dec 19 19:14:35.202 INFO STEP 738 (remove_files) COMPLETE
65782024-12-19T19:14:37.049Z[ recovery-image] Dec 19 19:14:35.202 INFO O| Dec 19 19:14:35.202 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-19T19:14:37.099Z[ recovery-image] Dec 19 19:14:35.255 INFO O| Dec 19 19:14:35.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65802024-12-19T19:14:37.099Z[ recovery-image] Dec 19 19:14:35.255 INFO O| Dec 19 19:14:35.255 INFO STEP 739 (remove_files) COMPLETE
65812024-12-19T19:14:37.099Z[ recovery-image] Dec 19 19:14:35.255 INFO O| Dec 19 19:14:35.255 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-19T19:14:37.120Z[ recovery-image] Dec 19 19:14:35.276 INFO O| Dec 19 19:14:35.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65832024-12-19T19:14:37.123Z[ recovery-image] Dec 19 19:14:35.276 INFO O| Dec 19 19:14:35.276 INFO STEP 740 (remove_files) COMPLETE
65842024-12-19T19:14:37.124Z[ recovery-image] Dec 19 19:14:35.276 INFO O| Dec 19 19:14:35.276 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-19T19:14:37.140Z[ recovery-image] Dec 19 19:14:35.296 INFO O| Dec 19 19:14:35.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65862024-12-19T19:14:37.140Z[ recovery-image] Dec 19 19:14:35.296 INFO O| Dec 19 19:14:35.296 INFO STEP 741 (remove_files) COMPLETE
65872024-12-19T19:14:37.143Z[ recovery-image] Dec 19 19:14:35.297 INFO O| Dec 19 19:14:35.296 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-19T19:14:37.179Z[ recovery-image] Dec 19 19:14:35.335 INFO O| Dec 19 19:14:35.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65892024-12-19T19:14:37.179Z[ recovery-image] Dec 19 19:14:35.335 INFO O| Dec 19 19:14:35.335 INFO STEP 742 (remove_files) COMPLETE
65902024-12-19T19:14:37.181Z[ recovery-image] Dec 19 19:14:35.335 INFO O| Dec 19 19:14:35.335 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-19T19:14:37.202Z[ recovery-image] Dec 19 19:14:35.358 INFO O| Dec 19 19:14:35.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65922024-12-19T19:14:37.202Z[ recovery-image] Dec 19 19:14:35.358 INFO O| Dec 19 19:14:35.358 INFO STEP 743 (remove_files) COMPLETE
65932024-12-19T19:14:37.202Z[ recovery-image] Dec 19 19:14:35.358 INFO O| Dec 19 19:14:35.358 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-19T19:14:37.245Z[ recovery-image] Dec 19 19:14:35.401 INFO O| Dec 19 19:14:35.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65952024-12-19T19:14:37.245Z[ recovery-image] Dec 19 19:14:35.401 INFO O| Dec 19 19:14:35.401 INFO STEP 744 (remove_files) COMPLETE
65962024-12-19T19:14:37.245Z[ recovery-image] Dec 19 19:14:35.401 INFO O| Dec 19 19:14:35.401 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-19T19:14:37.304Z[ recovery-image] Dec 19 19:14:35.459 INFO O| Dec 19 19:14:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65982024-12-19T19:14:37.304Z[ recovery-image] Dec 19 19:14:35.459 INFO O| Dec 19 19:14:35.459 INFO STEP 745 (remove_files) COMPLETE
65992024-12-19T19:14:37.304Z[ recovery-image] Dec 19 19:14:35.460 INFO O| Dec 19 19:14:35.459 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-19T19:14:37.323Z[ recovery-image] Dec 19 19:14:35.479 INFO O| Dec 19 19:14:35.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66012024-12-19T19:14:37.323Z[ recovery-image] Dec 19 19:14:35.479 INFO O| Dec 19 19:14:35.479 INFO STEP 746 (remove_files) COMPLETE
66022024-12-19T19:14:37.323Z[ recovery-image] Dec 19 19:14:35.479 INFO O| Dec 19 19:14:35.479 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-19T19:14:37.340Z[ recovery-image] Dec 19 19:14:35.496 INFO O| Dec 19 19:14:35.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66042024-12-19T19:14:37.340Z[ recovery-image] Dec 19 19:14:35.496 INFO O| Dec 19 19:14:35.496 INFO STEP 747 (remove_files) COMPLETE
66052024-12-19T19:14:37.340Z[ recovery-image] Dec 19 19:14:35.496 INFO O| Dec 19 19:14:35.496 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-19T19:14:37.361Z[ recovery-image] Dec 19 19:14:35.517 INFO O| Dec 19 19:14:35.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66072024-12-19T19:14:37.361Z[ recovery-image] Dec 19 19:14:35.517 INFO O| Dec 19 19:14:35.517 INFO STEP 748 (remove_files) COMPLETE
66082024-12-19T19:14:37.361Z[ recovery-image] Dec 19 19:14:35.517 INFO O| Dec 19 19:14:35.517 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-19T19:14:37.382Z[ recovery-image] Dec 19 19:14:35.538 INFO O| Dec 19 19:14:35.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66102024-12-19T19:14:37.382Z[ recovery-image] Dec 19 19:14:35.538 INFO O| Dec 19 19:14:35.538 INFO STEP 749 (remove_files) COMPLETE
66112024-12-19T19:14:37.385Z[ recovery-image] Dec 19 19:14:35.538 INFO O| Dec 19 19:14:35.538 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-19T19:14:37.404Z[ recovery-image] Dec 19 19:14:35.559 INFO O| Dec 19 19:14:35.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66132024-12-19T19:14:37.404Z[ recovery-image] Dec 19 19:14:35.559 INFO O| Dec 19 19:14:35.559 INFO STEP 750 (remove_files) COMPLETE
66142024-12-19T19:14:37.404Z[ recovery-image] Dec 19 19:14:35.559 INFO O| Dec 19 19:14:35.559 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-19T19:14:37.443Z[ recovery-image] Dec 19 19:14:35.599 INFO O| Dec 19 19:14:35.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66162024-12-19T19:14:37.443Z[ recovery-image] Dec 19 19:14:35.599 INFO O| Dec 19 19:14:35.599 INFO STEP 751 (remove_files) COMPLETE
66172024-12-19T19:14:37.443Z[ recovery-image] Dec 19 19:14:35.599 INFO O| Dec 19 19:14:35.599 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-19T19:14:37.540Z[ recovery-image] Dec 19 19:14:35.696 INFO O| Dec 19 19:14:35.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66192024-12-19T19:14:37.543Z[ recovery-image] Dec 19 19:14:35.697 INFO O| Dec 19 19:14:35.697 INFO STEP 752 (remove_files) COMPLETE
66202024-12-19T19:14:37.543Z[ recovery-image] Dec 19 19:14:35.697 INFO O| Dec 19 19:14:35.697 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-19T19:14:37.592Z[ recovery-image] Dec 19 19:14:35.749 INFO O| Dec 19 19:14:35.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66222024-12-19T19:14:37.606Z[ recovery-image] Dec 19 19:14:35.760 INFO O| Dec 19 19:14:35.760 INFO STEP 753 (remove_files) COMPLETE
66232024-12-19T19:14:37.606Z[ recovery-image] Dec 19 19:14:35.760 INFO O| Dec 19 19:14:35.760 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-19T19:14:37.638Z[ recovery-image] Dec 19 19:14:35.794 INFO O| Dec 19 19:14:35.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66252024-12-19T19:14:37.639Z[ recovery-image] Dec 19 19:14:35.794 INFO O| Dec 19 19:14:35.794 INFO STEP 754 (remove_files) COMPLETE
66262024-12-19T19:14:37.639Z[ recovery-image] Dec 19 19:14:35.794 INFO O| Dec 19 19:14:35.794 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-19T19:14:37.656Z[ recovery-image] Dec 19 19:14:35.812 INFO O| Dec 19 19:14:35.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66282024-12-19T19:14:37.656Z[ recovery-image] Dec 19 19:14:35.812 INFO O| Dec 19 19:14:35.812 INFO STEP 755 (remove_files) COMPLETE
66292024-12-19T19:14:37.656Z[ recovery-image] Dec 19 19:14:35.812 INFO O| Dec 19 19:14:35.812 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-19T19:14:37.673Z[ recovery-image] Dec 19 19:14:35.827 INFO O| Dec 19 19:14:35.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66312024-12-19T19:14:37.673Z[ recovery-image] Dec 19 19:14:35.827 INFO O| Dec 19 19:14:35.827 INFO STEP 756 (remove_files) COMPLETE
66322024-12-19T19:14:37.675Z[ recovery-image] Dec 19 19:14:35.828 INFO O| Dec 19 19:14:35.827 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-19T19:14:37.688Z[ recovery-image] Dec 19 19:14:35.844 INFO O| Dec 19 19:14:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66342024-12-19T19:14:37.688Z[ recovery-image] Dec 19 19:14:35.844 INFO O| Dec 19 19:14:35.844 INFO STEP 757 (remove_files) COMPLETE
66352024-12-19T19:14:37.690Z[ recovery-image] Dec 19 19:14:35.844 INFO O| Dec 19 19:14:35.844 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-19T19:14:37.704Z[ recovery-image] Dec 19 19:14:35.860 INFO O| Dec 19 19:14:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66372024-12-19T19:14:37.704Z[ recovery-image] Dec 19 19:14:35.860 INFO O| Dec 19 19:14:35.860 INFO STEP 758 (remove_files) COMPLETE
66382024-12-19T19:14:37.706Z[ recovery-image] Dec 19 19:14:35.860 INFO O| Dec 19 19:14:35.860 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-19T19:14:37.720Z[ recovery-image] Dec 19 19:14:35.877 INFO O| Dec 19 19:14:35.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66402024-12-19T19:14:37.743Z[ recovery-image] Dec 19 19:14:35.899 INFO O| Dec 19 19:14:35.899 INFO STEP 759 (remove_files) COMPLETE
66412024-12-19T19:14:37.745Z[ recovery-image] Dec 19 19:14:35.899 INFO O| Dec 19 19:14:35.899 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-19T19:14:37.754Z[ host-image] Dec 19 19:14:35.910 INFO O| Dec 19 19:14:35.910 INFO O| Done
66432024-12-19T19:14:37.797Z[ host-image] Dec 19 19:14:35.953 INFO O| Dec 19 19:14:35.953 INFO O| Done
66442024-12-19T19:14:37.797Z[ host-image] Dec 19 19:14:35.953 INFO O| Dec 19 19:14:35.953 INFO O| Done
66452024-12-19T19:14:37.869Z[ host-image] Dec 19 19:14:36.025 INFO O| Dec 19 19:14:36.025 INFO O| Done
66462024-12-19T19:14:37.869Z[ recovery-image] Dec 19 19:14:36.026 INFO O| Dec 19 19:14:36.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66472024-12-19T19:14:37.872Z[ recovery-image] Dec 19 19:14:36.026 INFO O| Dec 19 19:14:36.026 INFO STEP 760 (remove_files) COMPLETE
66482024-12-19T19:14:37.872Z[ recovery-image] Dec 19 19:14:36.026 INFO O| Dec 19 19:14:36.026 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-19T19:14:37.892Z[ recovery-image] Dec 19 19:14:36.048 INFO O| Dec 19 19:14:36.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66502024-12-19T19:14:37.895Z[ recovery-image] Dec 19 19:14:36.048 INFO O| Dec 19 19:14:36.048 INFO STEP 761 (remove_files) COMPLETE
66512024-12-19T19:14:37.895Z[ recovery-image] Dec 19 19:14:36.048 INFO O| Dec 19 19:14:36.048 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-19T19:14:37.912Z[ recovery-image] Dec 19 19:14:36.068 INFO O| Dec 19 19:14:36.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66532024-12-19T19:14:37.915Z[ recovery-image] Dec 19 19:14:36.069 INFO O| Dec 19 19:14:36.069 INFO STEP 762 (remove_files) COMPLETE
66542024-12-19T19:14:37.915Z[ recovery-image] Dec 19 19:14:36.069 INFO O| Dec 19 19:14:36.069 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-19T19:14:37.932Z[ recovery-image] Dec 19 19:14:36.089 INFO O| Dec 19 19:14:36.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66562024-12-19T19:14:37.935Z[ recovery-image] Dec 19 19:14:36.089 INFO O| Dec 19 19:14:36.089 INFO STEP 763 (remove_files) COMPLETE
66572024-12-19T19:14:37.935Z[ recovery-image] Dec 19 19:14:36.089 INFO O| Dec 19 19:14:36.089 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-19T19:14:37.954Z[ recovery-image] Dec 19 19:14:36.110 INFO O| Dec 19 19:14:36.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66592024-12-19T19:14:37.957Z[ recovery-image] Dec 19 19:14:36.110 INFO O| Dec 19 19:14:36.110 INFO STEP 764 (remove_files) COMPLETE
66602024-12-19T19:14:37.957Z[ recovery-image] Dec 19 19:14:36.110 INFO O| Dec 19 19:14:36.110 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-19T19:14:37.990Z[ recovery-image] Dec 19 19:14:36.146 INFO O| Dec 19 19:14:36.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66622024-12-19T19:14:37.991Z[ recovery-image] Dec 19 19:14:36.146 INFO O| Dec 19 19:14:36.146 INFO STEP 765 (remove_files) COMPLETE
66632024-12-19T19:14:37.991Z[ recovery-image] Dec 19 19:14:36.146 INFO O| Dec 19 19:14:36.146 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-19T19:14:38.010Z[ recovery-image] Dec 19 19:14:36.167 INFO O| Dec 19 19:14:36.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66652024-12-19T19:14:38.010Z[ recovery-image] Dec 19 19:14:36.167 INFO O| Dec 19 19:14:36.167 INFO STEP 766 (remove_files) COMPLETE
66662024-12-19T19:14:38.010Z[ recovery-image] Dec 19 19:14:36.167 INFO O| Dec 19 19:14:36.167 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-19T19:14:38.059Z[ recovery-image] Dec 19 19:14:36.215 INFO O| Dec 19 19:14:36.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66682024-12-19T19:14:38.059Z[ recovery-image] Dec 19 19:14:36.215 INFO O| Dec 19 19:14:36.215 INFO STEP 767 (remove_files) COMPLETE
66692024-12-19T19:14:38.062Z[ recovery-image] Dec 19 19:14:36.215 INFO O| Dec 19 19:14:36.215 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-19T19:14:38.099Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO STEP 14 (pkg_install) COMPLETE
66712024-12-19T19:14:38.099Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66722024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO skip step because feature "mfg" is not enabled
66732024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66742024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO skip step because feature "compliance" is not enabled
66752024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66762024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO skip step because feature "stress" is not enabled
66772024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66782024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO skip step because feature "nfs" is not enabled
66792024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
66802024-12-19T19:14:38.103Z[ host-image] Dec 19 19:14:36.255 INFO O| Dec 19 19:14:36.255 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
66812024-12-19T19:14:38.139Z[ recovery-image] Dec 19 19:14:36.295 INFO O| Dec 19 19:14:36.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66822024-12-19T19:14:38.139Z[ recovery-image] Dec 19 19:14:36.295 INFO O| Dec 19 19:14:36.295 INFO STEP 768 (remove_files) COMPLETE
66832024-12-19T19:14:38.142Z[ recovery-image] Dec 19 19:14:36.295 INFO O| Dec 19 19:14:36.295 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-19T19:14:38.187Z[ recovery-image] Dec 19 19:14:36.343 INFO O| Dec 19 19:14:36.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66852024-12-19T19:14:38.187Z[ recovery-image] Dec 19 19:14:36.343 INFO O| Dec 19 19:14:36.343 INFO STEP 769 (remove_files) COMPLETE
66862024-12-19T19:14:38.187Z[ recovery-image] Dec 19 19:14:36.343 INFO O| Dec 19 19:14:36.343 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-19T19:14:38.209Z[ recovery-image] Dec 19 19:14:36.366 INFO O| Dec 19 19:14:36.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66882024-12-19T19:14:38.209Z[ recovery-image] Dec 19 19:14:36.366 INFO O| Dec 19 19:14:36.366 INFO STEP 770 (remove_files) COMPLETE
66892024-12-19T19:14:38.210Z[ recovery-image] Dec 19 19:14:36.366 INFO O| Dec 19 19:14:36.366 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-19T19:14:38.218Z[ host-image] Dec 19 19:14:36.375 INFO O| Dec 19 19:14:36.374 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
66912024-12-19T19:14:38.250Z[ recovery-image] Dec 19 19:14:36.406 INFO O| Dec 19 19:14:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66922024-12-19T19:14:38.253Z[ recovery-image] Dec 19 19:14:36.406 INFO O| Dec 19 19:14:36.406 INFO STEP 771 (remove_files) COMPLETE
66932024-12-19T19:14:38.253Z[ recovery-image] Dec 19 19:14:36.406 INFO O| Dec 19 19:14:36.406 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-19T19:14:38.271Z[ recovery-image] Dec 19 19:14:36.428 INFO O| Dec 19 19:14:36.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66952024-12-19T19:14:38.275Z[ recovery-image] Dec 19 19:14:36.428 INFO O| Dec 19 19:14:36.428 INFO STEP 772 (remove_files) COMPLETE
66962024-12-19T19:14:38.275Z[ recovery-image] Dec 19 19:14:36.428 INFO O| Dec 19 19:14:36.428 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-19T19:14:38.294Z[ recovery-image] Dec 19 19:14:36.450 INFO O| Dec 19 19:14:36.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66982024-12-19T19:14:38.294Z[ recovery-image] Dec 19 19:14:36.450 INFO O| Dec 19 19:14:36.450 INFO STEP 773 (remove_files) COMPLETE
66992024-12-19T19:14:38.297Z[ recovery-image] Dec 19 19:14:36.450 INFO O| Dec 19 19:14:36.450 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-19T19:14:38.314Z[ recovery-image] Dec 19 19:14:36.470 INFO O| Dec 19 19:14:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67012024-12-19T19:14:38.315Z[ recovery-image] Dec 19 19:14:36.471 INFO O| Dec 19 19:14:36.471 INFO STEP 774 (remove_files) COMPLETE
67022024-12-19T19:14:38.315Z[ recovery-image] Dec 19 19:14:36.471 INFO O| Dec 19 19:14:36.471 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-19T19:14:38.355Z[ host-image] Dec 19 19:14:36.510 INFO O| Dec 19 19:14:36.510 INFO completed processing gimlet/ramdisk-01-os
67042024-12-19T19:14:38.357Z[ host-image] Dec 19 19:14:36.513 INFO omicron1 baseline generation...
67052024-12-19T19:14:38.357Z[ host-image] Dec 19 19:14:36.513 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
67062024-12-19T19:14:38.364Z[ recovery-image] Dec 19 19:14:36.520 INFO O| Dec 19 19:14:36.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67072024-12-19T19:14:38.368Z[ recovery-image] Dec 19 19:14:36.520 INFO O| Dec 19 19:14:36.520 INFO STEP 775 (remove_files) COMPLETE
67082024-12-19T19:14:38.368Z[ recovery-image] Dec 19 19:14:36.520 INFO O| Dec 19 19:14:36.520 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-19T19:14:38.383Z[ recovery-image] Dec 19 19:14:36.539 INFO O| Dec 19 19:14:36.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67102024-12-19T19:14:38.385Z[ recovery-image] Dec 19 19:14:36.539 INFO O| Dec 19 19:14:36.539 INFO STEP 776 (remove_files) COMPLETE
67112024-12-19T19:14:38.385Z[ recovery-image] Dec 19 19:14:36.539 INFO O| Dec 19 19:14:36.539 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-19T19:14:38.402Z[ recovery-image] Dec 19 19:14:36.558 INFO O| Dec 19 19:14:36.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67132024-12-19T19:14:38.405Z[ recovery-image] Dec 19 19:14:36.558 INFO O| Dec 19 19:14:36.558 INFO STEP 777 (remove_files) COMPLETE
67142024-12-19T19:14:38.405Z[ recovery-image] Dec 19 19:14:36.558 INFO O| Dec 19 19:14:36.558 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-19T19:14:38.420Z[ recovery-image] Dec 19 19:14:36.576 INFO O| Dec 19 19:14:36.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67162024-12-19T19:14:38.423Z[ recovery-image] Dec 19 19:14:36.576 INFO O| Dec 19 19:14:36.576 INFO STEP 778 (remove_files) COMPLETE
67172024-12-19T19:14:38.423Z[ recovery-image] Dec 19 19:14:36.576 INFO O| Dec 19 19:14:36.576 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-19T19:14:38.439Z[ recovery-image] Dec 19 19:14:36.594 INFO O| Dec 19 19:14:36.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67192024-12-19T19:14:38.439Z[ recovery-image] Dec 19 19:14:36.594 INFO O| Dec 19 19:14:36.594 INFO STEP 779 (remove_files) COMPLETE
67202024-12-19T19:14:38.439Z[ recovery-image] Dec 19 19:14:36.594 INFO O| Dec 19 19:14:36.594 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-19T19:14:38.458Z[ recovery-image] Dec 19 19:14:36.614 INFO O| Dec 19 19:14:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67222024-12-19T19:14:38.458Z[ recovery-image] Dec 19 19:14:36.614 INFO O| Dec 19 19:14:36.614 INFO STEP 780 (remove_files) COMPLETE
67232024-12-19T19:14:38.462Z[ recovery-image] Dec 19 19:14:36.614 INFO O| Dec 19 19:14:36.614 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-19T19:14:38.495Z[ recovery-image] Dec 19 19:14:36.651 INFO O| Dec 19 19:14:36.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67252024-12-19T19:14:38.495Z[ recovery-image] Dec 19 19:14:36.651 INFO O| Dec 19 19:14:36.651 INFO STEP 781 (remove_files) COMPLETE
67262024-12-19T19:14:38.495Z[ recovery-image] Dec 19 19:14:36.651 INFO O| Dec 19 19:14:36.651 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-19T19:14:38.525Z[ recovery-image] Dec 19 19:14:36.681 INFO O| Dec 19 19:14:36.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67282024-12-19T19:14:38.525Z[ recovery-image] Dec 19 19:14:36.681 INFO O| Dec 19 19:14:36.681 INFO STEP 782 (remove_files) COMPLETE
67292024-12-19T19:14:38.525Z[ recovery-image] Dec 19 19:14:36.681 INFO O| Dec 19 19:14:36.681 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-19T19:14:38.546Z[ recovery-image] Dec 19 19:14:36.702 INFO O| Dec 19 19:14:36.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67312024-12-19T19:14:38.546Z[ recovery-image] Dec 19 19:14:36.702 INFO O| Dec 19 19:14:36.702 INFO STEP 783 (remove_files) COMPLETE
67322024-12-19T19:14:38.550Z[ recovery-image] Dec 19 19:14:36.702 INFO O| Dec 19 19:14:36.702 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-19T19:14:38.566Z[ recovery-image] Dec 19 19:14:36.721 INFO O| Dec 19 19:14:36.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67342024-12-19T19:14:38.566Z[ recovery-image] Dec 19 19:14:36.722 INFO O| Dec 19 19:14:36.722 INFO STEP 784 (remove_files) COMPLETE
67352024-12-19T19:14:38.566Z[ recovery-image] Dec 19 19:14:36.722 INFO O| Dec 19 19:14:36.722 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-19T19:14:38.608Z[ recovery-image] Dec 19 19:14:36.764 INFO O| Dec 19 19:14:36.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67372024-12-19T19:14:38.608Z[ recovery-image] Dec 19 19:14:36.764 INFO O| Dec 19 19:14:36.764 INFO STEP 785 (remove_files) COMPLETE
67382024-12-19T19:14:38.608Z[ recovery-image] Dec 19 19:14:36.764 INFO O| Dec 19 19:14:36.764 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-19T19:14:38.629Z[ recovery-image] Dec 19 19:14:36.785 INFO O| Dec 19 19:14:36.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67402024-12-19T19:14:38.629Z[ recovery-image] Dec 19 19:14:36.785 INFO O| Dec 19 19:14:36.785 INFO STEP 786 (remove_files) COMPLETE
67412024-12-19T19:14:38.629Z[ recovery-image] Dec 19 19:14:36.785 INFO O| Dec 19 19:14:36.785 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-19T19:14:38.650Z[ recovery-image] Dec 19 19:14:36.806 INFO O| Dec 19 19:14:36.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67432024-12-19T19:14:38.650Z[ recovery-image] Dec 19 19:14:36.806 INFO O| Dec 19 19:14:36.806 INFO STEP 787 (remove_files) COMPLETE
67442024-12-19T19:14:38.654Z[ recovery-image] Dec 19 19:14:36.806 INFO O| Dec 19 19:14:36.806 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-19T19:14:38.670Z[ recovery-image] Dec 19 19:14:36.826 INFO O| Dec 19 19:14:36.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67462024-12-19T19:14:38.670Z[ recovery-image] Dec 19 19:14:36.826 INFO O| Dec 19 19:14:36.826 INFO STEP 788 (remove_files) COMPLETE
67472024-12-19T19:14:38.673Z[ recovery-image] Dec 19 19:14:36.826 INFO O| Dec 19 19:14:36.826 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-19T19:14:38.691Z[ recovery-image] Dec 19 19:14:36.847 INFO O| Dec 19 19:14:36.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67492024-12-19T19:14:38.691Z[ recovery-image] Dec 19 19:14:36.847 INFO O| Dec 19 19:14:36.847 INFO STEP 789 (remove_files) COMPLETE
67502024-12-19T19:14:38.694Z[ recovery-image] Dec 19 19:14:36.847 INFO O| Dec 19 19:14:36.847 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-19T19:14:38.712Z[ recovery-image] Dec 19 19:14:36.867 INFO O| Dec 19 19:14:36.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67522024-12-19T19:14:38.715Z[ recovery-image] Dec 19 19:14:36.867 INFO O| Dec 19 19:14:36.867 INFO STEP 790 (remove_files) COMPLETE
67532024-12-19T19:14:38.715Z[ recovery-image] Dec 19 19:14:36.867 INFO O| Dec 19 19:14:36.867 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-19T19:14:38.730Z[ recovery-image] Dec 19 19:14:36.886 INFO O| Dec 19 19:14:36.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67552024-12-19T19:14:38.730Z[ recovery-image] Dec 19 19:14:36.886 INFO O| Dec 19 19:14:36.886 INFO STEP 791 (remove_files) COMPLETE
67562024-12-19T19:14:38.730Z[ recovery-image] Dec 19 19:14:36.886 INFO O| Dec 19 19:14:36.886 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-19T19:14:38.747Z[ recovery-image] Dec 19 19:14:36.903 INFO O| Dec 19 19:14:36.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67582024-12-19T19:14:38.747Z[ recovery-image] Dec 19 19:14:36.904 INFO O| Dec 19 19:14:36.903 INFO STEP 792 (remove_files) COMPLETE
67592024-12-19T19:14:38.747Z[ recovery-image] Dec 19 19:14:36.904 INFO O| Dec 19 19:14:36.903 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-19T19:14:38.767Z[ recovery-image] Dec 19 19:14:36.923 INFO O| Dec 19 19:14:36.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67612024-12-19T19:14:38.767Z[ recovery-image] Dec 19 19:14:36.923 INFO O| Dec 19 19:14:36.923 INFO STEP 793 (remove_files) COMPLETE
67622024-12-19T19:14:38.767Z[ recovery-image] Dec 19 19:14:36.923 INFO O| Dec 19 19:14:36.923 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-19T19:14:38.786Z[ recovery-image] Dec 19 19:14:36.942 INFO O| Dec 19 19:14:36.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67642024-12-19T19:14:38.786Z[ recovery-image] Dec 19 19:14:36.942 INFO O| Dec 19 19:14:36.942 INFO STEP 794 (remove_files) COMPLETE
67652024-12-19T19:14:38.786Z[ recovery-image] Dec 19 19:14:36.943 INFO O| Dec 19 19:14:36.942 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-19T19:14:38.805Z[ recovery-image] Dec 19 19:14:36.961 INFO O| Dec 19 19:14:36.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67672024-12-19T19:14:38.805Z[ recovery-image] Dec 19 19:14:36.961 INFO O| Dec 19 19:14:36.961 INFO STEP 795 (remove_files) COMPLETE
67682024-12-19T19:14:38.805Z[ recovery-image] Dec 19 19:14:36.961 INFO O| Dec 19 19:14:36.961 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-19T19:14:38.829Z[ recovery-image] Dec 19 19:14:36.985 INFO O| Dec 19 19:14:36.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67702024-12-19T19:14:38.833Z[ recovery-image] Dec 19 19:14:36.985 INFO O| Dec 19 19:14:36.985 INFO STEP 796 (remove_files) COMPLETE
67712024-12-19T19:14:38.833Z[ recovery-image] Dec 19 19:14:36.985 INFO O| Dec 19 19:14:36.985 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-19T19:14:38.865Z[ recovery-image] Dec 19 19:14:37.021 INFO O| Dec 19 19:14:37.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67732024-12-19T19:14:38.868Z[ recovery-image] Dec 19 19:14:37.021 INFO O| Dec 19 19:14:37.021 INFO STEP 797 (remove_files) COMPLETE
67742024-12-19T19:14:38.868Z[ recovery-image] Dec 19 19:14:37.021 INFO O| Dec 19 19:14:37.021 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-19T19:14:38.886Z[ recovery-image] Dec 19 19:14:37.042 INFO O| Dec 19 19:14:37.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67762024-12-19T19:14:38.889Z[ recovery-image] Dec 19 19:14:37.042 INFO O| Dec 19 19:14:37.042 INFO STEP 798 (remove_files) COMPLETE
67772024-12-19T19:14:38.889Z[ recovery-image] Dec 19 19:14:37.042 INFO O| Dec 19 19:14:37.042 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-19T19:14:38.929Z[ recovery-image] Dec 19 19:14:37.085 INFO O| Dec 19 19:14:37.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67792024-12-19T19:14:38.929Z[ recovery-image] Dec 19 19:14:37.085 INFO O| Dec 19 19:14:37.085 INFO STEP 799 (remove_files) COMPLETE
67802024-12-19T19:14:38.931Z[ recovery-image] Dec 19 19:14:37.085 INFO O| Dec 19 19:14:37.085 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-19T19:14:38.949Z[ recovery-image] Dec 19 19:14:37.105 INFO O| Dec 19 19:14:37.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67822024-12-19T19:14:38.949Z[ recovery-image] Dec 19 19:14:37.105 INFO O| Dec 19 19:14:37.105 INFO STEP 800 (remove_files) COMPLETE
67832024-12-19T19:14:38.949Z[ recovery-image] Dec 19 19:14:37.105 INFO O| Dec 19 19:14:37.105 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-19T19:14:38.990Z[ recovery-image] Dec 19 19:14:37.146 INFO O| Dec 19 19:14:37.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67852024-12-19T19:14:38.990Z[ recovery-image] Dec 19 19:14:37.146 INFO O| Dec 19 19:14:37.146 INFO STEP 801 (remove_files) COMPLETE
67862024-12-19T19:14:38.990Z[ recovery-image] Dec 19 19:14:37.146 INFO O| Dec 19 19:14:37.146 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-19T19:14:39.028Z[ recovery-image] Dec 19 19:14:37.183 INFO O| Dec 19 19:14:37.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67882024-12-19T19:14:39.028Z[ recovery-image] Dec 19 19:14:37.183 INFO O| Dec 19 19:14:37.183 INFO STEP 802 (remove_files) COMPLETE
67892024-12-19T19:14:39.028Z[ recovery-image] Dec 19 19:14:37.183 INFO O| Dec 19 19:14:37.183 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-19T19:14:39.051Z[ recovery-image] Dec 19 19:14:37.207 INFO O| Dec 19 19:14:37.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67912024-12-19T19:14:39.051Z[ recovery-image] Dec 19 19:14:37.207 INFO O| Dec 19 19:14:37.207 INFO STEP 803 (remove_files) COMPLETE
67922024-12-19T19:14:39.054Z[ recovery-image] Dec 19 19:14:37.207 INFO O| Dec 19 19:14:37.207 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-19T19:14:39.074Z[ recovery-image] Dec 19 19:14:37.229 INFO O| Dec 19 19:14:37.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67942024-12-19T19:14:39.074Z[ recovery-image] Dec 19 19:14:37.230 INFO O| Dec 19 19:14:37.229 INFO STEP 804 (remove_files) COMPLETE
67952024-12-19T19:14:39.074Z[ recovery-image] Dec 19 19:14:37.230 INFO O| Dec 19 19:14:37.230 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-19T19:14:39.096Z[ recovery-image] Dec 19 19:14:37.252 INFO O| Dec 19 19:14:37.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67972024-12-19T19:14:39.096Z[ recovery-image] Dec 19 19:14:37.252 INFO O| Dec 19 19:14:37.252 INFO STEP 805 (remove_files) COMPLETE
67982024-12-19T19:14:39.096Z[ recovery-image] Dec 19 19:14:37.252 INFO O| Dec 19 19:14:37.252 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-19T19:14:39.117Z[ recovery-image] Dec 19 19:14:37.273 INFO O| Dec 19 19:14:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68002024-12-19T19:14:39.118Z[ recovery-image] Dec 19 19:14:37.274 INFO O| Dec 19 19:14:37.274 INFO STEP 806 (remove_files) COMPLETE
68012024-12-19T19:14:39.118Z[ recovery-image] Dec 19 19:14:37.274 INFO O| Dec 19 19:14:37.274 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-19T19:14:39.138Z[ recovery-image] Dec 19 19:14:37.294 INFO O| Dec 19 19:14:37.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68032024-12-19T19:14:39.138Z[ recovery-image] Dec 19 19:14:37.294 INFO O| Dec 19 19:14:37.294 INFO STEP 807 (remove_files) COMPLETE
68042024-12-19T19:14:39.138Z[ recovery-image] Dec 19 19:14:37.294 INFO O| Dec 19 19:14:37.294 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-19T19:14:39.148Z[ host-image] Dec 19 19:14:37.304 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z
68062024-12-19T19:14:39.157Z[ recovery-image] Dec 19 19:14:37.313 INFO O| Dec 19 19:14:37.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68072024-12-19T19:14:39.157Z[ recovery-image] Dec 19 19:14:37.313 INFO O| Dec 19 19:14:37.313 INFO STEP 808 (remove_files) COMPLETE
68082024-12-19T19:14:39.160Z[ recovery-image] Dec 19 19:14:37.313 INFO O| Dec 19 19:14:37.313 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-19T19:14:39.177Z[ recovery-image] Dec 19 19:14:37.333 INFO O| Dec 19 19:14:37.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68102024-12-19T19:14:39.177Z[ recovery-image] Dec 19 19:14:37.333 INFO O| Dec 19 19:14:37.333 INFO STEP 809 (remove_files) COMPLETE
68112024-12-19T19:14:39.177Z[ recovery-image] Dec 19 19:14:37.333 INFO O| Dec 19 19:14:37.333 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-19T19:14:39.203Z[ recovery-image] Dec 19 19:14:37.359 INFO O| Dec 19 19:14:37.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68132024-12-19T19:14:39.206Z[ recovery-image] Dec 19 19:14:37.359 INFO O| Dec 19 19:14:37.359 INFO STEP 810 (remove_files) COMPLETE
68142024-12-19T19:14:39.206Z[ recovery-image] Dec 19 19:14:37.360 INFO O| Dec 19 19:14:37.359 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-19T19:14:39.223Z[ recovery-image] Dec 19 19:14:37.379 INFO O| Dec 19 19:14:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68162024-12-19T19:14:39.226Z[ recovery-image] Dec 19 19:14:37.380 INFO O| Dec 19 19:14:37.379 INFO STEP 811 (remove_files) COMPLETE
68172024-12-19T19:14:39.226Z[ recovery-image] Dec 19 19:14:37.380 INFO O| Dec 19 19:14:37.380 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-19T19:14:39.243Z[ recovery-image] Dec 19 19:14:37.398 INFO O| Dec 19 19:14:37.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68192024-12-19T19:14:39.246Z[ recovery-image] Dec 19 19:14:37.399 INFO O| Dec 19 19:14:37.399 INFO STEP 812 (remove_files) COMPLETE
68202024-12-19T19:14:39.246Z[ recovery-image] Dec 19 19:14:37.399 INFO O| Dec 19 19:14:37.399 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-19T19:14:39.276Z[ recovery-image] Dec 19 19:14:37.432 INFO O| Dec 19 19:14:37.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68222024-12-19T19:14:39.276Z[ recovery-image] Dec 19 19:14:37.432 INFO O| Dec 19 19:14:37.432 INFO STEP 813 (remove_files) COMPLETE
68232024-12-19T19:14:39.279Z[ recovery-image] Dec 19 19:14:37.432 INFO O| Dec 19 19:14:37.432 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-19T19:14:39.416Z[ recovery-image] Dec 19 19:14:37.571 INFO O| Dec 19 19:14:37.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68252024-12-19T19:14:39.416Z[ recovery-image] Dec 19 19:14:37.571 INFO O| Dec 19 19:14:37.571 INFO STEP 814 (remove_files) COMPLETE
68262024-12-19T19:14:39.416Z[ recovery-image] Dec 19 19:14:37.571 INFO O| Dec 19 19:14:37.571 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-19T19:14:39.434Z[ recovery-image] Dec 19 19:14:37.590 INFO O| Dec 19 19:14:37.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68282024-12-19T19:14:39.434Z[ recovery-image] Dec 19 19:14:37.590 INFO O| Dec 19 19:14:37.590 INFO STEP 815 (remove_files) COMPLETE
68292024-12-19T19:14:39.434Z[ recovery-image] Dec 19 19:14:37.590 INFO O| Dec 19 19:14:37.590 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-19T19:14:39.471Z[ recovery-image] Dec 19 19:14:37.627 INFO O| Dec 19 19:14:37.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68312024-12-19T19:14:39.471Z[ recovery-image] Dec 19 19:14:37.627 INFO O| Dec 19 19:14:37.627 INFO STEP 816 (remove_files) COMPLETE
68322024-12-19T19:14:39.474Z[ recovery-image] Dec 19 19:14:37.627 INFO O| Dec 19 19:14:37.627 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-19T19:14:39.491Z[ recovery-image] Dec 19 19:14:37.647 INFO O| Dec 19 19:14:37.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68342024-12-19T19:14:39.491Z[ recovery-image] Dec 19 19:14:37.647 INFO O| Dec 19 19:14:37.647 INFO STEP 817 (remove_files) COMPLETE
68352024-12-19T19:14:39.495Z[ recovery-image] Dec 19 19:14:37.648 INFO O| Dec 19 19:14:37.647 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-19T19:14:39.568Z[ recovery-image] Dec 19 19:14:37.724 INFO O| Dec 19 19:14:37.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68372024-12-19T19:14:39.568Z[ recovery-image] Dec 19 19:14:37.724 INFO O| Dec 19 19:14:37.724 INFO STEP 818 (remove_files) COMPLETE
68382024-12-19T19:14:39.568Z[ recovery-image] Dec 19 19:14:37.724 INFO O| Dec 19 19:14:37.724 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-19T19:14:39.588Z[ recovery-image] Dec 19 19:14:37.744 INFO O| Dec 19 19:14:37.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68402024-12-19T19:14:39.588Z[ recovery-image] Dec 19 19:14:37.744 INFO O| Dec 19 19:14:37.744 INFO STEP 819 (remove_files) COMPLETE
68412024-12-19T19:14:39.588Z[ recovery-image] Dec 19 19:14:37.744 INFO O| Dec 19 19:14:37.744 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-19T19:14:39.608Z[ recovery-image] Dec 19 19:14:37.764 INFO O| Dec 19 19:14:37.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68432024-12-19T19:14:39.608Z[ recovery-image] Dec 19 19:14:37.764 INFO O| Dec 19 19:14:37.764 INFO STEP 820 (remove_files) COMPLETE
68442024-12-19T19:14:39.611Z[ recovery-image] Dec 19 19:14:37.764 INFO O| Dec 19 19:14:37.764 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-19T19:14:39.628Z[ recovery-image] Dec 19 19:14:37.784 INFO O| Dec 19 19:14:37.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68462024-12-19T19:14:39.628Z[ recovery-image] Dec 19 19:14:37.784 INFO O| Dec 19 19:14:37.784 INFO STEP 821 (remove_files) COMPLETE
68472024-12-19T19:14:39.628Z[ recovery-image] Dec 19 19:14:37.784 INFO O| Dec 19 19:14:37.784 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-19T19:14:39.648Z[ recovery-image] Dec 19 19:14:37.804 INFO O| Dec 19 19:14:37.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68492024-12-19T19:14:39.648Z[ recovery-image] Dec 19 19:14:37.804 INFO O| Dec 19 19:14:37.804 INFO STEP 822 (remove_files) COMPLETE
68502024-12-19T19:14:39.651Z[ recovery-image] Dec 19 19:14:37.804 INFO O| Dec 19 19:14:37.804 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-12-19T19:14:39.667Z[ recovery-image] Dec 19 19:14:37.823 INFO O| Dec 19 19:14:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68522024-12-19T19:14:39.667Z[ recovery-image] Dec 19 19:14:37.823 INFO O| Dec 19 19:14:37.823 INFO STEP 823 (remove_files) COMPLETE
68532024-12-19T19:14:39.667Z[ recovery-image] Dec 19 19:14:37.823 INFO O| Dec 19 19:14:37.823 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-19T19:14:39.686Z[ recovery-image] Dec 19 19:14:37.841 INFO O| Dec 19 19:14:37.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68552024-12-19T19:14:39.686Z[ recovery-image] Dec 19 19:14:37.841 INFO O| Dec 19 19:14:37.841 INFO STEP 824 (remove_files) COMPLETE
68562024-12-19T19:14:39.689Z[ recovery-image] Dec 19 19:14:37.842 INFO O| Dec 19 19:14:37.841 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-19T19:14:39.707Z[ recovery-image] Dec 19 19:14:37.862 INFO O| Dec 19 19:14:37.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68582024-12-19T19:14:39.707Z[ recovery-image] Dec 19 19:14:37.862 INFO O| Dec 19 19:14:37.862 INFO STEP 825 (remove_files) COMPLETE
68592024-12-19T19:14:39.707Z[ recovery-image] Dec 19 19:14:37.862 INFO O| Dec 19 19:14:37.862 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-12-19T19:14:39.725Z[ recovery-image] Dec 19 19:14:37.881 INFO O| Dec 19 19:14:37.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68612024-12-19T19:14:39.725Z[ recovery-image] Dec 19 19:14:37.881 INFO O| Dec 19 19:14:37.881 INFO STEP 826 (remove_files) COMPLETE
68622024-12-19T19:14:39.729Z[ recovery-image] Dec 19 19:14:37.881 INFO O| Dec 19 19:14:37.881 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-12-19T19:14:39.746Z[ recovery-image] Dec 19 19:14:37.901 INFO O| Dec 19 19:14:37.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68642024-12-19T19:14:39.746Z[ recovery-image] Dec 19 19:14:37.901 INFO O| Dec 19 19:14:37.901 INFO STEP 827 (remove_files) COMPLETE
68652024-12-19T19:14:39.746Z[ recovery-image] Dec 19 19:14:37.901 INFO O| Dec 19 19:14:37.901 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-12-19T19:14:39.800Z[ recovery-image] Dec 19 19:14:37.956 INFO O| Dec 19 19:14:37.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68672024-12-19T19:14:39.800Z[ recovery-image] Dec 19 19:14:37.956 INFO O| Dec 19 19:14:37.956 INFO STEP 828 (remove_files) COMPLETE
68682024-12-19T19:14:39.804Z[ recovery-image] Dec 19 19:14:37.956 INFO O| Dec 19 19:14:37.956 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-12-19T19:14:39.822Z[ recovery-image] Dec 19 19:14:37.978 INFO O| Dec 19 19:14:37.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68702024-12-19T19:14:39.822Z[ recovery-image] Dec 19 19:14:37.978 INFO O| Dec 19 19:14:37.978 INFO STEP 829 (remove_files) COMPLETE
68712024-12-19T19:14:39.824Z[ recovery-image] Dec 19 19:14:37.978 INFO O| Dec 19 19:14:37.978 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-19T19:14:39.843Z[ recovery-image] Dec 19 19:14:37.999 INFO O| Dec 19 19:14:37.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68732024-12-19T19:14:39.843Z[ recovery-image] Dec 19 19:14:37.999 INFO O| Dec 19 19:14:37.999 INFO STEP 830 (remove_files) COMPLETE
68742024-12-19T19:14:39.843Z[ recovery-image] Dec 19 19:14:37.999 INFO O| Dec 19 19:14:37.999 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-19T19:14:39.863Z[ recovery-image] Dec 19 19:14:38.019 INFO O| Dec 19 19:14:38.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68762024-12-19T19:14:39.863Z[ recovery-image] Dec 19 19:14:38.019 INFO O| Dec 19 19:14:38.019 INFO STEP 831 (remove_files) COMPLETE
68772024-12-19T19:14:39.863Z[ recovery-image] Dec 19 19:14:38.020 INFO O| Dec 19 19:14:38.019 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-19T19:14:39.883Z[ recovery-image] Dec 19 19:14:38.039 INFO O| Dec 19 19:14:38.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68792024-12-19T19:14:39.883Z[ recovery-image] Dec 19 19:14:38.039 INFO O| Dec 19 19:14:38.039 INFO STEP 832 (remove_files) COMPLETE
68802024-12-19T19:14:39.883Z[ recovery-image] Dec 19 19:14:38.039 INFO O| Dec 19 19:14:38.039 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-19T19:14:39.903Z[ recovery-image] Dec 19 19:14:38.059 INFO O| Dec 19 19:14:38.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68822024-12-19T19:14:39.903Z[ recovery-image] Dec 19 19:14:38.059 INFO O| Dec 19 19:14:38.059 INFO STEP 833 (remove_files) COMPLETE
68832024-12-19T19:14:39.903Z[ recovery-image] Dec 19 19:14:38.059 INFO O| Dec 19 19:14:38.059 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-19T19:14:39.925Z[ recovery-image] Dec 19 19:14:38.080 INFO O| Dec 19 19:14:38.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68852024-12-19T19:14:39.925Z[ recovery-image] Dec 19 19:14:38.080 INFO O| Dec 19 19:14:38.080 INFO STEP 834 (remove_files) COMPLETE
68862024-12-19T19:14:39.928Z[ recovery-image] Dec 19 19:14:38.080 INFO O| Dec 19 19:14:38.080 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-19T19:14:39.947Z[ recovery-image] Dec 19 19:14:38.102 INFO O| Dec 19 19:14:38.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68882024-12-19T19:14:39.947Z[ recovery-image] Dec 19 19:14:38.102 INFO O| Dec 19 19:14:38.102 INFO STEP 835 (remove_files) COMPLETE
68892024-12-19T19:14:39.949Z[ recovery-image] Dec 19 19:14:38.102 INFO O| Dec 19 19:14:38.102 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-19T19:14:39.965Z[ recovery-image] Dec 19 19:14:38.121 INFO O| Dec 19 19:14:38.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68912024-12-19T19:14:39.965Z[ recovery-image] Dec 19 19:14:38.121 INFO O| Dec 19 19:14:38.121 INFO STEP 836 (remove_files) COMPLETE
68922024-12-19T19:14:39.965Z[ recovery-image] Dec 19 19:14:38.121 INFO O| Dec 19 19:14:38.121 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-19T19:14:39.994Z[ recovery-image] Dec 19 19:14:38.149 INFO O| Dec 19 19:14:38.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68942024-12-19T19:14:39.994Z[ recovery-image] Dec 19 19:14:38.149 INFO O| Dec 19 19:14:38.149 INFO STEP 837 (remove_files) COMPLETE
68952024-12-19T19:14:39.996Z[ recovery-image] Dec 19 19:14:38.150 INFO O| Dec 19 19:14:38.149 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-19T19:14:40.032Z[ recovery-image] Dec 19 19:14:38.187 INFO O| Dec 19 19:14:38.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68972024-12-19T19:14:40.032Z[ recovery-image] Dec 19 19:14:38.187 INFO O| Dec 19 19:14:38.187 INFO STEP 838 (remove_files) COMPLETE
68982024-12-19T19:14:40.032Z[ recovery-image] Dec 19 19:14:38.187 INFO O| Dec 19 19:14:38.187 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-19T19:14:40.072Z[ recovery-image] Dec 19 19:14:38.226 INFO O| Dec 19 19:14:38.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69002024-12-19T19:14:40.092Z[ recovery-image] Dec 19 19:14:38.227 INFO O| Dec 19 19:14:38.227 INFO STEP 839 (remove_files) COMPLETE
69012024-12-19T19:14:40.092Z[ recovery-image] Dec 19 19:14:38.227 INFO O| Dec 19 19:14:38.227 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-19T19:14:40.095Z[ recovery-image] Dec 19 19:14:38.248 INFO O| Dec 19 19:14:38.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69032024-12-19T19:14:40.095Z[ recovery-image] Dec 19 19:14:38.248 INFO O| Dec 19 19:14:38.248 INFO STEP 840 (remove_files) COMPLETE
69042024-12-19T19:14:40.101Z[ recovery-image] Dec 19 19:14:38.248 INFO O| Dec 19 19:14:38.248 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-19T19:14:40.156Z[ recovery-image] Dec 19 19:14:38.311 INFO O| Dec 19 19:14:38.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69062024-12-19T19:14:40.157Z[ recovery-image] Dec 19 19:14:38.311 INFO O| Dec 19 19:14:38.311 INFO STEP 841 (remove_files) COMPLETE
69072024-12-19T19:14:40.160Z[ recovery-image] Dec 19 19:14:38.311 INFO O| Dec 19 19:14:38.311 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-19T19:14:40.177Z[ recovery-image] Dec 19 19:14:38.331 INFO O| Dec 19 19:14:38.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69092024-12-19T19:14:40.180Z[ recovery-image] Dec 19 19:14:38.332 INFO O| Dec 19 19:14:38.332 INFO STEP 842 (remove_files) COMPLETE
69102024-12-19T19:14:40.180Z[ recovery-image] Dec 19 19:14:38.332 INFO O| Dec 19 19:14:38.332 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-19T19:14:40.195Z[ recovery-image] Dec 19 19:14:38.351 INFO O| Dec 19 19:14:38.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69122024-12-19T19:14:40.195Z[ recovery-image] Dec 19 19:14:38.352 INFO O| Dec 19 19:14:38.351 INFO STEP 843 (remove_files) COMPLETE
69132024-12-19T19:14:40.196Z[ recovery-image] Dec 19 19:14:38.352 INFO O| Dec 19 19:14:38.352 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-19T19:14:40.216Z[ recovery-image] Dec 19 19:14:38.372 INFO O| Dec 19 19:14:38.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69152024-12-19T19:14:40.216Z[ recovery-image] Dec 19 19:14:38.372 INFO O| Dec 19 19:14:38.372 INFO STEP 844 (remove_files) COMPLETE
69162024-12-19T19:14:40.216Z[ recovery-image] Dec 19 19:14:38.372 INFO O| Dec 19 19:14:38.372 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-19T19:14:40.237Z[ recovery-image] Dec 19 19:14:38.393 INFO O| Dec 19 19:14:38.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69182024-12-19T19:14:40.237Z[ recovery-image] Dec 19 19:14:38.393 INFO O| Dec 19 19:14:38.393 INFO STEP 845 (remove_files) COMPLETE
69192024-12-19T19:14:40.237Z[ recovery-image] Dec 19 19:14:38.393 INFO O| Dec 19 19:14:38.393 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-19T19:14:40.256Z[ recovery-image] Dec 19 19:14:38.412 INFO O| Dec 19 19:14:38.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69212024-12-19T19:14:40.256Z[ recovery-image] Dec 19 19:14:38.412 INFO O| Dec 19 19:14:38.412 INFO STEP 846 (remove_files) COMPLETE
69222024-12-19T19:14:40.259Z[ recovery-image] Dec 19 19:14:38.412 INFO O| Dec 19 19:14:38.412 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-19T19:14:40.277Z[ recovery-image] Dec 19 19:14:38.433 INFO O| Dec 19 19:14:38.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69242024-12-19T19:14:40.280Z[ recovery-image] Dec 19 19:14:38.433 INFO O| Dec 19 19:14:38.433 INFO STEP 847 (remove_files) COMPLETE
69252024-12-19T19:14:40.280Z[ recovery-image] Dec 19 19:14:38.433 INFO O| Dec 19 19:14:38.433 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-19T19:14:40.296Z[ recovery-image] Dec 19 19:14:38.452 INFO O| Dec 19 19:14:38.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69272024-12-19T19:14:40.300Z[ recovery-image] Dec 19 19:14:38.452 INFO O| Dec 19 19:14:38.452 INFO STEP 848 (remove_files) COMPLETE
69282024-12-19T19:14:40.300Z[ recovery-image] Dec 19 19:14:38.452 INFO O| Dec 19 19:14:38.452 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-19T19:14:40.329Z[ recovery-image] Dec 19 19:14:38.484 INFO O| Dec 19 19:14:38.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69302024-12-19T19:14:40.339Z[ recovery-image] Dec 19 19:14:38.484 INFO O| Dec 19 19:14:38.484 INFO STEP 849 (remove_files) COMPLETE
69312024-12-19T19:14:40.339Z[ recovery-image] Dec 19 19:14:38.485 INFO O| Dec 19 19:14:38.484 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-19T19:14:40.351Z[ recovery-image] Dec 19 19:14:38.507 INFO O| Dec 19 19:14:38.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69332024-12-19T19:14:40.362Z[ recovery-image] Dec 19 19:14:38.518 INFO O| Dec 19 19:14:38.518 INFO STEP 850 (remove_files) COMPLETE
69342024-12-19T19:14:40.362Z[ recovery-image] Dec 19 19:14:38.518 INFO O| Dec 19 19:14:38.518 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-19T19:14:40.384Z[ recovery-image] Dec 19 19:14:38.540 INFO O| Dec 19 19:14:38.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69362024-12-19T19:14:40.388Z[ recovery-image] Dec 19 19:14:38.540 INFO O| Dec 19 19:14:38.540 INFO STEP 851 (remove_files) COMPLETE
69372024-12-19T19:14:40.388Z[ recovery-image] Dec 19 19:14:38.540 INFO O| Dec 19 19:14:38.540 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-19T19:14:40.405Z[ recovery-image] Dec 19 19:14:38.561 INFO O| Dec 19 19:14:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69392024-12-19T19:14:40.405Z[ recovery-image] Dec 19 19:14:38.561 INFO O| Dec 19 19:14:38.561 INFO STEP 852 (remove_files) COMPLETE
69402024-12-19T19:14:40.405Z[ recovery-image] Dec 19 19:14:38.561 INFO O| Dec 19 19:14:38.561 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-19T19:14:40.425Z[ recovery-image] Dec 19 19:14:38.581 INFO O| Dec 19 19:14:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69422024-12-19T19:14:40.425Z[ recovery-image] Dec 19 19:14:38.581 INFO O| Dec 19 19:14:38.581 INFO STEP 853 (remove_files) COMPLETE
69432024-12-19T19:14:40.425Z[ recovery-image] Dec 19 19:14:38.581 INFO O| Dec 19 19:14:38.581 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-19T19:14:40.445Z[ recovery-image] Dec 19 19:14:38.601 INFO O| Dec 19 19:14:38.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69452024-12-19T19:14:40.445Z[ recovery-image] Dec 19 19:14:38.601 INFO O| Dec 19 19:14:38.601 INFO STEP 854 (remove_files) COMPLETE
69462024-12-19T19:14:40.445Z[ recovery-image] Dec 19 19:14:38.601 INFO O| Dec 19 19:14:38.601 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-19T19:14:40.513Z[ recovery-image] Dec 19 19:14:38.669 INFO O| Dec 19 19:14:38.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69482024-12-19T19:14:40.513Z[ recovery-image] Dec 19 19:14:38.669 INFO O| Dec 19 19:14:38.669 INFO STEP 855 (remove_files) COMPLETE
69492024-12-19T19:14:40.513Z[ recovery-image] Dec 19 19:14:38.669 INFO O| Dec 19 19:14:38.669 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-19T19:14:40.569Z[ recovery-image] Dec 19 19:14:38.725 INFO O| Dec 19 19:14:38.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69512024-12-19T19:14:40.569Z[ recovery-image] Dec 19 19:14:38.725 INFO O| Dec 19 19:14:38.725 INFO STEP 856 (remove_files) COMPLETE
69522024-12-19T19:14:40.572Z[ recovery-image] Dec 19 19:14:38.725 INFO O| Dec 19 19:14:38.725 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-19T19:14:40.612Z[ recovery-image] Dec 19 19:14:38.768 INFO O| Dec 19 19:14:38.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69542024-12-19T19:14:40.612Z[ recovery-image] Dec 19 19:14:38.768 INFO O| Dec 19 19:14:38.768 INFO STEP 857 (remove_files) COMPLETE
69552024-12-19T19:14:40.615Z[ recovery-image] Dec 19 19:14:38.768 INFO O| Dec 19 19:14:38.768 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-19T19:14:40.665Z[ recovery-image] Dec 19 19:14:38.820 INFO O| Dec 19 19:14:38.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69572024-12-19T19:14:40.665Z[ recovery-image] Dec 19 19:14:38.820 INFO O| Dec 19 19:14:38.820 INFO STEP 858 (remove_files) COMPLETE
69582024-12-19T19:14:40.665Z[ recovery-image] Dec 19 19:14:38.821 INFO O| Dec 19 19:14:38.820 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-19T19:14:40.699Z[ recovery-image] Dec 19 19:14:38.854 INFO O| Dec 19 19:14:38.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69602024-12-19T19:14:40.699Z[ recovery-image] Dec 19 19:14:38.854 INFO O| Dec 19 19:14:38.854 INFO STEP 859 (remove_files) COMPLETE
69612024-12-19T19:14:40.702Z[ recovery-image] Dec 19 19:14:38.855 INFO O| Dec 19 19:14:38.854 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-19T19:14:40.719Z[ recovery-image] Dec 19 19:14:38.875 INFO O| Dec 19 19:14:38.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69632024-12-19T19:14:40.719Z[ recovery-image] Dec 19 19:14:38.875 INFO O| Dec 19 19:14:38.875 INFO STEP 860 (remove_files) COMPLETE
69642024-12-19T19:14:40.719Z[ recovery-image] Dec 19 19:14:38.875 INFO O| Dec 19 19:14:38.875 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-19T19:14:40.753Z[ recovery-image] Dec 19 19:14:38.909 INFO O| Dec 19 19:14:38.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69662024-12-19T19:14:40.753Z[ recovery-image] Dec 19 19:14:38.909 INFO O| Dec 19 19:14:38.909 INFO STEP 861 (remove_files) COMPLETE
69672024-12-19T19:14:40.757Z[ recovery-image] Dec 19 19:14:38.909 INFO O| Dec 19 19:14:38.909 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-19T19:14:40.789Z[ recovery-image] Dec 19 19:14:38.943 INFO O| Dec 19 19:14:38.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69692024-12-19T19:14:40.789Z[ recovery-image] Dec 19 19:14:38.944 INFO O| Dec 19 19:14:38.943 INFO STEP 862 (remove_files) COMPLETE
69702024-12-19T19:14:40.789Z[ recovery-image] Dec 19 19:14:38.944 INFO O| Dec 19 19:14:38.944 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-19T19:14:40.842Z[ recovery-image] Dec 19 19:14:38.997 INFO O| Dec 19 19:14:38.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69722024-12-19T19:14:40.842Z[ recovery-image] Dec 19 19:14:38.998 INFO O| Dec 19 19:14:38.998 INFO STEP 863 (remove_files) COMPLETE
69732024-12-19T19:14:40.842Z[ recovery-image] Dec 19 19:14:38.998 INFO O| Dec 19 19:14:38.998 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-19T19:14:40.864Z[ recovery-image] Dec 19 19:14:39.018 INFO O| Dec 19 19:14:39.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69752024-12-19T19:14:40.864Z[ recovery-image] Dec 19 19:14:39.018 INFO O| Dec 19 19:14:39.018 INFO STEP 864 (remove_files) COMPLETE
69762024-12-19T19:14:40.864Z[ recovery-image] Dec 19 19:14:39.018 INFO O| Dec 19 19:14:39.018 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-19T19:14:40.902Z[ recovery-image] Dec 19 19:14:39.056 INFO O| Dec 19 19:14:39.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69782024-12-19T19:14:40.902Z[ recovery-image] Dec 19 19:14:39.056 INFO O| Dec 19 19:14:39.056 INFO STEP 865 (remove_files) COMPLETE
69792024-12-19T19:14:40.904Z[ recovery-image] Dec 19 19:14:39.057 INFO O| Dec 19 19:14:39.056 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-19T19:14:40.944Z[ recovery-image] Dec 19 19:14:39.100 INFO O| Dec 19 19:14:39.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69812024-12-19T19:14:40.949Z[ recovery-image] Dec 19 19:14:39.100 INFO O| Dec 19 19:14:39.100 INFO STEP 866 (remove_files) COMPLETE
69822024-12-19T19:14:40.949Z[ recovery-image] Dec 19 19:14:39.100 INFO O| Dec 19 19:14:39.100 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-19T19:14:40.970Z[ recovery-image] Dec 19 19:14:39.120 INFO O| Dec 19 19:14:39.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69842024-12-19T19:14:40.970Z[ recovery-image] Dec 19 19:14:39.120 INFO O| Dec 19 19:14:39.120 INFO STEP 867 (remove_files) COMPLETE
69852024-12-19T19:14:40.970Z[ recovery-image] Dec 19 19:14:39.120 INFO O| Dec 19 19:14:39.120 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-19T19:14:40.992Z[ recovery-image] Dec 19 19:14:39.148 INFO O| Dec 19 19:14:39.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69872024-12-19T19:14:40.992Z[ recovery-image] Dec 19 19:14:39.148 INFO O| Dec 19 19:14:39.148 INFO STEP 868 (remove_files) COMPLETE
69882024-12-19T19:14:40.996Z[ recovery-image] Dec 19 19:14:39.148 INFO O| Dec 19 19:14:39.148 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-19T19:14:41.029Z[ recovery-image] Dec 19 19:14:39.185 INFO O| Dec 19 19:14:39.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69902024-12-19T19:14:41.029Z[ recovery-image] Dec 19 19:14:39.185 INFO O| Dec 19 19:14:39.185 INFO STEP 869 (remove_files) COMPLETE
69912024-12-19T19:14:41.029Z[ recovery-image] Dec 19 19:14:39.185 INFO O| Dec 19 19:14:39.185 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-19T19:14:41.068Z[ recovery-image] Dec 19 19:14:39.224 INFO O| Dec 19 19:14:39.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69932024-12-19T19:14:41.072Z[ recovery-image] Dec 19 19:14:39.224 INFO O| Dec 19 19:14:39.224 INFO STEP 870 (remove_files) COMPLETE
69942024-12-19T19:14:41.072Z[ recovery-image] Dec 19 19:14:39.225 INFO O| Dec 19 19:14:39.225 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-19T19:14:41.121Z[ recovery-image] Dec 19 19:14:39.277 INFO O| Dec 19 19:14:39.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69962024-12-19T19:14:41.125Z[ recovery-image] Dec 19 19:14:39.277 INFO O| Dec 19 19:14:39.277 INFO STEP 871 (remove_files) COMPLETE
69972024-12-19T19:14:41.125Z[ recovery-image] Dec 19 19:14:39.277 INFO O| Dec 19 19:14:39.277 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-19T19:14:41.145Z[ recovery-image] Dec 19 19:14:39.300 INFO O| Dec 19 19:14:39.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69992024-12-19T19:14:41.149Z[ recovery-image] Dec 19 19:14:39.301 INFO O| Dec 19 19:14:39.301 INFO STEP 872 (remove_files) COMPLETE
70002024-12-19T19:14:41.149Z[ recovery-image] Dec 19 19:14:39.301 INFO O| Dec 19 19:14:39.301 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-19T19:14:41.168Z[ recovery-image] Dec 19 19:14:39.323 INFO O| Dec 19 19:14:39.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70022024-12-19T19:14:41.171Z[ recovery-image] Dec 19 19:14:39.323 INFO O| Dec 19 19:14:39.323 INFO STEP 873 (remove_files) COMPLETE
70032024-12-19T19:14:41.171Z[ recovery-image] Dec 19 19:14:39.323 INFO O| Dec 19 19:14:39.323 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-19T19:14:41.187Z[ recovery-image] Dec 19 19:14:39.342 INFO O| Dec 19 19:14:39.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70052024-12-19T19:14:41.190Z[ recovery-image] Dec 19 19:14:39.343 INFO O| Dec 19 19:14:39.343 INFO STEP 874 (remove_files) COMPLETE
70062024-12-19T19:14:41.190Z[ recovery-image] Dec 19 19:14:39.343 INFO O| Dec 19 19:14:39.343 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-19T19:14:41.207Z[ recovery-image] Dec 19 19:14:39.362 INFO O| Dec 19 19:14:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70082024-12-19T19:14:41.210Z[ recovery-image] Dec 19 19:14:39.362 INFO O| Dec 19 19:14:39.362 INFO STEP 875 (remove_files) COMPLETE
70092024-12-19T19:14:41.210Z[ recovery-image] Dec 19 19:14:39.362 INFO O| Dec 19 19:14:39.362 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-19T19:14:41.227Z[ recovery-image] Dec 19 19:14:39.382 INFO O| Dec 19 19:14:39.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70112024-12-19T19:14:41.230Z[ recovery-image] Dec 19 19:14:39.382 INFO O| Dec 19 19:14:39.382 INFO STEP 876 (remove_files) COMPLETE
70122024-12-19T19:14:41.230Z[ recovery-image] Dec 19 19:14:39.382 INFO O| Dec 19 19:14:39.382 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-19T19:14:41.245Z[ recovery-image] Dec 19 19:14:39.401 INFO O| Dec 19 19:14:39.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70142024-12-19T19:14:41.250Z[ recovery-image] Dec 19 19:14:39.401 INFO O| Dec 19 19:14:39.401 INFO STEP 877 (remove_files) COMPLETE
70152024-12-19T19:14:41.250Z[ recovery-image] Dec 19 19:14:39.402 INFO O| Dec 19 19:14:39.402 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-19T19:14:41.265Z[ recovery-image] Dec 19 19:14:39.421 INFO O| Dec 19 19:14:39.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70172024-12-19T19:14:41.268Z[ recovery-image] Dec 19 19:14:39.421 INFO O| Dec 19 19:14:39.421 INFO STEP 878 (remove_files) COMPLETE
70182024-12-19T19:14:41.268Z[ recovery-image] Dec 19 19:14:39.421 INFO O| Dec 19 19:14:39.421 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-19T19:14:41.305Z[ recovery-image] Dec 19 19:14:39.460 INFO O| Dec 19 19:14:39.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70202024-12-19T19:14:41.305Z[ recovery-image] Dec 19 19:14:39.460 INFO O| Dec 19 19:14:39.460 INFO STEP 879 (remove_files) COMPLETE
70212024-12-19T19:14:41.305Z[ recovery-image] Dec 19 19:14:39.460 INFO O| Dec 19 19:14:39.460 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-19T19:14:41.373Z[ recovery-image] Dec 19 19:14:39.529 INFO O| Dec 19 19:14:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70232024-12-19T19:14:41.373Z[ recovery-image] Dec 19 19:14:39.529 INFO O| Dec 19 19:14:39.529 INFO STEP 880 (remove_files) COMPLETE
70242024-12-19T19:14:41.377Z[ recovery-image] Dec 19 19:14:39.529 INFO O| Dec 19 19:14:39.529 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-19T19:14:41.394Z[ recovery-image] Dec 19 19:14:39.550 INFO O| Dec 19 19:14:39.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70262024-12-19T19:14:41.395Z[ recovery-image] Dec 19 19:14:39.550 INFO O| Dec 19 19:14:39.550 INFO STEP 881 (remove_files) COMPLETE
70272024-12-19T19:14:41.397Z[ recovery-image] Dec 19 19:14:39.551 INFO O| Dec 19 19:14:39.550 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-19T19:14:41.416Z[ recovery-image] Dec 19 19:14:39.572 INFO O| Dec 19 19:14:39.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70292024-12-19T19:14:41.417Z[ recovery-image] Dec 19 19:14:39.572 INFO O| Dec 19 19:14:39.572 INFO STEP 882 (remove_files) COMPLETE
70302024-12-19T19:14:41.417Z[ recovery-image] Dec 19 19:14:39.572 INFO O| Dec 19 19:14:39.572 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-19T19:14:41.453Z[ recovery-image] Dec 19 19:14:39.609 INFO O| Dec 19 19:14:39.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70322024-12-19T19:14:41.454Z[ recovery-image] Dec 19 19:14:39.609 INFO O| Dec 19 19:14:39.609 INFO STEP 883 (remove_files) COMPLETE
70332024-12-19T19:14:41.454Z[ recovery-image] Dec 19 19:14:39.609 INFO O| Dec 19 19:14:39.609 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-19T19:14:41.478Z[ recovery-image] Dec 19 19:14:39.633 INFO O| Dec 19 19:14:39.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70352024-12-19T19:14:41.478Z[ recovery-image] Dec 19 19:14:39.633 INFO O| Dec 19 19:14:39.633 INFO STEP 884 (remove_files) COMPLETE
70362024-12-19T19:14:41.478Z[ recovery-image] Dec 19 19:14:39.634 INFO O| Dec 19 19:14:39.633 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-19T19:14:41.499Z[ recovery-image] Dec 19 19:14:39.655 INFO O| Dec 19 19:14:39.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70382024-12-19T19:14:41.500Z[ recovery-image] Dec 19 19:14:39.655 INFO O| Dec 19 19:14:39.655 INFO STEP 885 (remove_files) COMPLETE
70392024-12-19T19:14:41.502Z[ recovery-image] Dec 19 19:14:39.655 INFO O| Dec 19 19:14:39.655 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-19T19:14:41.521Z[ recovery-image] Dec 19 19:14:39.677 INFO O| Dec 19 19:14:39.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70412024-12-19T19:14:41.542Z[ recovery-image] Dec 19 19:14:39.698 INFO O| Dec 19 19:14:39.698 INFO STEP 886 (remove_files) COMPLETE
70422024-12-19T19:14:41.542Z[ recovery-image] Dec 19 19:14:39.698 INFO O| Dec 19 19:14:39.698 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-19T19:14:41.575Z[ recovery-image] Dec 19 19:14:39.730 INFO O| Dec 19 19:14:39.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70442024-12-19T19:14:41.575Z[ recovery-image] Dec 19 19:14:39.731 INFO O| Dec 19 19:14:39.730 INFO STEP 887 (remove_files) COMPLETE
70452024-12-19T19:14:41.575Z[ recovery-image] Dec 19 19:14:39.731 INFO O| Dec 19 19:14:39.731 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-19T19:14:41.597Z[ recovery-image] Dec 19 19:14:39.752 INFO O| Dec 19 19:14:39.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70472024-12-19T19:14:41.597Z[ recovery-image] Dec 19 19:14:39.752 INFO O| Dec 19 19:14:39.752 INFO STEP 888 (remove_files) COMPLETE
70482024-12-19T19:14:41.599Z[ recovery-image] Dec 19 19:14:39.752 INFO O| Dec 19 19:14:39.752 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-19T19:14:41.618Z[ recovery-image] Dec 19 19:14:39.774 INFO O| Dec 19 19:14:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70502024-12-19T19:14:41.618Z[ recovery-image] Dec 19 19:14:39.774 INFO O| Dec 19 19:14:39.774 INFO STEP 889 (remove_files) COMPLETE
70512024-12-19T19:14:41.618Z[ recovery-image] Dec 19 19:14:39.774 INFO O| Dec 19 19:14:39.774 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-19T19:14:41.642Z[ recovery-image] Dec 19 19:14:39.798 INFO O| Dec 19 19:14:39.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70532024-12-19T19:14:41.642Z[ recovery-image] Dec 19 19:14:39.798 INFO O| Dec 19 19:14:39.798 INFO STEP 890 (remove_files) COMPLETE
70542024-12-19T19:14:41.645Z[ recovery-image] Dec 19 19:14:39.798 INFO O| Dec 19 19:14:39.798 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-19T19:14:41.665Z[ recovery-image] Dec 19 19:14:39.821 INFO O| Dec 19 19:14:39.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70562024-12-19T19:14:41.665Z[ recovery-image] Dec 19 19:14:39.821 INFO O| Dec 19 19:14:39.821 INFO STEP 891 (remove_files) COMPLETE
70572024-12-19T19:14:41.665Z[ recovery-image] Dec 19 19:14:39.821 INFO O| Dec 19 19:14:39.821 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-19T19:14:41.705Z[ recovery-image] Dec 19 19:14:39.861 INFO O| Dec 19 19:14:39.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70592024-12-19T19:14:41.705Z[ recovery-image] Dec 19 19:14:39.861 INFO O| Dec 19 19:14:39.861 INFO STEP 892 (remove_files) COMPLETE
70602024-12-19T19:14:41.705Z[ recovery-image] Dec 19 19:14:39.861 INFO O| Dec 19 19:14:39.861 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-19T19:14:41.789Z[ recovery-image] Dec 19 19:14:39.945 INFO O| Dec 19 19:14:39.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70622024-12-19T19:14:41.789Z[ recovery-image] Dec 19 19:14:39.945 INFO O| Dec 19 19:14:39.945 INFO STEP 893 (remove_files) COMPLETE
70632024-12-19T19:14:41.791Z[ recovery-image] Dec 19 19:14:39.945 INFO O| Dec 19 19:14:39.945 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-19T19:14:41.847Z[ recovery-image] Dec 19 19:14:40.003 INFO O| Dec 19 19:14:40.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70652024-12-19T19:14:41.850Z[ recovery-image] Dec 19 19:14:40.003 INFO O| Dec 19 19:14:40.003 INFO STEP 894 (remove_files) COMPLETE
70662024-12-19T19:14:41.850Z[ recovery-image] Dec 19 19:14:40.003 INFO O| Dec 19 19:14:40.003 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-19T19:14:41.881Z[ recovery-image] Dec 19 19:14:40.036 INFO O| Dec 19 19:14:40.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70682024-12-19T19:14:41.881Z[ recovery-image] Dec 19 19:14:40.036 INFO O| Dec 19 19:14:40.036 INFO STEP 895 (remove_files) COMPLETE
70692024-12-19T19:14:41.881Z[ recovery-image] Dec 19 19:14:40.036 INFO O| Dec 19 19:14:40.036 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-19T19:14:41.919Z[ recovery-image] Dec 19 19:14:40.075 INFO O| Dec 19 19:14:40.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70712024-12-19T19:14:41.919Z[ recovery-image] Dec 19 19:14:40.075 INFO O| Dec 19 19:14:40.075 INFO STEP 896 (remove_files) COMPLETE
70722024-12-19T19:14:41.919Z[ recovery-image] Dec 19 19:14:40.075 INFO O| Dec 19 19:14:40.075 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-19T19:14:41.954Z[ recovery-image] Dec 19 19:14:40.110 INFO O| Dec 19 19:14:40.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70742024-12-19T19:14:41.954Z[ recovery-image] Dec 19 19:14:40.110 INFO O| Dec 19 19:14:40.110 INFO STEP 897 (remove_files) COMPLETE
70752024-12-19T19:14:41.957Z[ recovery-image] Dec 19 19:14:40.110 INFO O| Dec 19 19:14:40.110 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-19T19:14:41.982Z[ recovery-image] Dec 19 19:14:40.137 INFO O| Dec 19 19:14:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70772024-12-19T19:14:41.982Z[ recovery-image] Dec 19 19:14:40.138 INFO O| Dec 19 19:14:40.137 INFO STEP 898 (remove_files) COMPLETE
70782024-12-19T19:14:41.982Z[ recovery-image] Dec 19 19:14:40.138 INFO O| Dec 19 19:14:40.138 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-19T19:14:42.011Z[ recovery-image] Dec 19 19:14:40.167 INFO O| Dec 19 19:14:40.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70802024-12-19T19:14:42.014Z[ recovery-image] Dec 19 19:14:40.167 INFO O| Dec 19 19:14:40.167 INFO STEP 899 (remove_files) COMPLETE
70812024-12-19T19:14:42.014Z[ recovery-image] Dec 19 19:14:40.167 INFO O| Dec 19 19:14:40.167 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-19T19:14:42.057Z[ recovery-image] Dec 19 19:14:40.212 INFO O| Dec 19 19:14:40.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70832024-12-19T19:14:42.060Z[ recovery-image] Dec 19 19:14:40.213 INFO O| Dec 19 19:14:40.212 INFO STEP 900 (remove_files) COMPLETE
70842024-12-19T19:14:42.061Z[ recovery-image] Dec 19 19:14:40.213 INFO O| Dec 19 19:14:40.213 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-19T19:14:42.079Z[ recovery-image] Dec 19 19:14:40.234 INFO O| Dec 19 19:14:40.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70862024-12-19T19:14:42.082Z[ recovery-image] Dec 19 19:14:40.234 INFO O| Dec 19 19:14:40.234 INFO STEP 901 (remove_files) COMPLETE
70872024-12-19T19:14:42.082Z[ recovery-image] Dec 19 19:14:40.235 INFO O| Dec 19 19:14:40.235 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-19T19:14:42.099Z[ recovery-image] Dec 19 19:14:40.254 INFO O| Dec 19 19:14:40.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70892024-12-19T19:14:42.103Z[ recovery-image] Dec 19 19:14:40.254 INFO O| Dec 19 19:14:40.254 INFO STEP 902 (remove_files) COMPLETE
70902024-12-19T19:14:42.103Z[ recovery-image] Dec 19 19:14:40.255 INFO O| Dec 19 19:14:40.255 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-19T19:14:42.125Z[ recovery-image] Dec 19 19:14:40.280 INFO O| Dec 19 19:14:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70922024-12-19T19:14:42.145Z[ recovery-image] Dec 19 19:14:40.301 INFO O| Dec 19 19:14:40.301 INFO STEP 903 (remove_files) COMPLETE
70932024-12-19T19:14:42.145Z[ recovery-image] Dec 19 19:14:40.301 INFO O| Dec 19 19:14:40.301 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-19T19:14:42.202Z[ recovery-image] Dec 19 19:14:40.358 INFO O| Dec 19 19:14:40.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70952024-12-19T19:14:42.205Z[ recovery-image] Dec 19 19:14:40.358 INFO O| Dec 19 19:14:40.358 INFO STEP 904 (remove_files) COMPLETE
70962024-12-19T19:14:42.205Z[ recovery-image] Dec 19 19:14:40.358 INFO O| Dec 19 19:14:40.358 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-19T19:14:42.224Z[ recovery-image] Dec 19 19:14:40.379 INFO O| Dec 19 19:14:40.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70982024-12-19T19:14:42.227Z[ recovery-image] Dec 19 19:14:40.380 INFO O| Dec 19 19:14:40.380 INFO STEP 905 (remove_files) COMPLETE
70992024-12-19T19:14:42.227Z[ recovery-image] Dec 19 19:14:40.380 INFO O| Dec 19 19:14:40.380 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-19T19:14:42.245Z[ recovery-image] Dec 19 19:14:40.400 INFO O| Dec 19 19:14:40.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71012024-12-19T19:14:42.248Z[ recovery-image] Dec 19 19:14:40.400 INFO O| Dec 19 19:14:40.400 INFO STEP 906 (remove_files) COMPLETE
71022024-12-19T19:14:42.248Z[ recovery-image] Dec 19 19:14:40.401 INFO O| Dec 19 19:14:40.401 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-19T19:14:42.264Z[ recovery-image] Dec 19 19:14:40.420 INFO O| Dec 19 19:14:40.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71042024-12-19T19:14:42.267Z[ recovery-image] Dec 19 19:14:40.420 INFO O| Dec 19 19:14:40.420 INFO STEP 907 (remove_files) COMPLETE
71052024-12-19T19:14:42.267Z[ recovery-image] Dec 19 19:14:40.421 INFO O| Dec 19 19:14:40.421 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-19T19:14:42.303Z[ recovery-image] Dec 19 19:14:40.459 INFO O| Dec 19 19:14:40.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71072024-12-19T19:14:42.306Z[ recovery-image] Dec 19 19:14:40.459 INFO O| Dec 19 19:14:40.459 INFO STEP 908 (remove_files) COMPLETE
71082024-12-19T19:14:42.306Z[ recovery-image] Dec 19 19:14:40.459 INFO O| Dec 19 19:14:40.459 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-19T19:14:42.327Z[ recovery-image] Dec 19 19:14:40.483 INFO O| Dec 19 19:14:40.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71102024-12-19T19:14:42.330Z[ recovery-image] Dec 19 19:14:40.483 INFO O| Dec 19 19:14:40.483 INFO STEP 909 (remove_files) COMPLETE
71112024-12-19T19:14:42.330Z[ recovery-image] Dec 19 19:14:40.483 INFO O| Dec 19 19:14:40.483 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-19T19:14:42.352Z[ recovery-image] Dec 19 19:14:40.506 INFO O| Dec 19 19:14:40.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71132024-12-19T19:14:42.354Z[ recovery-image] Dec 19 19:14:40.507 INFO O| Dec 19 19:14:40.507 INFO STEP 910 (remove_files) COMPLETE
71142024-12-19T19:14:42.354Z[ recovery-image] Dec 19 19:14:40.507 INFO O| Dec 19 19:14:40.507 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-19T19:14:42.384Z[ recovery-image] Dec 19 19:14:40.529 INFO O| Dec 19 19:14:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71162024-12-19T19:14:42.384Z[ recovery-image] Dec 19 19:14:40.530 INFO O| Dec 19 19:14:40.530 INFO STEP 911 (remove_files) COMPLETE
71172024-12-19T19:14:42.387Z[ recovery-image] Dec 19 19:14:40.530 INFO O| Dec 19 19:14:40.530 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-19T19:14:42.396Z[ recovery-image] Dec 19 19:14:40.551 INFO O| Dec 19 19:14:40.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71192024-12-19T19:14:42.399Z[ recovery-image] Dec 19 19:14:40.551 INFO O| Dec 19 19:14:40.551 INFO STEP 912 (remove_files) COMPLETE
71202024-12-19T19:14:42.399Z[ recovery-image] Dec 19 19:14:40.552 INFO O| Dec 19 19:14:40.552 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-19T19:14:42.424Z[ recovery-image] Dec 19 19:14:40.579 INFO O| Dec 19 19:14:40.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71222024-12-19T19:14:42.424Z[ recovery-image] Dec 19 19:14:40.579 INFO O| Dec 19 19:14:40.579 INFO STEP 913 (remove_files) COMPLETE
71232024-12-19T19:14:42.424Z[ recovery-image] Dec 19 19:14:40.579 INFO O| Dec 19 19:14:40.579 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-19T19:14:42.445Z[ recovery-image] Dec 19 19:14:40.600 INFO O| Dec 19 19:14:40.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71252024-12-19T19:14:42.445Z[ recovery-image] Dec 19 19:14:40.601 INFO O| Dec 19 19:14:40.601 INFO STEP 914 (remove_files) COMPLETE
71262024-12-19T19:14:42.445Z[ recovery-image] Dec 19 19:14:40.601 INFO O| Dec 19 19:14:40.601 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-19T19:14:42.465Z[ recovery-image] Dec 19 19:14:40.621 INFO O| Dec 19 19:14:40.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71282024-12-19T19:14:42.465Z[ recovery-image] Dec 19 19:14:40.621 INFO O| Dec 19 19:14:40.621 INFO STEP 915 (remove_files) COMPLETE
71292024-12-19T19:14:42.468Z[ recovery-image] Dec 19 19:14:40.621 INFO O| Dec 19 19:14:40.621 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-19T19:14:42.484Z[ recovery-image] Dec 19 19:14:40.639 INFO O| Dec 19 19:14:40.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71312024-12-19T19:14:42.484Z[ recovery-image] Dec 19 19:14:40.639 INFO O| Dec 19 19:14:40.639 INFO STEP 916 (remove_files) COMPLETE
71322024-12-19T19:14:42.487Z[ recovery-image] Dec 19 19:14:40.640 INFO O| Dec 19 19:14:40.639 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-19T19:14:42.503Z[ recovery-image] Dec 19 19:14:40.658 INFO O| Dec 19 19:14:40.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71342024-12-19T19:14:42.503Z[ recovery-image] Dec 19 19:14:40.659 INFO O| Dec 19 19:14:40.658 INFO STEP 917 (remove_files) COMPLETE
71352024-12-19T19:14:42.503Z[ recovery-image] Dec 19 19:14:40.659 INFO O| Dec 19 19:14:40.659 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-19T19:14:42.562Z[ recovery-image] Dec 19 19:14:40.717 INFO O| Dec 19 19:14:40.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71372024-12-19T19:14:42.562Z[ recovery-image] Dec 19 19:14:40.717 INFO O| Dec 19 19:14:40.717 INFO STEP 918 (remove_files) COMPLETE
71382024-12-19T19:14:42.562Z[ recovery-image] Dec 19 19:14:40.717 INFO O| Dec 19 19:14:40.717 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-19T19:14:42.586Z[ recovery-image] Dec 19 19:14:40.742 INFO O| Dec 19 19:14:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71402024-12-19T19:14:42.586Z[ recovery-image] Dec 19 19:14:40.742 INFO O| Dec 19 19:14:40.742 INFO STEP 919 (remove_files) COMPLETE
71412024-12-19T19:14:42.587Z[ recovery-image] Dec 19 19:14:40.742 INFO O| Dec 19 19:14:40.742 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-19T19:14:42.607Z[ recovery-image] Dec 19 19:14:40.763 INFO O| Dec 19 19:14:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71432024-12-19T19:14:42.607Z[ recovery-image] Dec 19 19:14:40.763 INFO O| Dec 19 19:14:40.763 INFO STEP 920 (remove_files) COMPLETE
71442024-12-19T19:14:42.607Z[ recovery-image] Dec 19 19:14:40.763 INFO O| Dec 19 19:14:40.763 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-19T19:14:42.627Z[ recovery-image] Dec 19 19:14:40.783 INFO O| Dec 19 19:14:40.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71462024-12-19T19:14:42.627Z[ recovery-image] Dec 19 19:14:40.783 INFO O| Dec 19 19:14:40.783 INFO STEP 921 (remove_files) COMPLETE
71472024-12-19T19:14:42.630Z[ recovery-image] Dec 19 19:14:40.783 INFO O| Dec 19 19:14:40.783 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-19T19:14:42.677Z[ recovery-image] Dec 19 19:14:40.833 INFO O| Dec 19 19:14:40.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71492024-12-19T19:14:42.677Z[ recovery-image] Dec 19 19:14:40.833 INFO O| Dec 19 19:14:40.833 INFO STEP 922 (remove_files) COMPLETE
71502024-12-19T19:14:42.678Z[ recovery-image] Dec 19 19:14:40.833 INFO O| Dec 19 19:14:40.833 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-19T19:14:42.698Z[ recovery-image] Dec 19 19:14:40.853 INFO O| Dec 19 19:14:40.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71522024-12-19T19:14:42.698Z[ recovery-image] Dec 19 19:14:40.853 INFO O| Dec 19 19:14:40.853 INFO STEP 923 (remove_files) COMPLETE
71532024-12-19T19:14:42.698Z[ recovery-image] Dec 19 19:14:40.853 INFO O| Dec 19 19:14:40.853 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-19T19:14:42.722Z[ recovery-image] Dec 19 19:14:40.878 INFO O| Dec 19 19:14:40.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71552024-12-19T19:14:42.725Z[ recovery-image] Dec 19 19:14:40.878 INFO O| Dec 19 19:14:40.878 INFO STEP 924 (remove_files) COMPLETE
71562024-12-19T19:14:42.725Z[ recovery-image] Dec 19 19:14:40.878 INFO O| Dec 19 19:14:40.878 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-19T19:14:42.774Z[ recovery-image] Dec 19 19:14:40.929 INFO O| Dec 19 19:14:40.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71582024-12-19T19:14:42.776Z[ recovery-image] Dec 19 19:14:40.929 INFO O| Dec 19 19:14:40.929 INFO STEP 925 (remove_files) COMPLETE
71592024-12-19T19:14:42.776Z[ recovery-image] Dec 19 19:14:40.930 INFO O| Dec 19 19:14:40.930 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-19T19:14:42.841Z[ recovery-image] Dec 19 19:14:40.997 INFO O| Dec 19 19:14:40.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71612024-12-19T19:14:42.844Z[ recovery-image] Dec 19 19:14:40.997 INFO O| Dec 19 19:14:40.997 INFO STEP 926 (remove_files) COMPLETE
71622024-12-19T19:14:42.844Z[ recovery-image] Dec 19 19:14:40.997 INFO O| Dec 19 19:14:40.997 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-19T19:14:42.862Z[ recovery-image] Dec 19 19:14:41.018 INFO O| Dec 19 19:14:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71642024-12-19T19:14:42.865Z[ recovery-image] Dec 19 19:14:41.018 INFO O| Dec 19 19:14:41.018 INFO STEP 927 (remove_files) COMPLETE
71652024-12-19T19:14:42.865Z[ recovery-image] Dec 19 19:14:41.018 INFO O| Dec 19 19:14:41.018 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-19T19:14:42.882Z[ recovery-image] Dec 19 19:14:41.037 INFO O| Dec 19 19:14:41.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71672024-12-19T19:14:42.884Z[ recovery-image] Dec 19 19:14:41.037 INFO O| Dec 19 19:14:41.037 INFO STEP 928 (remove_files) COMPLETE
71682024-12-19T19:14:42.884Z[ recovery-image] Dec 19 19:14:41.038 INFO O| Dec 19 19:14:41.038 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-19T19:14:42.903Z[ recovery-image] Dec 19 19:14:41.057 INFO O| Dec 19 19:14:41.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71702024-12-19T19:14:42.905Z[ recovery-image] Dec 19 19:14:41.058 INFO O| Dec 19 19:14:41.058 INFO STEP 929 (remove_files) COMPLETE
71712024-12-19T19:14:42.906Z[ recovery-image] Dec 19 19:14:41.058 INFO O| Dec 19 19:14:41.058 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-19T19:14:42.922Z[ recovery-image] Dec 19 19:14:41.077 INFO O| Dec 19 19:14:41.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71732024-12-19T19:14:42.925Z[ recovery-image] Dec 19 19:14:41.078 INFO O| Dec 19 19:14:41.078 INFO STEP 930 (remove_files) COMPLETE
71742024-12-19T19:14:42.925Z[ recovery-image] Dec 19 19:14:41.078 INFO O| Dec 19 19:14:41.078 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-19T19:14:42.950Z[ recovery-image] Dec 19 19:14:41.106 INFO O| Dec 19 19:14:41.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71762024-12-19T19:14:42.950Z[ recovery-image] Dec 19 19:14:41.106 INFO O| Dec 19 19:14:41.106 INFO STEP 931 (remove_files) COMPLETE
71772024-12-19T19:14:42.950Z[ recovery-image] Dec 19 19:14:41.106 INFO O| Dec 19 19:14:41.106 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-19T19:14:42.973Z[ recovery-image] Dec 19 19:14:41.128 INFO O| Dec 19 19:14:41.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71792024-12-19T19:14:42.973Z[ recovery-image] Dec 19 19:14:41.128 INFO O| Dec 19 19:14:41.128 INFO STEP 932 (remove_files) COMPLETE
71802024-12-19T19:14:42.976Z[ recovery-image] Dec 19 19:14:41.128 INFO O| Dec 19 19:14:41.128 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-19T19:14:42.997Z[ recovery-image] Dec 19 19:14:41.152 INFO O| Dec 19 19:14:41.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71822024-12-19T19:14:42.997Z[ recovery-image] Dec 19 19:14:41.152 INFO O| Dec 19 19:14:41.152 INFO STEP 933 (remove_files) COMPLETE
71832024-12-19T19:14:42.997Z[ recovery-image] Dec 19 19:14:41.152 INFO O| Dec 19 19:14:41.152 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-19T19:14:43.024Z[ recovery-image] Dec 19 19:14:41.179 INFO O| Dec 19 19:14:41.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71852024-12-19T19:14:43.024Z[ recovery-image] Dec 19 19:14:41.179 INFO O| Dec 19 19:14:41.179 INFO STEP 934 (remove_files) COMPLETE
71862024-12-19T19:14:43.027Z[ recovery-image] Dec 19 19:14:41.179 INFO O| Dec 19 19:14:41.179 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-19T19:14:43.054Z[ recovery-image] Dec 19 19:14:41.210 INFO O| Dec 19 19:14:41.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71882024-12-19T19:14:43.054Z[ recovery-image] Dec 19 19:14:41.210 INFO O| Dec 19 19:14:41.210 INFO STEP 935 (remove_files) COMPLETE
71892024-12-19T19:14:43.058Z[ recovery-image] Dec 19 19:14:41.210 INFO O| Dec 19 19:14:41.210 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-19T19:14:43.075Z[ recovery-image] Dec 19 19:14:41.231 INFO O| Dec 19 19:14:41.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71912024-12-19T19:14:43.075Z[ recovery-image] Dec 19 19:14:41.231 INFO O| Dec 19 19:14:41.231 INFO STEP 936 (remove_files) COMPLETE
71922024-12-19T19:14:43.079Z[ recovery-image] Dec 19 19:14:41.231 INFO O| Dec 19 19:14:41.231 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-19T19:14:43.097Z[ recovery-image] Dec 19 19:14:41.253 INFO O| Dec 19 19:14:41.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71942024-12-19T19:14:43.097Z[ recovery-image] Dec 19 19:14:41.253 INFO O| Dec 19 19:14:41.253 INFO STEP 937 (remove_files) COMPLETE
71952024-12-19T19:14:43.100Z[ recovery-image] Dec 19 19:14:41.253 INFO O| Dec 19 19:14:41.253 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-19T19:14:43.118Z[ recovery-image] Dec 19 19:14:41.273 INFO O| Dec 19 19:14:41.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71972024-12-19T19:14:43.118Z[ recovery-image] Dec 19 19:14:41.274 INFO O| Dec 19 19:14:41.273 INFO STEP 938 (remove_files) COMPLETE
71982024-12-19T19:14:43.118Z[ recovery-image] Dec 19 19:14:41.274 INFO O| Dec 19 19:14:41.274 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-19T19:14:43.139Z[ recovery-image] Dec 19 19:14:41.295 INFO O| Dec 19 19:14:41.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72002024-12-19T19:14:43.139Z[ recovery-image] Dec 19 19:14:41.295 INFO O| Dec 19 19:14:41.295 INFO STEP 939 (remove_files) COMPLETE
72012024-12-19T19:14:43.139Z[ recovery-image] Dec 19 19:14:41.295 INFO O| Dec 19 19:14:41.295 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-19T19:14:43.159Z[ recovery-image] Dec 19 19:14:41.315 INFO O| Dec 19 19:14:41.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72032024-12-19T19:14:43.159Z[ recovery-image] Dec 19 19:14:41.315 INFO O| Dec 19 19:14:41.315 INFO STEP 940 (remove_files) COMPLETE
72042024-12-19T19:14:43.162Z[ recovery-image] Dec 19 19:14:41.315 INFO O| Dec 19 19:14:41.315 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-19T19:14:43.190Z[ recovery-image] Dec 19 19:14:41.345 INFO O| Dec 19 19:14:41.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72062024-12-19T19:14:43.190Z[ recovery-image] Dec 19 19:14:41.345 INFO O| Dec 19 19:14:41.345 INFO STEP 941 (remove_files) COMPLETE
72072024-12-19T19:14:43.190Z[ recovery-image] Dec 19 19:14:41.345 INFO O| Dec 19 19:14:41.345 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-19T19:14:43.265Z[ recovery-image] Dec 19 19:14:41.421 INFO O| Dec 19 19:14:41.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72092024-12-19T19:14:43.265Z[ recovery-image] Dec 19 19:14:41.421 INFO O| Dec 19 19:14:41.421 INFO STEP 942 (remove_files) COMPLETE
72102024-12-19T19:14:43.269Z[ recovery-image] Dec 19 19:14:41.421 INFO O| Dec 19 19:14:41.421 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-19T19:14:43.288Z[ recovery-image] Dec 19 19:14:41.444 INFO O| Dec 19 19:14:41.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72122024-12-19T19:14:43.288Z[ recovery-image] Dec 19 19:14:41.444 INFO O| Dec 19 19:14:41.444 INFO STEP 943 (remove_files) COMPLETE
72132024-12-19T19:14:43.292Z[ recovery-image] Dec 19 19:14:41.444 INFO O| Dec 19 19:14:41.444 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-19T19:14:43.311Z[ recovery-image] Dec 19 19:14:41.466 INFO O| Dec 19 19:14:41.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72152024-12-19T19:14:43.311Z[ recovery-image] Dec 19 19:14:41.466 INFO O| Dec 19 19:14:41.466 INFO STEP 944 (remove_files) COMPLETE
72162024-12-19T19:14:43.311Z[ recovery-image] Dec 19 19:14:41.466 INFO O| Dec 19 19:14:41.466 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-19T19:14:43.341Z[ recovery-image] Dec 19 19:14:41.497 INFO O| Dec 19 19:14:41.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72182024-12-19T19:14:43.342Z[ recovery-image] Dec 19 19:14:41.497 INFO O| Dec 19 19:14:41.497 INFO STEP 945 (remove_files) COMPLETE
72192024-12-19T19:14:43.342Z[ recovery-image] Dec 19 19:14:41.497 INFO O| Dec 19 19:14:41.497 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-19T19:14:43.384Z[ recovery-image] Dec 19 19:14:41.539 INFO O| Dec 19 19:14:41.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72212024-12-19T19:14:43.384Z[ recovery-image] Dec 19 19:14:41.540 INFO O| Dec 19 19:14:41.540 INFO STEP 946 (remove_files) COMPLETE
72222024-12-19T19:14:43.384Z[ recovery-image] Dec 19 19:14:41.540 INFO O| Dec 19 19:14:41.540 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-19T19:14:43.425Z[ recovery-image] Dec 19 19:14:41.581 INFO O| Dec 19 19:14:41.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72242024-12-19T19:14:43.425Z[ recovery-image] Dec 19 19:14:41.581 INFO O| Dec 19 19:14:41.581 INFO STEP 947 (remove_files) COMPLETE
72252024-12-19T19:14:43.425Z[ recovery-image] Dec 19 19:14:41.581 INFO O| Dec 19 19:14:41.581 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-19T19:14:43.456Z[ recovery-image] Dec 19 19:14:41.611 INFO O| Dec 19 19:14:41.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72272024-12-19T19:14:43.456Z[ recovery-image] Dec 19 19:14:41.611 INFO O| Dec 19 19:14:41.611 INFO STEP 948 (remove_files) COMPLETE
72282024-12-19T19:14:43.456Z[ recovery-image] Dec 19 19:14:41.611 INFO O| Dec 19 19:14:41.611 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-19T19:14:43.478Z[ recovery-image] Dec 19 19:14:41.634 INFO O| Dec 19 19:14:41.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72302024-12-19T19:14:43.478Z[ recovery-image] Dec 19 19:14:41.634 INFO O| Dec 19 19:14:41.634 INFO STEP 949 (remove_files) COMPLETE
72312024-12-19T19:14:43.478Z[ recovery-image] Dec 19 19:14:41.634 INFO O| Dec 19 19:14:41.634 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-19T19:14:43.499Z[ recovery-image] Dec 19 19:14:41.655 INFO O| Dec 19 19:14:41.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72332024-12-19T19:14:43.500Z[ recovery-image] Dec 19 19:14:41.655 INFO O| Dec 19 19:14:41.655 INFO STEP 950 (remove_files) COMPLETE
72342024-12-19T19:14:43.503Z[ recovery-image] Dec 19 19:14:41.656 INFO O| Dec 19 19:14:41.655 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-19T19:14:43.537Z[ recovery-image] Dec 19 19:14:41.691 INFO O| Dec 19 19:14:41.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72362024-12-19T19:14:43.537Z[ recovery-image] Dec 19 19:14:41.691 INFO O| Dec 19 19:14:41.691 INFO STEP 951 (remove_files) COMPLETE
72372024-12-19T19:14:43.537Z[ recovery-image] Dec 19 19:14:41.691 INFO O| Dec 19 19:14:41.691 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-19T19:14:43.558Z[ recovery-image] Dec 19 19:14:41.712 INFO O| Dec 19 19:14:41.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72392024-12-19T19:14:43.558Z[ recovery-image] Dec 19 19:14:41.712 INFO O| Dec 19 19:14:41.712 INFO STEP 952 (remove_files) COMPLETE
72402024-12-19T19:14:43.558Z[ recovery-image] Dec 19 19:14:41.712 INFO O| Dec 19 19:14:41.712 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-19T19:14:43.579Z[ recovery-image] Dec 19 19:14:41.734 INFO O| Dec 19 19:14:41.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72422024-12-19T19:14:43.579Z[ recovery-image] Dec 19 19:14:41.734 INFO O| Dec 19 19:14:41.734 INFO STEP 953 (remove_files) COMPLETE
72432024-12-19T19:14:43.579Z[ recovery-image] Dec 19 19:14:41.734 INFO O| Dec 19 19:14:41.734 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-19T19:14:43.600Z[ recovery-image] Dec 19 19:14:41.755 INFO O| Dec 19 19:14:41.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72452024-12-19T19:14:43.600Z[ recovery-image] Dec 19 19:14:41.755 INFO O| Dec 19 19:14:41.755 INFO STEP 954 (remove_files) COMPLETE
72462024-12-19T19:14:43.600Z[ recovery-image] Dec 19 19:14:41.755 INFO O| Dec 19 19:14:41.755 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-19T19:14:43.639Z[ recovery-image] Dec 19 19:14:41.795 INFO O| Dec 19 19:14:41.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72482024-12-19T19:14:43.642Z[ recovery-image] Dec 19 19:14:41.795 INFO O| Dec 19 19:14:41.795 INFO STEP 955 (remove_files) COMPLETE
72492024-12-19T19:14:43.642Z[ recovery-image] Dec 19 19:14:41.795 INFO O| Dec 19 19:14:41.795 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-19T19:14:43.686Z[ recovery-image] Dec 19 19:14:41.841 INFO O| Dec 19 19:14:41.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72512024-12-19T19:14:43.686Z[ recovery-image] Dec 19 19:14:41.841 INFO O| Dec 19 19:14:41.841 INFO STEP 956 (remove_files) COMPLETE
72522024-12-19T19:14:43.686Z[ recovery-image] Dec 19 19:14:41.841 INFO O| Dec 19 19:14:41.841 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-19T19:14:43.746Z[ recovery-image] Dec 19 19:14:41.902 INFO O| Dec 19 19:14:41.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72542024-12-19T19:14:43.746Z[ recovery-image] Dec 19 19:14:41.902 INFO O| Dec 19 19:14:41.902 INFO STEP 957 (remove_files) COMPLETE
72552024-12-19T19:14:43.751Z[ recovery-image] Dec 19 19:14:41.902 INFO O| Dec 19 19:14:41.902 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-19T19:14:43.768Z[ recovery-image] Dec 19 19:14:41.924 INFO O| Dec 19 19:14:41.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72572024-12-19T19:14:43.771Z[ recovery-image] Dec 19 19:14:41.924 INFO O| Dec 19 19:14:41.924 INFO STEP 958 (remove_files) COMPLETE
72582024-12-19T19:14:43.771Z[ recovery-image] Dec 19 19:14:41.925 INFO O| Dec 19 19:14:41.924 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-19T19:14:43.827Z[ recovery-image] Dec 19 19:14:41.983 INFO O| Dec 19 19:14:41.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72602024-12-19T19:14:43.831Z[ recovery-image] Dec 19 19:14:41.983 INFO O| Dec 19 19:14:41.983 INFO STEP 959 (remove_files) COMPLETE
72612024-12-19T19:14:43.831Z[ recovery-image] Dec 19 19:14:41.983 INFO O| Dec 19 19:14:41.983 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-19T19:14:43.849Z[ recovery-image] Dec 19 19:14:42.005 INFO O| Dec 19 19:14:42.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72632024-12-19T19:14:43.852Z[ recovery-image] Dec 19 19:14:42.005 INFO O| Dec 19 19:14:42.005 INFO STEP 960 (remove_files) COMPLETE
72642024-12-19T19:14:43.852Z[ recovery-image] Dec 19 19:14:42.005 INFO O| Dec 19 19:14:42.005 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-19T19:14:43.879Z[ recovery-image] Dec 19 19:14:42.027 INFO O| Dec 19 19:14:42.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72662024-12-19T19:14:43.882Z[ recovery-image] Dec 19 19:14:42.027 INFO O| Dec 19 19:14:42.027 INFO STEP 961 (remove_files) COMPLETE
72672024-12-19T19:14:43.882Z[ recovery-image] Dec 19 19:14:42.028 INFO O| Dec 19 19:14:42.027 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-19T19:14:43.891Z[ recovery-image] Dec 19 19:14:42.046 INFO O| Dec 19 19:14:42.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72692024-12-19T19:14:43.891Z[ recovery-image] Dec 19 19:14:42.047 INFO O| Dec 19 19:14:42.046 INFO STEP 962 (remove_files) COMPLETE
72702024-12-19T19:14:43.894Z[ recovery-image] Dec 19 19:14:42.047 INFO O| Dec 19 19:14:42.047 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-19T19:14:43.927Z[ recovery-image] Dec 19 19:14:42.082 INFO O| Dec 19 19:14:42.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72722024-12-19T19:14:43.927Z[ recovery-image] Dec 19 19:14:42.082 INFO O| Dec 19 19:14:42.082 INFO STEP 963 (remove_files) COMPLETE
72732024-12-19T19:14:43.927Z[ recovery-image] Dec 19 19:14:42.082 INFO O| Dec 19 19:14:42.082 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-19T19:14:43.967Z[ recovery-image] Dec 19 19:14:42.123 INFO O| Dec 19 19:14:42.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72752024-12-19T19:14:43.970Z[ recovery-image] Dec 19 19:14:42.123 INFO O| Dec 19 19:14:42.123 INFO STEP 964 (remove_files) COMPLETE
72762024-12-19T19:14:43.970Z[ recovery-image] Dec 19 19:14:42.123 INFO O| Dec 19 19:14:42.123 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-19T19:14:43.989Z[ recovery-image] Dec 19 19:14:42.145 INFO O| Dec 19 19:14:42.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72782024-12-19T19:14:43.990Z[ recovery-image] Dec 19 19:14:42.145 INFO O| Dec 19 19:14:42.145 INFO STEP 965 (remove_files) COMPLETE
72792024-12-19T19:14:43.990Z[ recovery-image] Dec 19 19:14:42.145 INFO O| Dec 19 19:14:42.145 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-19T19:14:44.028Z[ recovery-image] Dec 19 19:14:42.184 INFO O| Dec 19 19:14:42.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72812024-12-19T19:14:44.028Z[ recovery-image] Dec 19 19:14:42.184 INFO O| Dec 19 19:14:42.184 INFO STEP 966 (remove_files) COMPLETE
72822024-12-19T19:14:44.031Z[ recovery-image] Dec 19 19:14:42.184 INFO O| Dec 19 19:14:42.184 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-19T19:14:44.058Z[ recovery-image] Dec 19 19:14:42.213 INFO O| Dec 19 19:14:42.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72842024-12-19T19:14:44.058Z[ recovery-image] Dec 19 19:14:42.213 INFO O| Dec 19 19:14:42.213 INFO STEP 967 (remove_files) COMPLETE
72852024-12-19T19:14:44.058Z[ recovery-image] Dec 19 19:14:42.214 INFO O| Dec 19 19:14:42.213 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-19T19:14:44.140Z[ recovery-image] Dec 19 19:14:42.296 INFO O| Dec 19 19:14:42.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72872024-12-19T19:14:44.141Z[ recovery-image] Dec 19 19:14:42.296 INFO O| Dec 19 19:14:42.296 INFO STEP 968 (remove_files) COMPLETE
72882024-12-19T19:14:44.144Z[ recovery-image] Dec 19 19:14:42.296 INFO O| Dec 19 19:14:42.296 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-19T19:14:44.194Z[ recovery-image] Dec 19 19:14:42.349 INFO O| Dec 19 19:14:42.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72902024-12-19T19:14:44.196Z[ recovery-image] Dec 19 19:14:42.349 INFO O| Dec 19 19:14:42.349 INFO STEP 969 (remove_files) COMPLETE
72912024-12-19T19:14:44.196Z[ recovery-image] Dec 19 19:14:42.349 INFO O| Dec 19 19:14:42.349 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-19T19:14:44.230Z[ recovery-image] Dec 19 19:14:42.385 INFO O| Dec 19 19:14:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72932024-12-19T19:14:44.230Z[ recovery-image] Dec 19 19:14:42.386 INFO O| Dec 19 19:14:42.385 INFO STEP 970 (remove_files) COMPLETE
72942024-12-19T19:14:44.234Z[ recovery-image] Dec 19 19:14:42.386 INFO O| Dec 19 19:14:42.386 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-19T19:14:44.271Z[ recovery-image] Dec 19 19:14:42.427 INFO O| Dec 19 19:14:42.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72962024-12-19T19:14:44.271Z[ recovery-image] Dec 19 19:14:42.427 INFO O| Dec 19 19:14:42.427 INFO STEP 971 (remove_files) COMPLETE
72972024-12-19T19:14:44.271Z[ recovery-image] Dec 19 19:14:42.427 INFO O| Dec 19 19:14:42.427 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-19T19:14:44.291Z[ recovery-image] Dec 19 19:14:42.446 INFO O| Dec 19 19:14:42.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72992024-12-19T19:14:44.291Z[ recovery-image] Dec 19 19:14:42.446 INFO O| Dec 19 19:14:42.446 INFO STEP 972 (remove_files) COMPLETE
73002024-12-19T19:14:44.291Z[ recovery-image] Dec 19 19:14:42.446 INFO O| Dec 19 19:14:42.446 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-19T19:14:44.333Z[ recovery-image] Dec 19 19:14:42.489 INFO O| Dec 19 19:14:42.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73022024-12-19T19:14:44.333Z[ recovery-image] Dec 19 19:14:42.489 INFO O| Dec 19 19:14:42.489 INFO STEP 973 (remove_files) COMPLETE
73032024-12-19T19:14:44.337Z[ recovery-image] Dec 19 19:14:42.489 INFO O| Dec 19 19:14:42.489 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-19T19:14:44.360Z[ recovery-image] Dec 19 19:14:42.515 INFO O| Dec 19 19:14:42.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73052024-12-19T19:14:44.360Z[ recovery-image] Dec 19 19:14:42.515 INFO O| Dec 19 19:14:42.508 INFO STEP 974 (remove_files) COMPLETE
73062024-12-19T19:14:44.360Z[ recovery-image] Dec 19 19:14:42.515 INFO O| Dec 19 19:14:42.508 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-19T19:14:44.396Z[ recovery-image] Dec 19 19:14:42.550 INFO O| Dec 19 19:14:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73082024-12-19T19:14:44.399Z[ recovery-image] Dec 19 19:14:42.550 INFO O| Dec 19 19:14:42.550 INFO STEP 975 (remove_files) COMPLETE
73092024-12-19T19:14:44.399Z[ recovery-image] Dec 19 19:14:42.550 INFO O| Dec 19 19:14:42.550 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-19T19:14:44.417Z[ recovery-image] Dec 19 19:14:42.573 INFO O| Dec 19 19:14:42.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73112024-12-19T19:14:44.420Z[ recovery-image] Dec 19 19:14:42.573 INFO O| Dec 19 19:14:42.573 INFO STEP 976 (remove_files) COMPLETE
73122024-12-19T19:14:44.420Z[ recovery-image] Dec 19 19:14:42.573 INFO O| Dec 19 19:14:42.573 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-19T19:14:44.439Z[ recovery-image] Dec 19 19:14:42.594 INFO O| Dec 19 19:14:42.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73142024-12-19T19:14:44.441Z[ recovery-image] Dec 19 19:14:42.594 INFO O| Dec 19 19:14:42.594 INFO STEP 977 (remove_files) COMPLETE
73152024-12-19T19:14:44.441Z[ recovery-image] Dec 19 19:14:42.595 INFO O| Dec 19 19:14:42.595 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-19T19:14:44.461Z[ recovery-image] Dec 19 19:14:42.616 INFO O| Dec 19 19:14:42.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73172024-12-19T19:14:44.476Z[ recovery-image] Dec 19 19:14:42.617 INFO O| Dec 19 19:14:42.616 INFO STEP 978 (remove_files) COMPLETE
73182024-12-19T19:14:44.476Z[ recovery-image] Dec 19 19:14:42.617 INFO O| Dec 19 19:14:42.617 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-19T19:14:44.499Z[ recovery-image] Dec 19 19:14:42.654 INFO O| Dec 19 19:14:42.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73202024-12-19T19:14:44.502Z[ recovery-image] Dec 19 19:14:42.654 INFO O| Dec 19 19:14:42.654 INFO STEP 979 (remove_files) COMPLETE
73212024-12-19T19:14:44.502Z[ recovery-image] Dec 19 19:14:42.654 INFO O| Dec 19 19:14:42.654 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-19T19:14:44.539Z[ recovery-image] Dec 19 19:14:42.694 INFO O| Dec 19 19:14:42.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73232024-12-19T19:14:44.539Z[ recovery-image] Dec 19 19:14:42.694 INFO O| Dec 19 19:14:42.694 INFO STEP 980 (remove_files) COMPLETE
73242024-12-19T19:14:44.539Z[ recovery-image] Dec 19 19:14:42.694 INFO O| Dec 19 19:14:42.694 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-19T19:14:44.561Z[ recovery-image] Dec 19 19:14:42.715 INFO O| Dec 19 19:14:42.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73262024-12-19T19:14:44.561Z[ recovery-image] Dec 19 19:14:42.715 INFO O| Dec 19 19:14:42.715 INFO STEP 981 (remove_files) COMPLETE
73272024-12-19T19:14:44.561Z[ recovery-image] Dec 19 19:14:42.715 INFO O| Dec 19 19:14:42.715 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-19T19:14:44.601Z[ recovery-image] Dec 19 19:14:42.756 INFO O| Dec 19 19:14:42.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73292024-12-19T19:14:44.601Z[ recovery-image] Dec 19 19:14:42.756 INFO O| Dec 19 19:14:42.756 INFO STEP 982 (remove_files) COMPLETE
73302024-12-19T19:14:44.604Z[ recovery-image] Dec 19 19:14:42.756 INFO O| Dec 19 19:14:42.756 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-19T19:14:44.649Z[ recovery-image] Dec 19 19:14:42.804 INFO O| Dec 19 19:14:42.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73322024-12-19T19:14:44.649Z[ recovery-image] Dec 19 19:14:42.804 INFO O| Dec 19 19:14:42.804 INFO STEP 983 (remove_files) COMPLETE
73332024-12-19T19:14:44.652Z[ recovery-image] Dec 19 19:14:42.804 INFO O| Dec 19 19:14:42.804 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-19T19:14:44.688Z[ recovery-image] Dec 19 19:14:42.843 INFO O| Dec 19 19:14:42.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73352024-12-19T19:14:44.688Z[ recovery-image] Dec 19 19:14:42.843 INFO O| Dec 19 19:14:42.843 INFO STEP 984 (remove_files) COMPLETE
73362024-12-19T19:14:44.691Z[ recovery-image] Dec 19 19:14:42.843 INFO O| Dec 19 19:14:42.843 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-19T19:14:44.750Z[ recovery-image] Dec 19 19:14:42.905 INFO O| Dec 19 19:14:42.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73382024-12-19T19:14:44.753Z[ recovery-image] Dec 19 19:14:42.905 INFO O| Dec 19 19:14:42.905 INFO STEP 985 (remove_files) COMPLETE
73392024-12-19T19:14:44.753Z[ recovery-image] Dec 19 19:14:42.905 INFO O| Dec 19 19:14:42.905 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-19T19:14:44.809Z[ recovery-image] Dec 19 19:14:42.964 INFO O| Dec 19 19:14:42.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73412024-12-19T19:14:44.809Z[ recovery-image] Dec 19 19:14:42.964 INFO O| Dec 19 19:14:42.964 INFO STEP 986 (remove_files) COMPLETE
73422024-12-19T19:14:44.809Z[ recovery-image] Dec 19 19:14:42.964 INFO O| Dec 19 19:14:42.964 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-19T19:14:44.836Z[ recovery-image] Dec 19 19:14:42.986 INFO O| Dec 19 19:14:42.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73442024-12-19T19:14:44.836Z[ recovery-image] Dec 19 19:14:42.987 INFO O| Dec 19 19:14:42.987 INFO STEP 987 (remove_files) COMPLETE
73452024-12-19T19:14:44.840Z[ recovery-image] Dec 19 19:14:42.987 INFO O| Dec 19 19:14:42.987 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-19T19:14:44.854Z[ recovery-image] Dec 19 19:14:43.009 INFO O| Dec 19 19:14:43.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73472024-12-19T19:14:44.854Z[ recovery-image] Dec 19 19:14:43.009 INFO O| Dec 19 19:14:43.009 INFO STEP 988 (remove_files) COMPLETE
73482024-12-19T19:14:44.857Z[ recovery-image] Dec 19 19:14:43.010 INFO O| Dec 19 19:14:43.009 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-19T19:14:44.890Z[ recovery-image] Dec 19 19:14:43.046 INFO O| Dec 19 19:14:43.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73502024-12-19T19:14:44.891Z[ recovery-image] Dec 19 19:14:43.046 INFO O| Dec 19 19:14:43.046 INFO STEP 989 (remove_files) COMPLETE
73512024-12-19T19:14:44.894Z[ recovery-image] Dec 19 19:14:43.046 INFO O| Dec 19 19:14:43.046 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-19T19:14:44.912Z[ recovery-image] Dec 19 19:14:43.068 INFO O| Dec 19 19:14:43.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73532024-12-19T19:14:44.915Z[ recovery-image] Dec 19 19:14:43.068 INFO O| Dec 19 19:14:43.068 INFO STEP 990 (remove_files) COMPLETE
73542024-12-19T19:14:44.915Z[ recovery-image] Dec 19 19:14:43.068 INFO O| Dec 19 19:14:43.068 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-19T19:14:44.934Z[ recovery-image] Dec 19 19:14:43.089 INFO O| Dec 19 19:14:43.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73562024-12-19T19:14:44.934Z[ recovery-image] Dec 19 19:14:43.090 INFO O| Dec 19 19:14:43.090 INFO STEP 991 (remove_files) COMPLETE
73572024-12-19T19:14:44.937Z[ recovery-image] Dec 19 19:14:43.090 INFO O| Dec 19 19:14:43.090 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-19T19:14:44.959Z[ recovery-image] Dec 19 19:14:43.113 INFO O| Dec 19 19:14:43.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73592024-12-19T19:14:44.962Z[ recovery-image] Dec 19 19:14:43.113 INFO O| Dec 19 19:14:43.113 INFO STEP 992 (remove_files) COMPLETE
73602024-12-19T19:14:44.962Z[ recovery-image] Dec 19 19:14:43.113 INFO O| Dec 19 19:14:43.113 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-19T19:14:44.978Z[ recovery-image] Dec 19 19:14:43.134 INFO O| Dec 19 19:14:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73622024-12-19T19:14:44.978Z[ recovery-image] Dec 19 19:14:43.134 INFO O| Dec 19 19:14:43.134 INFO STEP 993 (remove_files) COMPLETE
73632024-12-19T19:14:44.978Z[ recovery-image] Dec 19 19:14:43.134 INFO O| Dec 19 19:14:43.134 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-19T19:14:45.012Z[ recovery-image] Dec 19 19:14:43.161 INFO O| Dec 19 19:14:43.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73652024-12-19T19:14:45.012Z[ recovery-image] Dec 19 19:14:43.161 INFO O| Dec 19 19:14:43.161 INFO STEP 994 (remove_files) COMPLETE
73662024-12-19T19:14:45.022Z[ recovery-image] Dec 19 19:14:43.161 INFO O| Dec 19 19:14:43.161 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-19T19:14:45.044Z[ recovery-image] Dec 19 19:14:43.200 INFO O| Dec 19 19:14:43.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73682024-12-19T19:14:45.044Z[ recovery-image] Dec 19 19:14:43.200 INFO O| Dec 19 19:14:43.200 INFO STEP 995 (remove_files) COMPLETE
73692024-12-19T19:14:45.049Z[ recovery-image] Dec 19 19:14:43.200 INFO O| Dec 19 19:14:43.200 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-19T19:14:45.072Z[ recovery-image] Dec 19 19:14:43.228 INFO O| Dec 19 19:14:43.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73712024-12-19T19:14:45.080Z[ recovery-image] Dec 19 19:14:43.228 INFO O| Dec 19 19:14:43.228 INFO STEP 996 (remove_files) COMPLETE
73722024-12-19T19:14:45.080Z[ recovery-image] Dec 19 19:14:43.228 INFO O| Dec 19 19:14:43.228 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-19T19:14:45.094Z[ recovery-image] Dec 19 19:14:43.247 INFO O| Dec 19 19:14:43.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73742024-12-19T19:14:45.099Z[ recovery-image] Dec 19 19:14:43.248 INFO O| Dec 19 19:14:43.247 INFO STEP 997 (remove_files) COMPLETE
73752024-12-19T19:14:45.099Z[ recovery-image] Dec 19 19:14:43.248 INFO O| Dec 19 19:14:43.248 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-19T19:14:45.111Z[ recovery-image] Dec 19 19:14:43.267 INFO O| Dec 19 19:14:43.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73772024-12-19T19:14:45.116Z[ recovery-image] Dec 19 19:14:43.267 INFO O| Dec 19 19:14:43.267 INFO STEP 998 (remove_files) COMPLETE
73782024-12-19T19:14:45.116Z[ recovery-image] Dec 19 19:14:43.267 INFO O| Dec 19 19:14:43.267 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-19T19:14:45.131Z[ recovery-image] Dec 19 19:14:43.287 INFO O| Dec 19 19:14:43.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73802024-12-19T19:14:45.135Z[ recovery-image] Dec 19 19:14:43.287 INFO O| Dec 19 19:14:43.287 INFO STEP 999 (remove_files) COMPLETE
73812024-12-19T19:14:45.135Z[ recovery-image] Dec 19 19:14:43.287 INFO O| Dec 19 19:14:43.287 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-19T19:14:45.151Z[ recovery-image] Dec 19 19:14:43.306 INFO O| Dec 19 19:14:43.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73832024-12-19T19:14:45.154Z[ recovery-image] Dec 19 19:14:43.307 INFO O| Dec 19 19:14:43.306 INFO STEP 1000 (remove_files) COMPLETE
73842024-12-19T19:14:45.154Z[ recovery-image] Dec 19 19:14:43.307 INFO O| Dec 19 19:14:43.307 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-19T19:14:45.189Z[ recovery-image] Dec 19 19:14:43.342 INFO O| Dec 19 19:14:43.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73862024-12-19T19:14:45.191Z[ recovery-image] Dec 19 19:14:43.342 INFO O| Dec 19 19:14:43.342 INFO STEP 1001 (remove_files) COMPLETE
73872024-12-19T19:14:45.192Z[ recovery-image] Dec 19 19:14:43.343 INFO O| Dec 19 19:14:43.342 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-19T19:14:45.207Z[ recovery-image] Dec 19 19:14:43.362 INFO O| Dec 19 19:14:43.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73892024-12-19T19:14:45.217Z[ recovery-image] Dec 19 19:14:43.362 INFO O| Dec 19 19:14:43.362 INFO STEP 1002 (remove_files) COMPLETE
73902024-12-19T19:14:45.217Z[ recovery-image] Dec 19 19:14:43.362 INFO O| Dec 19 19:14:43.362 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-19T19:14:45.226Z[ recovery-image] Dec 19 19:14:43.381 INFO O| Dec 19 19:14:43.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73922024-12-19T19:14:45.229Z[ recovery-image] Dec 19 19:14:43.382 INFO O| Dec 19 19:14:43.382 INFO STEP 1003 (remove_files) COMPLETE
73932024-12-19T19:14:45.229Z[ recovery-image] Dec 19 19:14:43.382 INFO O| Dec 19 19:14:43.382 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-19T19:14:45.245Z[ recovery-image] Dec 19 19:14:43.400 INFO O| Dec 19 19:14:43.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73952024-12-19T19:14:45.251Z[ recovery-image] Dec 19 19:14:43.401 INFO O| Dec 19 19:14:43.400 INFO STEP 1004 (remove_files) COMPLETE
73962024-12-19T19:14:45.252Z[ recovery-image] Dec 19 19:14:43.401 INFO O| Dec 19 19:14:43.401 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-19T19:14:45.264Z[ recovery-image] Dec 19 19:14:43.419 INFO O| Dec 19 19:14:43.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73982024-12-19T19:14:45.268Z[ recovery-image] Dec 19 19:14:43.419 INFO O| Dec 19 19:14:43.419 INFO STEP 1005 (remove_files) COMPLETE
73992024-12-19T19:14:45.268Z[ recovery-image] Dec 19 19:14:43.419 INFO O| Dec 19 19:14:43.419 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-19T19:14:45.282Z[ recovery-image] Dec 19 19:14:43.438 INFO O| Dec 19 19:14:43.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74012024-12-19T19:14:45.286Z[ recovery-image] Dec 19 19:14:43.438 INFO O| Dec 19 19:14:43.438 INFO STEP 1006 (remove_files) COMPLETE
74022024-12-19T19:14:45.286Z[ recovery-image] Dec 19 19:14:43.438 INFO O| Dec 19 19:14:43.438 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-19T19:14:45.302Z[ recovery-image] Dec 19 19:14:43.457 INFO O| Dec 19 19:14:43.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74042024-12-19T19:14:45.306Z[ recovery-image] Dec 19 19:14:43.457 INFO O| Dec 19 19:14:43.457 INFO STEP 1007 (remove_files) COMPLETE
74052024-12-19T19:14:45.306Z[ recovery-image] Dec 19 19:14:43.457 INFO O| Dec 19 19:14:43.457 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-19T19:14:45.320Z[ recovery-image] Dec 19 19:14:43.476 INFO O| Dec 19 19:14:43.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74072024-12-19T19:14:45.324Z[ recovery-image] Dec 19 19:14:43.476 INFO O| Dec 19 19:14:43.476 INFO STEP 1008 (remove_files) COMPLETE
74082024-12-19T19:14:45.324Z[ recovery-image] Dec 19 19:14:43.476 INFO O| Dec 19 19:14:43.476 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-19T19:14:45.341Z[ recovery-image] Dec 19 19:14:43.497 INFO O| Dec 19 19:14:43.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74102024-12-19T19:14:45.341Z[ recovery-image] Dec 19 19:14:43.497 INFO O| Dec 19 19:14:43.497 INFO STEP 1009 (remove_files) COMPLETE
74112024-12-19T19:14:45.345Z[ recovery-image] Dec 19 19:14:43.497 INFO O| Dec 19 19:14:43.497 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-19T19:14:45.359Z[ recovery-image] Dec 19 19:14:43.515 INFO O| Dec 19 19:14:43.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74132024-12-19T19:14:45.359Z[ recovery-image] Dec 19 19:14:43.515 INFO O| Dec 19 19:14:43.515 INFO STEP 1010 (remove_files) COMPLETE
74142024-12-19T19:14:45.360Z[ recovery-image] Dec 19 19:14:43.515 INFO O| Dec 19 19:14:43.515 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-19T19:14:45.395Z[ recovery-image] Dec 19 19:14:43.550 INFO O| Dec 19 19:14:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74162024-12-19T19:14:45.395Z[ recovery-image] Dec 19 19:14:43.550 INFO O| Dec 19 19:14:43.550 INFO STEP 1011 (remove_files) COMPLETE
74172024-12-19T19:14:45.395Z[ recovery-image] Dec 19 19:14:43.550 INFO O| Dec 19 19:14:43.550 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-19T19:14:45.430Z[ recovery-image] Dec 19 19:14:43.585 INFO O| Dec 19 19:14:43.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74192024-12-19T19:14:45.430Z[ recovery-image] Dec 19 19:14:43.585 INFO O| Dec 19 19:14:43.585 INFO STEP 1012 (remove_files) COMPLETE
74202024-12-19T19:14:45.430Z[ recovery-image] Dec 19 19:14:43.585 INFO O| Dec 19 19:14:43.585 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-19T19:14:45.449Z[ recovery-image] Dec 19 19:14:43.604 INFO O| Dec 19 19:14:43.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74222024-12-19T19:14:45.449Z[ recovery-image] Dec 19 19:14:43.604 INFO O| Dec 19 19:14:43.604 INFO STEP 1013 (remove_files) COMPLETE
74232024-12-19T19:14:45.453Z[ recovery-image] Dec 19 19:14:43.604 INFO O| Dec 19 19:14:43.604 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-19T19:14:45.469Z[ recovery-image] Dec 19 19:14:43.625 INFO O| Dec 19 19:14:43.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74252024-12-19T19:14:45.469Z[ recovery-image] Dec 19 19:14:43.625 INFO O| Dec 19 19:14:43.625 INFO STEP 1014 (remove_files) COMPLETE
74262024-12-19T19:14:45.469Z[ recovery-image] Dec 19 19:14:43.625 INFO O| Dec 19 19:14:43.625 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-19T19:14:45.491Z[ recovery-image] Dec 19 19:14:43.646 INFO O| Dec 19 19:14:43.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74282024-12-19T19:14:45.491Z[ recovery-image] Dec 19 19:14:43.646 INFO O| Dec 19 19:14:43.646 INFO STEP 1015 (remove_files) COMPLETE
74292024-12-19T19:14:45.494Z[ recovery-image] Dec 19 19:14:43.646 INFO O| Dec 19 19:14:43.646 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-19T19:14:45.513Z[ recovery-image] Dec 19 19:14:43.668 INFO O| Dec 19 19:14:43.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74312024-12-19T19:14:45.513Z[ recovery-image] Dec 19 19:14:43.668 INFO O| Dec 19 19:14:43.668 INFO STEP 1016 (remove_files) COMPLETE
74322024-12-19T19:14:45.518Z[ recovery-image] Dec 19 19:14:43.668 INFO O| Dec 19 19:14:43.668 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-19T19:14:45.551Z[ recovery-image] Dec 19 19:14:43.705 INFO O| Dec 19 19:14:43.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74342024-12-19T19:14:45.551Z[ recovery-image] Dec 19 19:14:43.705 INFO O| Dec 19 19:14:43.705 INFO STEP 1017 (remove_files) COMPLETE
74352024-12-19T19:14:45.562Z[ recovery-image] Dec 19 19:14:43.705 INFO O| Dec 19 19:14:43.705 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-19T19:14:45.572Z[ recovery-image] Dec 19 19:14:43.727 INFO O| Dec 19 19:14:43.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74372024-12-19T19:14:45.572Z[ recovery-image] Dec 19 19:14:43.727 INFO O| Dec 19 19:14:43.727 INFO STEP 1018 (remove_files) COMPLETE
74382024-12-19T19:14:45.572Z[ recovery-image] Dec 19 19:14:43.727 INFO O| Dec 19 19:14:43.727 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-19T19:14:45.596Z[ recovery-image] Dec 19 19:14:43.750 INFO O| Dec 19 19:14:43.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74402024-12-19T19:14:45.596Z[ recovery-image] Dec 19 19:14:43.750 INFO O| Dec 19 19:14:43.750 INFO STEP 1019 (remove_files) COMPLETE
74412024-12-19T19:14:45.596Z[ recovery-image] Dec 19 19:14:43.750 INFO O| Dec 19 19:14:43.750 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-19T19:14:45.623Z[ recovery-image] Dec 19 19:14:43.778 INFO O| Dec 19 19:14:43.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74432024-12-19T19:14:45.626Z[ recovery-image] Dec 19 19:14:43.779 INFO O| Dec 19 19:14:43.779 INFO STEP 1020 (remove_files) COMPLETE
74442024-12-19T19:14:45.626Z[ recovery-image] Dec 19 19:14:43.779 INFO O| Dec 19 19:14:43.779 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-19T19:14:45.664Z[ recovery-image] Dec 19 19:14:43.819 INFO O| Dec 19 19:14:43.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74462024-12-19T19:14:45.664Z[ recovery-image] Dec 19 19:14:43.819 INFO O| Dec 19 19:14:43.819 INFO STEP 1021 (remove_files) COMPLETE
74472024-12-19T19:14:45.669Z[ recovery-image] Dec 19 19:14:43.819 INFO O| Dec 19 19:14:43.819 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-19T19:14:45.705Z[ recovery-image] Dec 19 19:14:43.859 INFO O| Dec 19 19:14:43.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74492024-12-19T19:14:45.705Z[ recovery-image] Dec 19 19:14:43.859 INFO O| Dec 19 19:14:43.859 INFO STEP 1022 (remove_files) COMPLETE
74502024-12-19T19:14:45.705Z[ recovery-image] Dec 19 19:14:43.859 INFO O| Dec 19 19:14:43.859 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-19T19:14:45.747Z[ recovery-image] Dec 19 19:14:43.902 INFO O| Dec 19 19:14:43.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74522024-12-19T19:14:45.751Z[ recovery-image] Dec 19 19:14:43.902 INFO O| Dec 19 19:14:43.902 INFO STEP 1023 (remove_files) COMPLETE
74532024-12-19T19:14:45.751Z[ recovery-image] Dec 19 19:14:43.902 INFO O| Dec 19 19:14:43.902 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-19T19:14:45.768Z[ recovery-image] Dec 19 19:14:43.924 INFO O| Dec 19 19:14:43.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74552024-12-19T19:14:45.768Z[ recovery-image] Dec 19 19:14:43.924 INFO O| Dec 19 19:14:43.924 INFO STEP 1024 (remove_files) COMPLETE
74562024-12-19T19:14:45.768Z[ recovery-image] Dec 19 19:14:43.924 INFO O| Dec 19 19:14:43.924 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-19T19:14:45.788Z[ recovery-image] Dec 19 19:14:43.943 INFO O| Dec 19 19:14:43.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74582024-12-19T19:14:45.788Z[ recovery-image] Dec 19 19:14:43.943 INFO O| Dec 19 19:14:43.943 INFO STEP 1025 (remove_files) COMPLETE
74592024-12-19T19:14:45.788Z[ recovery-image] Dec 19 19:14:43.943 INFO O| Dec 19 19:14:43.943 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-19T19:14:45.808Z[ recovery-image] Dec 19 19:14:43.963 INFO O| Dec 19 19:14:43.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74612024-12-19T19:14:45.811Z[ recovery-image] Dec 19 19:14:43.966 INFO O| Dec 19 19:14:43.966 INFO STEP 1026 (remove_files) COMPLETE
74622024-12-19T19:14:45.811Z[ recovery-image] Dec 19 19:14:43.966 INFO O| Dec 19 19:14:43.966 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-19T19:14:45.875Z[ recovery-image] Dec 19 19:14:44.030 INFO O| Dec 19 19:14:44.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74642024-12-19T19:14:45.876Z[ recovery-image] Dec 19 19:14:44.030 INFO O| Dec 19 19:14:44.030 INFO STEP 1027 (remove_files) COMPLETE
74652024-12-19T19:14:45.876Z[ recovery-image] Dec 19 19:14:44.031 INFO O| Dec 19 19:14:44.030 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-19T19:14:45.950Z[ recovery-image] Dec 19 19:14:44.105 INFO O| Dec 19 19:14:44.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74672024-12-19T19:14:45.950Z[ recovery-image] Dec 19 19:14:44.105 INFO O| Dec 19 19:14:44.105 INFO STEP 1028 (remove_files) COMPLETE
74682024-12-19T19:14:45.953Z[ recovery-image] Dec 19 19:14:44.105 INFO O| Dec 19 19:14:44.105 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-19T19:14:45.991Z[ recovery-image] Dec 19 19:14:44.146 INFO O| Dec 19 19:14:44.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74702024-12-19T19:14:45.991Z[ recovery-image] Dec 19 19:14:44.146 INFO O| Dec 19 19:14:44.146 INFO STEP 1029 (remove_files) COMPLETE
74712024-12-19T19:14:45.991Z[ recovery-image] Dec 19 19:14:44.146 INFO O| Dec 19 19:14:44.146 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-19T19:14:46.016Z[ recovery-image] Dec 19 19:14:44.166 INFO O| Dec 19 19:14:44.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74732024-12-19T19:14:46.016Z[ recovery-image] Dec 19 19:14:44.166 INFO O| Dec 19 19:14:44.166 INFO STEP 1030 (remove_files) COMPLETE
74742024-12-19T19:14:46.016Z[ recovery-image] Dec 19 19:14:44.166 INFO O| Dec 19 19:14:44.166 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-19T19:14:46.074Z[ recovery-image] Dec 19 19:14:44.219 INFO O| Dec 19 19:14:44.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74762024-12-19T19:14:46.074Z[ recovery-image] Dec 19 19:14:44.219 INFO O| Dec 19 19:14:44.219 INFO STEP 1031 (remove_files) COMPLETE
74772024-12-19T19:14:46.074Z[ recovery-image] Dec 19 19:14:44.219 INFO O| Dec 19 19:14:44.219 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-19T19:14:46.097Z[ recovery-image] Dec 19 19:14:44.253 INFO O| Dec 19 19:14:44.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74792024-12-19T19:14:46.097Z[ recovery-image] Dec 19 19:14:44.253 INFO O| Dec 19 19:14:44.253 INFO STEP 1032 (remove_files) COMPLETE
74802024-12-19T19:14:46.097Z[ recovery-image] Dec 19 19:14:44.253 INFO O| Dec 19 19:14:44.253 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-19T19:14:46.118Z[ recovery-image] Dec 19 19:14:44.273 INFO O| Dec 19 19:14:44.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74822024-12-19T19:14:46.118Z[ recovery-image] Dec 19 19:14:44.273 INFO O| Dec 19 19:14:44.273 INFO STEP 1033 (remove_files) COMPLETE
74832024-12-19T19:14:46.118Z[ recovery-image] Dec 19 19:14:44.273 INFO O| Dec 19 19:14:44.273 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-19T19:14:46.138Z[ recovery-image] Dec 19 19:14:44.294 INFO O| Dec 19 19:14:44.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74852024-12-19T19:14:46.138Z[ recovery-image] Dec 19 19:14:44.294 INFO O| Dec 19 19:14:44.294 INFO STEP 1034 (remove_files) COMPLETE
74862024-12-19T19:14:46.138Z[ recovery-image] Dec 19 19:14:44.294 INFO O| Dec 19 19:14:44.294 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-19T19:14:46.165Z[ recovery-image] Dec 19 19:14:44.311 INFO O| Dec 19 19:14:44.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74882024-12-19T19:14:46.166Z[ recovery-image] Dec 19 19:14:44.311 INFO O| Dec 19 19:14:44.311 INFO STEP 1035 (remove_files) COMPLETE
74892024-12-19T19:14:46.166Z[ recovery-image] Dec 19 19:14:44.311 INFO O| Dec 19 19:14:44.311 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-19T19:14:46.180Z[ recovery-image] Dec 19 19:14:44.331 INFO O| Dec 19 19:14:44.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74912024-12-19T19:14:46.186Z[ recovery-image] Dec 19 19:14:44.333 INFO O| Dec 19 19:14:44.333 INFO STEP 1036 (remove_files) COMPLETE
74922024-12-19T19:14:46.186Z[ recovery-image] Dec 19 19:14:44.333 INFO O| Dec 19 19:14:44.333 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-19T19:14:46.236Z[ recovery-image] Dec 19 19:14:44.391 INFO O| Dec 19 19:14:44.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74942024-12-19T19:14:46.240Z[ recovery-image] Dec 19 19:14:44.391 INFO O| Dec 19 19:14:44.391 INFO STEP 1037 (remove_files) COMPLETE
74952024-12-19T19:14:46.240Z[ recovery-image] Dec 19 19:14:44.391 INFO O| Dec 19 19:14:44.391 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-19T19:14:46.258Z[ recovery-image] Dec 19 19:14:44.413 INFO O| Dec 19 19:14:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74972024-12-19T19:14:46.262Z[ recovery-image] Dec 19 19:14:44.413 INFO O| Dec 19 19:14:44.413 INFO STEP 1038 (remove_files) COMPLETE
74982024-12-19T19:14:46.262Z[ recovery-image] Dec 19 19:14:44.413 INFO O| Dec 19 19:14:44.413 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-19T19:14:46.278Z[ recovery-image] Dec 19 19:14:44.433 INFO O| Dec 19 19:14:44.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75002024-12-19T19:14:46.283Z[ recovery-image] Dec 19 19:14:44.434 INFO O| Dec 19 19:14:44.433 INFO STEP 1039 (remove_files) COMPLETE
75012024-12-19T19:14:46.283Z[ recovery-image] Dec 19 19:14:44.434 INFO O| Dec 19 19:14:44.434 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-19T19:14:46.301Z[ recovery-image] Dec 19 19:14:44.453 INFO O| Dec 19 19:14:44.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75032024-12-19T19:14:46.301Z[ recovery-image] Dec 19 19:14:44.453 INFO O| Dec 19 19:14:44.453 INFO STEP 1040 (remove_files) COMPLETE
75042024-12-19T19:14:46.306Z[ recovery-image] Dec 19 19:14:44.453 INFO O| Dec 19 19:14:44.453 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-19T19:14:46.316Z[ recovery-image] Dec 19 19:14:44.471 INFO O| Dec 19 19:14:44.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75062024-12-19T19:14:46.319Z[ recovery-image] Dec 19 19:14:44.471 INFO O| Dec 19 19:14:44.471 INFO STEP 1041 (remove_files) COMPLETE
75072024-12-19T19:14:46.319Z[ recovery-image] Dec 19 19:14:44.472 INFO O| Dec 19 19:14:44.471 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-19T19:14:46.334Z[ recovery-image] Dec 19 19:14:44.490 INFO O| Dec 19 19:14:44.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75092024-12-19T19:14:46.337Z[ recovery-image] Dec 19 19:14:44.490 INFO O| Dec 19 19:14:44.490 INFO STEP 1042 (remove_files) COMPLETE
75102024-12-19T19:14:46.337Z[ recovery-image] Dec 19 19:14:44.490 INFO O| Dec 19 19:14:44.490 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-19T19:14:46.354Z[ recovery-image] Dec 19 19:14:44.509 INFO O| Dec 19 19:14:44.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75122024-12-19T19:14:46.360Z[ recovery-image] Dec 19 19:14:44.509 INFO O| Dec 19 19:14:44.509 INFO STEP 1043 (remove_files) COMPLETE
75132024-12-19T19:14:46.360Z[ recovery-image] Dec 19 19:14:44.509 INFO O| Dec 19 19:14:44.509 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-19T19:14:46.380Z[ recovery-image] Dec 19 19:14:44.535 INFO O| Dec 19 19:14:44.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75152024-12-19T19:14:46.380Z[ recovery-image] Dec 19 19:14:44.535 INFO O| Dec 19 19:14:44.535 INFO STEP 1044 (remove_files) COMPLETE
75162024-12-19T19:14:46.380Z[ recovery-image] Dec 19 19:14:44.535 INFO O| Dec 19 19:14:44.535 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-19T19:14:46.427Z[ recovery-image] Dec 19 19:14:44.574 INFO O| Dec 19 19:14:44.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75182024-12-19T19:14:46.427Z[ recovery-image] Dec 19 19:14:44.575 INFO O| Dec 19 19:14:44.575 INFO STEP 1045 (remove_files) COMPLETE
75192024-12-19T19:14:46.427Z[ recovery-image] Dec 19 19:14:44.575 INFO O| Dec 19 19:14:44.575 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-19T19:14:46.437Z[ recovery-image] Dec 19 19:14:44.593 INFO O| Dec 19 19:14:44.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75212024-12-19T19:14:46.437Z[ recovery-image] Dec 19 19:14:44.593 INFO O| Dec 19 19:14:44.593 INFO STEP 1046 (remove_files) COMPLETE
75222024-12-19T19:14:46.437Z[ recovery-image] Dec 19 19:14:44.593 INFO O| Dec 19 19:14:44.593 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-19T19:14:46.456Z[ recovery-image] Dec 19 19:14:44.612 INFO O| Dec 19 19:14:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75242024-12-19T19:14:46.456Z[ recovery-image] Dec 19 19:14:44.612 INFO O| Dec 19 19:14:44.612 INFO STEP 1047 (remove_files) COMPLETE
75252024-12-19T19:14:46.461Z[ recovery-image] Dec 19 19:14:44.612 INFO O| Dec 19 19:14:44.612 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-19T19:14:46.519Z[ recovery-image] Dec 19 19:14:44.674 INFO O| Dec 19 19:14:44.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75272024-12-19T19:14:46.519Z[ recovery-image] Dec 19 19:14:44.674 INFO O| Dec 19 19:14:44.674 INFO STEP 1048 (remove_files) COMPLETE
75282024-12-19T19:14:46.519Z[ recovery-image] Dec 19 19:14:44.674 INFO O| Dec 19 19:14:44.674 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-19T19:14:46.560Z[ recovery-image] Dec 19 19:14:44.715 INFO O| Dec 19 19:14:44.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75302024-12-19T19:14:46.560Z[ recovery-image] Dec 19 19:14:44.715 INFO O| Dec 19 19:14:44.715 INFO STEP 1049 (remove_files) COMPLETE
75312024-12-19T19:14:46.566Z[ recovery-image] Dec 19 19:14:44.715 INFO O| Dec 19 19:14:44.715 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-19T19:14:46.589Z[ recovery-image] Dec 19 19:14:44.741 INFO O| Dec 19 19:14:44.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75332024-12-19T19:14:46.596Z[ recovery-image] Dec 19 19:14:44.741 INFO O| Dec 19 19:14:44.741 INFO STEP 1050 (remove_files) COMPLETE
75342024-12-19T19:14:46.596Z[ recovery-image] Dec 19 19:14:44.742 INFO O| Dec 19 19:14:44.741 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-19T19:14:46.607Z[ recovery-image] Dec 19 19:14:44.762 INFO O| Dec 19 19:14:44.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75362024-12-19T19:14:46.607Z[ recovery-image] Dec 19 19:14:44.762 INFO O| Dec 19 19:14:44.762 INFO STEP 1051 (remove_files) COMPLETE
75372024-12-19T19:14:46.609Z[ recovery-image] Dec 19 19:14:44.762 INFO O| Dec 19 19:14:44.762 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-19T19:14:46.627Z[ recovery-image] Dec 19 19:14:44.782 INFO O| Dec 19 19:14:44.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75392024-12-19T19:14:46.632Z[ recovery-image] Dec 19 19:14:44.782 INFO O| Dec 19 19:14:44.782 INFO STEP 1052 (remove_files) COMPLETE
75402024-12-19T19:14:46.632Z[ recovery-image] Dec 19 19:14:44.782 INFO O| Dec 19 19:14:44.782 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-19T19:14:46.648Z[ recovery-image] Dec 19 19:14:44.802 INFO O| Dec 19 19:14:44.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75422024-12-19T19:14:46.651Z[ recovery-image] Dec 19 19:14:44.802 INFO O| Dec 19 19:14:44.802 INFO STEP 1053 (remove_files) COMPLETE
75432024-12-19T19:14:46.651Z[ recovery-image] Dec 19 19:14:44.802 INFO O| Dec 19 19:14:44.802 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-19T19:14:46.679Z[ recovery-image] Dec 19 19:14:44.834 INFO O| Dec 19 19:14:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75452024-12-19T19:14:46.679Z[ recovery-image] Dec 19 19:14:44.834 INFO O| Dec 19 19:14:44.834 INFO STEP 1054 (remove_files) COMPLETE
75462024-12-19T19:14:46.679Z[ recovery-image] Dec 19 19:14:44.834 INFO O| Dec 19 19:14:44.834 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-19T19:14:46.716Z[ recovery-image] Dec 19 19:14:44.871 INFO O| Dec 19 19:14:44.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75482024-12-19T19:14:46.716Z[ recovery-image] Dec 19 19:14:44.872 INFO O| Dec 19 19:14:44.872 INFO STEP 1055 (remove_files) COMPLETE
75492024-12-19T19:14:46.719Z[ recovery-image] Dec 19 19:14:44.872 INFO O| Dec 19 19:14:44.872 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-19T19:14:46.765Z[ recovery-image] Dec 19 19:14:44.918 INFO O| Dec 19 19:14:44.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75512024-12-19T19:14:46.765Z[ recovery-image] Dec 19 19:14:44.918 INFO O| Dec 19 19:14:44.918 INFO STEP 1056 (remove_files) COMPLETE
75522024-12-19T19:14:46.765Z[ recovery-image] Dec 19 19:14:44.918 INFO O| Dec 19 19:14:44.918 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-19T19:14:46.798Z[ recovery-image] Dec 19 19:14:44.953 INFO O| Dec 19 19:14:44.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75542024-12-19T19:14:46.798Z[ recovery-image] Dec 19 19:14:44.954 INFO O| Dec 19 19:14:44.953 INFO STEP 1057 (remove_files) COMPLETE
75552024-12-19T19:14:46.798Z[ recovery-image] Dec 19 19:14:44.954 INFO O| Dec 19 19:14:44.953 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-19T19:14:46.833Z[ recovery-image] Dec 19 19:14:44.988 INFO O| Dec 19 19:14:44.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75572024-12-19T19:14:46.836Z[ recovery-image] Dec 19 19:14:44.988 INFO O| Dec 19 19:14:44.988 INFO STEP 1058 (remove_files) COMPLETE
75582024-12-19T19:14:46.836Z[ recovery-image] Dec 19 19:14:44.989 INFO O| Dec 19 19:14:44.988 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-19T19:14:46.855Z[ recovery-image] Dec 19 19:14:45.010 INFO O| Dec 19 19:14:45.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75602024-12-19T19:14:46.862Z[ recovery-image] Dec 19 19:14:45.010 INFO O| Dec 19 19:14:45.010 INFO STEP 1059 (remove_files) COMPLETE
75612024-12-19T19:14:46.862Z[ recovery-image] Dec 19 19:14:45.010 INFO O| Dec 19 19:14:45.010 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-19T19:14:46.878Z[ recovery-image] Dec 19 19:14:45.033 INFO O| Dec 19 19:14:45.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75632024-12-19T19:14:46.882Z[ recovery-image] Dec 19 19:14:45.033 INFO O| Dec 19 19:14:45.033 INFO STEP 1060 (remove_files) COMPLETE
75642024-12-19T19:14:46.882Z[ recovery-image] Dec 19 19:14:45.033 INFO O| Dec 19 19:14:45.033 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-19T19:14:46.901Z[ recovery-image] Dec 19 19:14:45.055 INFO O| Dec 19 19:14:45.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75662024-12-19T19:14:46.908Z[ recovery-image] Dec 19 19:14:45.055 INFO O| Dec 19 19:14:45.055 INFO STEP 1061 (remove_files) COMPLETE
75672024-12-19T19:14:46.908Z[ recovery-image] Dec 19 19:14:45.055 INFO O| Dec 19 19:14:45.055 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-19T19:14:46.921Z[ recovery-image] Dec 19 19:14:45.076 INFO O| Dec 19 19:14:45.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75692024-12-19T19:14:46.925Z[ recovery-image] Dec 19 19:14:45.076 INFO O| Dec 19 19:14:45.076 INFO STEP 1062 (remove_files) COMPLETE
75702024-12-19T19:14:46.925Z[ recovery-image] Dec 19 19:14:45.077 INFO O| Dec 19 19:14:45.076 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-19T19:14:46.940Z[ recovery-image] Dec 19 19:14:45.096 INFO O| Dec 19 19:14:45.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75722024-12-19T19:14:46.947Z[ recovery-image] Dec 19 19:14:45.096 INFO O| Dec 19 19:14:45.096 INFO STEP 1063 (remove_files) COMPLETE
75732024-12-19T19:14:46.947Z[ recovery-image] Dec 19 19:14:45.096 INFO O| Dec 19 19:14:45.096 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-19T19:14:46.960Z[ recovery-image] Dec 19 19:14:45.116 INFO O| Dec 19 19:14:45.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75752024-12-19T19:14:46.963Z[ recovery-image] Dec 19 19:14:45.116 INFO O| Dec 19 19:14:45.116 INFO STEP 1064 (remove_files) COMPLETE
75762024-12-19T19:14:46.963Z[ recovery-image] Dec 19 19:14:45.116 INFO O| Dec 19 19:14:45.116 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-19T19:14:46.980Z[ recovery-image] Dec 19 19:14:45.135 INFO O| Dec 19 19:14:45.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75782024-12-19T19:14:46.980Z[ recovery-image] Dec 19 19:14:45.135 INFO O| Dec 19 19:14:45.135 INFO STEP 1065 (remove_files) COMPLETE
75792024-12-19T19:14:46.980Z[ recovery-image] Dec 19 19:14:45.135 INFO O| Dec 19 19:14:45.135 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-19T19:14:47.007Z[ recovery-image] Dec 19 19:14:45.162 INFO O| Dec 19 19:14:45.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75812024-12-19T19:14:47.009Z[ recovery-image] Dec 19 19:14:45.162 INFO O| Dec 19 19:14:45.162 INFO STEP 1066 (remove_files) COMPLETE
75822024-12-19T19:14:47.009Z[ recovery-image] Dec 19 19:14:45.162 INFO O| Dec 19 19:14:45.162 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-19T19:14:47.050Z[ recovery-image] Dec 19 19:14:45.205 INFO O| Dec 19 19:14:45.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75842024-12-19T19:14:47.050Z[ recovery-image] Dec 19 19:14:45.205 INFO O| Dec 19 19:14:45.205 INFO STEP 1067 (remove_files) COMPLETE
75852024-12-19T19:14:47.050Z[ recovery-image] Dec 19 19:14:45.205 INFO O| Dec 19 19:14:45.205 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-19T19:14:47.145Z[ recovery-image] Dec 19 19:14:45.301 INFO O| Dec 19 19:14:45.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75872024-12-19T19:14:47.146Z[ recovery-image] Dec 19 19:14:45.301 INFO O| Dec 19 19:14:45.301 INFO STEP 1068 (remove_files) COMPLETE
75882024-12-19T19:14:47.146Z[ recovery-image] Dec 19 19:14:45.301 INFO O| Dec 19 19:14:45.301 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-19T19:14:47.167Z[ recovery-image] Dec 19 19:14:45.322 INFO O| Dec 19 19:14:45.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75902024-12-19T19:14:47.167Z[ recovery-image] Dec 19 19:14:45.322 INFO O| Dec 19 19:14:45.322 INFO STEP 1069 (remove_files) COMPLETE
75912024-12-19T19:14:47.167Z[ recovery-image] Dec 19 19:14:45.322 INFO O| Dec 19 19:14:45.322 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-19T19:14:47.198Z[ recovery-image] Dec 19 19:14:45.353 INFO O| Dec 19 19:14:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75932024-12-19T19:14:47.202Z[ recovery-image] Dec 19 19:14:45.353 INFO O| Dec 19 19:14:45.353 INFO STEP 1070 (remove_files) COMPLETE
75942024-12-19T19:14:47.202Z[ recovery-image] Dec 19 19:14:45.353 INFO O| Dec 19 19:14:45.353 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-19T19:14:47.240Z[ recovery-image] Dec 19 19:14:45.396 INFO O| Dec 19 19:14:45.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75962024-12-19T19:14:47.241Z[ recovery-image] Dec 19 19:14:45.396 INFO O| Dec 19 19:14:45.396 INFO STEP 1071 (remove_files) COMPLETE
75972024-12-19T19:14:47.241Z[ recovery-image] Dec 19 19:14:45.396 INFO O| Dec 19 19:14:45.396 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-19T19:14:47.297Z[ recovery-image] Dec 19 19:14:45.452 INFO O| Dec 19 19:14:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75992024-12-19T19:14:47.297Z[ recovery-image] Dec 19 19:14:45.453 INFO O| Dec 19 19:14:45.453 INFO STEP 1072 (remove_files) COMPLETE
76002024-12-19T19:14:47.297Z[ recovery-image] Dec 19 19:14:45.453 INFO O| Dec 19 19:14:45.453 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-19T19:14:47.318Z[ recovery-image] Dec 19 19:14:45.473 INFO O| Dec 19 19:14:45.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76022024-12-19T19:14:47.318Z[ recovery-image] Dec 19 19:14:45.473 INFO O| Dec 19 19:14:45.473 INFO STEP 1073 (remove_files) COMPLETE
76032024-12-19T19:14:47.324Z[ recovery-image] Dec 19 19:14:45.473 INFO O| Dec 19 19:14:45.473 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-19T19:14:47.361Z[ recovery-image] Dec 19 19:14:45.516 INFO O| Dec 19 19:14:45.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76052024-12-19T19:14:47.361Z[ recovery-image] Dec 19 19:14:45.516 INFO O| Dec 19 19:14:45.516 INFO STEP 1074 (remove_files) COMPLETE
76062024-12-19T19:14:47.361Z[ recovery-image] Dec 19 19:14:45.516 INFO O| Dec 19 19:14:45.516 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-19T19:14:47.384Z[ recovery-image] Dec 19 19:14:45.539 INFO O| Dec 19 19:14:45.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76082024-12-19T19:14:47.384Z[ recovery-image] Dec 19 19:14:45.539 INFO O| Dec 19 19:14:45.539 INFO STEP 1075 (remove_files) COMPLETE
76092024-12-19T19:14:47.384Z[ recovery-image] Dec 19 19:14:45.539 INFO O| Dec 19 19:14:45.539 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-19T19:14:47.439Z[ recovery-image] Dec 19 19:14:45.594 INFO O| Dec 19 19:14:45.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76112024-12-19T19:14:47.439Z[ recovery-image] Dec 19 19:14:45.594 INFO O| Dec 19 19:14:45.594 INFO STEP 1076 (remove_files) COMPLETE
76122024-12-19T19:14:47.439Z[ recovery-image] Dec 19 19:14:45.594 INFO O| Dec 19 19:14:45.594 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-19T19:14:47.462Z[ recovery-image] Dec 19 19:14:45.617 INFO O| Dec 19 19:14:45.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76142024-12-19T19:14:47.462Z[ recovery-image] Dec 19 19:14:45.617 INFO O| Dec 19 19:14:45.617 INFO STEP 1077 (remove_files) COMPLETE
76152024-12-19T19:14:47.463Z[ recovery-image] Dec 19 19:14:45.617 INFO O| Dec 19 19:14:45.617 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-19T19:14:47.485Z[ recovery-image] Dec 19 19:14:45.640 INFO O| Dec 19 19:14:45.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76172024-12-19T19:14:47.485Z[ recovery-image] Dec 19 19:14:45.641 INFO O| Dec 19 19:14:45.641 INFO STEP 1078 (remove_files) COMPLETE
76182024-12-19T19:14:47.489Z[ recovery-image] Dec 19 19:14:45.641 INFO O| Dec 19 19:14:45.641 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-19T19:14:47.526Z[ recovery-image] Dec 19 19:14:45.678 INFO O| Dec 19 19:14:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76202024-12-19T19:14:47.526Z[ recovery-image] Dec 19 19:14:45.678 INFO O| Dec 19 19:14:45.678 INFO STEP 1079 (remove_files) COMPLETE
76212024-12-19T19:14:47.527Z[ recovery-image] Dec 19 19:14:45.678 INFO O| Dec 19 19:14:45.678 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-19T19:14:47.586Z[ recovery-image] Dec 19 19:14:45.741 INFO O| Dec 19 19:14:45.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76232024-12-19T19:14:47.586Z[ recovery-image] Dec 19 19:14:45.741 INFO O| Dec 19 19:14:45.741 INFO STEP 1080 (remove_files) COMPLETE
76242024-12-19T19:14:47.586Z[ recovery-image] Dec 19 19:14:45.741 INFO O| Dec 19 19:14:45.741 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-19T19:14:47.645Z[ recovery-image] Dec 19 19:14:45.800 INFO O| Dec 19 19:14:45.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76262024-12-19T19:14:47.648Z[ recovery-image] Dec 19 19:14:45.800 INFO O| Dec 19 19:14:45.800 INFO STEP 1081 (remove_files) COMPLETE
76272024-12-19T19:14:47.648Z[ recovery-image] Dec 19 19:14:45.801 INFO O| Dec 19 19:14:45.800 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-19T19:14:47.685Z[ recovery-image] Dec 19 19:14:45.840 INFO O| Dec 19 19:14:45.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76292024-12-19T19:14:47.685Z[ recovery-image] Dec 19 19:14:45.840 INFO O| Dec 19 19:14:45.840 INFO STEP 1082 (remove_files) COMPLETE
76302024-12-19T19:14:47.685Z[ recovery-image] Dec 19 19:14:45.840 INFO O| Dec 19 19:14:45.840 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-19T19:14:47.705Z[ recovery-image] Dec 19 19:14:45.861 INFO O| Dec 19 19:14:45.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76322024-12-19T19:14:47.705Z[ recovery-image] Dec 19 19:14:45.861 INFO O| Dec 19 19:14:45.861 INFO STEP 1083 (remove_files) COMPLETE
76332024-12-19T19:14:47.710Z[ recovery-image] Dec 19 19:14:45.861 INFO O| Dec 19 19:14:45.861 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-19T19:14:47.742Z[ recovery-image] Dec 19 19:14:45.897 INFO O| Dec 19 19:14:45.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76352024-12-19T19:14:47.742Z[ recovery-image] Dec 19 19:14:45.897 INFO O| Dec 19 19:14:45.897 INFO STEP 1084 (remove_files) COMPLETE
76362024-12-19T19:14:47.742Z[ recovery-image] Dec 19 19:14:45.898 INFO O| Dec 19 19:14:45.897 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-19T19:14:47.783Z[ recovery-image] Dec 19 19:14:45.938 INFO O| Dec 19 19:14:45.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76382024-12-19T19:14:47.783Z[ recovery-image] Dec 19 19:14:45.938 INFO O| Dec 19 19:14:45.938 INFO STEP 1085 (remove_files) COMPLETE
76392024-12-19T19:14:47.787Z[ recovery-image] Dec 19 19:14:45.938 INFO O| Dec 19 19:14:45.938 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-19T19:14:47.920Z[ recovery-image] Dec 19 19:14:46.073 INFO O| Dec 19 19:14:46.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76412024-12-19T19:14:47.920Z[ recovery-image] Dec 19 19:14:46.073 INFO O| Dec 19 19:14:46.073 INFO STEP 1086 (remove_files) COMPLETE
76422024-12-19T19:14:47.920Z[ recovery-image] Dec 19 19:14:46.073 INFO O| Dec 19 19:14:46.073 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-19T19:14:47.941Z[ recovery-image] Dec 19 19:14:46.094 INFO O| Dec 19 19:14:46.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76442024-12-19T19:14:47.941Z[ recovery-image] Dec 19 19:14:46.094 INFO O| Dec 19 19:14:46.094 INFO STEP 1087 (remove_files) COMPLETE
76452024-12-19T19:14:47.941Z[ recovery-image] Dec 19 19:14:46.094 INFO O| Dec 19 19:14:46.094 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-19T19:14:47.964Z[ recovery-image] Dec 19 19:14:46.119 INFO O| Dec 19 19:14:46.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76472024-12-19T19:14:47.964Z[ recovery-image] Dec 19 19:14:46.119 INFO O| Dec 19 19:14:46.119 INFO STEP 1088 (remove_files) COMPLETE
76482024-12-19T19:14:47.964Z[ recovery-image] Dec 19 19:14:46.119 INFO O| Dec 19 19:14:46.119 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-19T19:14:48.002Z[ recovery-image] Dec 19 19:14:46.157 INFO O| Dec 19 19:14:46.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76502024-12-19T19:14:48.002Z[ recovery-image] Dec 19 19:14:46.157 INFO O| Dec 19 19:14:46.157 INFO STEP 1089 (remove_files) COMPLETE
76512024-12-19T19:14:48.002Z[ recovery-image] Dec 19 19:14:46.157 INFO O| Dec 19 19:14:46.157 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-19T19:14:48.033Z[ recovery-image] Dec 19 19:14:46.188 INFO O| Dec 19 19:14:46.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76532024-12-19T19:14:48.034Z[ recovery-image] Dec 19 19:14:46.188 INFO O| Dec 19 19:14:46.188 INFO STEP 1090 (remove_files) COMPLETE
76542024-12-19T19:14:48.036Z[ recovery-image] Dec 19 19:14:46.188 INFO O| Dec 19 19:14:46.188 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-19T19:14:48.136Z[ recovery-image] Dec 19 19:14:46.291 INFO O| Dec 19 19:14:46.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76562024-12-19T19:14:48.138Z[ recovery-image] Dec 19 19:14:46.291 INFO O| Dec 19 19:14:46.291 INFO STEP 1091 (remove_files) COMPLETE
76572024-12-19T19:14:48.139Z[ recovery-image] Dec 19 19:14:46.291 INFO O| Dec 19 19:14:46.291 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-19T19:14:48.158Z[ recovery-image] Dec 19 19:14:46.313 INFO O| Dec 19 19:14:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76592024-12-19T19:14:48.158Z[ recovery-image] Dec 19 19:14:46.314 INFO O| Dec 19 19:14:46.313 INFO STEP 1092 (remove_files) COMPLETE
76602024-12-19T19:14:48.161Z[ recovery-image] Dec 19 19:14:46.314 INFO O| Dec 19 19:14:46.313 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-19T19:14:48.202Z[ recovery-image] Dec 19 19:14:46.357 INFO O| Dec 19 19:14:46.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76622024-12-19T19:14:48.202Z[ recovery-image] Dec 19 19:14:46.357 INFO O| Dec 19 19:14:46.357 INFO STEP 1093 (remove_files) COMPLETE
76632024-12-19T19:14:48.204Z[ recovery-image] Dec 19 19:14:46.357 INFO O| Dec 19 19:14:46.357 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-19T19:14:48.222Z[ recovery-image] Dec 19 19:14:46.378 INFO O| Dec 19 19:14:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76652024-12-19T19:14:48.222Z[ recovery-image] Dec 19 19:14:46.378 INFO O| Dec 19 19:14:46.378 INFO STEP 1094 (remove_files) COMPLETE
76662024-12-19T19:14:48.222Z[ recovery-image] Dec 19 19:14:46.378 INFO O| Dec 19 19:14:46.378 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-19T19:14:48.255Z[ recovery-image] Dec 19 19:14:46.410 INFO O| Dec 19 19:14:46.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76682024-12-19T19:14:48.255Z[ recovery-image] Dec 19 19:14:46.410 INFO O| Dec 19 19:14:46.410 INFO STEP 1095 (remove_files) COMPLETE
76692024-12-19T19:14:48.259Z[ recovery-image] Dec 19 19:14:46.411 INFO O| Dec 19 19:14:46.410 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-19T19:14:48.304Z[ recovery-image] Dec 19 19:14:46.458 INFO O| Dec 19 19:14:46.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76712024-12-19T19:14:48.304Z[ recovery-image] Dec 19 19:14:46.458 INFO O| Dec 19 19:14:46.458 INFO STEP 1096 (remove_files) COMPLETE
76722024-12-19T19:14:48.308Z[ recovery-image] Dec 19 19:14:46.458 INFO O| Dec 19 19:14:46.458 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-19T19:14:48.326Z[ recovery-image] Dec 19 19:14:46.481 INFO O| Dec 19 19:14:46.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76742024-12-19T19:14:48.328Z[ recovery-image] Dec 19 19:14:46.481 INFO O| Dec 19 19:14:46.481 INFO STEP 1097 (remove_files) COMPLETE
76752024-12-19T19:14:48.328Z[ recovery-image] Dec 19 19:14:46.482 INFO O| Dec 19 19:14:46.481 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-19T19:14:48.349Z[ recovery-image] Dec 19 19:14:46.504 INFO O| Dec 19 19:14:46.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76772024-12-19T19:14:48.352Z[ recovery-image] Dec 19 19:14:46.505 INFO O| Dec 19 19:14:46.504 INFO STEP 1098 (remove_files) COMPLETE
76782024-12-19T19:14:48.352Z[ recovery-image] Dec 19 19:14:46.505 INFO O| Dec 19 19:14:46.504 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-19T19:14:48.369Z[ recovery-image] Dec 19 19:14:46.525 INFO O| Dec 19 19:14:46.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76802024-12-19T19:14:48.369Z[ recovery-image] Dec 19 19:14:46.525 INFO O| Dec 19 19:14:46.525 INFO STEP 1099 (remove_files) COMPLETE
76812024-12-19T19:14:48.369Z[ recovery-image] Dec 19 19:14:46.525 INFO O| Dec 19 19:14:46.525 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-19T19:14:48.389Z[ recovery-image] Dec 19 19:14:46.544 INFO O| Dec 19 19:14:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76832024-12-19T19:14:48.389Z[ recovery-image] Dec 19 19:14:46.544 INFO O| Dec 19 19:14:46.544 INFO STEP 1100 (remove_files) COMPLETE
76842024-12-19T19:14:48.389Z[ recovery-image] Dec 19 19:14:46.544 INFO O| Dec 19 19:14:46.544 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-19T19:14:48.408Z[ recovery-image] Dec 19 19:14:46.563 INFO O| Dec 19 19:14:46.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76862024-12-19T19:14:48.408Z[ recovery-image] Dec 19 19:14:46.563 INFO O| Dec 19 19:14:46.563 INFO STEP 1101 (remove_files) COMPLETE
76872024-12-19T19:14:48.408Z[ recovery-image] Dec 19 19:14:46.563 INFO O| Dec 19 19:14:46.563 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-19T19:14:48.434Z[ recovery-image] Dec 19 19:14:46.589 INFO O| Dec 19 19:14:46.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76892024-12-19T19:14:48.434Z[ recovery-image] Dec 19 19:14:46.589 INFO O| Dec 19 19:14:46.589 INFO STEP 1102 (remove_files) COMPLETE
76902024-12-19T19:14:48.434Z[ recovery-image] Dec 19 19:14:46.589 INFO O| Dec 19 19:14:46.589 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-19T19:14:48.461Z[ recovery-image] Dec 19 19:14:46.616 INFO O| Dec 19 19:14:46.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76922024-12-19T19:14:48.461Z[ recovery-image] Dec 19 19:14:46.616 INFO O| Dec 19 19:14:46.616 INFO STEP 1103 (remove_files) COMPLETE
76932024-12-19T19:14:48.461Z[ recovery-image] Dec 19 19:14:46.616 INFO O| Dec 19 19:14:46.616 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-19T19:14:48.483Z[ recovery-image] Dec 19 19:14:46.638 INFO O| Dec 19 19:14:46.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76952024-12-19T19:14:48.483Z[ recovery-image] Dec 19 19:14:46.638 INFO O| Dec 19 19:14:46.638 INFO STEP 1104 (remove_files) COMPLETE
76962024-12-19T19:14:48.484Z[ recovery-image] Dec 19 19:14:46.638 INFO O| Dec 19 19:14:46.638 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-19T19:14:48.522Z[ recovery-image] Dec 19 19:14:46.677 INFO O| Dec 19 19:14:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76982024-12-19T19:14:48.523Z[ recovery-image] Dec 19 19:14:46.677 INFO O| Dec 19 19:14:46.677 INFO STEP 1105 (remove_files) COMPLETE
76992024-12-19T19:14:48.523Z[ recovery-image] Dec 19 19:14:46.677 INFO O| Dec 19 19:14:46.677 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-19T19:14:48.543Z[ recovery-image] Dec 19 19:14:46.698 INFO O| Dec 19 19:14:46.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77012024-12-19T19:14:48.543Z[ recovery-image] Dec 19 19:14:46.698 INFO O| Dec 19 19:14:46.698 INFO STEP 1106 (remove_files) COMPLETE
77022024-12-19T19:14:48.543Z[ recovery-image] Dec 19 19:14:46.698 INFO O| Dec 19 19:14:46.698 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-19T19:14:48.566Z[ recovery-image] Dec 19 19:14:46.720 INFO O| Dec 19 19:14:46.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77042024-12-19T19:14:48.572Z[ recovery-image] Dec 19 19:14:46.721 INFO O| Dec 19 19:14:46.721 INFO STEP 1107 (remove_files) COMPLETE
77052024-12-19T19:14:48.572Z[ recovery-image] Dec 19 19:14:46.721 INFO O| Dec 19 19:14:46.721 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-19T19:14:48.584Z[ recovery-image] Dec 19 19:14:46.739 INFO O| Dec 19 19:14:46.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77072024-12-19T19:14:48.584Z[ recovery-image] Dec 19 19:14:46.739 INFO O| Dec 19 19:14:46.739 INFO STEP 1108 (remove_files) COMPLETE
77082024-12-19T19:14:48.584Z[ recovery-image] Dec 19 19:14:46.739 INFO O| Dec 19 19:14:46.739 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-19T19:14:48.602Z[ recovery-image] Dec 19 19:14:46.757 INFO O| Dec 19 19:14:46.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77102024-12-19T19:14:48.602Z[ recovery-image] Dec 19 19:14:46.757 INFO O| Dec 19 19:14:46.757 INFO STEP 1109 (remove_files) COMPLETE
77112024-12-19T19:14:48.602Z[ recovery-image] Dec 19 19:14:46.757 INFO O| Dec 19 19:14:46.757 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-19T19:14:48.648Z[ recovery-image] Dec 19 19:14:46.804 INFO O| Dec 19 19:14:46.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77132024-12-19T19:14:48.648Z[ recovery-image] Dec 19 19:14:46.804 INFO O| Dec 19 19:14:46.804 INFO STEP 1110 (remove_files) COMPLETE
77142024-12-19T19:14:48.648Z[ recovery-image] Dec 19 19:14:46.804 INFO O| Dec 19 19:14:46.804 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-19T19:14:48.710Z[ recovery-image] Dec 19 19:14:46.864 INFO O| Dec 19 19:14:46.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77162024-12-19T19:14:48.710Z[ recovery-image] Dec 19 19:14:46.865 INFO O| Dec 19 19:14:46.865 INFO STEP 1111 (remove_files) COMPLETE
77172024-12-19T19:14:48.710Z[ recovery-image] Dec 19 19:14:46.865 INFO O| Dec 19 19:14:46.865 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-19T19:14:48.729Z[ recovery-image] Dec 19 19:14:46.885 INFO O| Dec 19 19:14:46.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77192024-12-19T19:14:48.729Z[ recovery-image] Dec 19 19:14:46.885 INFO O| Dec 19 19:14:46.885 INFO STEP 1112 (remove_files) COMPLETE
77202024-12-19T19:14:48.730Z[ recovery-image] Dec 19 19:14:46.885 INFO O| Dec 19 19:14:46.885 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-19T19:14:48.750Z[ recovery-image] Dec 19 19:14:46.906 INFO O| Dec 19 19:14:46.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77222024-12-19T19:14:48.750Z[ recovery-image] Dec 19 19:14:46.906 INFO O| Dec 19 19:14:46.906 INFO STEP 1113 (remove_files) COMPLETE
77232024-12-19T19:14:48.750Z[ recovery-image] Dec 19 19:14:46.906 INFO O| Dec 19 19:14:46.906 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-19T19:14:48.787Z[ recovery-image] Dec 19 19:14:46.942 INFO O| Dec 19 19:14:46.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77252024-12-19T19:14:48.790Z[ recovery-image] Dec 19 19:14:46.942 INFO O| Dec 19 19:14:46.942 INFO STEP 1114 (remove_files) COMPLETE
77262024-12-19T19:14:48.790Z[ recovery-image] Dec 19 19:14:46.942 INFO O| Dec 19 19:14:46.942 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-19T19:14:48.824Z[ recovery-image] Dec 19 19:14:46.980 INFO O| Dec 19 19:14:46.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77282024-12-19T19:14:48.827Z[ recovery-image] Dec 19 19:14:46.980 INFO O| Dec 19 19:14:46.980 INFO STEP 1115 (remove_files) COMPLETE
77292024-12-19T19:14:48.827Z[ recovery-image] Dec 19 19:14:46.980 INFO O| Dec 19 19:14:46.980 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-19T19:14:48.846Z[ recovery-image] Dec 19 19:14:47.002 INFO O| Dec 19 19:14:47.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77312024-12-19T19:14:48.849Z[ recovery-image] Dec 19 19:14:47.002 INFO O| Dec 19 19:14:47.002 INFO STEP 1116 (remove_files) COMPLETE
77322024-12-19T19:14:48.849Z[ recovery-image] Dec 19 19:14:47.002 INFO O| Dec 19 19:14:47.002 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-19T19:14:48.886Z[ recovery-image] Dec 19 19:14:47.040 INFO O| Dec 19 19:14:47.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77342024-12-19T19:14:48.889Z[ recovery-image] Dec 19 19:14:47.041 INFO O| Dec 19 19:14:47.041 INFO STEP 1117 (remove_files) COMPLETE
77352024-12-19T19:14:48.889Z[ recovery-image] Dec 19 19:14:47.041 INFO O| Dec 19 19:14:47.041 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-19T19:14:48.909Z[ recovery-image] Dec 19 19:14:47.064 INFO O| Dec 19 19:14:47.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77372024-12-19T19:14:48.912Z[ recovery-image] Dec 19 19:14:47.065 INFO O| Dec 19 19:14:47.064 INFO STEP 1118 (remove_files) COMPLETE
77382024-12-19T19:14:48.912Z[ recovery-image] Dec 19 19:14:47.065 INFO O| Dec 19 19:14:47.065 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-19T19:14:48.932Z[ recovery-image] Dec 19 19:14:47.087 INFO O| Dec 19 19:14:47.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77402024-12-19T19:14:48.934Z[ recovery-image] Dec 19 19:14:47.087 INFO O| Dec 19 19:14:47.087 INFO STEP 1119 (remove_files) COMPLETE
77412024-12-19T19:14:48.934Z[ recovery-image] Dec 19 19:14:47.087 INFO O| Dec 19 19:14:47.087 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-19T19:14:48.952Z[ recovery-image] Dec 19 19:14:47.107 INFO O| Dec 19 19:14:47.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77432024-12-19T19:14:48.955Z[ recovery-image] Dec 19 19:14:47.107 INFO O| Dec 19 19:14:47.107 INFO STEP 1120 (remove_files) COMPLETE
77442024-12-19T19:14:48.955Z[ recovery-image] Dec 19 19:14:47.107 INFO O| Dec 19 19:14:47.107 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-19T19:14:48.974Z[ recovery-image] Dec 19 19:14:47.127 INFO O| Dec 19 19:14:47.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77462024-12-19T19:14:48.974Z[ recovery-image] Dec 19 19:14:47.128 INFO O| Dec 19 19:14:47.128 INFO STEP 1121 (remove_files) COMPLETE
77472024-12-19T19:14:48.974Z[ recovery-image] Dec 19 19:14:47.128 INFO O| Dec 19 19:14:47.128 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-19T19:14:48.991Z[ recovery-image] Dec 19 19:14:47.146 INFO O| Dec 19 19:14:47.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77492024-12-19T19:14:48.991Z[ recovery-image] Dec 19 19:14:47.146 INFO O| Dec 19 19:14:47.146 INFO STEP 1122 (remove_files) COMPLETE
77502024-12-19T19:14:48.991Z[ recovery-image] Dec 19 19:14:47.146 INFO O| Dec 19 19:14:47.146 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-19T19:14:49.031Z[ recovery-image] Dec 19 19:14:47.186 INFO O| Dec 19 19:14:47.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77522024-12-19T19:14:49.035Z[ recovery-image] Dec 19 19:14:47.186 INFO O| Dec 19 19:14:47.186 INFO STEP 1123 (remove_files) COMPLETE
77532024-12-19T19:14:49.035Z[ recovery-image] Dec 19 19:14:47.186 INFO O| Dec 19 19:14:47.186 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-19T19:14:49.085Z[ recovery-image] Dec 19 19:14:47.240 INFO O| Dec 19 19:14:47.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77552024-12-19T19:14:49.085Z[ recovery-image] Dec 19 19:14:47.240 INFO O| Dec 19 19:14:47.240 INFO STEP 1124 (remove_files) COMPLETE
77562024-12-19T19:14:49.085Z[ recovery-image] Dec 19 19:14:47.240 INFO O| Dec 19 19:14:47.240 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-19T19:14:49.106Z[ recovery-image] Dec 19 19:14:47.261 INFO O| Dec 19 19:14:47.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77582024-12-19T19:14:49.106Z[ recovery-image] Dec 19 19:14:47.261 INFO O| Dec 19 19:14:47.261 INFO STEP 1125 (remove_files) COMPLETE
77592024-12-19T19:14:49.110Z[ recovery-image] Dec 19 19:14:47.261 INFO O| Dec 19 19:14:47.261 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-19T19:14:49.129Z[ recovery-image] Dec 19 19:14:47.284 INFO O| Dec 19 19:14:47.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77612024-12-19T19:14:49.129Z[ recovery-image] Dec 19 19:14:47.284 INFO O| Dec 19 19:14:47.284 INFO STEP 1126 (remove_files) COMPLETE
77622024-12-19T19:14:49.133Z[ recovery-image] Dec 19 19:14:47.284 INFO O| Dec 19 19:14:47.284 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-19T19:14:49.152Z[ recovery-image] Dec 19 19:14:47.307 INFO O| Dec 19 19:14:47.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77642024-12-19T19:14:49.152Z[ recovery-image] Dec 19 19:14:47.307 INFO O| Dec 19 19:14:47.307 INFO STEP 1127 (remove_files) COMPLETE
77652024-12-19T19:14:49.155Z[ recovery-image] Dec 19 19:14:47.307 INFO O| Dec 19 19:14:47.307 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-19T19:14:49.174Z[ recovery-image] Dec 19 19:14:47.329 INFO O| Dec 19 19:14:47.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77672024-12-19T19:14:49.174Z[ recovery-image] Dec 19 19:14:47.329 INFO O| Dec 19 19:14:47.329 INFO STEP 1128 (remove_files) COMPLETE
77682024-12-19T19:14:49.174Z[ recovery-image] Dec 19 19:14:47.329 INFO O| Dec 19 19:14:47.329 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-19T19:14:49.217Z[ recovery-image] Dec 19 19:14:47.372 INFO O| Dec 19 19:14:47.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77702024-12-19T19:14:49.220Z[ recovery-image] Dec 19 19:14:47.372 INFO O| Dec 19 19:14:47.372 INFO STEP 1129 (remove_files) COMPLETE
77712024-12-19T19:14:49.220Z[ recovery-image] Dec 19 19:14:47.372 INFO O| Dec 19 19:14:47.372 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-19T19:14:49.262Z[ recovery-image] Dec 19 19:14:47.417 INFO O| Dec 19 19:14:47.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77732024-12-19T19:14:49.262Z[ recovery-image] Dec 19 19:14:47.417 INFO O| Dec 19 19:14:47.417 INFO STEP 1130 (remove_files) COMPLETE
77742024-12-19T19:14:49.262Z[ recovery-image] Dec 19 19:14:47.417 INFO O| Dec 19 19:14:47.417 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-19T19:14:49.283Z[ recovery-image] Dec 19 19:14:47.438 INFO O| Dec 19 19:14:47.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77762024-12-19T19:14:49.283Z[ recovery-image] Dec 19 19:14:47.438 INFO O| Dec 19 19:14:47.438 INFO STEP 1131 (remove_files) COMPLETE
77772024-12-19T19:14:49.283Z[ recovery-image] Dec 19 19:14:47.438 INFO O| Dec 19 19:14:47.438 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-19T19:14:49.310Z[ recovery-image] Dec 19 19:14:47.465 INFO O| Dec 19 19:14:47.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77792024-12-19T19:14:49.332Z[ recovery-image] Dec 19 19:14:47.487 INFO O| Dec 19 19:14:47.487 INFO STEP 1132 (remove_files) COMPLETE
77802024-12-19T19:14:49.332Z[ recovery-image] Dec 19 19:14:47.487 INFO O| Dec 19 19:14:47.487 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-19T19:14:49.388Z[ recovery-image] Dec 19 19:14:47.543 INFO O| Dec 19 19:14:47.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77822024-12-19T19:14:49.388Z[ recovery-image] Dec 19 19:14:47.544 INFO O| Dec 19 19:14:47.544 INFO STEP 1133 (remove_files) COMPLETE
77832024-12-19T19:14:49.391Z[ recovery-image] Dec 19 19:14:47.544 INFO O| Dec 19 19:14:47.544 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-19T19:14:49.410Z[ recovery-image] Dec 19 19:14:47.565 INFO O| Dec 19 19:14:47.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77852024-12-19T19:14:49.410Z[ recovery-image] Dec 19 19:14:47.565 INFO O| Dec 19 19:14:47.565 INFO STEP 1134 (remove_files) COMPLETE
77862024-12-19T19:14:49.410Z[ recovery-image] Dec 19 19:14:47.565 INFO O| Dec 19 19:14:47.565 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-19T19:14:49.430Z[ recovery-image] Dec 19 19:14:47.585 INFO O| Dec 19 19:14:47.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77882024-12-19T19:14:49.430Z[ recovery-image] Dec 19 19:14:47.585 INFO O| Dec 19 19:14:47.585 INFO STEP 1135 (remove_files) COMPLETE
77892024-12-19T19:14:49.430Z[ recovery-image] Dec 19 19:14:47.585 INFO O| Dec 19 19:14:47.585 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-19T19:14:49.449Z[ recovery-image] Dec 19 19:14:47.604 INFO O| Dec 19 19:14:47.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77912024-12-19T19:14:49.449Z[ recovery-image] Dec 19 19:14:47.604 INFO O| Dec 19 19:14:47.604 INFO STEP 1136 (remove_files) COMPLETE
77922024-12-19T19:14:49.449Z[ recovery-image] Dec 19 19:14:47.604 INFO O| Dec 19 19:14:47.604 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-19T19:14:49.490Z[ recovery-image] Dec 19 19:14:47.645 INFO O| Dec 19 19:14:47.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77942024-12-19T19:14:49.490Z[ recovery-image] Dec 19 19:14:47.645 INFO O| Dec 19 19:14:47.645 INFO STEP 1137 (remove_files) COMPLETE
77952024-12-19T19:14:49.490Z[ recovery-image] Dec 19 19:14:47.645 INFO O| Dec 19 19:14:47.645 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-19T19:14:49.510Z[ recovery-image] Dec 19 19:14:47.665 INFO O| Dec 19 19:14:47.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77972024-12-19T19:14:49.510Z[ recovery-image] Dec 19 19:14:47.665 INFO O| Dec 19 19:14:47.665 INFO STEP 1138 (remove_files) COMPLETE
77982024-12-19T19:14:49.510Z[ recovery-image] Dec 19 19:14:47.666 INFO O| Dec 19 19:14:47.665 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-19T19:14:49.529Z[ recovery-image] Dec 19 19:14:47.684 INFO O| Dec 19 19:14:47.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78002024-12-19T19:14:49.529Z[ recovery-image] Dec 19 19:14:47.684 INFO O| Dec 19 19:14:47.684 INFO STEP 1139 (remove_files) COMPLETE
78012024-12-19T19:14:49.529Z[ recovery-image] Dec 19 19:14:47.684 INFO O| Dec 19 19:14:47.684 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-19T19:14:49.547Z[ recovery-image] Dec 19 19:14:47.702 INFO O| Dec 19 19:14:47.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78032024-12-19T19:14:49.547Z[ recovery-image] Dec 19 19:14:47.702 INFO O| Dec 19 19:14:47.702 INFO STEP 1140 (remove_files) COMPLETE
78042024-12-19T19:14:49.550Z[ recovery-image] Dec 19 19:14:47.702 INFO O| Dec 19 19:14:47.702 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-19T19:14:49.565Z[ recovery-image] Dec 19 19:14:47.720 INFO O| Dec 19 19:14:47.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78062024-12-19T19:14:49.565Z[ recovery-image] Dec 19 19:14:47.720 INFO O| Dec 19 19:14:47.720 INFO STEP 1141 (remove_files) COMPLETE
78072024-12-19T19:14:49.565Z[ recovery-image] Dec 19 19:14:47.720 INFO O| Dec 19 19:14:47.720 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-19T19:14:49.597Z[ recovery-image] Dec 19 19:14:47.752 INFO O| Dec 19 19:14:47.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78092024-12-19T19:14:49.597Z[ recovery-image] Dec 19 19:14:47.752 INFO O| Dec 19 19:14:47.752 INFO STEP 1142 (remove_files) COMPLETE
78102024-12-19T19:14:49.597Z[ recovery-image] Dec 19 19:14:47.752 INFO O| Dec 19 19:14:47.752 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-19T19:14:49.620Z[ recovery-image] Dec 19 19:14:47.775 INFO O| Dec 19 19:14:47.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78122024-12-19T19:14:49.620Z[ recovery-image] Dec 19 19:14:47.775 INFO O| Dec 19 19:14:47.775 INFO STEP 1143 (remove_files) COMPLETE
78132024-12-19T19:14:49.621Z[ recovery-image] Dec 19 19:14:47.775 INFO O| Dec 19 19:14:47.775 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-19T19:14:49.680Z[ recovery-image] Dec 19 19:14:47.834 INFO O| Dec 19 19:14:47.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78152024-12-19T19:14:49.680Z[ recovery-image] Dec 19 19:14:47.834 INFO O| Dec 19 19:14:47.834 INFO STEP 1144 (remove_files) COMPLETE
78162024-12-19T19:14:49.680Z[ recovery-image] Dec 19 19:14:47.834 INFO O| Dec 19 19:14:47.834 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-19T19:14:49.702Z[ recovery-image] Dec 19 19:14:47.857 INFO O| Dec 19 19:14:47.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78182024-12-19T19:14:49.702Z[ recovery-image] Dec 19 19:14:47.857 INFO O| Dec 19 19:14:47.857 INFO STEP 1145 (remove_files) COMPLETE
78192024-12-19T19:14:49.702Z[ recovery-image] Dec 19 19:14:47.857 INFO O| Dec 19 19:14:47.857 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-19T19:14:49.722Z[ recovery-image] Dec 19 19:14:47.877 INFO O| Dec 19 19:14:47.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78212024-12-19T19:14:49.722Z[ recovery-image] Dec 19 19:14:47.877 INFO O| Dec 19 19:14:47.877 INFO STEP 1146 (remove_files) COMPLETE
78222024-12-19T19:14:49.722Z[ recovery-image] Dec 19 19:14:47.877 INFO O| Dec 19 19:14:47.877 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-19T19:14:49.746Z[ recovery-image] Dec 19 19:14:47.898 INFO O| Dec 19 19:14:47.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78242024-12-19T19:14:49.746Z[ recovery-image] Dec 19 19:14:47.898 INFO O| Dec 19 19:14:47.898 INFO STEP 1147 (remove_files) COMPLETE
78252024-12-19T19:14:49.750Z[ recovery-image] Dec 19 19:14:47.898 INFO O| Dec 19 19:14:47.898 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-19T19:14:49.772Z[ recovery-image] Dec 19 19:14:47.927 INFO O| Dec 19 19:14:47.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78272024-12-19T19:14:49.775Z[ recovery-image] Dec 19 19:14:47.927 INFO O| Dec 19 19:14:47.927 INFO STEP 1148 (remove_files) COMPLETE
78282024-12-19T19:14:49.775Z[ recovery-image] Dec 19 19:14:47.928 INFO O| Dec 19 19:14:47.928 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-19T19:14:49.794Z[ recovery-image] Dec 19 19:14:47.949 INFO O| Dec 19 19:14:47.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78302024-12-19T19:14:49.797Z[ recovery-image] Dec 19 19:14:47.950 INFO O| Dec 19 19:14:47.950 INFO STEP 1149 (remove_files) COMPLETE
78312024-12-19T19:14:49.797Z[ recovery-image] Dec 19 19:14:47.950 INFO O| Dec 19 19:14:47.950 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-19T19:14:49.816Z[ recovery-image] Dec 19 19:14:47.971 INFO O| Dec 19 19:14:47.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78332024-12-19T19:14:49.836Z[ recovery-image] Dec 19 19:14:47.991 INFO O| Dec 19 19:14:47.991 INFO STEP 1150 (remove_files) COMPLETE
78342024-12-19T19:14:49.836Z[ recovery-image] Dec 19 19:14:47.991 INFO O| Dec 19 19:14:47.991 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-19T19:14:49.882Z[ recovery-image] Dec 19 19:14:48.036 INFO O| Dec 19 19:14:48.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78362024-12-19T19:14:49.882Z[ recovery-image] Dec 19 19:14:48.036 INFO O| Dec 19 19:14:48.036 INFO STEP 1151 (remove_files) COMPLETE
78372024-12-19T19:14:49.882Z[ recovery-image] Dec 19 19:14:48.036 INFO O| Dec 19 19:14:48.036 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-19T19:14:49.917Z[ recovery-image] Dec 19 19:14:48.072 INFO O| Dec 19 19:14:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78392024-12-19T19:14:49.917Z[ recovery-image] Dec 19 19:14:48.072 INFO O| Dec 19 19:14:48.072 INFO STEP 1152 (remove_files) COMPLETE
78402024-12-19T19:14:49.917Z[ recovery-image] Dec 19 19:14:48.072 INFO O| Dec 19 19:14:48.072 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-19T19:14:49.937Z[ recovery-image] Dec 19 19:14:48.092 INFO O| Dec 19 19:14:48.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78422024-12-19T19:14:49.937Z[ recovery-image] Dec 19 19:14:48.092 INFO O| Dec 19 19:14:48.092 INFO STEP 1153 (remove_files) COMPLETE
78432024-12-19T19:14:49.937Z[ recovery-image] Dec 19 19:14:48.092 INFO O| Dec 19 19:14:48.092 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-19T19:14:49.968Z[ recovery-image] Dec 19 19:14:48.123 INFO O| Dec 19 19:14:48.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78452024-12-19T19:14:49.968Z[ recovery-image] Dec 19 19:14:48.123 INFO O| Dec 19 19:14:48.123 INFO STEP 1154 (remove_files) COMPLETE
78462024-12-19T19:14:49.968Z[ recovery-image] Dec 19 19:14:48.123 INFO O| Dec 19 19:14:48.123 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-19T19:14:49.987Z[ recovery-image] Dec 19 19:14:48.143 INFO O| Dec 19 19:14:48.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78482024-12-19T19:14:49.987Z[ recovery-image] Dec 19 19:14:48.143 INFO O| Dec 19 19:14:48.143 INFO STEP 1155 (remove_files) COMPLETE
78492024-12-19T19:14:49.987Z[ recovery-image] Dec 19 19:14:48.143 INFO O| Dec 19 19:14:48.143 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-19T19:14:50.021Z[ recovery-image] Dec 19 19:14:48.176 INFO O| Dec 19 19:14:48.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78512024-12-19T19:14:50.021Z[ recovery-image] Dec 19 19:14:48.176 INFO O| Dec 19 19:14:48.176 INFO STEP 1156 (remove_files) COMPLETE
78522024-12-19T19:14:50.024Z[ recovery-image] Dec 19 19:14:48.176 INFO O| Dec 19 19:14:48.176 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-19T19:14:50.054Z[ recovery-image] Dec 19 19:14:48.210 INFO O| Dec 19 19:14:48.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78542024-12-19T19:14:50.055Z[ recovery-image] Dec 19 19:14:48.210 INFO O| Dec 19 19:14:48.210 INFO STEP 1157 (remove_files) COMPLETE
78552024-12-19T19:14:50.055Z[ recovery-image] Dec 19 19:14:48.210 INFO O| Dec 19 19:14:48.210 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-19T19:14:50.096Z[ recovery-image] Dec 19 19:14:48.251 INFO O| Dec 19 19:14:48.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78572024-12-19T19:14:50.096Z[ recovery-image] Dec 19 19:14:48.251 INFO O| Dec 19 19:14:48.251 INFO STEP 1158 (remove_files) COMPLETE
78582024-12-19T19:14:50.098Z[ recovery-image] Dec 19 19:14:48.251 INFO O| Dec 19 19:14:48.251 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-19T19:14:50.150Z[ recovery-image] Dec 19 19:14:48.305 INFO O| Dec 19 19:14:48.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78602024-12-19T19:14:50.150Z[ recovery-image] Dec 19 19:14:48.305 INFO O| Dec 19 19:14:48.305 INFO STEP 1159 (remove_files) COMPLETE
78612024-12-19T19:14:50.152Z[ recovery-image] Dec 19 19:14:48.305 INFO O| Dec 19 19:14:48.305 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-19T19:14:50.183Z[ recovery-image] Dec 19 19:14:48.337 INFO O| Dec 19 19:14:48.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78632024-12-19T19:14:50.183Z[ recovery-image] Dec 19 19:14:48.338 INFO O| Dec 19 19:14:48.337 INFO STEP 1160 (remove_files) COMPLETE
78642024-12-19T19:14:50.183Z[ recovery-image] Dec 19 19:14:48.338 INFO O| Dec 19 19:14:48.337 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-19T19:14:50.224Z[ recovery-image] Dec 19 19:14:48.378 INFO O| Dec 19 19:14:48.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78662024-12-19T19:14:50.224Z[ recovery-image] Dec 19 19:14:48.379 INFO O| Dec 19 19:14:48.378 INFO STEP 1161 (remove_files) COMPLETE
78672024-12-19T19:14:50.224Z[ recovery-image] Dec 19 19:14:48.379 INFO O| Dec 19 19:14:48.378 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-19T19:14:50.249Z[ recovery-image] Dec 19 19:14:48.404 INFO O| Dec 19 19:14:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78692024-12-19T19:14:50.249Z[ recovery-image] Dec 19 19:14:48.404 INFO O| Dec 19 19:14:48.404 INFO STEP 1162 (remove_files) COMPLETE
78702024-12-19T19:14:50.249Z[ recovery-image] Dec 19 19:14:48.404 INFO O| Dec 19 19:14:48.404 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-19T19:14:50.272Z[ recovery-image] Dec 19 19:14:48.427 INFO O| Dec 19 19:14:48.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78722024-12-19T19:14:50.272Z[ recovery-image] Dec 19 19:14:48.427 INFO O| Dec 19 19:14:48.427 INFO STEP 1163 (remove_files) COMPLETE
78732024-12-19T19:14:50.272Z[ recovery-image] Dec 19 19:14:48.427 INFO O| Dec 19 19:14:48.427 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-19T19:14:50.331Z[ recovery-image] Dec 19 19:14:48.486 INFO O| Dec 19 19:14:48.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78752024-12-19T19:14:50.331Z[ recovery-image] Dec 19 19:14:48.486 INFO O| Dec 19 19:14:48.486 INFO STEP 1164 (remove_files) COMPLETE
78762024-12-19T19:14:50.331Z[ recovery-image] Dec 19 19:14:48.486 INFO O| Dec 19 19:14:48.486 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-19T19:14:50.351Z[ recovery-image] Dec 19 19:14:48.506 INFO O| Dec 19 19:14:48.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78782024-12-19T19:14:50.351Z[ recovery-image] Dec 19 19:14:48.506 INFO O| Dec 19 19:14:48.506 INFO STEP 1165 (remove_files) COMPLETE
78792024-12-19T19:14:50.351Z[ recovery-image] Dec 19 19:14:48.506 INFO O| Dec 19 19:14:48.506 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-19T19:14:50.373Z[ recovery-image] Dec 19 19:14:48.529 INFO O| Dec 19 19:14:48.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78812024-12-19T19:14:50.373Z[ recovery-image] Dec 19 19:14:48.529 INFO O| Dec 19 19:14:48.529 INFO STEP 1166 (remove_files) COMPLETE
78822024-12-19T19:14:50.373Z[ recovery-image] Dec 19 19:14:48.529 INFO O| Dec 19 19:14:48.529 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-19T19:14:50.417Z[ recovery-image] Dec 19 19:14:48.572 INFO O| Dec 19 19:14:48.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78842024-12-19T19:14:50.417Z[ recovery-image] Dec 19 19:14:48.572 INFO O| Dec 19 19:14:48.572 INFO STEP 1167 (remove_files) COMPLETE
78852024-12-19T19:14:50.417Z[ recovery-image] Dec 19 19:14:48.572 INFO O| Dec 19 19:14:48.572 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-19T19:14:50.446Z[ recovery-image] Dec 19 19:14:48.594 INFO O| Dec 19 19:14:48.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78872024-12-19T19:14:50.446Z[ recovery-image] Dec 19 19:14:48.594 INFO O| Dec 19 19:14:48.594 INFO STEP 1168 (remove_files) COMPLETE
78882024-12-19T19:14:50.446Z[ recovery-image] Dec 19 19:14:48.594 INFO O| Dec 19 19:14:48.594 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-19T19:14:50.460Z[ recovery-image] Dec 19 19:14:48.615 INFO O| Dec 19 19:14:48.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78902024-12-19T19:14:50.460Z[ recovery-image] Dec 19 19:14:48.615 INFO O| Dec 19 19:14:48.615 INFO STEP 1169 (remove_files) COMPLETE
78912024-12-19T19:14:50.460Z[ recovery-image] Dec 19 19:14:48.615 INFO O| Dec 19 19:14:48.615 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-19T19:14:50.479Z[ recovery-image] Dec 19 19:14:48.634 INFO O| Dec 19 19:14:48.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78932024-12-19T19:14:50.479Z[ recovery-image] Dec 19 19:14:48.634 INFO O| Dec 19 19:14:48.634 INFO STEP 1170 (remove_files) COMPLETE
78942024-12-19T19:14:50.479Z[ recovery-image] Dec 19 19:14:48.634 INFO O| Dec 19 19:14:48.634 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-19T19:14:50.497Z[ recovery-image] Dec 19 19:14:48.652 INFO O| Dec 19 19:14:48.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78962024-12-19T19:14:50.497Z[ recovery-image] Dec 19 19:14:48.652 INFO O| Dec 19 19:14:48.652 INFO STEP 1171 (remove_files) COMPLETE
78972024-12-19T19:14:50.500Z[ recovery-image] Dec 19 19:14:48.652 INFO O| Dec 19 19:14:48.652 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-19T19:14:50.514Z[ recovery-image] Dec 19 19:14:48.668 INFO O| Dec 19 19:14:48.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78992024-12-19T19:14:50.514Z[ recovery-image] Dec 19 19:14:48.668 INFO O| Dec 19 19:14:48.668 INFO STEP 1172 (remove_files) COMPLETE
79002024-12-19T19:14:50.514Z[ recovery-image] Dec 19 19:14:48.668 INFO O| Dec 19 19:14:48.668 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-19T19:14:50.532Z[ recovery-image] Dec 19 19:14:48.687 INFO O| Dec 19 19:14:48.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79022024-12-19T19:14:50.532Z[ recovery-image] Dec 19 19:14:48.687 INFO O| Dec 19 19:14:48.687 INFO STEP 1173 (remove_files) COMPLETE
79032024-12-19T19:14:50.532Z[ recovery-image] Dec 19 19:14:48.687 INFO O| Dec 19 19:14:48.687 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-19T19:14:50.553Z[ recovery-image] Dec 19 19:14:48.708 INFO O| Dec 19 19:14:48.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79052024-12-19T19:14:50.553Z[ recovery-image] Dec 19 19:14:48.708 INFO O| Dec 19 19:14:48.708 INFO STEP 1174 (remove_files) COMPLETE
79062024-12-19T19:14:50.553Z[ recovery-image] Dec 19 19:14:48.708 INFO O| Dec 19 19:14:48.708 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-19T19:14:50.576Z[ recovery-image] Dec 19 19:14:48.728 INFO O| Dec 19 19:14:48.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79082024-12-19T19:14:50.576Z[ recovery-image] Dec 19 19:14:48.728 INFO O| Dec 19 19:14:48.728 INFO STEP 1175 (remove_files) COMPLETE
79092024-12-19T19:14:50.577Z[ recovery-image] Dec 19 19:14:48.728 INFO O| Dec 19 19:14:48.728 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-19T19:14:50.592Z[ recovery-image] Dec 19 19:14:48.747 INFO O| Dec 19 19:14:48.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79112024-12-19T19:14:50.592Z[ recovery-image] Dec 19 19:14:48.747 INFO O| Dec 19 19:14:48.747 INFO STEP 1176 (remove_files) COMPLETE
79122024-12-19T19:14:50.596Z[ recovery-image] Dec 19 19:14:48.747 INFO O| Dec 19 19:14:48.747 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-19T19:14:50.612Z[ recovery-image] Dec 19 19:14:48.767 INFO O| Dec 19 19:14:48.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79142024-12-19T19:14:50.612Z[ recovery-image] Dec 19 19:14:48.767 INFO O| Dec 19 19:14:48.767 INFO STEP 1177 (remove_files) COMPLETE
79152024-12-19T19:14:50.612Z[ recovery-image] Dec 19 19:14:48.767 INFO O| Dec 19 19:14:48.767 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-19T19:14:50.644Z[ recovery-image] Dec 19 19:14:48.798 INFO O| Dec 19 19:14:48.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79172024-12-19T19:14:50.647Z[ recovery-image] Dec 19 19:14:48.798 INFO O| Dec 19 19:14:48.798 INFO STEP 1178 (remove_files) COMPLETE
79182024-12-19T19:14:50.647Z[ recovery-image] Dec 19 19:14:48.799 INFO O| Dec 19 19:14:48.798 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-19T19:14:50.665Z[ recovery-image] Dec 19 19:14:48.820 INFO O| Dec 19 19:14:48.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79202024-12-19T19:14:50.668Z[ recovery-image] Dec 19 19:14:48.820 INFO O| Dec 19 19:14:48.820 INFO STEP 1179 (remove_files) COMPLETE
79212024-12-19T19:14:50.668Z[ recovery-image] Dec 19 19:14:48.820 INFO O| Dec 19 19:14:48.820 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-19T19:14:50.707Z[ recovery-image] Dec 19 19:14:48.862 INFO O| Dec 19 19:14:48.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79232024-12-19T19:14:50.707Z[ recovery-image] Dec 19 19:14:48.862 INFO O| Dec 19 19:14:48.862 INFO STEP 1180 (remove_files) COMPLETE
79242024-12-19T19:14:50.707Z[ recovery-image] Dec 19 19:14:48.862 INFO O| Dec 19 19:14:48.862 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-19T19:14:50.728Z[ recovery-image] Dec 19 19:14:48.882 INFO O| Dec 19 19:14:48.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79262024-12-19T19:14:50.729Z[ recovery-image] Dec 19 19:14:48.883 INFO O| Dec 19 19:14:48.883 INFO STEP 1181 (remove_files) COMPLETE
79272024-12-19T19:14:50.729Z[ recovery-image] Dec 19 19:14:48.883 INFO O| Dec 19 19:14:48.883 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-19T19:14:50.745Z[ recovery-image] Dec 19 19:14:48.900 INFO O| Dec 19 19:14:48.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79292024-12-19T19:14:50.748Z[ recovery-image] Dec 19 19:14:48.900 INFO O| Dec 19 19:14:48.900 INFO STEP 1182 (remove_files) COMPLETE
79302024-12-19T19:14:50.748Z[ recovery-image] Dec 19 19:14:48.900 INFO O| Dec 19 19:14:48.900 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-19T19:14:50.763Z[ recovery-image] Dec 19 19:14:48.918 INFO O| Dec 19 19:14:48.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79322024-12-19T19:14:50.766Z[ recovery-image] Dec 19 19:14:48.918 INFO O| Dec 19 19:14:48.918 INFO STEP 1183 (remove_files) COMPLETE
79332024-12-19T19:14:50.766Z[ recovery-image] Dec 19 19:14:48.919 INFO O| Dec 19 19:14:48.919 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-19T19:14:50.785Z[ recovery-image] Dec 19 19:14:48.940 INFO O| Dec 19 19:14:48.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79352024-12-19T19:14:50.789Z[ recovery-image] Dec 19 19:14:48.940 INFO O| Dec 19 19:14:48.940 INFO STEP 1184 (remove_files) COMPLETE
79362024-12-19T19:14:50.789Z[ recovery-image] Dec 19 19:14:48.940 INFO O| Dec 19 19:14:48.940 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-19T19:14:50.805Z[ recovery-image] Dec 19 19:14:48.960 INFO O| Dec 19 19:14:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79382024-12-19T19:14:50.808Z[ recovery-image] Dec 19 19:14:48.960 INFO O| Dec 19 19:14:48.960 INFO STEP 1185 (remove_files) COMPLETE
79392024-12-19T19:14:50.808Z[ recovery-image] Dec 19 19:14:48.960 INFO O| Dec 19 19:14:48.960 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-19T19:14:50.840Z[ recovery-image] Dec 19 19:14:48.994 INFO O| Dec 19 19:14:48.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79412024-12-19T19:14:50.841Z[ recovery-image] Dec 19 19:14:48.994 INFO O| Dec 19 19:14:48.994 INFO STEP 1186 (remove_files) COMPLETE
79422024-12-19T19:14:50.844Z[ recovery-image] Dec 19 19:14:48.994 INFO O| Dec 19 19:14:48.994 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-19T19:14:50.864Z[ recovery-image] Dec 19 19:14:49.019 INFO O| Dec 19 19:14:49.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79442024-12-19T19:14:50.864Z[ recovery-image] Dec 19 19:14:49.019 INFO O| Dec 19 19:14:49.019 INFO STEP 1187 (remove_files) COMPLETE
79452024-12-19T19:14:50.864Z[ recovery-image] Dec 19 19:14:49.019 INFO O| Dec 19 19:14:49.019 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-19T19:14:50.905Z[ recovery-image] Dec 19 19:14:49.060 INFO O| Dec 19 19:14:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79472024-12-19T19:14:50.905Z[ recovery-image] Dec 19 19:14:49.060 INFO O| Dec 19 19:14:49.060 INFO STEP 1188 (remove_files) COMPLETE
79482024-12-19T19:14:50.905Z[ recovery-image] Dec 19 19:14:49.060 INFO O| Dec 19 19:14:49.060 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-19T19:14:50.926Z[ recovery-image] Dec 19 19:14:49.081 INFO O| Dec 19 19:14:49.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79502024-12-19T19:14:50.926Z[ recovery-image] Dec 19 19:14:49.081 INFO O| Dec 19 19:14:49.081 INFO STEP 1189 (remove_files) COMPLETE
79512024-12-19T19:14:50.926Z[ recovery-image] Dec 19 19:14:49.081 INFO O| Dec 19 19:14:49.081 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-19T19:14:50.946Z[ recovery-image] Dec 19 19:14:49.101 INFO O| Dec 19 19:14:49.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79532024-12-19T19:14:50.946Z[ recovery-image] Dec 19 19:14:49.101 INFO O| Dec 19 19:14:49.101 INFO STEP 1190 (remove_files) COMPLETE
79542024-12-19T19:14:50.949Z[ recovery-image] Dec 19 19:14:49.101 INFO O| Dec 19 19:14:49.101 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-19T19:14:50.966Z[ recovery-image] Dec 19 19:14:49.121 INFO O| Dec 19 19:14:49.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79562024-12-19T19:14:50.966Z[ recovery-image] Dec 19 19:14:49.121 INFO O| Dec 19 19:14:49.121 INFO STEP 1191 (remove_files) COMPLETE
79572024-12-19T19:14:50.969Z[ recovery-image] Dec 19 19:14:49.121 INFO O| Dec 19 19:14:49.121 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-19T19:14:50.991Z[ recovery-image] Dec 19 19:14:49.146 INFO O| Dec 19 19:14:49.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79592024-12-19T19:14:50.991Z[ recovery-image] Dec 19 19:14:49.146 INFO O| Dec 19 19:14:49.146 INFO STEP 1192 (remove_files) COMPLETE
79602024-12-19T19:14:50.991Z[ recovery-image] Dec 19 19:14:49.146 INFO O| Dec 19 19:14:49.146 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-19T19:14:51.011Z[ recovery-image] Dec 19 19:14:49.166 INFO O| Dec 19 19:14:49.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79622024-12-19T19:14:51.014Z[ recovery-image] Dec 19 19:14:49.166 INFO O| Dec 19 19:14:49.166 INFO STEP 1193 (remove_files) COMPLETE
79632024-12-19T19:14:51.014Z[ recovery-image] Dec 19 19:14:49.166 INFO O| Dec 19 19:14:49.166 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-19T19:14:51.045Z[ recovery-image] Dec 19 19:14:49.199 INFO O| Dec 19 19:14:49.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79652024-12-19T19:14:51.048Z[ recovery-image] Dec 19 19:14:49.200 INFO O| Dec 19 19:14:49.200 INFO STEP 1194 (remove_files) COMPLETE
79662024-12-19T19:14:51.048Z[ recovery-image] Dec 19 19:14:49.200 INFO O| Dec 19 19:14:49.200 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-19T19:14:51.070Z[ recovery-image] Dec 19 19:14:49.225 INFO O| Dec 19 19:14:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79682024-12-19T19:14:51.074Z[ recovery-image] Dec 19 19:14:49.225 INFO O| Dec 19 19:14:49.225 INFO STEP 1195 (remove_files) COMPLETE
79692024-12-19T19:14:51.074Z[ recovery-image] Dec 19 19:14:49.225 INFO O| Dec 19 19:14:49.225 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-19T19:14:51.108Z[ recovery-image] Dec 19 19:14:49.263 INFO O| Dec 19 19:14:49.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79712024-12-19T19:14:51.108Z[ recovery-image] Dec 19 19:14:49.264 INFO O| Dec 19 19:14:49.263 INFO STEP 1196 (remove_files) COMPLETE
79722024-12-19T19:14:51.109Z[ recovery-image] Dec 19 19:14:49.264 INFO O| Dec 19 19:14:49.264 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-19T19:14:51.127Z[ recovery-image] Dec 19 19:14:49.282 INFO O| Dec 19 19:14:49.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79742024-12-19T19:14:51.127Z[ recovery-image] Dec 19 19:14:49.283 INFO O| Dec 19 19:14:49.283 INFO STEP 1197 (remove_files) COMPLETE
79752024-12-19T19:14:51.127Z[ recovery-image] Dec 19 19:14:49.283 INFO O| Dec 19 19:14:49.283 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-19T19:14:51.147Z[ recovery-image] Dec 19 19:14:49.302 INFO O| Dec 19 19:14:49.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79772024-12-19T19:14:51.147Z[ recovery-image] Dec 19 19:14:49.302 INFO O| Dec 19 19:14:49.302 INFO STEP 1198 (remove_files) COMPLETE
79782024-12-19T19:14:51.147Z[ recovery-image] Dec 19 19:14:49.302 INFO O| Dec 19 19:14:49.302 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-19T19:14:51.179Z[ recovery-image] Dec 19 19:14:49.334 INFO O| Dec 19 19:14:49.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79802024-12-19T19:14:51.182Z[ recovery-image] Dec 19 19:14:49.334 INFO O| Dec 19 19:14:49.334 INFO STEP 1199 (remove_files) COMPLETE
79812024-12-19T19:14:51.182Z[ recovery-image] Dec 19 19:14:49.334 INFO O| Dec 19 19:14:49.334 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-19T19:14:51.295Z[ recovery-image] Dec 19 19:14:49.449 INFO O| Dec 19 19:14:49.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79832024-12-19T19:14:51.295Z[ recovery-image] Dec 19 19:14:49.449 INFO O| Dec 19 19:14:49.449 INFO STEP 1200 (remove_files) COMPLETE
79842024-12-19T19:14:51.295Z[ recovery-image] Dec 19 19:14:49.449 INFO O| Dec 19 19:14:49.449 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-19T19:14:51.318Z[ recovery-image] Dec 19 19:14:49.473 INFO O| Dec 19 19:14:49.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79862024-12-19T19:14:51.318Z[ recovery-image] Dec 19 19:14:49.473 INFO O| Dec 19 19:14:49.473 INFO STEP 1201 (remove_files) COMPLETE
79872024-12-19T19:14:51.318Z[ recovery-image] Dec 19 19:14:49.473 INFO O| Dec 19 19:14:49.473 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-19T19:14:51.340Z[ recovery-image] Dec 19 19:14:49.495 INFO O| Dec 19 19:14:49.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79892024-12-19T19:14:51.340Z[ recovery-image] Dec 19 19:14:49.495 INFO O| Dec 19 19:14:49.495 INFO STEP 1202 (remove_files) COMPLETE
79902024-12-19T19:14:51.343Z[ recovery-image] Dec 19 19:14:49.495 INFO O| Dec 19 19:14:49.495 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912024-12-19T19:14:51.377Z[ recovery-image] Dec 19 19:14:49.532 INFO O| Dec 19 19:14:49.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79922024-12-19T19:14:51.380Z[ recovery-image] Dec 19 19:14:49.532 INFO O| Dec 19 19:14:49.532 INFO STEP 1203 (remove_files) COMPLETE
79932024-12-19T19:14:51.380Z[ recovery-image] Dec 19 19:14:49.532 INFO O| Dec 19 19:14:49.532 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942024-12-19T19:14:51.399Z[ recovery-image] Dec 19 19:14:49.554 INFO O| Dec 19 19:14:49.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79952024-12-19T19:14:51.402Z[ recovery-image] Dec 19 19:14:49.554 INFO O| Dec 19 19:14:49.554 INFO STEP 1204 (remove_files) COMPLETE
79962024-12-19T19:14:51.402Z[ recovery-image] Dec 19 19:14:49.554 INFO O| Dec 19 19:14:49.554 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972024-12-19T19:14:51.421Z[ recovery-image] Dec 19 19:14:49.576 INFO O| Dec 19 19:14:49.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79982024-12-19T19:14:51.421Z[ recovery-image] Dec 19 19:14:49.576 INFO O| Dec 19 19:14:49.576 INFO STEP 1205 (remove_files) COMPLETE
79992024-12-19T19:14:51.421Z[ recovery-image] Dec 19 19:14:49.576 INFO O| Dec 19 19:14:49.576 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80002024-12-19T19:14:51.452Z[ recovery-image] Dec 19 19:14:49.607 INFO O| Dec 19 19:14:49.607 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80012024-12-19T19:14:51.452Z[ recovery-image] Dec 19 19:14:49.607 INFO O| Dec 19 19:14:49.607 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80022024-12-19T19:14:53.178Z[ recovery-image] Dec 19 19:14:51.333 INFO O| Dec 19 19:14:51.333 INFO STEP 1206 (pack_tar) COMPLETE
80032024-12-19T19:14:53.178Z[ recovery-image] Dec 19 19:14:51.333 INFO O| Dec 19 19:14:51.333 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80042024-12-19T19:14:53.178Z[ recovery-image] Dec 19 19:14:51.333 INFO O| Dec 19 19:14:51.333 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80052024-12-19T19:14:53.510Z[ recovery-image] Dec 19 19:14:51.665 INFO O| Dec 19 19:14:51.665 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80062024-12-19T19:14:53.621Z[ recovery-image] Dec 19 19:14:51.776 INFO O| Dec 19 19:14:51.776 INFO completed processing gimlet/ramdisk-03-recovery-trim
80072024-12-19T19:14:53.631Z[ recovery-image] Dec 19 19:14:51.786 INFO image builder template: zfs-recovery...
80082024-12-19T19:14:53.631Z[ recovery-image] Dec 19 19:14:51.786 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/.tmphsgD4x/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.34.311", "-n", "zfs-recovery"], pwd: None
80092024-12-19T19:14:53.687Z[ recovery-image] Dec 19 19:14:51.842 INFO O| Dec 19 19:14:51.842 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80102024-12-19T19:14:53.711Z[ recovery-image] Dec 19 19:14:51.865 INFO O| Dec 19 19:14:51.865 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80112024-12-19T19:14:53.838Z[ recovery-image] Dec 19 19:14:51.991 INFO O| Dec 19 19:14:51.991 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80122024-12-19T19:14:53.944Z[ recovery-image] Dec 19 19:14:52.099 INFO O| Dec 19 19:14:52.099 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80132024-12-19T19:14:53.948Z[ recovery-image] Dec 19 19:14:52.099 INFO O| Dec 19 19:14:52.099 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80142024-12-19T19:14:53.953Z[ recovery-image] Dec 19 19:14:52.108 INFO O| Dec 19 19:14:52.107 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80152024-12-19T19:14:54.047Z[ recovery-image] Dec 19 19:14:52.201 INFO O| Dec 19 19:14:52.201 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80162024-12-19T19:14:54.183Z[ recovery-image] Dec 19 19:14:52.337 INFO O| Dec 19 19:14:52.337 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80172024-12-19T19:14:54.199Z[ recovery-image] Dec 19 19:14:52.354 INFO O| Dec 19 19:14:52.353 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80182024-12-19T19:14:54.207Z[ recovery-image] Dec 19 19:14:52.362 INFO O| Dec 19 19:14:52.362 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80192024-12-19T19:14:54.214Z[ recovery-image] Dec 19 19:14:52.369 INFO O| Dec 19 19:14:52.369 INFO no lofi found
80202024-12-19T19:14:54.214Z[ recovery-image] Dec 19 19:14:52.369 INFO O| Dec 19 19:14:52.369 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80212024-12-19T19:14:54.217Z[ recovery-image] Dec 19 19:14:52.369 INFO O| Dec 19 19:14:52.369 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80222024-12-19T19:14:56.857Z[ recovery-image] Dec 19 19:14:55.011 INFO O| Dec 19 19:14:55.011 INFO lofi device = /dev/dsk/c2t1d0p0
80232024-12-19T19:14:56.857Z[ recovery-image] Dec 19 19:14:55.011 INFO O| Dec 19 19:14:55.011 INFO pool device = /dev/dsk/c2t1d0p0
80242024-12-19T19:14:56.859Z[ recovery-image] Dec 19 19:14:55.012 INFO O| Dec 19 19:14:55.011 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"]
80252024-12-19T19:14:57.092Z[ recovery-image] Dec 19 19:14:55.247 INFO O| Dec 19 19:14:55.247 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80262024-12-19T19:14:57.092Z[ recovery-image] Dec 19 19:14:55.247 INFO O| Dec 19 19:14:55.247 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80272024-12-19T19:14:57.128Z[ recovery-image] Dec 19 19:14:55.283 INFO O| Dec 19 19:14:55.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80282024-12-19T19:14:57.549Z[ recovery-image] Dec 19 19:14:55.703 INFO O| Dec 19 19:14:55.703 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80292024-12-19T19:14:57.607Z[ recovery-image] Dec 19 19:14:55.761 INFO O| Dec 19 19:14:55.761 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80302024-12-19T19:14:57.635Z[ recovery-image] Dec 19 19:14:55.790 INFO O| Dec 19 19:14:55.790 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80312024-12-19T19:14:57.657Z[ recovery-image] Dec 19 19:14:55.811 INFO O| Dec 19 19:14:55.811 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80322024-12-19T19:14:57.757Z[ recovery-image] Dec 19 19:14:55.911 INFO O| Dec 19 19:14:55.911 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80332024-12-19T19:14:57.760Z[ recovery-image] Dec 19 19:14:55.912 INFO O| Dec 19 19:14:55.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80342024-12-19T19:14:57.760Z[ recovery-image] Dec 19 19:14:55.912 INFO O| Dec 19 19:14:55.912 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80352024-12-19T19:14:57.777Z[ recovery-image] Dec 19 19:14:55.930 INFO O| Dec 19 19:14:55.930 INFO boot environment UUID: d7375f6c-1651-4dfe-a7e1-e7b7ce362458
80362024-12-19T19:14:57.777Z[ recovery-image] Dec 19 19:14:55.930 INFO O| Dec 19 19:14:55.930 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d7375f6c-1651-4dfe-a7e1-e7b7ce362458
80372024-12-19T19:14:57.815Z[ recovery-image] Dec 19 19:14:55.969 INFO O| Dec 19 19:14:55.969 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80382024-12-19T19:14:57.898Z[ recovery-image] Dec 19 19:14:56.053 INFO O| Dec 19 19:14:56.053 INFO STEP 0 (create_be) COMPLETE
80392024-12-19T19:14:57.898Z[ recovery-image] Dec 19 19:14:56.053 INFO O| Dec 19 19:14:56.053 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80402024-12-19T19:14:57.930Z[ recovery-image] Dec 19 19:14:56.084 INFO O| Dec 19 19:14:56.084 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"]
80412024-12-19T19:15:05.094Z[ recovery-image] Dec 19 19:15:03.248 INFO O| Dec 19 19:15:03.248 INFO STEP 1 (unpack_tar) COMPLETE
80422024-12-19T19:15:05.094Z[ recovery-image] Dec 19 19:15:03.248 INFO O| Dec 19 19:15:03.248 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80432024-12-19T19:15:05.160Z[ recovery-image] Dec 19 19:15:03.283 INFO O| Dec 19 19:15:03.282 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80442024-12-19T19:15:05.584Z[ recovery-image] Dec 19 19:15:03.738 INFO O| Dec 19 19:15:03.738 INFO STEP 2 (devfsadm) COMPLETE
80452024-12-19T19:15:05.584Z[ recovery-image] Dec 19 19:15:03.738 INFO O| Dec 19 19:15:03.738 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80462024-12-19T19:15:05.607Z[ recovery-image] Dec 19 19:15:03.761 INFO O| Dec 19 19:15:03.760 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80472024-12-19T19:15:05.607Z[ recovery-image] Dec 19 19:15:03.761 INFO O| Dec 19 19:15:03.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80482024-12-19T19:15:05.607Z[ recovery-image] Dec 19 19:15:03.761 INFO O| Dec 19 19:15:03.761 INFO STEP 3 (ensure_dir) COMPLETE
80492024-12-19T19:15:05.609Z[ recovery-image] Dec 19 19:15:03.761 INFO O| Dec 19 19:15:03.761 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-19T19:15:05.643Z[ recovery-image] Dec 19 19:15:03.796 INFO O| Dec 19 19:15:03.795 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80512024-12-19T19:15:05.643Z[ recovery-image] Dec 19 19:15:03.796 INFO O| Dec 19 19:15:03.795 INFO STEP 4 (ensure_dir) COMPLETE
80522024-12-19T19:15:05.643Z[ recovery-image] Dec 19 19:15:03.796 INFO O| Dec 19 19:15:03.796 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80532024-12-19T19:15:05.671Z[ recovery-image] Dec 19 19:15:03.823 INFO O| Dec 19 19:15:03.823 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80542024-12-19T19:15:05.671Z[ recovery-image] Dec 19 19:15:03.824 INFO O| Dec 19 19:15:03.823 INFO STEP 5 (ensure_dir) COMPLETE
80552024-12-19T19:15:05.674Z[ recovery-image] Dec 19 19:15:03.824 INFO O| Dec 19 19:15:03.823 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562024-12-19T19:15:05.691Z[ recovery-image] Dec 19 19:15:03.845 INFO O| Dec 19 19:15:03.845 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80572024-12-19T19:15:05.691Z[ recovery-image] Dec 19 19:15:03.845 INFO O| Dec 19 19:15:03.845 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80582024-12-19T19:15:05.691Z[ recovery-image] Dec 19 19:15:03.845 INFO O| Dec 19 19:15:03.845 INFO STEP 6 (ensure_dir) COMPLETE
80592024-12-19T19:15:05.693Z[ recovery-image] Dec 19 19:15:03.845 INFO O| Dec 19 19:15:03.845 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80602024-12-19T19:15:05.714Z[ recovery-image] Dec 19 19:15:03.868 INFO O| Dec 19 19:15:03.868 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80612024-12-19T19:15:05.714Z[ recovery-image] Dec 19 19:15:03.868 INFO O| Dec 19 19:15:03.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80622024-12-19T19:15:05.714Z[ recovery-image] Dec 19 19:15:03.868 INFO O| Dec 19 19:15:03.868 INFO STEP 7 (ensure_dir) COMPLETE
80632024-12-19T19:15:05.716Z[ recovery-image] Dec 19 19:15:03.868 INFO O| Dec 19 19:15:03.868 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80642024-12-19T19:15:05.738Z[ recovery-image] Dec 19 19:15:03.892 INFO O| Dec 19 19:15:03.892 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80652024-12-19T19:15:05.741Z[ recovery-image] Dec 19 19:15:03.892 INFO O| Dec 19 19:15:03.892 INFO STEP 8 (remove_files) COMPLETE
80662024-12-19T19:15:05.741Z[ recovery-image] Dec 19 19:15:03.892 INFO O| Dec 19 19:15:03.892 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80672024-12-19T19:15:05.760Z[ recovery-image] Dec 19 19:15:03.914 INFO O| Dec 19 19:15:03.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80682024-12-19T19:15:05.762Z[ recovery-image] Dec 19 19:15:03.915 INFO O| Dec 19 19:15:03.915 INFO STEP 9 (remove_files) COMPLETE
80692024-12-19T19:15:05.762Z[ recovery-image] Dec 19 19:15:03.915 INFO O| Dec 19 19:15:03.915 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702024-12-19T19:15:05.781Z[ recovery-image] Dec 19 19:15:03.935 INFO O| Dec 19 19:15:03.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80712024-12-19T19:15:05.784Z[ recovery-image] Dec 19 19:15:03.937 INFO O| Dec 19 19:15:03.936 INFO STEP 10 (remove_files) COMPLETE
80722024-12-19T19:15:05.784Z[ recovery-image] Dec 19 19:15:03.937 INFO O| Dec 19 19:15:03.937 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80732024-12-19T19:15:05.821Z[ recovery-image] Dec 19 19:15:03.974 INFO O| Dec 19 19:15:03.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80742024-12-19T19:15:05.823Z[ recovery-image] Dec 19 19:15:03.975 INFO O| Dec 19 19:15:03.974 INFO STEP 11 (remove_files) COMPLETE
80752024-12-19T19:15:05.823Z[ recovery-image] Dec 19 19:15:03.975 INFO O| Dec 19 19:15:03.974 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80762024-12-19T19:15:05.897Z[ recovery-image] Dec 19 19:15:04.051 INFO O| Dec 19 19:15:04.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80772024-12-19T19:15:05.900Z[ recovery-image] Dec 19 19:15:04.051 INFO O| Dec 19 19:15:04.051 INFO STEP 12 (remove_files) COMPLETE
80782024-12-19T19:15:05.900Z[ recovery-image] Dec 19 19:15:04.051 INFO O| Dec 19 19:15:04.051 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80792024-12-19T19:15:05.964Z[ recovery-image] Dec 19 19:15:04.118 INFO O| Dec 19 19:15:04.118 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80802024-12-19T19:15:05.967Z[ recovery-image] Dec 19 19:15:04.119 INFO O| Dec 19 19:15:04.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80812024-12-19T19:15:05.967Z[ recovery-image] Dec 19 19:15:04.119 INFO O| Dec 19 19:15:04.119 INFO STEP 13 (ensure_dir) COMPLETE
80822024-12-19T19:15:05.967Z[ recovery-image] Dec 19 19:15:04.119 INFO O| Dec 19 19:15:04.119 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80832024-12-19T19:15:05.995Z[ recovery-image] Dec 19 19:15:04.147 INFO O| Dec 19 19:15:04.147 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80842024-12-19T19:15:05.995Z[ recovery-image] Dec 19 19:15:04.147 INFO O| Dec 19 19:15:04.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80852024-12-19T19:15:05.995Z[ recovery-image] Dec 19 19:15:04.147 INFO O| Dec 19 19:15:04.147 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80862024-12-19T19:15:05.998Z[ recovery-image] Dec 19 19:15:04.147 INFO O| Dec 19 19:15:04.147 INFO STEP 14 (ensure_dir) COMPLETE
80872024-12-19T19:15:05.998Z[ recovery-image] Dec 19 19:15:04.147 INFO O| Dec 19 19:15:04.147 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80882024-12-19T19:15:06.032Z[ recovery-image] Dec 19 19:15:04.186 INFO O| Dec 19 19:15:04.186 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80892024-12-19T19:15:06.033Z[ recovery-image] Dec 19 19:15:04.186 INFO O| Dec 19 19:15:04.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80902024-12-19T19:15:06.033Z[ recovery-image] Dec 19 19:15:04.186 INFO O| Dec 19 19:15:04.186 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80912024-12-19T19:15:06.036Z[ recovery-image] Dec 19 19:15:04.187 INFO O| Dec 19 19:15:04.186 INFO STEP 15 (ensure_dir) COMPLETE
80922024-12-19T19:15:06.036Z[ recovery-image] Dec 19 19:15:04.187 INFO O| Dec 19 19:15:04.187 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80932024-12-19T19:15:06.070Z[ recovery-image] Dec 19 19:15:04.224 INFO O| Dec 19 19:15:04.224 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80942024-12-19T19:15:06.070Z[ recovery-image] Dec 19 19:15:04.224 INFO O| Dec 19 19:15:04.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80952024-12-19T19:15:06.070Z[ recovery-image] Dec 19 19:15:04.224 INFO O| Dec 19 19:15:04.224 INFO STEP 16 (ensure_dir) COMPLETE
80962024-12-19T19:15:06.073Z[ recovery-image] Dec 19 19:15:04.224 INFO O| Dec 19 19:15:04.224 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80972024-12-19T19:15:06.096Z[ recovery-image] Dec 19 19:15:04.250 INFO O| Dec 19 19:15:04.250 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80982024-12-19T19:15:06.096Z[ recovery-image] Dec 19 19:15:04.250 INFO O| Dec 19 19:15:04.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80992024-12-19T19:15:06.096Z[ recovery-image] Dec 19 19:15:04.250 INFO O| Dec 19 19:15:04.250 INFO STEP 17 (ensure_dir) COMPLETE
81002024-12-19T19:15:06.099Z[ recovery-image] Dec 19 19:15:04.250 INFO O| Dec 19 19:15:04.250 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81012024-12-19T19:15:06.119Z[ recovery-image] Dec 19 19:15:04.273 INFO O| Dec 19 19:15:04.273 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81022024-12-19T19:15:06.119Z[ recovery-image] Dec 19 19:15:04.273 INFO O| Dec 19 19:15:04.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81032024-12-19T19:15:06.119Z[ recovery-image] Dec 19 19:15:04.273 INFO O| Dec 19 19:15:04.273 INFO ok!
81042024-12-19T19:15:06.119Z[ recovery-image] Dec 19 19:15:04.273 INFO O| Dec 19 19:15:04.273 INFO STEP 18 (ensure_symlink) COMPLETE
81052024-12-19T19:15:06.120Z[ recovery-image] Dec 19 19:15:04.273 INFO O| Dec 19 19:15:04.273 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81062024-12-19T19:15:06.147Z[ recovery-image] Dec 19 19:15:04.301 INFO O| Dec 19 19:15:04.292 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81072024-12-19T19:15:06.147Z[ recovery-image] Dec 19 19:15:04.301 INFO O| Dec 19 19:15:04.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81082024-12-19T19:15:06.150Z[ recovery-image] Dec 19 19:15:04.301 INFO O| Dec 19 19:15:04.292 INFO ok!
81092024-12-19T19:15:06.150Z[ recovery-image] Dec 19 19:15:04.301 INFO O| Dec 19 19:15:04.292 INFO STEP 19 (ensure_file) COMPLETE
81102024-12-19T19:15:06.150Z[ recovery-image] Dec 19 19:15:04.301 INFO O| Dec 19 19:15:04.292 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81112024-12-19T19:15:06.156Z[ recovery-image] Dec 19 19:15:04.311 INFO O| Dec 19 19:15:04.311 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81122024-12-19T19:15:06.157Z[ recovery-image] Dec 19 19:15:04.311 INFO O| Dec 19 19:15:04.311 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81132024-12-19T19:15:06.160Z[ recovery-image] Dec 19 19:15:04.311 INFO O| Dec 19 19:15:04.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81142024-12-19T19:15:06.160Z[ recovery-image] Dec 19 19:15:04.311 INFO O| Dec 19 19:15:04.311 INFO ok!
81152024-12-19T19:15:06.160Z[ recovery-image] Dec 19 19:15:04.311 INFO O| Dec 19 19:15:04.311 INFO STEP 20 (ensure_symlink) COMPLETE
81162024-12-19T19:15:06.160Z[ recovery-image] Dec 19 19:15:04.311 INFO O| Dec 19 19:15:04.311 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81172024-12-19T19:15:06.174Z[ recovery-image] Dec 19 19:15:04.328 INFO O| Dec 19 19:15:04.328 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81182024-12-19T19:15:06.174Z[ recovery-image] Dec 19 19:15:04.328 INFO O| Dec 19 19:15:04.328 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81192024-12-19T19:15:06.177Z[ recovery-image] Dec 19 19:15:04.329 INFO O| Dec 19 19:15:04.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81202024-12-19T19:15:06.177Z[ recovery-image] Dec 19 19:15:04.329 INFO O| Dec 19 19:15:04.329 INFO ok!
81212024-12-19T19:15:06.177Z[ recovery-image] Dec 19 19:15:04.329 INFO O| Dec 19 19:15:04.329 INFO STEP 21 (ensure_symlink) COMPLETE
81222024-12-19T19:15:06.177Z[ recovery-image] Dec 19 19:15:04.329 INFO O| Dec 19 19:15:04.329 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81232024-12-19T19:15:06.192Z[ recovery-image] Dec 19 19:15:04.346 INFO O| Dec 19 19:15:04.346 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81242024-12-19T19:15:06.192Z[ recovery-image] Dec 19 19:15:04.346 INFO O| Dec 19 19:15:04.346 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81252024-12-19T19:15:06.192Z[ recovery-image] Dec 19 19:15:04.346 INFO O| Dec 19 19:15:04.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81262024-12-19T19:15:06.192Z[ recovery-image] Dec 19 19:15:04.346 INFO O| Dec 19 19:15:04.346 INFO ok!
81272024-12-19T19:15:06.196Z[ recovery-image] Dec 19 19:15:04.346 INFO O| Dec 19 19:15:04.346 INFO STEP 22 (ensure_symlink) COMPLETE
81282024-12-19T19:15:06.196Z[ recovery-image] Dec 19 19:15:04.346 INFO O| Dec 19 19:15:04.346 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81292024-12-19T19:15:06.218Z[ recovery-image] Dec 19 19:15:04.363 INFO O| Dec 19 19:15:04.363 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81302024-12-19T19:15:06.218Z[ recovery-image] Dec 19 19:15:04.363 INFO O| Dec 19 19:15:04.363 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81312024-12-19T19:15:06.222Z[ recovery-image] Dec 19 19:15:04.363 INFO O| Dec 19 19:15:04.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81322024-12-19T19:15:06.222Z[ recovery-image] Dec 19 19:15:04.363 INFO O| Dec 19 19:15:04.363 INFO ok!
81332024-12-19T19:15:06.222Z[ recovery-image] Dec 19 19:15:04.363 INFO O| Dec 19 19:15:04.363 INFO STEP 23 (ensure_symlink) COMPLETE
81342024-12-19T19:15:06.222Z[ recovery-image] Dec 19 19:15:04.363 INFO O| Dec 19 19:15:04.363 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81352024-12-19T19:15:06.229Z[ recovery-image] Dec 19 19:15:04.383 INFO O| Dec 19 19:15:04.383 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81362024-12-19T19:15:06.231Z[ recovery-image] Dec 19 19:15:04.383 INFO O| Dec 19 19:15:04.383 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 ...
81372024-12-19T19:15:06.231Z[ recovery-image] Dec 19 19:15:04.383 INFO O| Dec 19 19:15:04.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81382024-12-19T19:15:06.231Z[ recovery-image] Dec 19 19:15:04.383 INFO O| Dec 19 19:15:04.383 INFO ok!
81392024-12-19T19:15:06.231Z[ recovery-image] Dec 19 19:15:04.383 INFO O| Dec 19 19:15:04.383 INFO STEP 24 (ensure_file) COMPLETE
81402024-12-19T19:15:06.231Z[ recovery-image] Dec 19 19:15:04.384 INFO O| Dec 19 19:15:04.384 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81412024-12-19T19:15:06.251Z[ recovery-image] Dec 19 19:15:04.404 INFO O| Dec 19 19:15:04.404 INFO updating shadow file
81422024-12-19T19:15:06.254Z[ recovery-image] Dec 19 19:15:04.405 INFO O| Dec 19 19:15:04.405 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81432024-12-19T19:15:06.254Z[ recovery-image] Dec 19 19:15:04.405 INFO O| Dec 19 19:15:04.405 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81442024-12-19T19:15:06.254Z[ recovery-image] Dec 19 19:15:04.405 INFO O| Dec 19 19:15:04.405 INFO STEP 25 (shadow) COMPLETE
81452024-12-19T19:15:06.254Z[ recovery-image] Dec 19 19:15:04.405 INFO O| Dec 19 19:15:04.405 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81462024-12-19T19:15:06.271Z[ recovery-image] Dec 19 19:15:04.425 INFO O| Dec 19 19:15:04.425 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81472024-12-19T19:15:06.271Z[ recovery-image] Dec 19 19:15:04.425 INFO O| Dec 19 19:15:04.425 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81482024-12-19T19:15:06.271Z[ recovery-image] Dec 19 19:15:04.425 INFO O| Dec 19 19:15:04.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81492024-12-19T19:15:06.271Z[ recovery-image] Dec 19 19:15:04.425 INFO O| Dec 19 19:15:04.425 INFO ok!
81502024-12-19T19:15:06.274Z[ recovery-image] Dec 19 19:15:04.425 INFO O| Dec 19 19:15:04.425 INFO STEP 26 (ensure_file) COMPLETE
81512024-12-19T19:15:06.274Z[ recovery-image] Dec 19 19:15:04.425 INFO O| Dec 19 19:15:04.425 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81522024-12-19T19:15:06.293Z[ recovery-image] Dec 19 19:15:04.447 INFO O| Dec 19 19:15:04.447 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81532024-12-19T19:15:06.293Z[ recovery-image] Dec 19 19:15:04.447 INFO O| Dec 19 19:15:04.447 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81542024-12-19T19:15:06.293Z[ recovery-image] Dec 19 19:15:04.447 INFO O| Dec 19 19:15:04.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81552024-12-19T19:15:06.293Z[ recovery-image] Dec 19 19:15:04.447 INFO O| Dec 19 19:15:04.447 INFO ok!
81562024-12-19T19:15:06.296Z[ recovery-image] Dec 19 19:15:04.447 INFO O| Dec 19 19:15:04.447 INFO STEP 27 (ensure_file) COMPLETE
81572024-12-19T19:15:06.296Z[ recovery-image] Dec 19 19:15:04.447 INFO O| Dec 19 19:15:04.447 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81582024-12-19T19:15:06.333Z[ recovery-image] Dec 19 19:15:04.487 INFO O| Dec 19 19:15:04.487 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81592024-12-19T19:15:06.333Z[ recovery-image] Dec 19 19:15:04.487 INFO O| Dec 19 19:15:04.487 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81602024-12-19T19:15:06.336Z[ recovery-image] Dec 19 19:15:04.487 INFO O| Dec 19 19:15:04.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81612024-12-19T19:15:06.336Z[ recovery-image] Dec 19 19:15:04.487 INFO O| Dec 19 19:15:04.487 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81622024-12-19T19:15:06.336Z[ recovery-image] Dec 19 19:15:04.487 INFO O| Dec 19 19:15:04.487 INFO ok!
81632024-12-19T19:15:06.336Z[ recovery-image] Dec 19 19:15:04.487 INFO O| Dec 19 19:15:04.487 INFO STEP 28 (ensure_file) COMPLETE
81642024-12-19T19:15:06.336Z[ recovery-image] Dec 19 19:15:04.487 INFO O| Dec 19 19:15:04.487 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81652024-12-19T19:15:06.392Z[ recovery-image] Dec 19 19:15:04.546 INFO O| Dec 19 19:15:04.546 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81662024-12-19T19:15:06.392Z[ recovery-image] Dec 19 19:15:04.546 INFO O| Dec 19 19:15:04.546 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81672024-12-19T19:15:06.395Z[ recovery-image] Dec 19 19:15:04.546 INFO O| Dec 19 19:15:04.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81682024-12-19T19:15:06.395Z[ recovery-image] Dec 19 19:15:04.546 INFO O| Dec 19 19:15:04.546 INFO ok!
81692024-12-19T19:15:06.395Z[ recovery-image] Dec 19 19:15:04.546 INFO O| Dec 19 19:15:04.546 INFO STEP 29 (ensure_file) COMPLETE
81702024-12-19T19:15:06.395Z[ recovery-image] Dec 19 19:15:04.546 INFO O| Dec 19 19:15:04.546 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81712024-12-19T19:15:06.409Z[ recovery-image] Dec 19 19:15:04.563 INFO O| Dec 19 19:15:04.563 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81722024-12-19T19:15:06.409Z[ recovery-image] Dec 19 19:15:04.564 INFO O| Dec 19 19:15:04.563 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81732024-12-19T19:15:06.412Z[ recovery-image] Dec 19 19:15:04.564 INFO O| Dec 19 19:15:04.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81742024-12-19T19:15:06.412Z[ recovery-image] Dec 19 19:15:04.564 INFO O| Dec 19 19:15:04.564 INFO ok!
81752024-12-19T19:15:06.412Z[ recovery-image] Dec 19 19:15:04.564 INFO O| Dec 19 19:15:04.564 INFO STEP 30 (ensure_file) COMPLETE
81762024-12-19T19:15:06.412Z[ recovery-image] Dec 19 19:15:04.564 INFO O| Dec 19 19:15:04.564 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81772024-12-19T19:15:06.427Z[ recovery-image] Dec 19 19:15:04.581 INFO O| Dec 19 19:15:04.581 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81782024-12-19T19:15:06.428Z[ recovery-image] Dec 19 19:15:04.581 INFO O| Dec 19 19:15:04.581 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81792024-12-19T19:15:06.428Z[ recovery-image] Dec 19 19:15:04.581 INFO O| Dec 19 19:15:04.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81802024-12-19T19:15:06.431Z[ recovery-image] Dec 19 19:15:04.581 INFO O| Dec 19 19:15:04.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81812024-12-19T19:15:06.431Z[ recovery-image] Dec 19 19:15:04.581 INFO O| Dec 19 19:15:04.581 INFO ok!
81822024-12-19T19:15:06.431Z[ recovery-image] Dec 19 19:15:04.581 INFO O| Dec 19 19:15:04.581 INFO STEP 31 (ensure_file) COMPLETE
81832024-12-19T19:15:06.431Z[ recovery-image] Dec 19 19:15:04.581 INFO O| Dec 19 19:15:04.581 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81842024-12-19T19:15:06.445Z[ recovery-image] Dec 19 19:15:04.599 INFO O| Dec 19 19:15:04.599 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81852024-12-19T19:15:06.445Z[ recovery-image] Dec 19 19:15:04.599 INFO O| Dec 19 19:15:04.599 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81862024-12-19T19:15:06.445Z[ recovery-image] Dec 19 19:15:04.599 INFO O| Dec 19 19:15:04.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81872024-12-19T19:15:06.448Z[ recovery-image] Dec 19 19:15:04.599 INFO O| Dec 19 19:15:04.599 INFO ok!
81882024-12-19T19:15:06.448Z[ recovery-image] Dec 19 19:15:04.599 INFO O| Dec 19 19:15:04.599 INFO STEP 32 (ensure_file) COMPLETE
81892024-12-19T19:15:06.448Z[ recovery-image] Dec 19 19:15:04.599 INFO O| Dec 19 19:15:04.599 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81902024-12-19T19:15:06.475Z[ recovery-image] Dec 19 19:15:04.629 INFO O| Dec 19 19:15:04.629 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81912024-12-19T19:15:06.475Z[ recovery-image] Dec 19 19:15:04.629 INFO O| Dec 19 19:15:04.629 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81922024-12-19T19:15:06.475Z[ recovery-image] Dec 19 19:15:04.629 INFO O| Dec 19 19:15:04.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81932024-12-19T19:15:06.478Z[ recovery-image] Dec 19 19:15:04.630 INFO O| Dec 19 19:15:04.629 INFO ok!
81942024-12-19T19:15:06.478Z[ recovery-image] Dec 19 19:15:04.630 INFO O| Dec 19 19:15:04.630 INFO STEP 33 (ensure_file) COMPLETE
81952024-12-19T19:15:06.478Z[ recovery-image] Dec 19 19:15:04.630 INFO O| Dec 19 19:15:04.630 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81962024-12-19T19:15:06.497Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81972024-12-19T19:15:06.497Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81982024-12-19T19:15:06.497Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81992024-12-19T19:15:06.500Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82002024-12-19T19:15:06.500Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82012024-12-19T19:15:06.500Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82022024-12-19T19:15:06.500Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO ok!
82032024-12-19T19:15:06.500Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO STEP 34 (ensure_file) COMPLETE
82042024-12-19T19:15:06.500Z[ recovery-image] Dec 19 19:15:04.650 INFO O| Dec 19 19:15:04.650 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82052024-12-19T19:15:06.527Z[ recovery-image] Dec 19 19:15:04.681 INFO O| Dec 19 19:15:04.681 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82062024-12-19T19:15:06.530Z[ recovery-image] Dec 19 19:15:04.682 INFO O| Dec 19 19:15:04.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82072024-12-19T19:15:06.530Z[ recovery-image] Dec 19 19:15:04.682 INFO O| Dec 19 19:15:04.682 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82082024-12-19T19:15:06.530Z[ recovery-image] Dec 19 19:15:04.682 INFO O| Dec 19 19:15:04.682 INFO STEP 35 (ensure_dir) COMPLETE
82092024-12-19T19:15:06.530Z[ recovery-image] Dec 19 19:15:04.682 INFO O| Dec 19 19:15:04.682 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82102024-12-19T19:15:06.551Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 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
82112024-12-19T19:15:06.551Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 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 ...
82122024-12-19T19:15:06.554Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 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
82132024-12-19T19:15:06.554Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 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
82142024-12-19T19:15:06.554Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 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
82152024-12-19T19:15:06.554Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 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
82162024-12-19T19:15:06.554Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 INFO ok!
82172024-12-19T19:15:06.554Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 INFO STEP 36 (ensure_file) COMPLETE
82182024-12-19T19:15:06.554Z[ recovery-image] Dec 19 19:15:04.705 INFO O| Dec 19 19:15:04.705 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82192024-12-19T19:15:06.573Z[ recovery-image] Dec 19 19:15:04.727 INFO O| Dec 19 19:15:04.727 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82202024-12-19T19:15:06.573Z[ recovery-image] Dec 19 19:15:04.727 INFO O| Dec 19 19:15:04.727 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 ...
82212024-12-19T19:15:06.573Z[ recovery-image] Dec 19 19:15:04.727 INFO O| Dec 19 19:15:04.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82222024-12-19T19:15:06.573Z[ recovery-image] Dec 19 19:15:04.727 INFO O| Dec 19 19:15:04.727 INFO ok!
82232024-12-19T19:15:06.576Z[ recovery-image] Dec 19 19:15:04.727 INFO O| Dec 19 19:15:04.727 INFO STEP 37 (ensure_symlink) COMPLETE
82242024-12-19T19:15:06.576Z[ recovery-image] Dec 19 19:15:04.727 INFO O| Dec 19 19:15:04.727 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82252024-12-19T19:15:06.593Z[ recovery-image] Dec 19 19:15:04.747 INFO O| Dec 19 19:15:04.747 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82262024-12-19T19:15:06.594Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.747 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82272024-12-19T19:15:06.594Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.748 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82282024-12-19T19:15:06.596Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.748 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82292024-12-19T19:15:06.597Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.748 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82302024-12-19T19:15:06.597Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.748 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82312024-12-19T19:15:06.597Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.748 INFO ok!
82322024-12-19T19:15:06.597Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.748 INFO STEP 38 (ensure_file) COMPLETE
82332024-12-19T19:15:06.597Z[ recovery-image] Dec 19 19:15:04.748 INFO O| Dec 19 19:15:04.748 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82342024-12-19T19:15:06.616Z[ recovery-image] Dec 19 19:15:04.770 INFO O| Dec 19 19:15:04.770 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82352024-12-19T19:15:06.616Z[ recovery-image] Dec 19 19:15:04.770 INFO O| Dec 19 19:15:04.770 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 ...
82362024-12-19T19:15:06.616Z[ recovery-image] Dec 19 19:15:04.770 INFO O| Dec 19 19:15:04.770 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
82372024-12-19T19:15:06.616Z[ recovery-image] Dec 19 19:15:04.770 INFO O| Dec 19 19:15:04.770 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82382024-12-19T19:15:06.619Z[ recovery-image] Dec 19 19:15:04.770 INFO O| Dec 19 19:15:04.770 INFO ok!
82392024-12-19T19:15:06.619Z[ recovery-image] Dec 19 19:15:04.770 INFO O| Dec 19 19:15:04.770 INFO STEP 39 (ensure_file) COMPLETE
82402024-12-19T19:15:06.619Z[ recovery-image] Dec 19 19:15:04.770 INFO O| Dec 19 19:15:04.770 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82412024-12-19T19:15:06.636Z[ recovery-image] Dec 19 19:15:04.790 INFO O| Dec 19 19:15:04.790 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82422024-12-19T19:15:06.636Z[ recovery-image] Dec 19 19:15:04.790 INFO O| Dec 19 19:15:04.790 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82432024-12-19T19:15:06.636Z[ recovery-image] Dec 19 19:15:04.790 INFO O| Dec 19 19:15:04.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82442024-12-19T19:15:06.636Z[ recovery-image] Dec 19 19:15:04.790 INFO O| Dec 19 19:15:04.790 INFO ok!
82452024-12-19T19:15:06.639Z[ recovery-image] Dec 19 19:15:04.790 INFO O| Dec 19 19:15:04.790 INFO STEP 40 (ensure_file) COMPLETE
82462024-12-19T19:15:06.639Z[ recovery-image] Dec 19 19:15:04.790 INFO O| Dec 19 19:15:04.790 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82472024-12-19T19:15:06.657Z[ recovery-image] Dec 19 19:15:04.811 INFO O| Dec 19 19:15:04.811 INFO updating shadow file
82482024-12-19T19:15:06.660Z[ recovery-image] Dec 19 19:15:04.812 INFO O| Dec 19 19:15:04.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82492024-12-19T19:15:06.660Z[ recovery-image] Dec 19 19:15:04.812 INFO O| Dec 19 19:15:04.812 INFO STEP 41 (shadow) COMPLETE
82502024-12-19T19:15:06.660Z[ recovery-image] Dec 19 19:15:04.812 INFO O| Dec 19 19:15:04.812 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82512024-12-19T19:15:06.678Z[ recovery-image] Dec 19 19:15:04.831 INFO O| Dec 19 19:15:04.831 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82522024-12-19T19:15:06.678Z[ recovery-image] Dec 19 19:15:04.831 INFO O| Dec 19 19:15:04.831 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82532024-12-19T19:15:06.681Z[ recovery-image] Dec 19 19:15:04.832 INFO O| Dec 19 19:15:04.832 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82542024-12-19T19:15:06.681Z[ recovery-image] Dec 19 19:15:04.832 INFO O| Dec 19 19:15:04.832 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82552024-12-19T19:15:06.681Z[ recovery-image] Dec 19 19:15:04.832 INFO O| Dec 19 19:15:04.832 INFO ok!
82562024-12-19T19:15:06.681Z[ recovery-image] Dec 19 19:15:04.832 INFO O| Dec 19 19:15:04.832 INFO STEP 42 (ensure_file) COMPLETE
82572024-12-19T19:15:06.681Z[ recovery-image] Dec 19 19:15:04.832 INFO O| Dec 19 19:15:04.832 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82582024-12-19T19:15:06.698Z[ recovery-image] Dec 19 19:15:04.852 INFO O| Dec 19 19:15:04.851 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82592024-12-19T19:15:06.698Z[ recovery-image] Dec 19 19:15:04.852 INFO O| Dec 19 19:15:04.851 INFO STEP 43 (ensure_dir) COMPLETE
82602024-12-19T19:15:06.698Z[ recovery-image] Dec 19 19:15:04.852 INFO O| Dec 19 19:15:04.852 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82612024-12-19T19:15:06.717Z[ recovery-image] Dec 19 19:15:04.871 INFO O| Dec 19 19:15:04.871 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82622024-12-19T19:15:06.717Z[ recovery-image] Dec 19 19:15:04.871 INFO O| Dec 19 19:15:04.871 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82632024-12-19T19:15:06.720Z[ recovery-image] Dec 19 19:15:04.871 INFO O| Dec 19 19:15:04.871 INFO STEP 44 (ensure_dir) COMPLETE
82642024-12-19T19:15:06.720Z[ recovery-image] Dec 19 19:15:04.871 INFO O| Dec 19 19:15:04.871 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82652024-12-19T19:15:06.737Z[ recovery-image] Dec 19 19:15:04.890 INFO O| Dec 19 19:15:04.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82662024-12-19T19:15:06.739Z[ recovery-image] Dec 19 19:15:04.891 INFO O| Dec 19 19:15:04.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82672024-12-19T19:15:06.739Z[ recovery-image] Dec 19 19:15:04.891 INFO O| Dec 19 19:15:04.891 INFO STEP 45 (ensure_dir) COMPLETE
82682024-12-19T19:15:06.739Z[ recovery-image] Dec 19 19:15:04.891 INFO O| Dec 19 19:15:04.891 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692024-12-19T19:15:06.758Z[ recovery-image] Dec 19 19:15:04.912 INFO O| Dec 19 19:15:04.912 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82702024-12-19T19:15:06.758Z[ recovery-image] Dec 19 19:15:04.912 INFO O| Dec 19 19:15:04.912 INFO copying /tmp/.tmphsgD4x/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82712024-12-19T19:15:06.811Z[ recovery-image] Dec 19 19:15:04.965 INFO O| Dec 19 19:15:04.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82722024-12-19T19:15:06.811Z[ recovery-image] Dec 19 19:15:04.965 INFO O| Dec 19 19:15:04.965 INFO ok!
82732024-12-19T19:15:06.811Z[ recovery-image] Dec 19 19:15:04.965 INFO O| Dec 19 19:15:04.965 INFO STEP 46 (ensure_file) COMPLETE
82742024-12-19T19:15:06.817Z[ recovery-image] Dec 19 19:15:04.965 INFO O| Dec 19 19:15:04.965 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82752024-12-19T19:15:06.832Z[ recovery-image] Dec 19 19:15:04.986 INFO O| Dec 19 19:15:04.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82762024-12-19T19:15:06.832Z[ recovery-image] Dec 19 19:15:04.986 INFO O| Dec 19 19:15:04.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82772024-12-19T19:15:06.835Z[ recovery-image] Dec 19 19:15:04.986 INFO O| Dec 19 19:15:04.986 INFO STEP 47 (ensure_dir) COMPLETE
82782024-12-19T19:15:06.835Z[ recovery-image] Dec 19 19:15:04.986 INFO O| Dec 19 19:15:04.986 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792024-12-19T19:15:06.853Z[ recovery-image] Dec 19 19:15:05.007 INFO O| Dec 19 19:15:05.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82802024-12-19T19:15:06.853Z[ recovery-image] Dec 19 19:15:05.007 INFO O| Dec 19 19:15:05.007 INFO copying /tmp/.tmphsgD4x/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82812024-12-19T19:15:06.853Z[ recovery-image] Dec 19 19:15:05.007 INFO O| Dec 19 19:15:05.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82822024-12-19T19:15:06.856Z[ recovery-image] Dec 19 19:15:05.007 INFO O| Dec 19 19:15:05.007 INFO ok!
82832024-12-19T19:15:06.856Z[ recovery-image] Dec 19 19:15:05.007 INFO O| Dec 19 19:15:05.007 INFO STEP 48 (ensure_file) COMPLETE
82842024-12-19T19:15:06.856Z[ recovery-image] Dec 19 19:15:05.007 INFO O| Dec 19 19:15:05.007 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82852024-12-19T19:15:06.874Z[ recovery-image] Dec 19 19:15:05.028 INFO O| Dec 19 19:15:05.028 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82862024-12-19T19:15:06.877Z[ recovery-image] Dec 19 19:15:05.028 INFO O| Dec 19 19:15:05.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82872024-12-19T19:15:06.877Z[ recovery-image] Dec 19 19:15:05.028 INFO O| Dec 19 19:15:05.028 INFO STEP 49 (ensure_dir) COMPLETE
82882024-12-19T19:15:06.877Z[ recovery-image] Dec 19 19:15:05.028 INFO O| Dec 19 19:15:05.028 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892024-12-19T19:15:06.893Z[ recovery-image] Dec 19 19:15:05.047 INFO O| Dec 19 19:15:05.047 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82902024-12-19T19:15:06.893Z[ recovery-image] Dec 19 19:15:05.047 INFO O| Dec 19 19:15:05.047 INFO copying /tmp/.tmphsgD4x/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82912024-12-19T19:15:06.918Z[ recovery-image] Dec 19 19:15:05.072 INFO O| Dec 19 19:15:05.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82922024-12-19T19:15:06.919Z[ recovery-image] Dec 19 19:15:05.072 INFO O| Dec 19 19:15:05.072 INFO ok!
82932024-12-19T19:15:06.923Z[ recovery-image] Dec 19 19:15:05.072 INFO O| Dec 19 19:15:05.072 INFO STEP 50 (ensure_file) COMPLETE
82942024-12-19T19:15:06.923Z[ recovery-image] Dec 19 19:15:05.072 INFO O| Dec 19 19:15:05.072 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82952024-12-19T19:15:06.942Z[ recovery-image] Dec 19 19:15:05.096 INFO O| Dec 19 19:15:05.096 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82962024-12-19T19:15:06.942Z[ recovery-image] Dec 19 19:15:05.096 INFO O| Dec 19 19:15:05.096 INFO copying /tmp/.tmphsgD4x/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82972024-12-19T19:15:08.884Z[ recovery-image] Dec 19 19:15:07.038 INFO O| Dec 19 19:15:07.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82982024-12-19T19:15:08.884Z[ recovery-image] Dec 19 19:15:07.038 INFO O| Dec 19 19:15:07.038 INFO ok!
82992024-12-19T19:15:08.884Z[ recovery-image] Dec 19 19:15:07.038 INFO O| Dec 19 19:15:07.038 INFO STEP 51 (ensure_file) COMPLETE
83002024-12-19T19:15:08.887Z[ recovery-image] Dec 19 19:15:07.038 INFO O| Dec 19 19:15:07.038 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83012024-12-19T19:15:08.905Z[ recovery-image] Dec 19 19:15:07.059 INFO O| Dec 19 19:15:07.059 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83022024-12-19T19:15:08.905Z[ recovery-image] Dec 19 19:15:07.059 INFO O| Dec 19 19:15:07.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83032024-12-19T19:15:08.908Z[ recovery-image] Dec 19 19:15:07.059 INFO O| Dec 19 19:15:07.059 INFO STEP 52 (ensure_dir) COMPLETE
83042024-12-19T19:15:08.908Z[ recovery-image] Dec 19 19:15:07.059 INFO O| Dec 19 19:15:07.059 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-19T19:15:08.965Z[ recovery-image] Dec 19 19:15:07.119 INFO O| Dec 19 19:15:07.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83062024-12-19T19:15:08.965Z[ recovery-image] Dec 19 19:15:07.119 INFO O| Dec 19 19:15:07.119 INFO copying /tmp/.tmphsgD4x/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 ...
83072024-12-19T19:15:08.968Z[ recovery-image] Dec 19 19:15:07.119 INFO O| Dec 19 19:15:07.119 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
83082024-12-19T19:15:08.968Z[ recovery-image] Dec 19 19:15:07.119 INFO O| Dec 19 19:15:07.119 INFO ok!
83092024-12-19T19:15:08.968Z[ recovery-image] Dec 19 19:15:07.119 INFO O| Dec 19 19:15:07.119 INFO STEP 53 (ensure_file) COMPLETE
83102024-12-19T19:15:08.968Z[ recovery-image] Dec 19 19:15:07.119 INFO O| Dec 19 19:15:07.119 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-19T19:15:09.002Z[ recovery-image] Dec 19 19:15:07.156 INFO O| Dec 19 19:15:07.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83122024-12-19T19:15:09.002Z[ recovery-image] Dec 19 19:15:07.156 INFO O| Dec 19 19:15:07.156 INFO copying /tmp/.tmphsgD4x/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 ...
83132024-12-19T19:15:09.005Z[ recovery-image] Dec 19 19:15:07.156 INFO O| Dec 19 19:15:07.156 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
83142024-12-19T19:15:09.005Z[ recovery-image] Dec 19 19:15:07.156 INFO O| Dec 19 19:15:07.156 INFO ok!
83152024-12-19T19:15:09.005Z[ recovery-image] Dec 19 19:15:07.156 INFO O| Dec 19 19:15:07.156 INFO STEP 54 (ensure_file) COMPLETE
83162024-12-19T19:15:09.005Z[ recovery-image] Dec 19 19:15:07.156 INFO O| Dec 19 19:15:07.156 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83172024-12-19T19:15:09.033Z[ recovery-image] Dec 19 19:15:07.186 INFO O| Dec 19 19:15:07.186 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83182024-12-19T19:15:09.033Z[ recovery-image] Dec 19 19:15:07.187 INFO O| Dec 19 19:15:07.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83192024-12-19T19:15:09.033Z[ recovery-image] Dec 19 19:15:07.187 INFO O| Dec 19 19:15:07.187 INFO STEP 55 (ensure_dir) COMPLETE
83202024-12-19T19:15:09.036Z[ recovery-image] Dec 19 19:15:07.187 INFO O| Dec 19 19:15:07.187 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83212024-12-19T19:15:09.073Z[ recovery-image] Dec 19 19:15:07.226 INFO O| Dec 19 19:15:07.226 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83222024-12-19T19:15:09.073Z[ recovery-image] Dec 19 19:15:07.227 INFO O| Dec 19 19:15:07.226 INFO copying /tmp/.tmphsgD4x/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 ...
83232024-12-19T19:15:09.073Z[ recovery-image] Dec 19 19:15:07.227 INFO O| Dec 19 19:15:07.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83242024-12-19T19:15:09.074Z[ recovery-image] Dec 19 19:15:07.227 INFO O| Dec 19 19:15:07.227 INFO ok!
83252024-12-19T19:15:09.074Z[ recovery-image] Dec 19 19:15:07.227 INFO O| Dec 19 19:15:07.227 INFO STEP 56 (ensure_file) COMPLETE
83262024-12-19T19:15:09.074Z[ recovery-image] Dec 19 19:15:07.227 INFO O| Dec 19 19:15:07.227 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83272024-12-19T19:15:09.156Z[ recovery-image] Dec 19 19:15:07.310 INFO O| Dec 19 19:15:07.310 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83282024-12-19T19:15:09.156Z[ recovery-image] Dec 19 19:15:07.310 INFO O| Dec 19 19:15:07.310 INFO copying /tmp/.tmphsgD4x/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 ...
83292024-12-19T19:15:09.156Z[ recovery-image] Dec 19 19:15:07.310 INFO O| Dec 19 19:15:07.310 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
83302024-12-19T19:15:09.156Z[ recovery-image] Dec 19 19:15:07.310 INFO O| Dec 19 19:15:07.310 INFO ok!
83312024-12-19T19:15:09.159Z[ recovery-image] Dec 19 19:15:07.310 INFO O| Dec 19 19:15:07.310 INFO STEP 57 (ensure_file) COMPLETE
83322024-12-19T19:15:09.159Z[ recovery-image] Dec 19 19:15:07.310 INFO O| Dec 19 19:15:07.310 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83332024-12-19T19:15:09.177Z[ recovery-image] Dec 19 19:15:07.331 INFO O| Dec 19 19:15:07.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83342024-12-19T19:15:09.177Z[ recovery-image] Dec 19 19:15:07.331 INFO O| Dec 19 19:15:07.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83352024-12-19T19:15:09.177Z[ recovery-image] Dec 19 19:15:07.331 INFO O| Dec 19 19:15:07.331 INFO STEP 58 (ensure_dir) COMPLETE
83362024-12-19T19:15:09.180Z[ recovery-image] Dec 19 19:15:07.331 INFO O| Dec 19 19:15:07.331 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83372024-12-19T19:15:09.211Z[ recovery-image] Dec 19 19:15:07.355 INFO O| Dec 19 19:15:07.354 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83382024-12-19T19:15:09.211Z[ recovery-image] Dec 19 19:15:07.355 INFO O| Dec 19 19:15:07.355 INFO copying /tmp/.tmphsgD4x/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 ...
83392024-12-19T19:15:09.211Z[ recovery-image] Dec 19 19:15:07.355 INFO O| Dec 19 19:15:07.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83402024-12-19T19:15:09.211Z[ recovery-image] Dec 19 19:15:07.355 INFO O| Dec 19 19:15:07.355 INFO ok!
83412024-12-19T19:15:09.211Z[ recovery-image] Dec 19 19:15:07.355 INFO O| Dec 19 19:15:07.355 INFO STEP 59 (ensure_file) COMPLETE
83422024-12-19T19:15:09.211Z[ recovery-image] Dec 19 19:15:07.355 INFO O| Dec 19 19:15:07.355 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83432024-12-19T19:15:09.303Z[ recovery-image] Dec 19 19:15:07.456 INFO O| Dec 19 19:15:07.456 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83442024-12-19T19:15:09.303Z[ recovery-image] Dec 19 19:15:07.456 INFO O| Dec 19 19:15:07.456 INFO copying /tmp/.tmphsgD4x/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83452024-12-19T19:15:09.303Z[ recovery-image] Dec 19 19:15:07.457 INFO O| Dec 19 19:15:07.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83462024-12-19T19:15:09.305Z[ recovery-image] Dec 19 19:15:07.457 INFO O| Dec 19 19:15:07.457 INFO ok!
83472024-12-19T19:15:09.305Z[ recovery-image] Dec 19 19:15:07.457 INFO O| Dec 19 19:15:07.457 INFO STEP 60 (ensure_file) COMPLETE
83482024-12-19T19:15:09.305Z[ recovery-image] Dec 19 19:15:07.457 INFO O| Dec 19 19:15:07.457 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83492024-12-19T19:15:09.343Z[ recovery-image] Dec 19 19:15:07.497 INFO O| Dec 19 19:15:07.497 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83502024-12-19T19:15:09.343Z[ recovery-image] Dec 19 19:15:07.497 INFO O| Dec 19 19:15:07.497 INFO STEP 61 (ensure_dir) COMPLETE
83512024-12-19T19:15:09.346Z[ recovery-image] Dec 19 19:15:07.497 INFO O| Dec 19 19:15:07.497 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-19T19:15:09.361Z[ recovery-image] Dec 19 19:15:07.515 INFO O| Dec 19 19:15:07.514 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83532024-12-19T19:15:09.361Z[ recovery-image] Dec 19 19:15:07.515 INFO O| Dec 19 19:15:07.515 INFO STEP 62 (ensure_dir) COMPLETE
83542024-12-19T19:15:09.364Z[ recovery-image] Dec 19 19:15:07.515 INFO O| Dec 19 19:15:07.515 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83552024-12-19T19:15:09.377Z[ recovery-image] Dec 19 19:15:07.531 INFO O| Dec 19 19:15:07.531 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83562024-12-19T19:15:09.377Z[ recovery-image] Dec 19 19:15:07.531 INFO O| Dec 19 19:15:07.531 INFO STEP 63 (ensure_dir) COMPLETE
83572024-12-19T19:15:09.380Z[ recovery-image] Dec 19 19:15:07.531 INFO O| Dec 19 19:15:07.531 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582024-12-19T19:15:09.409Z[ recovery-image] Dec 19 19:15:07.563 INFO O| Dec 19 19:15:07.563 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83592024-12-19T19:15:09.409Z[ recovery-image] Dec 19 19:15:07.563 INFO O| Dec 19 19:15:07.563 INFO STEP 64 (ensure_dir) COMPLETE
83602024-12-19T19:15:09.414Z[ recovery-image] Dec 19 19:15:07.563 INFO O| Dec 19 19:15:07.563 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83612024-12-19T19:15:09.428Z[ recovery-image] Dec 19 19:15:07.582 INFO O| Dec 19 19:15:07.582 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83622024-12-19T19:15:09.428Z[ recovery-image] Dec 19 19:15:07.582 INFO O| Dec 19 19:15:07.582 INFO copying /tmp/.tmphsgD4x/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83632024-12-19T19:15:09.431Z[ recovery-image] Dec 19 19:15:07.582 INFO O| Dec 19 19:15:07.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83642024-12-19T19:15:09.431Z[ recovery-image] Dec 19 19:15:07.582 INFO O| Dec 19 19:15:07.582 INFO ok!
83652024-12-19T19:15:09.431Z[ recovery-image] Dec 19 19:15:07.582 INFO O| Dec 19 19:15:07.582 INFO STEP 65 (ensure_file) COMPLETE
83662024-12-19T19:15:09.431Z[ recovery-image] Dec 19 19:15:07.583 INFO O| Dec 19 19:15:07.582 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672024-12-19T19:15:09.504Z[ recovery-image] Dec 19 19:15:07.658 INFO O| Dec 19 19:15:07.658 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83682024-12-19T19:15:09.507Z[ recovery-image] Dec 19 19:15:07.658 INFO O| Dec 19 19:15:07.658 INFO STEP 66 (remove_files) COMPLETE
83692024-12-19T19:15:09.507Z[ recovery-image] Dec 19 19:15:07.658 INFO O| Dec 19 19:15:07.658 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702024-12-19T19:15:09.534Z[ recovery-image] Dec 19 19:15:07.688 INFO O| Dec 19 19:15:07.688 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83712024-12-19T19:15:09.534Z[ recovery-image] Dec 19 19:15:07.688 INFO O| Dec 19 19:15:07.688 INFO STEP 67 (remove_files) COMPLETE
83722024-12-19T19:15:09.537Z[ recovery-image] Dec 19 19:15:07.688 INFO O| Dec 19 19:15:07.688 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732024-12-19T19:15:09.553Z[ recovery-image] Dec 19 19:15:07.707 INFO O| Dec 19 19:15:07.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83742024-12-19T19:15:09.555Z[ recovery-image] Dec 19 19:15:07.707 INFO O| Dec 19 19:15:07.707 INFO STEP 68 (remove_files) COMPLETE
83752024-12-19T19:15:09.556Z[ recovery-image] Dec 19 19:15:07.707 INFO O| Dec 19 19:15:07.707 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-19T19:15:09.573Z[ recovery-image] Dec 19 19:15:07.725 INFO O| Dec 19 19:15:07.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83772024-12-19T19:15:09.575Z[ recovery-image] Dec 19 19:15:07.725 INFO O| Dec 19 19:15:07.725 INFO STEP 69 (remove_files) COMPLETE
83782024-12-19T19:15:09.575Z[ recovery-image] Dec 19 19:15:07.725 INFO O| Dec 19 19:15:07.725 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-19T19:15:09.590Z[ recovery-image] Dec 19 19:15:07.744 INFO O| Dec 19 19:15:07.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83802024-12-19T19:15:09.593Z[ recovery-image] Dec 19 19:15:07.744 INFO O| Dec 19 19:15:07.744 INFO STEP 70 (remove_files) COMPLETE
83812024-12-19T19:15:09.593Z[ recovery-image] Dec 19 19:15:07.744 INFO O| Dec 19 19:15:07.744 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-19T19:15:09.608Z[ recovery-image] Dec 19 19:15:07.762 INFO O| Dec 19 19:15:07.762 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83832024-12-19T19:15:09.610Z[ recovery-image] Dec 19 19:15:07.762 INFO O| Dec 19 19:15:07.762 INFO STEP 71 (remove_files) COMPLETE
83842024-12-19T19:15:09.610Z[ recovery-image] Dec 19 19:15:07.762 INFO O| Dec 19 19:15:07.762 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-19T19:15:09.627Z[ recovery-image] Dec 19 19:15:07.781 INFO O| Dec 19 19:15:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83862024-12-19T19:15:09.627Z[ recovery-image] Dec 19 19:15:07.781 INFO O| Dec 19 19:15:07.781 INFO STEP 72 (remove_files) COMPLETE
83872024-12-19T19:15:09.627Z[ recovery-image] Dec 19 19:15:07.781 INFO O| Dec 19 19:15:07.781 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-19T19:15:09.646Z[ recovery-image] Dec 19 19:15:07.800 INFO O| Dec 19 19:15:07.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83892024-12-19T19:15:09.646Z[ recovery-image] Dec 19 19:15:07.800 INFO O| Dec 19 19:15:07.800 INFO STEP 73 (remove_files) COMPLETE
83902024-12-19T19:15:09.646Z[ recovery-image] Dec 19 19:15:07.800 INFO O| Dec 19 19:15:07.800 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-19T19:15:09.672Z[ recovery-image] Dec 19 19:15:07.825 INFO O| Dec 19 19:15:07.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83922024-12-19T19:15:09.672Z[ recovery-image] Dec 19 19:15:07.825 INFO O| Dec 19 19:15:07.825 INFO STEP 74 (remove_files) COMPLETE
83932024-12-19T19:15:09.672Z[ recovery-image] Dec 19 19:15:07.826 INFO O| Dec 19 19:15:07.825 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-19T19:15:09.692Z[ recovery-image] Dec 19 19:15:07.845 INFO O| Dec 19 19:15:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83952024-12-19T19:15:09.692Z[ recovery-image] Dec 19 19:15:07.845 INFO O| Dec 19 19:15:07.845 INFO STEP 75 (remove_files) COMPLETE
83962024-12-19T19:15:09.694Z[ recovery-image] Dec 19 19:15:07.845 INFO O| Dec 19 19:15:07.845 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-19T19:15:09.712Z[ recovery-image] Dec 19 19:15:07.865 INFO O| Dec 19 19:15:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83982024-12-19T19:15:09.716Z[ recovery-image] Dec 19 19:15:07.866 INFO O| Dec 19 19:15:07.866 INFO STEP 76 (remove_files) COMPLETE
83992024-12-19T19:15:09.716Z[ recovery-image] Dec 19 19:15:07.866 INFO O| Dec 19 19:15:07.866 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-19T19:15:09.734Z[ recovery-image] Dec 19 19:15:07.888 INFO O| Dec 19 19:15:07.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84012024-12-19T19:15:09.734Z[ recovery-image] Dec 19 19:15:07.888 INFO O| Dec 19 19:15:07.888 INFO STEP 77 (remove_files) COMPLETE
84022024-12-19T19:15:09.734Z[ recovery-image] Dec 19 19:15:07.888 INFO O| Dec 19 19:15:07.888 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-19T19:15:09.774Z[ recovery-image] Dec 19 19:15:07.928 INFO O| Dec 19 19:15:07.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84042024-12-19T19:15:09.774Z[ recovery-image] Dec 19 19:15:07.928 INFO O| Dec 19 19:15:07.928 INFO STEP 78 (remove_files) COMPLETE
84052024-12-19T19:15:09.777Z[ recovery-image] Dec 19 19:15:07.928 INFO O| Dec 19 19:15:07.928 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-19T19:15:09.835Z[ recovery-image] Dec 19 19:15:07.989 INFO O| Dec 19 19:15:07.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84072024-12-19T19:15:09.835Z[ recovery-image] Dec 19 19:15:07.989 INFO O| Dec 19 19:15:07.989 INFO STEP 79 (remove_files) COMPLETE
84082024-12-19T19:15:09.835Z[ recovery-image] Dec 19 19:15:07.989 INFO O| Dec 19 19:15:07.989 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-19T19:15:09.880Z[ recovery-image] Dec 19 19:15:08.032 INFO O| Dec 19 19:15:08.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84102024-12-19T19:15:09.880Z[ recovery-image] Dec 19 19:15:08.032 INFO O| Dec 19 19:15:08.032 INFO STEP 80 (remove_files) COMPLETE
84112024-12-19T19:15:09.883Z[ recovery-image] Dec 19 19:15:08.033 INFO O| Dec 19 19:15:08.032 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-19T19:15:09.898Z[ recovery-image] Dec 19 19:15:08.052 INFO O| Dec 19 19:15:08.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84132024-12-19T19:15:09.898Z[ recovery-image] Dec 19 19:15:08.052 INFO O| Dec 19 19:15:08.052 INFO STEP 81 (remove_files) COMPLETE
84142024-12-19T19:15:09.898Z[ recovery-image] Dec 19 19:15:08.052 INFO O| Dec 19 19:15:08.052 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-19T19:15:09.921Z[ recovery-image] Dec 19 19:15:08.075 INFO O| Dec 19 19:15:08.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84162024-12-19T19:15:09.924Z[ recovery-image] Dec 19 19:15:08.075 INFO O| Dec 19 19:15:08.075 INFO STEP 82 (remove_files) COMPLETE
84172024-12-19T19:15:09.924Z[ recovery-image] Dec 19 19:15:08.075 INFO O| Dec 19 19:15:08.075 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-19T19:15:09.941Z[ recovery-image] Dec 19 19:15:08.095 INFO O| Dec 19 19:15:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84192024-12-19T19:15:09.941Z[ recovery-image] Dec 19 19:15:08.095 INFO O| Dec 19 19:15:08.095 INFO STEP 83 (remove_files) COMPLETE
84202024-12-19T19:15:09.941Z[ recovery-image] Dec 19 19:15:08.095 INFO O| Dec 19 19:15:08.095 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-19T19:15:09.963Z[ recovery-image] Dec 19 19:15:08.116 INFO O| Dec 19 19:15:08.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84222024-12-19T19:15:09.963Z[ recovery-image] Dec 19 19:15:08.116 INFO O| Dec 19 19:15:08.116 INFO STEP 84 (remove_files) COMPLETE
84232024-12-19T19:15:09.966Z[ recovery-image] Dec 19 19:15:08.116 INFO O| Dec 19 19:15:08.116 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-19T19:15:09.986Z[ recovery-image] Dec 19 19:15:08.140 INFO O| Dec 19 19:15:08.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84252024-12-19T19:15:09.986Z[ recovery-image] Dec 19 19:15:08.140 INFO O| Dec 19 19:15:08.140 INFO STEP 85 (remove_files) COMPLETE
84262024-12-19T19:15:09.989Z[ recovery-image] Dec 19 19:15:08.140 INFO O| Dec 19 19:15:08.140 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-19T19:15:10.017Z[ recovery-image] Dec 19 19:15:08.170 INFO O| Dec 19 19:15:08.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84282024-12-19T19:15:10.017Z[ recovery-image] Dec 19 19:15:08.170 INFO O| Dec 19 19:15:08.170 INFO STEP 86 (remove_files) COMPLETE
84292024-12-19T19:15:10.020Z[ recovery-image] Dec 19 19:15:08.170 INFO O| Dec 19 19:15:08.170 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-19T19:15:10.064Z[ recovery-image] Dec 19 19:15:08.216 INFO O| Dec 19 19:15:08.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84312024-12-19T19:15:10.064Z[ recovery-image] Dec 19 19:15:08.216 INFO O| Dec 19 19:15:08.216 INFO STEP 87 (remove_files) COMPLETE
84322024-12-19T19:15:10.064Z[ recovery-image] Dec 19 19:15:08.216 INFO O| Dec 19 19:15:08.216 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-19T19:15:10.180Z[ recovery-image] Dec 19 19:15:08.334 INFO O| Dec 19 19:15:08.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84342024-12-19T19:15:10.180Z[ recovery-image] Dec 19 19:15:08.334 INFO O| Dec 19 19:15:08.334 INFO STEP 88 (remove_files) COMPLETE
84352024-12-19T19:15:10.183Z[ recovery-image] Dec 19 19:15:08.334 INFO O| Dec 19 19:15:08.334 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-19T19:15:10.208Z[ recovery-image] Dec 19 19:15:08.362 INFO O| Dec 19 19:15:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84372024-12-19T19:15:10.208Z[ recovery-image] Dec 19 19:15:08.362 INFO O| Dec 19 19:15:08.362 INFO STEP 89 (remove_files) COMPLETE
84382024-12-19T19:15:10.208Z[ recovery-image] Dec 19 19:15:08.362 INFO O| Dec 19 19:15:08.362 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-19T19:15:10.234Z[ recovery-image] Dec 19 19:15:08.387 INFO O| Dec 19 19:15:08.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84402024-12-19T19:15:10.234Z[ recovery-image] Dec 19 19:15:08.387 INFO O| Dec 19 19:15:08.387 INFO STEP 90 (remove_files) COMPLETE
84412024-12-19T19:15:10.234Z[ recovery-image] Dec 19 19:15:08.387 INFO O| Dec 19 19:15:08.387 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-19T19:15:10.271Z[ recovery-image] Dec 19 19:15:08.425 INFO O| Dec 19 19:15:08.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84432024-12-19T19:15:10.271Z[ recovery-image] Dec 19 19:15:08.425 INFO O| Dec 19 19:15:08.425 INFO STEP 91 (remove_files) COMPLETE
84442024-12-19T19:15:10.274Z[ recovery-image] Dec 19 19:15:08.425 INFO O| Dec 19 19:15:08.425 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-19T19:15:10.303Z[ recovery-image] Dec 19 19:15:08.457 INFO O| Dec 19 19:15:08.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84462024-12-19T19:15:10.303Z[ recovery-image] Dec 19 19:15:08.457 INFO O| Dec 19 19:15:08.457 INFO STEP 92 (remove_files) COMPLETE
84472024-12-19T19:15:10.303Z[ recovery-image] Dec 19 19:15:08.457 INFO O| Dec 19 19:15:08.457 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84482024-12-19T19:15:10.354Z[ recovery-image] Dec 19 19:15:08.507 INFO O| Dec 19 19:15:08.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84492024-12-19T19:15:10.354Z[ recovery-image] Dec 19 19:15:08.507 INFO O| Dec 19 19:15:08.507 INFO STEP 93 (remove_files) COMPLETE
84502024-12-19T19:15:10.354Z[ recovery-image] Dec 19 19:15:08.507 INFO O| Dec 19 19:15:08.507 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84512024-12-19T19:15:10.374Z[ recovery-image] Dec 19 19:15:08.527 INFO O| Dec 19 19:15:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84522024-12-19T19:15:10.374Z[ recovery-image] Dec 19 19:15:08.527 INFO O| Dec 19 19:15:08.527 INFO STEP 94 (remove_files) COMPLETE
84532024-12-19T19:15:10.374Z[ recovery-image] Dec 19 19:15:08.527 INFO O| Dec 19 19:15:08.527 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84542024-12-19T19:15:10.402Z[ recovery-image] Dec 19 19:15:08.556 INFO O| Dec 19 19:15:08.556 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84552024-12-19T19:15:10.407Z[ recovery-image] Dec 19 19:15:08.556 INFO O| Dec 19 19:15:08.556 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84562024-12-19T19:15:21.492Z[ recovery-image] Dec 19 19:15:19.645 INFO O| Dec 19 19:15:19.644 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
84572024-12-19T19:15:21.496Z[ recovery-image] Dec 19 19:15:19.645 INFO O| Dec 19 19:15:19.645 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84582024-12-19T19:15:21.510Z[ recovery-image] Dec 19 19:15:19.663 INFO O| Dec 19 19:15:19.663 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84592024-12-19T19:15:21.638Z[ recovery-image] Dec 19 19:15:19.790 INFO O| Dec 19 19:15:19.790 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84602024-12-19T19:15:21.640Z[ recovery-image] Dec 19 19:15:19.790 INFO O| Dec 19 19:15:19.790 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 ...
84612024-12-19T19:15:21.640Z[ recovery-image] Dec 19 19:15:19.793 INFO O| Dec 19 19:15:19.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84622024-12-19T19:15:21.640Z[ recovery-image] Dec 19 19:15:19.793 INFO O| Dec 19 19:15:19.793 INFO ok!
84632024-12-19T19:15:21.640Z[ recovery-image] Dec 19 19:15:19.793 INFO O| Dec 19 19:15:19.793 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84642024-12-19T19:15:21.640Z[ recovery-image] Dec 19 19:15:19.793 INFO O| Dec 19 19:15:19.793 INFO STEP 95 (seed_smf) COMPLETE
84652024-12-19T19:15:21.644Z[ recovery-image] Dec 19 19:15:19.793 INFO O| Dec 19 19:15:19.793 INFO steps complete; finalising image!
84662024-12-19T19:15:21.644Z[ recovery-image] Dec 19 19:15:19.793 INFO O| Dec 19 19:15:19.793 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84672024-12-19T19:15:21.713Z[ recovery-image] Dec 19 19:15:19.866 INFO O| Dec 19 19:15:19.866 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Dec 19 19:15:19 2024)
84682024-12-19T19:15:21.923Z[ recovery-image] Dec 19 19:15:20.076 INFO O| Dec 19 19:15:20.076 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Thu Dec 19 19:15:19 2024)
84692024-12-19T19:15:22.161Z[ recovery-image] Dec 19 19:15:20.313 INFO O| Dec 19 19:15:20.313 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84702024-12-19T19:15:22.161Z[ recovery-image] Dec 19 19:15:20.313 INFO O| Dec 19 19:15:20.313 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84712024-12-19T19:15:22.910Z[ recovery-image] Dec 19 19:15:21.062 INFO O| Dec 19 19:15:21.062 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
84722024-12-19T19:15:22.912Z[ recovery-image] Dec 19 19:15:21.062 INFO O| Dec 19 19:15:21.062 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84732024-12-19T19:15:28.891Z[ recovery-image] Dec 19 19:15:27.043 INFO O| Dec 19 19:15:27.043 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84742024-12-19T19:15:28.891Z[ recovery-image] Dec 19 19:15:27.043 INFO O| Dec 19 19:15:27.043 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84752024-12-19T19:15:28.894Z[ recovery-image] Dec 19 19:15:27.043 INFO O| Dec 19 19:15:27.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84762024-12-19T19:15:28.894Z[ recovery-image] Dec 19 19:15:27.043 INFO O| Dec 19 19:15:27.043 INFO completed processing gimlet/zfs-recovery
84772024-12-19T19:15:28.894Z[ recovery-image] Dec 19 19:15:27.043 INFO O| Dec 19 19:15:27.043 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84782024-12-19T19:15:29.574Z[ recovery-image] Dec 19 19:15:27.726 INFO O| Dec 19 19:15:27.726 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84792024-12-19T19:15:29.708Z[ recovery-image] Dec 19 19:15:27.860 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
84802024-12-19T19:15:29.711Z[ recovery-image] Dec 19 19:15:27.861 INFO expanded image name: "recovery 331ac9a/${os_short_commit} 2024-12-19 18:45" -> "recovery 331ac9a/7274828 2024-12-19 18:45"
84812024-12-19T19:15:29.711Z[ recovery-image] Dec 19 19:15:27.861 INFO output artefacts stored in: "/work/os-recovery"
84822024-12-19T19:15:29.713Z[ recovery-image] Dec 19 19:15:27.863 INFO collecting git info from project "pilot"...
84832024-12-19T19:15:29.761Z[ recovery-image] Dec 19 19:15:27.913 INFO collecting git info from project "bootserver"...
84842024-12-19T19:15:29.771Z[ recovery-image] Dec 19 19:15:27.923 INFO collecting git info from project "amd-firmware"...
84852024-12-19T19:15:30.209Z[ recovery-image] Dec 19 19:15:28.362 INFO collecting git info from project "image-builder"...
84862024-12-19T19:15:30.221Z[ recovery-image] Dec 19 19:15:28.373 INFO collecting git info from project "chelsio-t6-roms"...
84872024-12-19T19:15:30.257Z[ recovery-image] Dec 19 19:15:28.409 INFO collecting git info from project "phbl"...
84882024-12-19T19:15:30.268Z[ recovery-image] Dec 19 19:15:28.420 INFO collecting git info from project "amd-host-image-builder"...
84892024-12-19T19:15:30.861Z[ recovery-image] Dec 19 19:15:29.013 INFO collecting git info from project "pinprick"...
84902024-12-19T19:15:30.870Z[ recovery-image] Dec 19 19:15:29.022 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84912024-12-19T19:15:32.112Z[ recovery-image] Dec 19 19:15:30.264 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84922024-12-19T19:15:32.907Z[ recovery-image] Dec 19 19:15:31.059 INFO creating Oxide boot image...
84932024-12-19T19:15:32.907Z[ recovery-image] Dec 19 19:15:31.059 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 331ac9a/7274828 2024-12-19 18:45", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84942024-12-19T19:16:16.725Z[ host-image] Dec 19 19:16:14.874 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z
84952024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.874 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z
84962024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.874 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84972024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.875 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84982024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.875 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84992024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.875 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85002024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.876 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85012024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.876 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85022024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.876 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85032024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.876 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85042024-12-19T19:16:16.728Z[ host-image] Dec 19 19:16:14.876 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z
85052024-12-19T19:16:16.731Z[ host-image] Dec 19 19:16:14.879 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z
85062024-12-19T19:16:16.733Z[ host-image] Dec 19 19:16:14.880 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z
85072024-12-19T19:16:16.733Z[ host-image] Dec 19 19:16:14.881 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z
85082024-12-19T19:16:16.733Z[ host-image] Dec 19 19:16:14.881 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85092024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.882 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z
85102024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.883 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z
85112024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.883 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z
85122024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.883 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z
85132024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.884 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z
85142024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.884 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85152024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.884 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z
85162024-12-19T19:16:16.735Z[ host-image] Dec 19 19:16:14.884 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z
85172024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.885 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z
85182024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.885 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z
85192024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.885 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z
85202024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.885 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z
85212024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.885 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z
85222024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.886 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z
85232024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.886 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85242024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.886 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z
85252024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.886 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z
85262024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.886 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z
85272024-12-19T19:16:16.738Z[ host-image] Dec 19 19:16:14.886 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z
85282024-12-19T19:16:16.741Z[ host-image] Dec 19 19:16:14.888 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z
85292024-12-19T19:16:16.741Z[ host-image] Dec 19 19:16:14.888 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z
85302024-12-19T19:16:16.753Z[ host-image] Dec 19 19:16:14.902 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85312024-12-19T19:16:16.753Z[ host-image] Dec 19 19:16:14.902 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z
85322024-12-19T19:16:16.756Z[ host-image] Dec 19 19:16:14.902 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85332024-12-19T19:16:16.756Z[ host-image] Dec 19 19:16:14.903 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85342024-12-19T19:16:16.756Z[ host-image] Dec 19 19:16:14.903 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85352024-12-19T19:16:16.756Z[ host-image] Dec 19 19:16:14.904 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z
85362024-12-19T19:16:16.756Z[ host-image] Dec 19 19:16:14.904 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85372024-12-19T19:16:16.757Z[ host-image] Dec 19 19:16:14.905 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85382024-12-19T19:16:16.759Z[ host-image] Dec 19 19:16:14.906 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85392024-12-19T19:16:16.759Z[ host-image] Dec 19 19:16:14.907 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85402024-12-19T19:16:16.787Z[ host-image] Dec 19 19:16:14.936 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85412024-12-19T19:16:16.787Z[ host-image] Dec 19 19:16:14.936 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85422024-12-19T19:16:16.790Z[ host-image] Dec 19 19:16:14.936 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85432024-12-19T19:16:16.791Z[ host-image] Dec 19 19:16:14.937 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85442024-12-19T19:16:16.791Z[ host-image] Dec 19 19:16:14.938 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85452024-12-19T19:16:16.791Z[ host-image] Dec 19 19:16:14.938 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85462024-12-19T19:16:16.854Z[ host-image] Dec 19 19:16:15.003 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85472024-12-19T19:16:16.857Z[ host-image] Dec 19 19:16:15.004 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85482024-12-19T19:16:16.857Z[ host-image] Dec 19 19:16:15.004 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85492024-12-19T19:16:16.857Z[ host-image] Dec 19 19:16:15.005 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z
85502024-12-19T19:16:16.857Z[ host-image] Dec 19 19:16:15.005 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z
85512024-12-19T19:16:16.857Z[ host-image] Dec 19 19:16:15.006 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85522024-12-19T19:16:16.859Z[ host-image] Dec 19 19:16:15.006 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z
85532024-12-19T19:16:16.859Z[ host-image] Dec 19 19:16:15.006 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85542024-12-19T19:16:16.859Z[ host-image] Dec 19 19:16:15.006 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85552024-12-19T19:16:16.859Z[ host-image] Dec 19 19:16:15.007 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85562024-12-19T19:16:16.860Z[ host-image] Dec 19 19:16:15.007 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z
85572024-12-19T19:16:16.860Z[ host-image] Dec 19 19:16:15.007 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85582024-12-19T19:16:16.865Z[ host-image] Dec 19 19:16:15.014 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85592024-12-19T19:16:16.868Z[ host-image] Dec 19 19:16:15.014 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85602024-12-19T19:16:16.868Z[ host-image] Dec 19 19:16:15.014 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85612024-12-19T19:16:16.868Z[ host-image] Dec 19 19:16:15.015 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z
85622024-12-19T19:16:16.868Z[ host-image] Dec 19 19:16:15.015 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85632024-12-19T19:16:16.888Z[ host-image] Dec 19 19:16:15.036 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85642024-12-19T19:16:16.891Z[ host-image] Dec 19 19:16:15.037 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z
85652024-12-19T19:16:16.894Z[ host-image] Dec 19 19:16:15.040 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z
85662024-12-19T19:16:16.894Z[ host-image] Dec 19 19:16:15.041 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z
85672024-12-19T19:16:16.894Z[ host-image] Dec 19 19:16:15.041 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85682024-12-19T19:16:16.894Z[ host-image] Dec 19 19:16:15.042 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z
85692024-12-19T19:16:16.896Z[ host-image] Dec 19 19:16:15.043 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z
85702024-12-19T19:16:16.896Z[ host-image] Dec 19 19:16:15.043 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z
85712024-12-19T19:16:16.896Z[ host-image] Dec 19 19:16:15.044 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z
85722024-12-19T19:16:16.901Z[ host-image] Dec 19 19:16:15.050 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85732024-12-19T19:16:16.903Z[ host-image] Dec 19 19:16:15.050 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z
85742024-12-19T19:16:16.903Z[ host-image] Dec 19 19:16:15.051 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z
85752024-12-19T19:16:16.903Z[ host-image] Dec 19 19:16:15.052 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85762024-12-19T19:16:16.903Z[ host-image] Dec 19 19:16:15.052 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z
85772024-12-19T19:16:16.906Z[ host-image] Dec 19 19:16:15.053 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z
85782024-12-19T19:16:16.906Z[ host-image] Dec 19 19:16:15.053 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z
85792024-12-19T19:16:16.906Z[ host-image] Dec 19 19:16:15.054 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z
85802024-12-19T19:16:16.918Z[ host-image] Dec 19 19:16:15.067 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z
85812024-12-19T19:16:16.918Z[ host-image] Dec 19 19:16:15.067 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85822024-12-19T19:16:16.921Z[ host-image] Dec 19 19:16:15.070 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z
85832024-12-19T19:16:16.923Z[ host-image] Dec 19 19:16:15.072 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z
85842024-12-19T19:16:16.926Z[ host-image] Dec 19 19:16:15.073 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z
85852024-12-19T19:16:16.926Z[ host-image] Dec 19 19:16:15.073 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z
85862024-12-19T19:16:16.926Z[ host-image] Dec 19 19:16:15.074 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z
85872024-12-19T19:16:16.927Z[ host-image] Dec 19 19:16:15.075 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z
85882024-12-19T19:16:16.942Z[ host-image] Dec 19 19:16:15.091 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z
85892024-12-19T19:16:16.944Z[ host-image] Dec 19 19:16:15.091 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z
85902024-12-19T19:16:16.944Z[ host-image] Dec 19 19:16:15.091 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z
85912024-12-19T19:16:16.944Z[ host-image] Dec 19 19:16:15.093 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z
85922024-12-19T19:16:16.945Z[ host-image] Dec 19 19:16:15.093 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z
85932024-12-19T19:16:16.979Z[ host-image] Dec 19 19:16:15.127 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z
85942024-12-19T19:16:16.979Z[ host-image] Dec 19 19:16:15.128 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z
85952024-12-19T19:16:16.982Z[ host-image] Dec 19 19:16:15.128 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z
85962024-12-19T19:16:16.982Z[ host-image] Dec 19 19:16:15.128 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85972024-12-19T19:16:16.982Z[ host-image] Dec 19 19:16:15.129 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85982024-12-19T19:16:17.024Z[ host-image] Dec 19 19:16:15.173 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z
85992024-12-19T19:16:17.027Z[ host-image] Dec 19 19:16:15.173 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86002024-12-19T19:16:17.027Z[ host-image] Dec 19 19:16:15.173 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z
86012024-12-19T19:16:17.027Z[ host-image] Dec 19 19:16:15.173 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z
86022024-12-19T19:16:17.027Z[ host-image] Dec 19 19:16:15.176 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z
86032024-12-19T19:16:17.030Z[ host-image] Dec 19 19:16:15.176 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86042024-12-19T19:16:17.030Z[ host-image] Dec 19 19:16:15.177 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86052024-12-19T19:16:17.030Z[ host-image] Dec 19 19:16:15.177 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z
86062024-12-19T19:16:17.030Z[ host-image] Dec 19 19:16:15.178 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z
86072024-12-19T19:16:17.030Z[ host-image] Dec 19 19:16:15.178 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z
86082024-12-19T19:16:17.030Z[ host-image] Dec 19 19:16:15.179 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z
86092024-12-19T19:16:17.030Z[ host-image] Dec 19 19:16:15.179 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z
86102024-12-19T19:16:17.033Z[ host-image] Dec 19 19:16:15.179 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z
86112024-12-19T19:16:17.036Z[ host-image] Dec 19 19:16:15.184 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86122024-12-19T19:16:17.036Z[ host-image] Dec 19 19:16:15.184 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z
86132024-12-19T19:16:17.038Z[ host-image] Dec 19 19:16:15.187 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z
86142024-12-19T19:16:17.038Z[ host-image] Dec 19 19:16:15.187 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z
86152024-12-19T19:16:17.041Z[ host-image] Dec 19 19:16:15.187 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z
86162024-12-19T19:16:17.041Z[ host-image] Dec 19 19:16:15.188 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z
86172024-12-19T19:16:17.041Z[ host-image] Dec 19 19:16:15.188 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z
86182024-12-19T19:16:17.041Z[ host-image] Dec 19 19:16:15.188 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86192024-12-19T19:16:17.041Z[ host-image] Dec 19 19:16:15.188 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86202024-12-19T19:16:17.041Z[ host-image] Dec 19 19:16:15.189 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z
86212024-12-19T19:16:17.041Z[ host-image] Dec 19 19:16:15.190 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z
86222024-12-19T19:16:17.043Z[ host-image] Dec 19 19:16:15.190 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86232024-12-19T19:16:17.043Z[ host-image] Dec 19 19:16:15.190 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86242024-12-19T19:16:17.044Z[ host-image] Dec 19 19:16:15.190 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86252024-12-19T19:16:17.044Z[ host-image] Dec 19 19:16:15.190 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86262024-12-19T19:16:17.044Z[ host-image] Dec 19 19:16:15.190 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86272024-12-19T19:16:17.044Z[ host-image] Dec 19 19:16:15.192 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86282024-12-19T19:16:17.046Z[ host-image] Dec 19 19:16:15.194 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86292024-12-19T19:16:17.046Z[ host-image] Dec 19 19:16:15.194 INFO O| tempdir @ "/tmp/.tmpNgob6W/tmp"
86302024-12-19T19:16:17.046Z[ host-image] Dec 19 19:16:15.194 INFO O| image root @ "/tmp/.tmpNgob6W/tmp/root"
86312024-12-19T19:16:17.047Z[ host-image] Dec 19 19:16:15.194 INFO O| creating image...
86322024-12-19T19:16:18.186Z[ host-image] Dec 19 19:16:16.335 INFO O| copying publishers...
86332024-12-19T19:16:30.834Z[ recovery-image] Dec 19 19:16:28.981 INFO O| ok, image written!
86342024-12-19T19:16:30.837Z[ recovery-image] Dec 19 19:16:28.981 INFO O| ok, boot_image_csum file written!
86352024-12-19T19:16:30.840Z[ recovery-image] Dec 19 19:16:28.988 INFO creating boot archive (CPIO)...
86362024-12-19T19:16:30.843Z[ recovery-image] Dec 19 19:16:28.988 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
86372024-12-19T19:16:30.864Z[ recovery-image] Dec 19 19:16:29.011 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86382024-12-19T19:16:30.864Z[ recovery-image] Dec 19 19:16:29.011 INFO E| + outfile=/work/os-recovery/cpio
86392024-12-19T19:16:30.867Z[ recovery-image] Dec 19 19:16:29.011 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86402024-12-19T19:16:30.869Z[ recovery-image] Dec 19 19:16:29.015 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86412024-12-19T19:16:30.869Z[ recovery-image] Dec 19 19:16:29.015 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86422024-12-19T19:16:30.912Z[ recovery-image] Dec 19 19:16:29.060 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86432024-12-19T19:16:30.912Z[ recovery-image] Dec 19 19:16:29.060 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86442024-12-19T19:16:30.924Z[ recovery-image] Dec 19 19:16:29.071 INFO creating compressed cpio/unix for nanobl-rs...
86452024-12-19T19:16:30.927Z[ recovery-image] Dec 19 19:16:29.071 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
86462024-12-19T19:16:31.369Z[ recovery-image] Dec 19 19:16:29.517 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86472024-12-19T19:16:38.152Z[ recovery-image] Dec 19 19:16:36.299 INFO creating reset image...
86482024-12-19T19:16:38.155Z[ recovery-image] Dec 19 19:16:36.300 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86492024-12-19T19:16:38.780Z[ recovery-image] Dec 19 19:16:36.927 INFO E| Updating crates.io index
86502024-12-19T19:16:39.176Z[ recovery-image] Dec 19 19:16:37.323 INFO E| Downloading crates ...
86512024-12-19T19:16:39.270Z[ recovery-image] Dec 19 19:16:37.417 INFO E| Downloaded clap_derive v4.5.13
86522024-12-19T19:16:39.295Z[ recovery-image] Dec 19 19:16:37.442 INFO E| Downloaded shared_child v1.0.1
86532024-12-19T19:16:39.298Z[ recovery-image] Dec 19 19:16:37.445 INFO E| Downloaded os_pipe v1.2.1
86542024-12-19T19:16:39.300Z[ recovery-image] Dec 19 19:16:37.447 INFO E| Downloaded duct v0.13.7
86552024-12-19T19:16:39.317Z[ recovery-image] Dec 19 19:16:37.464 INFO E| Downloaded clap v4.5.17
86562024-12-19T19:16:39.336Z[ recovery-image] Dec 19 19:16:37.483 INFO E| Downloaded clap_builder v4.5.17
86572024-12-19T19:16:39.381Z[ recovery-image] Dec 19 19:16:37.528 INFO E| Downloaded syn v2.0.77
86582024-12-19T19:16:39.415Z[ recovery-image] Dec 19 19:16:37.562 INFO E| Downloaded libc v0.2.158
86592024-12-19T19:16:39.596Z[ recovery-image] Dec 19 19:16:37.743 INFO E| Compiling proc-macro2 v1.0.86
86602024-12-19T19:16:39.679Z[ recovery-image] Dec 19 19:16:37.826 INFO E| Compiling unicode-ident v1.0.13
86612024-12-19T19:16:39.681Z[ recovery-image] Dec 19 19:16:37.826 INFO E| Compiling libc v0.2.158
86622024-12-19T19:16:39.681Z[ recovery-image] Dec 19 19:16:37.826 INFO E| Compiling utf8parse v0.2.2
86632024-12-19T19:16:39.681Z[ recovery-image] Dec 19 19:16:37.827 INFO E| Compiling is_terminal_polyfill v1.70.1
86642024-12-19T19:16:39.681Z[ recovery-image] Dec 19 19:16:37.827 INFO E| Compiling anstyle v1.0.8
86652024-12-19T19:16:39.681Z[ recovery-image] Dec 19 19:16:37.827 INFO E| Compiling colorchoice v1.0.2
86662024-12-19T19:16:39.681Z[ recovery-image] Dec 19 19:16:37.827 INFO E| Compiling anstyle-query v1.1.1
86672024-12-19T19:16:40.121Z[ recovery-image] Dec 19 19:16:38.268 INFO E| Compiling heck v0.5.0
86682024-12-19T19:16:40.296Z[ recovery-image] Dec 19 19:16:38.443 INFO E| Compiling anstyle-parse v0.2.5
86692024-12-19T19:16:40.325Z[ recovery-image] Dec 19 19:16:38.472 INFO E| Compiling strsim v0.11.1
86702024-12-19T19:16:40.436Z[ recovery-image] Dec 19 19:16:38.583 INFO E| Compiling clap_lex v0.7.2
86712024-12-19T19:16:40.469Z[ recovery-image] Dec 19 19:16:38.614 INFO E| Compiling once_cell v1.19.0
86722024-12-19T19:16:40.957Z[ recovery-image] Dec 19 19:16:39.104 INFO E| Compiling anstream v0.6.15
86732024-12-19T19:16:41.619Z[ recovery-image] Dec 19 19:16:39.766 INFO E| Compiling clap_builder v4.5.17
86742024-12-19T19:16:42.500Z[ recovery-image] Dec 19 19:16:40.647 INFO E| Compiling shared_child v1.0.1
86752024-12-19T19:16:42.500Z[ recovery-image] Dec 19 19:16:40.647 INFO E| Compiling os_pipe v1.2.1
86762024-12-19T19:16:42.782Z[ recovery-image] Dec 19 19:16:40.929 INFO E| Compiling duct v0.13.7
86772024-12-19T19:16:42.889Z[ recovery-image] Dec 19 19:16:41.036 INFO E| Compiling quote v1.0.37
86782024-12-19T19:16:42.972Z[ host-image] Dec 19 19:16:41.119 INFO O| adding properties...
86792024-12-19T19:16:43.554Z[ recovery-image] Dec 19 19:16:41.701 INFO E| Compiling syn v2.0.77
86802024-12-19T19:16:45.938Z[ host-image] Dec 19 19:16:44.084 INFO O| installing packages...
86812024-12-19T19:16:52.638Z[ recovery-image] Dec 19 19:16:50.784 INFO E| Compiling clap_derive v4.5.13
86822024-12-19T19:16:57.159Z[ recovery-image] Dec 19 19:16:55.305 INFO E| Compiling clap v4.5.17
86832024-12-19T19:16:57.254Z[ recovery-image] Dec 19 19:16:55.400 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86842024-12-19T19:16:59.585Z[ recovery-image] Dec 19 19:16:57.730 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s
86852024-12-19T19:16:59.600Z[ recovery-image] Dec 19 19:16:57.746 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86862024-12-19T19:16:59.932Z[ recovery-image] Dec 19 19:16:58.078 INFO E| Updating crates.io index
86872024-12-19T19:17:00.118Z[ recovery-image] Dec 19 19:16:58.263 INFO E| Downloading crates ...
86882024-12-19T19:17:00.391Z[ recovery-image] Dec 19 19:16:58.537 INFO E| Downloaded seq-macro v0.3.5
86892024-12-19T19:17:00.394Z[ recovery-image] Dec 19 19:16:58.540 INFO E| Downloaded cpio_reader v0.1.1
86902024-12-19T19:17:00.397Z[ recovery-image] Dec 19 19:16:58.542 INFO E| Downloaded bit_field v0.10.2
86912024-12-19T19:17:00.399Z[ recovery-image] Dec 19 19:16:58.544 INFO E| Downloaded bitstruct_derive v0.1.0
86922024-12-19T19:17:00.399Z[ recovery-image] Dec 19 19:16:58.544 INFO E| Downloaded bitstruct v0.1.1
86932024-12-19T19:17:00.427Z[ recovery-image] Dec 19 19:16:58.572 INFO E| Downloaded raw-cpuid v10.7.0
86942024-12-19T19:17:00.432Z[ recovery-image] Dec 19 19:16:58.578 INFO E| Downloaded syn v2.0.85
86952024-12-19T19:17:00.664Z[ recovery-image] Dec 19 19:16:58.809 INFO E| Downloaded x86 v0.52.0
86962024-12-19T19:17:00.763Z[ recovery-image] Dec 19 19:16:58.908 INFO E| Updating crates.io index
86972024-12-19T19:17:00.931Z[ recovery-image] Dec 19 19:16:59.076 INFO E| Downloading crates ...
86982024-12-19T19:17:01.058Z[ recovery-image] Dec 19 19:16:59.204 INFO E| Downloaded hashbrown v0.15.0
86992024-12-19T19:17:01.066Z[ recovery-image] Dec 19 19:16:59.212 INFO E| Downloaded compiler_builtins v0.1.134
87002024-12-19T19:17:01.229Z[ recovery-image] Dec 19 19:16:59.375 INFO E| Compiling compiler_builtins v0.1.134
87012024-12-19T19:17:01.232Z[ recovery-image] Dec 19 19:16:59.375 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87022024-12-19T19:17:01.405Z[ recovery-image] Dec 19 19:16:59.551 INFO E| Compiling proc-macro2 v1.0.89
87032024-12-19T19:17:01.406Z[ recovery-image] Dec 19 19:16:59.551 INFO E| Compiling unicode-ident v1.0.13
87042024-12-19T19:17:01.406Z[ recovery-image] Dec 19 19:16:59.551 INFO E| Compiling syn v1.0.109
87052024-12-19T19:17:01.408Z[ recovery-image] Dec 19 19:16:59.551 INFO E| Compiling x86 v0.52.0
87062024-12-19T19:17:01.408Z[ recovery-image] Dec 19 19:16:59.551 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87072024-12-19T19:17:01.408Z[ recovery-image] Dec 19 19:16:59.551 INFO E| Compiling seq-macro v0.3.5
87082024-12-19T19:17:03.873Z[ recovery-image] Dec 19 19:17:02.019 INFO E| Compiling quote v1.0.37
87092024-12-19T19:17:04.355Z[ recovery-image] Dec 19 19:17:02.500 INFO E| Compiling syn v2.0.85
87102024-12-19T19:17:10.782Z[ recovery-image] Dec 19 19:17:08.927 INFO E| Compiling scroll_derive v0.12.0
87112024-12-19T19:17:14.388Z[ recovery-image] Dec 19 19:17:12.532 INFO E| Compiling bitstruct_derive v0.1.0
87122024-12-19T19:17:24.490Z[ host-image] Dec 19 19:17:22.634 INFO O| seeding SMF database...
87132024-12-19T19:17:37.874Z[ host-image] Dec 19 19:17:36.017 INFO O| configuring SMF profile...
87142024-12-19T19:17:37.874Z[ host-image] Dec 19 19:17:36.017 INFO O| modifying shadow(5)...
87152024-12-19T19:17:37.877Z[ host-image] Dec 19 19:17:36.017 INFO O| loading user and group database...
87162024-12-19T19:17:37.877Z[ host-image] Dec 19 19:17:36.017 INFO O| assessing packaged files...
87172024-12-19T19:17:39.361Z[ recovery-image] Dec 19 19:17:37.504 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87182024-12-19T19:17:42.641Z[ recovery-image] Dec 19 19:17:40.783 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87192024-12-19T19:17:44.659Z[ host-image] Dec 19 19:17:42.799 INFO O| creating archive...
87202024-12-19T19:17:44.716Z[ host-image] Dec 19 19:17:42.859 INFO O| missing from packaging:
87212024-12-19T19:17:44.716Z[ host-image] Dec 19 19:17:42.859 INFO O| "etc/.pwd.lock"
87222024-12-19T19:17:44.719Z[ host-image] Dec 19 19:17:42.859 INFO O| "etc/bash"
87232024-12-19T19:17:44.726Z[ host-image] Dec 19 19:17:42.868 INFO O| "etc/svc/profile/generic.xml"
87242024-12-19T19:17:44.726Z[ host-image] Dec 19 19:17:42.868 INFO O| "etc/svc/profile/inetd_services.xml"
87252024-12-19T19:17:44.731Z[ host-image] Dec 19 19:17:42.868 INFO O| "etc/svc/profile/name_service.xml"
87262024-12-19T19:17:44.731Z[ host-image] Dec 19 19:17:42.868 INFO O| "etc/svc/profile/platform.xml"
87272024-12-19T19:17:44.731Z[ host-image] Dec 19 19:17:42.868 INFO O| "etc/svc/profile/platform_omicron1.xml"
87282024-12-19T19:17:44.731Z[ host-image] Dec 19 19:17:42.869 INFO O| "etc/svc/repository.db"
87292024-12-19T19:17:44.755Z[ host-image] Dec 19 19:17:42.897 INFO O| "opt/ooce/share"
87302024-12-19T19:17:44.755Z[ host-image] Dec 19 19:17:42.897 INFO O| "opt/ooce/share/man"
87312024-12-19T19:17:44.757Z[ host-image] Dec 19 19:17:42.897 INFO O| "opt/ooce/share/man/man1"
87322024-12-19T19:17:44.807Z[ host-image] Dec 19 19:17:42.950 INFO O| finishing archive...
87332024-12-19T19:17:48.835Z[ host-image] Dec 19 19:17:46.977 INFO O| creating gzonly manifest...
87342024-12-19T19:17:48.848Z[ host-image] Dec 19 19:17:46.990 INFO O| ok
87352024-12-19T19:17:49.038Z[ host-image] Dec 19 19:17:47.180 INFO image builder template: ramdisk-02-trim...
87362024-12-19T19:17:49.039Z[ host-image] Dec 19 19:17:47.180 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/.tmphsgD4x/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
87372024-12-19T19:17:49.088Z[ host-image] Dec 19 19:17:47.230 INFO O| Dec 19 19:17:47.230 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87382024-12-19T19:17:49.122Z[ host-image] Dec 19 19:17:47.263 INFO O| Dec 19 19:17:47.263 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87392024-12-19T19:17:49.245Z[ recovery-image] Dec 19 19:17:47.387 INFO E| Compiling bitflags v1.3.2
87402024-12-19T19:17:49.245Z[ recovery-image] Dec 19 19:17:47.387 INFO E| Compiling scroll v0.12.0
87412024-12-19T19:17:49.248Z[ recovery-image] Dec 19 19:17:47.387 INFO E| Compiling bit_field v0.10.2
87422024-12-19T19:17:49.248Z[ recovery-image] Dec 19 19:17:47.387 INFO E| Compiling plain v0.2.3
87432024-12-19T19:17:49.248Z[ recovery-image] Dec 19 19:17:47.387 INFO E| Compiling log v0.4.22
87442024-12-19T19:17:49.248Z[ recovery-image] Dec 19 19:17:47.387 INFO E| Compiling adler2 v2.0.0
87452024-12-19T19:17:49.248Z[ recovery-image] Dec 19 19:17:47.387 INFO E| Compiling bitstruct v0.1.1
87462024-12-19T19:17:49.394Z[ recovery-image] Dec 19 19:17:47.536 INFO E| Compiling raw-cpuid v10.7.0
87472024-12-19T19:17:49.400Z[ recovery-image] Dec 19 19:17:47.542 INFO E| Compiling cpio_reader v0.1.1
87482024-12-19T19:17:49.521Z[ host-image] Dec 19 19:17:47.663 INFO O| Dec 19 19:17:47.663 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87492024-12-19T19:17:49.702Z[ recovery-image] Dec 19 19:17:47.844 INFO E| Compiling miniz_oxide v0.8.0
87502024-12-19T19:17:49.750Z[ host-image] Dec 19 19:17:47.892 INFO O| Dec 19 19:17:47.892 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87512024-12-19T19:17:49.772Z[ host-image] Dec 19 19:17:47.914 INFO O| Dec 19 19:17:47.914 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87522024-12-19T19:17:49.809Z[ recovery-image] Dec 19 19:17:47.951 INFO E| Compiling static_assertions v1.1.0
87532024-12-19T19:17:49.829Z[ host-image] Dec 19 19:17:47.971 INFO O| Dec 19 19:17:47.971 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87542024-12-19T19:17:49.852Z[ host-image] Dec 19 19:17:47.994 INFO O| Dec 19 19:17:47.994 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87552024-12-19T19:17:49.936Z[ host-image] Dec 19 19:17:48.078 INFO O| Dec 19 19:17:48.078 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87562024-12-19T19:17:50.246Z[ recovery-image] Dec 19 19:17:48.388 INFO E| Compiling goblin v0.8.2
87572024-12-19T19:17:50.806Z[ host-image] Dec 19 19:17:48.948 INFO O| Dec 19 19:17:48.948 INFO rolled back to input snapshot; work may begin
87582024-12-19T19:17:50.806Z[ host-image] Dec 19 19:17:48.948 INFO O| Dec 19 19:17:48.948 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87592024-12-19T19:17:50.815Z[ host-image] Dec 19 19:17:48.957 INFO O| Dec 19 19:17:48.957 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-12-19T19:17:50.834Z[ host-image] Dec 19 19:17:48.976 INFO O| Dec 19 19:17:48.976 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87612024-12-19T19:17:51.034Z[ host-image] Dec 19 19:17:49.176 INFO O| Dec 19 19:17:49.176 INFO STEP 0 (remove_files) COMPLETE
87622024-12-19T19:17:51.034Z[ host-image] Dec 19 19:17:49.176 INFO O| Dec 19 19:17:49.176 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-12-19T19:17:51.077Z[ host-image] Dec 19 19:17:49.219 INFO O| Dec 19 19:17:49.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87642024-12-19T19:17:51.080Z[ host-image] Dec 19 19:17:49.222 INFO O| Dec 19 19:17:49.222 INFO STEP 1 (remove_files) COMPLETE
87652024-12-19T19:17:51.080Z[ host-image] Dec 19 19:17:49.222 INFO O| Dec 19 19:17:49.222 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-12-19T19:17:51.115Z[ host-image] Dec 19 19:17:49.257 INFO O| Dec 19 19:17:49.257 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87672024-12-19T19:17:51.139Z[ host-image] Dec 19 19:17:49.281 INFO O| Dec 19 19:17:49.281 INFO STEP 2 (remove_files) COMPLETE
87682024-12-19T19:17:51.139Z[ host-image] Dec 19 19:17:49.281 INFO O| Dec 19 19:17:49.281 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-12-19T19:17:51.173Z[ host-image] Dec 19 19:17:49.314 INFO O| Dec 19 19:17:49.314 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87702024-12-19T19:17:51.176Z[ host-image] Dec 19 19:17:49.317 INFO O| Dec 19 19:17:49.317 INFO STEP 3 (remove_files) COMPLETE
87712024-12-19T19:17:51.176Z[ host-image] Dec 19 19:17:49.317 INFO O| Dec 19 19:17:49.317 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-19T19:17:51.196Z[ host-image] Dec 19 19:17:49.338 INFO O| Dec 19 19:17:49.338 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87732024-12-19T19:17:51.202Z[ host-image] Dec 19 19:17:49.344 INFO O| Dec 19 19:17:49.344 INFO STEP 4 (remove_files) COMPLETE
87742024-12-19T19:17:51.202Z[ host-image] Dec 19 19:17:49.344 INFO O| Dec 19 19:17:49.344 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-19T19:17:51.220Z[ host-image] Dec 19 19:17:49.362 INFO O| Dec 19 19:17:49.362 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87762024-12-19T19:17:51.224Z[ host-image] Dec 19 19:17:49.366 INFO O| Dec 19 19:17:49.366 INFO STEP 5 (remove_files) COMPLETE
87772024-12-19T19:17:51.224Z[ host-image] Dec 19 19:17:49.366 INFO O| Dec 19 19:17:49.366 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-19T19:17:51.244Z[ host-image] Dec 19 19:17:49.386 INFO O| Dec 19 19:17:49.386 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87792024-12-19T19:17:51.262Z[ host-image] Dec 19 19:17:49.404 INFO O| Dec 19 19:17:49.404 INFO STEP 6 (remove_files) COMPLETE
87802024-12-19T19:17:51.262Z[ host-image] Dec 19 19:17:49.404 INFO O| Dec 19 19:17:49.404 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-19T19:17:51.323Z[ host-image] Dec 19 19:17:49.464 INFO O| Dec 19 19:17:49.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87822024-12-19T19:17:51.343Z[ host-image] Dec 19 19:17:49.484 INFO O| Dec 19 19:17:49.484 INFO STEP 7 (remove_files) COMPLETE
87832024-12-19T19:17:51.343Z[ host-image] Dec 19 19:17:49.485 INFO O| Dec 19 19:17:49.484 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-19T19:17:51.398Z[ host-image] Dec 19 19:17:49.538 INFO O| Dec 19 19:17:49.538 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87852024-12-19T19:17:51.564Z[ host-image] Dec 19 19:17:49.706 INFO O| Dec 19 19:17:49.705 INFO STEP 8 (remove_files) COMPLETE
87862024-12-19T19:17:51.565Z[ host-image] Dec 19 19:17:49.706 INFO O| Dec 19 19:17:49.706 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-12-19T19:17:51.585Z[ host-image] Dec 19 19:17:49.726 INFO O| Dec 19 19:17:49.726 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87882024-12-19T19:17:51.775Z[ host-image] Dec 19 19:17:49.916 INFO O| Dec 19 19:17:49.916 INFO STEP 9 (remove_files) COMPLETE
87892024-12-19T19:17:51.775Z[ host-image] Dec 19 19:17:49.916 INFO O| Dec 19 19:17:49.916 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-12-19T19:17:51.827Z[ host-image] Dec 19 19:17:49.968 INFO O| Dec 19 19:17:49.968 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87912024-12-19T19:17:51.833Z[ host-image] Dec 19 19:17:49.975 INFO O| Dec 19 19:17:49.975 INFO STEP 10 (remove_files) COMPLETE
87922024-12-19T19:17:51.833Z[ host-image] Dec 19 19:17:49.975 INFO O| Dec 19 19:17:49.975 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-12-19T19:17:51.891Z[ host-image] Dec 19 19:17:50.033 INFO O| Dec 19 19:17:50.033 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87942024-12-19T19:17:51.894Z[ host-image] Dec 19 19:17:50.035 INFO O| Dec 19 19:17:50.034 INFO STEP 11 (remove_files) COMPLETE
87952024-12-19T19:17:51.894Z[ host-image] Dec 19 19:17:50.035 INFO O| Dec 19 19:17:50.034 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-12-19T19:17:51.919Z[ host-image] Dec 19 19:17:50.061 INFO O| Dec 19 19:17:50.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87972024-12-19T19:17:51.921Z[ host-image] Dec 19 19:17:50.063 INFO O| Dec 19 19:17:50.063 INFO STEP 12 (remove_files) COMPLETE
87982024-12-19T19:17:51.921Z[ host-image] Dec 19 19:17:50.063 INFO O| Dec 19 19:17:50.063 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-12-19T19:17:52.035Z[ host-image] Dec 19 19:17:50.176 INFO O| Dec 19 19:17:50.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88002024-12-19T19:17:52.065Z[ host-image] Dec 19 19:17:50.206 INFO O| Dec 19 19:17:50.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88012024-12-19T19:17:52.065Z[ host-image] Dec 19 19:17:50.206 INFO O| Dec 19 19:17:50.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88022024-12-19T19:17:52.068Z[ host-image] Dec 19 19:17:50.206 INFO O| Dec 19 19:17:50.206 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88032024-12-19T19:17:52.068Z[ host-image] Dec 19 19:17:50.207 INFO O| Dec 19 19:17:50.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88042024-12-19T19:17:52.068Z[ host-image] Dec 19 19:17:50.207 INFO O| Dec 19 19:17:50.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88052024-12-19T19:17:52.068Z[ host-image] Dec 19 19:17:50.207 INFO O| Dec 19 19:17:50.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88062024-12-19T19:17:52.068Z[ host-image] Dec 19 19:17:50.207 INFO O| Dec 19 19:17:50.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88072024-12-19T19:17:52.068Z[ host-image] Dec 19 19:17:50.207 INFO O| Dec 19 19:17:50.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88082024-12-19T19:17:52.084Z[ host-image] Dec 19 19:17:50.225 INFO O| Dec 19 19:17:50.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88092024-12-19T19:17:52.084Z[ host-image] Dec 19 19:17:50.225 INFO O| Dec 19 19:17:50.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88102024-12-19T19:17:52.087Z[ host-image] Dec 19 19:17:50.225 INFO O| Dec 19 19:17:50.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88112024-12-19T19:17:52.087Z[ host-image] Dec 19 19:17:50.226 INFO O| Dec 19 19:17:50.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88122024-12-19T19:17:52.087Z[ host-image] Dec 19 19:17:50.226 INFO O| Dec 19 19:17:50.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88132024-12-19T19:17:52.087Z[ host-image] Dec 19 19:17:50.226 INFO O| Dec 19 19:17:50.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88142024-12-19T19:17:52.087Z[ host-image] Dec 19 19:17:50.226 INFO O| Dec 19 19:17:50.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88152024-12-19T19:17:52.087Z[ host-image] Dec 19 19:17:50.227 INFO O| Dec 19 19:17:50.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88162024-12-19T19:17:52.849Z[ host-image] Dec 19 19:17:50.990 INFO O| Dec 19 19:17:50.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88172024-12-19T19:17:52.851Z[ host-image] Dec 19 19:17:50.992 INFO O| Dec 19 19:17:50.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88182024-12-19T19:17:52.865Z[ host-image] Dec 19 19:17:51.007 INFO O| Dec 19 19:17:51.007 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88192024-12-19T19:17:53.012Z[ host-image] Dec 19 19:17:51.153 INFO O| Dec 19 19:17:51.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88202024-12-19T19:17:53.016Z[ host-image] Dec 19 19:17:51.158 INFO O| Dec 19 19:17:51.158 INFO STEP 13 (remove_files) COMPLETE
88212024-12-19T19:17:53.016Z[ host-image] Dec 19 19:17:51.158 INFO O| Dec 19 19:17:51.158 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-12-19T19:17:53.065Z[ host-image] Dec 19 19:17:51.207 INFO O| Dec 19 19:17:51.207 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88232024-12-19T19:17:53.068Z[ host-image] Dec 19 19:17:51.210 INFO O| Dec 19 19:17:51.209 INFO STEP 14 (remove_files) COMPLETE
88242024-12-19T19:17:53.068Z[ host-image] Dec 19 19:17:51.210 INFO O| Dec 19 19:17:51.209 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-12-19T19:17:53.148Z[ host-image] Dec 19 19:17:51.290 INFO O| Dec 19 19:17:51.290 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88262024-12-19T19:17:53.158Z[ host-image] Dec 19 19:17:51.299 INFO O| Dec 19 19:17:51.299 INFO STEP 15 (remove_files) COMPLETE
88272024-12-19T19:17:53.158Z[ host-image] Dec 19 19:17:51.299 INFO O| Dec 19 19:17:51.299 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88282024-12-19T19:17:53.178Z[ host-image] Dec 19 19:17:51.319 INFO O| Dec 19 19:17:51.319 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88292024-12-19T19:17:53.180Z[ host-image] Dec 19 19:17:51.320 INFO O| Dec 19 19:17:51.320 INFO STEP 16 (remove_files) COMPLETE
88302024-12-19T19:17:53.180Z[ host-image] Dec 19 19:17:51.320 INFO O| Dec 19 19:17:51.320 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88312024-12-19T19:17:53.196Z[ host-image] Dec 19 19:17:51.338 INFO O| Dec 19 19:17:51.338 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88322024-12-19T19:17:53.207Z[ host-image] Dec 19 19:17:51.340 INFO O| Dec 19 19:17:51.340 INFO STEP 17 (remove_files) COMPLETE
88332024-12-19T19:17:53.207Z[ host-image] Dec 19 19:17:51.340 INFO O| Dec 19 19:17:51.340 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-19T19:17:53.284Z[ host-image] Dec 19 19:17:51.425 INFO O| Dec 19 19:17:51.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88352024-12-19T19:17:53.284Z[ host-image] Dec 19 19:17:51.425 INFO O| Dec 19 19:17:51.425 INFO STEP 18 (remove_files) COMPLETE
88362024-12-19T19:17:53.284Z[ host-image] Dec 19 19:17:51.425 INFO O| Dec 19 19:17:51.425 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-19T19:17:53.398Z[ host-image] Dec 19 19:17:51.540 INFO O| Dec 19 19:17:51.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88382024-12-19T19:17:53.399Z[ host-image] Dec 19 19:17:51.540 INFO O| Dec 19 19:17:51.540 INFO STEP 19 (remove_files) COMPLETE
88392024-12-19T19:17:53.399Z[ host-image] Dec 19 19:17:51.540 INFO O| Dec 19 19:17:51.540 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-19T19:17:53.540Z[ host-image] Dec 19 19:17:51.681 INFO O| Dec 19 19:17:51.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88412024-12-19T19:17:53.540Z[ host-image] Dec 19 19:17:51.681 INFO O| Dec 19 19:17:51.681 INFO STEP 20 (remove_files) COMPLETE
88422024-12-19T19:17:53.540Z[ host-image] Dec 19 19:17:51.681 INFO O| Dec 19 19:17:51.681 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-19T19:17:53.657Z[ host-image] Dec 19 19:17:51.798 INFO O| Dec 19 19:17:51.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88442024-12-19T19:17:53.660Z[ host-image] Dec 19 19:17:51.798 INFO O| Dec 19 19:17:51.798 INFO STEP 21 (remove_files) COMPLETE
88452024-12-19T19:17:53.660Z[ host-image] Dec 19 19:17:51.798 INFO O| Dec 19 19:17:51.798 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-19T19:17:53.676Z[ host-image] Dec 19 19:17:51.818 INFO O| Dec 19 19:17:51.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88472024-12-19T19:17:53.679Z[ host-image] Dec 19 19:17:51.818 INFO O| Dec 19 19:17:51.818 INFO STEP 22 (remove_files) COMPLETE
88482024-12-19T19:17:53.679Z[ host-image] Dec 19 19:17:51.818 INFO O| Dec 19 19:17:51.818 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-19T19:17:53.779Z[ host-image] Dec 19 19:17:51.921 INFO O| Dec 19 19:17:51.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88502024-12-19T19:17:53.779Z[ host-image] Dec 19 19:17:51.921 INFO O| Dec 19 19:17:51.921 INFO STEP 23 (remove_files) COMPLETE
88512024-12-19T19:17:53.779Z[ host-image] Dec 19 19:17:51.921 INFO O| Dec 19 19:17:51.921 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-19T19:17:53.859Z[ host-image] Dec 19 19:17:51.991 INFO O| Dec 19 19:17:51.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88532024-12-19T19:17:53.859Z[ host-image] Dec 19 19:17:51.991 INFO O| Dec 19 19:17:51.991 INFO STEP 24 (remove_files) COMPLETE
88542024-12-19T19:17:53.859Z[ host-image] Dec 19 19:17:51.991 INFO O| Dec 19 19:17:51.991 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-19T19:17:53.896Z[ host-image] Dec 19 19:17:52.037 INFO O| Dec 19 19:17:52.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88562024-12-19T19:17:53.896Z[ host-image] Dec 19 19:17:52.037 INFO O| Dec 19 19:17:52.037 INFO STEP 25 (remove_files) COMPLETE
88572024-12-19T19:17:53.896Z[ host-image] Dec 19 19:17:52.037 INFO O| Dec 19 19:17:52.037 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-19T19:17:53.995Z[ host-image] Dec 19 19:17:52.136 INFO O| Dec 19 19:17:52.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88592024-12-19T19:17:53.995Z[ host-image] Dec 19 19:17:52.136 INFO O| Dec 19 19:17:52.136 INFO STEP 26 (remove_files) COMPLETE
88602024-12-19T19:17:53.995Z[ host-image] Dec 19 19:17:52.136 INFO O| Dec 19 19:17:52.136 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-19T19:17:54.023Z[ host-image] Dec 19 19:17:52.164 INFO O| Dec 19 19:17:52.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88622024-12-19T19:17:54.023Z[ host-image] Dec 19 19:17:52.164 INFO O| Dec 19 19:17:52.164 INFO STEP 27 (remove_files) COMPLETE
88632024-12-19T19:17:54.023Z[ host-image] Dec 19 19:17:52.164 INFO O| Dec 19 19:17:52.164 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-19T19:17:54.124Z[ host-image] Dec 19 19:17:52.265 INFO O| Dec 19 19:17:52.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88652024-12-19T19:17:54.124Z[ host-image] Dec 19 19:17:52.265 INFO O| Dec 19 19:17:52.265 INFO STEP 28 (remove_files) COMPLETE
88662024-12-19T19:17:54.124Z[ host-image] Dec 19 19:17:52.265 INFO O| Dec 19 19:17:52.265 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-19T19:17:54.199Z[ host-image] Dec 19 19:17:52.340 INFO O| Dec 19 19:17:52.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88682024-12-19T19:17:54.199Z[ host-image] Dec 19 19:17:52.340 INFO O| Dec 19 19:17:52.340 INFO STEP 29 (remove_files) COMPLETE
88692024-12-19T19:17:54.199Z[ host-image] Dec 19 19:17:52.340 INFO O| Dec 19 19:17:52.340 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-19T19:17:54.317Z[ host-image] Dec 19 19:17:52.459 INFO O| Dec 19 19:17:52.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88712024-12-19T19:17:54.320Z[ host-image] Dec 19 19:17:52.459 INFO O| Dec 19 19:17:52.459 INFO STEP 30 (remove_files) COMPLETE
88722024-12-19T19:17:54.320Z[ host-image] Dec 19 19:17:52.459 INFO O| Dec 19 19:17:52.459 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-19T19:17:54.383Z[ host-image] Dec 19 19:17:52.498 INFO O| Dec 19 19:17:52.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88742024-12-19T19:17:54.383Z[ host-image] Dec 19 19:17:52.498 INFO O| Dec 19 19:17:52.498 INFO STEP 31 (remove_files) COMPLETE
88752024-12-19T19:17:54.383Z[ host-image] Dec 19 19:17:52.498 INFO O| Dec 19 19:17:52.498 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-19T19:17:54.425Z[ host-image] Dec 19 19:17:52.566 INFO O| Dec 19 19:17:52.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88772024-12-19T19:17:54.425Z[ host-image] Dec 19 19:17:52.566 INFO O| Dec 19 19:17:52.566 INFO STEP 32 (remove_files) COMPLETE
88782024-12-19T19:17:54.425Z[ host-image] Dec 19 19:17:52.566 INFO O| Dec 19 19:17:52.566 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-19T19:17:54.551Z[ host-image] Dec 19 19:17:52.693 INFO O| Dec 19 19:17:52.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88802024-12-19T19:17:54.552Z[ host-image] Dec 19 19:17:52.693 INFO O| Dec 19 19:17:52.693 INFO STEP 33 (remove_files) COMPLETE
88812024-12-19T19:17:54.554Z[ host-image] Dec 19 19:17:52.693 INFO O| Dec 19 19:17:52.693 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-19T19:17:54.682Z[ host-image] Dec 19 19:17:52.823 INFO O| Dec 19 19:17:52.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88832024-12-19T19:17:54.682Z[ host-image] Dec 19 19:17:52.824 INFO O| Dec 19 19:17:52.823 INFO STEP 34 (remove_files) COMPLETE
88842024-12-19T19:17:54.685Z[ host-image] Dec 19 19:17:52.824 INFO O| Dec 19 19:17:52.824 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-19T19:17:54.702Z[ host-image] Dec 19 19:17:52.843 INFO O| Dec 19 19:17:52.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88862024-12-19T19:17:54.705Z[ host-image] Dec 19 19:17:52.844 INFO O| Dec 19 19:17:52.843 INFO STEP 35 (remove_files) COMPLETE
88872024-12-19T19:17:54.705Z[ host-image] Dec 19 19:17:52.844 INFO O| Dec 19 19:17:52.844 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-19T19:17:54.723Z[ host-image] Dec 19 19:17:52.865 INFO O| Dec 19 19:17:52.865 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88892024-12-19T19:17:54.726Z[ host-image] Dec 19 19:17:52.865 INFO O| Dec 19 19:17:52.865 INFO STEP 36 (remove_files) COMPLETE
88902024-12-19T19:17:54.726Z[ host-image] Dec 19 19:17:52.865 INFO O| Dec 19 19:17:52.865 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-19T19:17:54.744Z[ host-image] Dec 19 19:17:52.886 INFO O| Dec 19 19:17:52.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88922024-12-19T19:17:54.747Z[ host-image] Dec 19 19:17:52.886 INFO O| Dec 19 19:17:52.886 INFO STEP 37 (remove_files) COMPLETE
88932024-12-19T19:17:54.748Z[ host-image] Dec 19 19:17:52.886 INFO O| Dec 19 19:17:52.886 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-19T19:17:54.765Z[ host-image] Dec 19 19:17:52.906 INFO O| Dec 19 19:17:52.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88952024-12-19T19:17:54.765Z[ host-image] Dec 19 19:17:52.907 INFO O| Dec 19 19:17:52.906 INFO STEP 38 (remove_files) COMPLETE
88962024-12-19T19:17:54.768Z[ host-image] Dec 19 19:17:52.907 INFO O| Dec 19 19:17:52.907 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-19T19:17:54.787Z[ host-image] Dec 19 19:17:52.928 INFO O| Dec 19 19:17:52.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88982024-12-19T19:17:54.787Z[ host-image] Dec 19 19:17:52.928 INFO O| Dec 19 19:17:52.928 INFO STEP 39 (remove_files) COMPLETE
88992024-12-19T19:17:54.789Z[ host-image] Dec 19 19:17:52.929 INFO O| Dec 19 19:17:52.928 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-19T19:17:54.808Z[ host-image] Dec 19 19:17:52.949 INFO O| Dec 19 19:17:52.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89012024-12-19T19:17:54.808Z[ host-image] Dec 19 19:17:52.949 INFO O| Dec 19 19:17:52.949 INFO STEP 40 (remove_files) COMPLETE
89022024-12-19T19:17:54.811Z[ host-image] Dec 19 19:17:52.950 INFO O| Dec 19 19:17:52.949 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-19T19:17:54.842Z[ host-image] Dec 19 19:17:52.984 INFO O| Dec 19 19:17:52.984 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89042024-12-19T19:17:54.842Z[ host-image] Dec 19 19:17:52.984 INFO O| Dec 19 19:17:52.984 INFO STEP 41 (remove_files) COMPLETE
89052024-12-19T19:17:54.845Z[ host-image] Dec 19 19:17:52.984 INFO O| Dec 19 19:17:52.984 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-19T19:17:54.990Z[ host-image] Dec 19 19:17:53.131 INFO O| Dec 19 19:17:53.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89072024-12-19T19:17:54.990Z[ host-image] Dec 19 19:17:53.132 INFO O| Dec 19 19:17:53.132 INFO STEP 42 (remove_files) COMPLETE
89082024-12-19T19:17:54.992Z[ host-image] Dec 19 19:17:53.132 INFO O| Dec 19 19:17:53.132 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-19T19:17:55.031Z[ host-image] Dec 19 19:17:53.172 INFO O| Dec 19 19:17:53.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89102024-12-19T19:17:55.031Z[ host-image] Dec 19 19:17:53.172 INFO O| Dec 19 19:17:53.172 INFO STEP 43 (remove_files) COMPLETE
89112024-12-19T19:17:55.034Z[ host-image] Dec 19 19:17:53.172 INFO O| Dec 19 19:17:53.172 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-19T19:17:55.061Z[ host-image] Dec 19 19:17:53.202 INFO O| Dec 19 19:17:53.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89132024-12-19T19:17:55.061Z[ host-image] Dec 19 19:17:53.202 INFO O| Dec 19 19:17:53.202 INFO STEP 44 (remove_files) COMPLETE
89142024-12-19T19:17:55.061Z[ host-image] Dec 19 19:17:53.202 INFO O| Dec 19 19:17:53.202 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-19T19:17:55.168Z[ host-image] Dec 19 19:17:53.309 INFO O| Dec 19 19:17:53.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89162024-12-19T19:17:55.168Z[ host-image] Dec 19 19:17:53.309 INFO O| Dec 19 19:17:53.309 INFO STEP 45 (remove_files) COMPLETE
89172024-12-19T19:17:55.168Z[ host-image] Dec 19 19:17:53.309 INFO O| Dec 19 19:17:53.309 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-19T19:17:55.267Z[ host-image] Dec 19 19:17:53.409 INFO O| Dec 19 19:17:53.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89192024-12-19T19:17:55.267Z[ host-image] Dec 19 19:17:53.409 INFO O| Dec 19 19:17:53.409 INFO STEP 46 (remove_files) COMPLETE
89202024-12-19T19:17:55.270Z[ host-image] Dec 19 19:17:53.409 INFO O| Dec 19 19:17:53.409 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-19T19:17:55.291Z[ host-image] Dec 19 19:17:53.432 INFO O| Dec 19 19:17:53.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89222024-12-19T19:17:55.293Z[ host-image] Dec 19 19:17:53.432 INFO O| Dec 19 19:17:53.432 INFO STEP 47 (remove_files) COMPLETE
89232024-12-19T19:17:55.293Z[ host-image] Dec 19 19:17:53.432 INFO O| Dec 19 19:17:53.432 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-19T19:17:55.312Z[ host-image] Dec 19 19:17:53.453 INFO O| Dec 19 19:17:53.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89252024-12-19T19:17:55.312Z[ host-image] Dec 19 19:17:53.454 INFO O| Dec 19 19:17:53.454 INFO STEP 48 (remove_files) COMPLETE
89262024-12-19T19:17:55.312Z[ host-image] Dec 19 19:17:53.454 INFO O| Dec 19 19:17:53.454 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-19T19:17:55.343Z[ host-image] Dec 19 19:17:53.485 INFO O| Dec 19 19:17:53.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89282024-12-19T19:17:55.343Z[ host-image] Dec 19 19:17:53.485 INFO O| Dec 19 19:17:53.485 INFO STEP 49 (remove_files) COMPLETE
89292024-12-19T19:17:55.346Z[ host-image] Dec 19 19:17:53.485 INFO O| Dec 19 19:17:53.485 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-19T19:17:55.403Z[ host-image] Dec 19 19:17:53.544 INFO O| Dec 19 19:17:53.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89312024-12-19T19:17:55.403Z[ host-image] Dec 19 19:17:53.544 INFO O| Dec 19 19:17:53.544 INFO STEP 50 (remove_files) COMPLETE
89322024-12-19T19:17:55.403Z[ host-image] Dec 19 19:17:53.544 INFO O| Dec 19 19:17:53.544 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-19T19:17:55.422Z[ host-image] Dec 19 19:17:53.563 INFO O| Dec 19 19:17:53.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89342024-12-19T19:17:55.422Z[ host-image] Dec 19 19:17:53.564 INFO O| Dec 19 19:17:53.563 INFO STEP 51 (remove_files) COMPLETE
89352024-12-19T19:17:55.422Z[ host-image] Dec 19 19:17:53.564 INFO O| Dec 19 19:17:53.563 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-19T19:17:55.443Z[ host-image] Dec 19 19:17:53.584 INFO O| Dec 19 19:17:53.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89372024-12-19T19:17:55.443Z[ host-image] Dec 19 19:17:53.585 INFO O| Dec 19 19:17:53.584 INFO STEP 52 (remove_files) COMPLETE
89382024-12-19T19:17:55.443Z[ host-image] Dec 19 19:17:53.585 INFO O| Dec 19 19:17:53.584 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-19T19:17:55.478Z[ host-image] Dec 19 19:17:53.619 INFO O| Dec 19 19:17:53.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89402024-12-19T19:17:55.480Z[ host-image] Dec 19 19:17:53.619 INFO O| Dec 19 19:17:53.619 INFO STEP 53 (remove_files) COMPLETE
89412024-12-19T19:17:55.480Z[ host-image] Dec 19 19:17:53.619 INFO O| Dec 19 19:17:53.619 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-19T19:17:55.641Z[ host-image] Dec 19 19:17:53.782 INFO O| Dec 19 19:17:53.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89432024-12-19T19:17:55.641Z[ host-image] Dec 19 19:17:53.782 INFO O| Dec 19 19:17:53.782 INFO STEP 54 (remove_files) COMPLETE
89442024-12-19T19:17:55.641Z[ host-image] Dec 19 19:17:53.782 INFO O| Dec 19 19:17:53.782 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-19T19:17:55.723Z[ host-image] Dec 19 19:17:53.864 INFO O| Dec 19 19:17:53.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89462024-12-19T19:17:55.723Z[ host-image] Dec 19 19:17:53.864 INFO O| Dec 19 19:17:53.864 INFO STEP 55 (remove_files) COMPLETE
89472024-12-19T19:17:55.723Z[ host-image] Dec 19 19:17:53.864 INFO O| Dec 19 19:17:53.864 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-19T19:17:55.812Z[ host-image] Dec 19 19:17:53.953 INFO O| Dec 19 19:17:53.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89492024-12-19T19:17:55.812Z[ host-image] Dec 19 19:17:53.953 INFO O| Dec 19 19:17:53.953 INFO STEP 56 (remove_files) COMPLETE
89502024-12-19T19:17:55.812Z[ host-image] Dec 19 19:17:53.953 INFO O| Dec 19 19:17:53.953 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-19T19:17:55.834Z[ host-image] Dec 19 19:17:53.975 INFO O| Dec 19 19:17:53.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89522024-12-19T19:17:55.834Z[ host-image] Dec 19 19:17:53.975 INFO O| Dec 19 19:17:53.975 INFO STEP 57 (remove_files) COMPLETE
89532024-12-19T19:17:55.837Z[ host-image] Dec 19 19:17:53.975 INFO O| Dec 19 19:17:53.975 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-19T19:17:55.858Z[ host-image] Dec 19 19:17:54.000 INFO O| Dec 19 19:17:53.999 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89552024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.000 INFO O| Dec 19 19:17:54.000 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89562024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.000 INFO O| Dec 19 19:17:54.000 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89572024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.001 INFO O| Dec 19 19:17:54.001 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89582024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.001 INFO O| Dec 19 19:17:54.001 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89592024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.001 INFO O| Dec 19 19:17:54.001 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89602024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.001 INFO O| Dec 19 19:17:54.001 INFO ok!
89612024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.001 INFO O| Dec 19 19:17:54.001 INFO STEP 58 (ensure_file) COMPLETE
89622024-12-19T19:17:55.862Z[ host-image] Dec 19 19:17:54.001 INFO O| Dec 19 19:17:54.001 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-19T19:17:55.882Z[ host-image] Dec 19 19:17:54.022 INFO O| Dec 19 19:17:54.022 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89642024-12-19T19:17:55.882Z[ host-image] Dec 19 19:17:54.022 INFO O| Dec 19 19:17:54.022 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89652024-12-19T19:17:55.885Z[ host-image] Dec 19 19:17:54.022 INFO O| Dec 19 19:17:54.022 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89662024-12-19T19:17:55.885Z[ host-image] Dec 19 19:17:54.023 INFO O| Dec 19 19:17:54.022 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89672024-12-19T19:17:55.885Z[ host-image] Dec 19 19:17:54.023 INFO O| Dec 19 19:17:54.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89682024-12-19T19:17:55.885Z[ host-image] Dec 19 19:17:54.023 INFO O| Dec 19 19:17:54.023 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89692024-12-19T19:17:55.885Z[ host-image] Dec 19 19:17:54.023 INFO O| Dec 19 19:17:54.023 INFO ok!
89702024-12-19T19:17:55.885Z[ host-image] Dec 19 19:17:54.023 INFO O| Dec 19 19:17:54.023 INFO STEP 59 (ensure_file) COMPLETE
89712024-12-19T19:17:55.885Z[ host-image] Dec 19 19:17:54.023 INFO O| Dec 19 19:17:54.023 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-19T19:17:55.902Z[ host-image] Dec 19 19:17:54.043 INFO O| Dec 19 19:17:54.042 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89732024-12-19T19:17:55.902Z[ host-image] Dec 19 19:17:54.043 INFO O| Dec 19 19:17:54.043 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89742024-12-19T19:17:55.902Z[ host-image] Dec 19 19:17:54.043 INFO O| Dec 19 19:17:54.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89752024-12-19T19:17:55.905Z[ host-image] Dec 19 19:17:54.043 INFO O| Dec 19 19:17:54.043 INFO ok!
89762024-12-19T19:17:55.905Z[ host-image] Dec 19 19:17:54.043 INFO O| Dec 19 19:17:54.043 INFO STEP 60 (ensure_file) COMPLETE
89772024-12-19T19:17:55.905Z[ host-image] Dec 19 19:17:54.043 INFO O| Dec 19 19:17:54.043 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782024-12-19T19:17:55.920Z[ host-image] Dec 19 19:17:54.062 INFO O| Dec 19 19:17:54.061 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89792024-12-19T19:17:55.920Z[ host-image] Dec 19 19:17:54.062 INFO O| Dec 19 19:17:54.062 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89802024-12-19T19:17:55.923Z[ host-image] Dec 19 19:17:54.062 INFO O| Dec 19 19:17:54.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89812024-12-19T19:17:55.923Z[ host-image] Dec 19 19:17:54.062 INFO O| Dec 19 19:17:54.062 INFO ok!
89822024-12-19T19:17:55.923Z[ host-image] Dec 19 19:17:54.062 INFO O| Dec 19 19:17:54.062 INFO STEP 61 (ensure_file) COMPLETE
89832024-12-19T19:17:55.923Z[ host-image] Dec 19 19:17:54.062 INFO O| Dec 19 19:17:54.062 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-19T19:17:55.948Z[ host-image] Dec 19 19:17:54.089 INFO O| Dec 19 19:17:54.089 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89852024-12-19T19:17:55.948Z[ host-image] Dec 19 19:17:54.090 INFO O| Dec 19 19:17:54.089 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89862024-12-19T19:17:55.951Z[ host-image] Dec 19 19:17:54.090 INFO O| Dec 19 19:17:54.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89872024-12-19T19:17:55.951Z[ host-image] Dec 19 19:17:54.090 INFO O| Dec 19 19:17:54.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89882024-12-19T19:17:55.951Z[ host-image] Dec 19 19:17:54.090 INFO O| Dec 19 19:17:54.090 INFO ok!
89892024-12-19T19:17:55.951Z[ host-image] Dec 19 19:17:54.090 INFO O| Dec 19 19:17:54.090 INFO STEP 62 (ensure_file) COMPLETE
89902024-12-19T19:17:55.951Z[ host-image] Dec 19 19:17:54.090 INFO O| Dec 19 19:17:54.090 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89912024-12-19T19:17:55.999Z[ host-image] Dec 19 19:17:54.140 INFO O| Dec 19 19:17:54.140 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89922024-12-19T19:17:55.999Z[ host-image] Dec 19 19:17:54.140 INFO O| Dec 19 19:17:54.140 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89932024-12-19T19:17:56.002Z[ host-image] Dec 19 19:17:54.140 INFO O| Dec 19 19:17:54.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89942024-12-19T19:17:56.002Z[ host-image] Dec 19 19:17:54.141 INFO O| Dec 19 19:17:54.140 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89952024-12-19T19:17:56.002Z[ host-image] Dec 19 19:17:54.141 INFO O| Dec 19 19:17:54.140 INFO ok!
89962024-12-19T19:17:56.002Z[ host-image] Dec 19 19:17:54.141 INFO O| Dec 19 19:17:54.140 INFO STEP 63 (ensure_file) COMPLETE
89972024-12-19T19:17:56.002Z[ host-image] Dec 19 19:17:54.141 INFO O| Dec 19 19:17:54.140 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-19T19:17:56.018Z[ host-image] Dec 19 19:17:54.159 INFO O| Dec 19 19:17:54.159 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89992024-12-19T19:17:56.018Z[ host-image] Dec 19 19:17:54.159 INFO O| Dec 19 19:17:54.159 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90002024-12-19T19:17:56.018Z[ host-image] Dec 19 19:17:54.159 INFO O| Dec 19 19:17:54.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90012024-12-19T19:17:56.018Z[ host-image] Dec 19 19:17:54.159 INFO O| Dec 19 19:17:54.159 INFO ok!
90022024-12-19T19:17:56.020Z[ host-image] Dec 19 19:17:54.159 INFO O| Dec 19 19:17:54.159 INFO STEP 64 (assemble_files) COMPLETE
90032024-12-19T19:17:56.020Z[ host-image] Dec 19 19:17:54.159 INFO O| Dec 19 19:17:54.159 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042024-12-19T19:17:56.039Z[ host-image] Dec 19 19:17:54.180 INFO O| Dec 19 19:17:54.180 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90052024-12-19T19:17:56.039Z[ host-image] Dec 19 19:17:54.181 INFO O| Dec 19 19:17:54.180 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90062024-12-19T19:17:56.042Z[ host-image] Dec 19 19:17:54.181 INFO O| Dec 19 19:17:54.181 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90072024-12-19T19:17:56.042Z[ host-image] Dec 19 19:17:54.181 INFO O| Dec 19 19:17:54.181 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90082024-12-19T19:17:56.042Z[ host-image] Dec 19 19:17:54.181 INFO O| Dec 19 19:17:54.181 INFO ok!
90092024-12-19T19:17:56.042Z[ host-image] Dec 19 19:17:54.181 INFO O| Dec 19 19:17:54.181 INFO STEP 65 (ensure_file) COMPLETE
90102024-12-19T19:17:56.043Z[ host-image] Dec 19 19:17:54.181 INFO O| Dec 19 19:17:54.181 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90112024-12-19T19:17:56.067Z[ host-image] Dec 19 19:17:54.208 INFO O| Dec 19 19:17:54.208 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90122024-12-19T19:17:56.067Z[ host-image] Dec 19 19:17:54.209 INFO O| Dec 19 19:17:54.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90132024-12-19T19:17:56.070Z[ host-image] Dec 19 19:17:54.209 INFO O| Dec 19 19:17:54.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90142024-12-19T19:17:56.070Z[ host-image] Dec 19 19:17:54.209 INFO O| Dec 19 19:17:54.209 INFO STEP 66 (ensure_dir) COMPLETE
90152024-12-19T19:17:56.070Z[ host-image] Dec 19 19:17:54.209 INFO O| Dec 19 19:17:54.209 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-19T19:17:56.104Z[ host-image] Dec 19 19:17:54.245 INFO O| Dec 19 19:17:54.245 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90172024-12-19T19:17:56.104Z[ host-image] Dec 19 19:17:54.245 INFO O| Dec 19 19:17:54.245 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 ...
90182024-12-19T19:17:56.115Z[ host-image] Dec 19 19:17:54.256 INFO O| Dec 19 19:17:54.256 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
90192024-12-19T19:17:56.115Z[ host-image] Dec 19 19:17:54.256 INFO O| Dec 19 19:17:54.256 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90202024-12-19T19:17:56.118Z[ host-image] Dec 19 19:17:54.256 INFO O| Dec 19 19:17:54.256 INFO ok!
90212024-12-19T19:17:56.118Z[ host-image] Dec 19 19:17:54.256 INFO O| Dec 19 19:17:54.256 INFO STEP 67 (ensure_file) COMPLETE
90222024-12-19T19:17:56.118Z[ host-image] Dec 19 19:17:54.256 INFO O| Dec 19 19:17:54.256 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-19T19:17:56.134Z[ host-image] Dec 19 19:17:54.276 INFO O| Dec 19 19:17:54.275 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90242024-12-19T19:17:56.134Z[ host-image] Dec 19 19:17:54.276 INFO O| Dec 19 19:17:54.275 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 ...
90252024-12-19T19:17:56.137Z[ host-image] Dec 19 19:17:54.276 INFO O| Dec 19 19:17:54.276 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
90262024-12-19T19:17:56.137Z[ host-image] Dec 19 19:17:54.276 INFO O| Dec 19 19:17:54.276 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90272024-12-19T19:17:56.137Z[ host-image] Dec 19 19:17:54.276 INFO O| Dec 19 19:17:54.276 INFO ok!
90282024-12-19T19:17:56.137Z[ host-image] Dec 19 19:17:54.276 INFO O| Dec 19 19:17:54.276 INFO STEP 68 (ensure_file) COMPLETE
90292024-12-19T19:17:56.137Z[ host-image] Dec 19 19:17:54.276 INFO O| Dec 19 19:17:54.276 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90302024-12-19T19:17:56.162Z[ host-image] Dec 19 19:17:54.303 INFO O| Dec 19 19:17:54.303 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90312024-12-19T19:17:56.165Z[ host-image] Dec 19 19:17:54.304 INFO O| Dec 19 19:17:54.304 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90322024-12-19T19:18:00.609Z[ host-image] Dec 19 19:17:58.750 INFO O| Dec 19 19:17:58.750 INFO STEP 69 (pack_tar) COMPLETE
90332024-12-19T19:18:00.609Z[ host-image] Dec 19 19:17:58.750 INFO O| Dec 19 19:17:58.750 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90342024-12-19T19:18:00.612Z[ host-image] Dec 19 19:17:58.750 INFO O| Dec 19 19:17:58.750 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90352024-12-19T19:18:01.320Z[ host-image] Dec 19 19:17:59.461 INFO O| Dec 19 19:17:59.461 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90362024-12-19T19:18:01.476Z[ host-image] Dec 19 19:17:59.617 INFO O| Dec 19 19:17:59.617 INFO completed processing gimlet/ramdisk-02-trim
90372024-12-19T19:18:01.480Z[ host-image] Dec 19 19:17:59.620 INFO image builder template: zfs...
90382024-12-19T19:18:01.480Z[ host-image] Dec 19 19:17:59.620 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/.tmphsgD4x/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.34.311", "-n", "zfs"], pwd: None
90392024-12-19T19:18:01.503Z[ host-image] Dec 19 19:17:59.644 INFO O| Dec 19 19:17:59.644 INFO skip include "stress" because feature "stress" is not enabled
90402024-12-19T19:18:01.575Z[ host-image] Dec 19 19:17:59.716 INFO O| Dec 19 19:17:59.716 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90412024-12-19T19:18:01.586Z[ host-image] Dec 19 19:17:59.725 INFO O| Dec 19 19:17:59.725 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90422024-12-19T19:18:01.703Z[ recovery-image] Dec 19 19:17:59.844 INFO E| Finished `release` profile [optimized] target(s) in 1m 02s
90432024-12-19T19:18:01.736Z[ recovery-image] Dec 19 19:17:59.877 INFO building host image...
90442024-12-19T19:18:01.739Z[ recovery-image] Dec 19 19:17:59.878 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")
90452024-12-19T19:18:01.769Z[ host-image] Dec 19 19:17:59.910 INFO O| Dec 19 19:17:59.910 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90462024-12-19T19:18:01.893Z[ host-image] Dec 19 19:18:00.034 INFO O| Dec 19 19:18:00.034 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90472024-12-19T19:18:01.893Z[ host-image] Dec 19 19:18:00.034 INFO O| Dec 19 19:18:00.034 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90482024-12-19T19:18:01.927Z[ host-image] Dec 19 19:18:00.068 INFO O| Dec 19 19:18:00.068 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90492024-12-19T19:18:02.103Z[ host-image] Dec 19 19:18:00.244 INFO O| Dec 19 19:18:00.244 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90502024-12-19T19:18:02.188Z[ host-image] Dec 19 19:18:00.328 INFO O| Dec 19 19:18:00.328 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90512024-12-19T19:18:02.205Z[ host-image] Dec 19 19:18:00.345 INFO O| Dec 19 19:18:00.345 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90522024-12-19T19:18:02.212Z[ host-image] Dec 19 19:18:00.354 INFO O| Dec 19 19:18:00.354 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90532024-12-19T19:18:02.213Z[ host-image] Dec 19 19:18:00.354 INFO O| Dec 19 19:18:00.354 INFO no lofi found
90542024-12-19T19:18:02.215Z[ host-image] Dec 19 19:18:00.354 INFO O| Dec 19 19:18:00.354 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90552024-12-19T19:18:02.215Z[ host-image] Dec 19 19:18:00.354 INFO O| Dec 19 19:18:00.354 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90562024-12-19T19:18:02.564Z[ recovery-image] Dec 19 19:18:00.705 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90572024-12-19T19:18:03.870Z[ host-image] Dec 19 19:18:02.011 INFO O| Dec 19 19:18:02.011 INFO lofi device = /dev/dsk/c2t1d0p0
90582024-12-19T19:18:03.870Z[ host-image] Dec 19 19:18:02.011 INFO O| Dec 19 19:18:02.011 INFO pool device = /dev/dsk/c2t1d0p0
90592024-12-19T19:18:03.874Z[ host-image] Dec 19 19:18:02.011 INFO O| Dec 19 19:18:02.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"]
90602024-12-19T19:18:04.061Z[ host-image] Dec 19 19:18:02.201 INFO O| Dec 19 19:18:02.201 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90612024-12-19T19:18:04.062Z[ host-image] Dec 19 19:18:02.201 INFO O| Dec 19 19:18:02.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90622024-12-19T19:18:04.097Z[ host-image] Dec 19 19:18:02.238 INFO O| Dec 19 19:18:02.238 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90632024-12-19T19:18:04.236Z[ host-image] Dec 19 19:18:02.377 INFO O| Dec 19 19:18:02.376 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90642024-12-19T19:18:04.298Z[ host-image] Dec 19 19:18:02.439 INFO O| Dec 19 19:18:02.438 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90652024-12-19T19:18:04.326Z[ host-image] Dec 19 19:18:02.467 INFO O| Dec 19 19:18:02.467 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90662024-12-19T19:18:04.349Z[ host-image] Dec 19 19:18:02.490 INFO O| Dec 19 19:18:02.490 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90672024-12-19T19:18:04.488Z[ host-image] Dec 19 19:18:02.629 INFO O| Dec 19 19:18:02.628 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90682024-12-19T19:18:04.491Z[ host-image] Dec 19 19:18:02.629 INFO O| Dec 19 19:18:02.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90692024-12-19T19:18:04.491Z[ host-image] Dec 19 19:18:02.629 INFO O| Dec 19 19:18:02.629 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90702024-12-19T19:18:04.519Z[ host-image] Dec 19 19:18:02.660 INFO O| Dec 19 19:18:02.660 INFO boot environment UUID: 71816009-8091-45c3-9ec7-e12e3b51a935
90712024-12-19T19:18:04.519Z[ host-image] Dec 19 19:18:02.660 INFO O| Dec 19 19:18:02.660 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 71816009-8091-45c3-9ec7-e12e3b51a935
90722024-12-19T19:18:04.583Z[ host-image] Dec 19 19:18:02.724 INFO O| Dec 19 19:18:02.724 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90732024-12-19T19:18:04.657Z[ host-image] Dec 19 19:18:02.797 INFO O| Dec 19 19:18:02.770 INFO STEP 0 (create_be) COMPLETE
90742024-12-19T19:18:04.657Z[ host-image] Dec 19 19:18:02.797 INFO O| Dec 19 19:18:02.770 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90752024-12-19T19:18:04.659Z[ host-image] Dec 19 19:18:02.798 INFO O| Dec 19 19:18:02.798 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90762024-12-19T19:18:05.483Z[ recovery-image] Dec 19 19:18:03.622 INFO image complete! materials are in "/work/os-recovery"
90772024-12-19T19:18:05.490Z[ recovery-image]
90782024-12-19T19:18:05.491Z[ recovery-image] real 10:18.844053345
90792024-12-19T19:18:05.491Z[ recovery-image] user 6:20.516877845
90802024-12-19T19:18:05.491Z[ recovery-image] sys 1:05.092805153
90812024-12-19T19:18:05.491Z[ recovery-image] trap 0.321556261
90822024-12-19T19:18:05.491Z[ recovery-image] tflt 0.826901549
90832024-12-19T19:18:05.491Z[ recovery-image] dflt 4.130769260
90842024-12-19T19:18:05.491Z[ recovery-image] kflt 0.034412943
90852024-12-19T19:18:05.491Z[ recovery-image] lock 24:17.319985289
90862024-12-19T19:18:05.491Z[ recovery-image] slp 1:03:07.583310383
90872024-12-19T19:18:05.491Z[ recovery-image] lat 4:29.471515669
90882024-12-19T19:18:05.491Z[ recovery-image] stop 9.806290927
90892024-12-19T19:18:05.494ZDec 19 19:18:03.632 INFO [recovery-image] process exited with exit status: 0 (618.869029453s)
90902024-12-19T19:18:28.650Z[ host-image] Dec 19 19:18:26.789 INFO O| Dec 19 19:18:26.789 INFO STEP 1 (unpack_tar) COMPLETE
90912024-12-19T19:18:28.650Z[ host-image] Dec 19 19:18:26.789 INFO O| Dec 19 19:18:26.789 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90922024-12-19T19:18:28.671Z[ host-image] Dec 19 19:18:26.810 INFO O| Dec 19 19:18:26.810 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90932024-12-19T19:18:29.390Z[ host-image] Dec 19 19:18:27.528 INFO O| Dec 19 19:18:27.527 INFO STEP 2 (devfsadm) COMPLETE
90942024-12-19T19:18:29.390Z[ host-image] Dec 19 19:18:27.528 INFO O| Dec 19 19:18:27.528 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90952024-12-19T19:18:29.409Z[ host-image] Dec 19 19:18:27.548 INFO O| Dec 19 19:18:27.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90962024-12-19T19:18:29.409Z[ host-image] Dec 19 19:18:27.548 INFO O| Dec 19 19:18:27.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90972024-12-19T19:18:29.413Z[ host-image] Dec 19 19:18:27.548 INFO O| Dec 19 19:18:27.548 INFO STEP 3 (ensure_dir) COMPLETE
90982024-12-19T19:18:29.413Z[ host-image] Dec 19 19:18:27.548 INFO O| Dec 19 19:18:27.548 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-19T19:18:29.428Z[ host-image] Dec 19 19:18:27.566 INFO O| Dec 19 19:18:27.566 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91002024-12-19T19:18:29.428Z[ host-image] Dec 19 19:18:27.566 INFO O| Dec 19 19:18:27.566 INFO STEP 4 (ensure_dir) COMPLETE
91012024-12-19T19:18:29.434Z[ host-image] Dec 19 19:18:27.566 INFO O| Dec 19 19:18:27.566 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91022024-12-19T19:18:29.449Z[ host-image] Dec 19 19:18:27.588 INFO O| Dec 19 19:18:27.588 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91032024-12-19T19:18:29.449Z[ host-image] Dec 19 19:18:27.588 INFO O| Dec 19 19:18:27.588 INFO STEP 5 (ensure_dir) COMPLETE
91042024-12-19T19:18:29.452Z[ host-image] Dec 19 19:18:27.588 INFO O| Dec 19 19:18:27.588 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91052024-12-19T19:18:29.507Z[ host-image] Dec 19 19:18:27.646 INFO O| Dec 19 19:18:27.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91062024-12-19T19:18:29.507Z[ host-image] Dec 19 19:18:27.646 INFO O| Dec 19 19:18:27.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91072024-12-19T19:18:29.507Z[ host-image] Dec 19 19:18:27.646 INFO O| Dec 19 19:18:27.646 INFO STEP 6 (ensure_dir) COMPLETE
91082024-12-19T19:18:29.510Z[ host-image] Dec 19 19:18:27.646 INFO O| Dec 19 19:18:27.646 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-19T19:18:29.525Z[ host-image] Dec 19 19:18:27.664 INFO O| Dec 19 19:18:27.664 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91102024-12-19T19:18:29.525Z[ host-image] Dec 19 19:18:27.664 INFO O| Dec 19 19:18:27.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91112024-12-19T19:18:29.528Z[ host-image] Dec 19 19:18:27.664 INFO O| Dec 19 19:18:27.664 INFO STEP 7 (ensure_dir) COMPLETE
91122024-12-19T19:18:29.528Z[ host-image] Dec 19 19:18:27.664 INFO O| Dec 19 19:18:27.664 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-19T19:18:29.543Z[ host-image] Dec 19 19:18:27.682 INFO O| Dec 19 19:18:27.682 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91142024-12-19T19:18:29.546Z[ host-image] Dec 19 19:18:27.682 INFO O| Dec 19 19:18:27.682 INFO STEP 8 (remove_files) COMPLETE
91152024-12-19T19:18:29.546Z[ host-image] Dec 19 19:18:27.682 INFO O| Dec 19 19:18:27.682 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-19T19:18:29.561Z[ host-image] Dec 19 19:18:27.700 INFO O| Dec 19 19:18:27.699 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91172024-12-19T19:18:29.563Z[ host-image] Dec 19 19:18:27.701 INFO O| Dec 19 19:18:27.701 INFO STEP 9 (remove_files) COMPLETE
91182024-12-19T19:18:29.563Z[ host-image] Dec 19 19:18:27.701 INFO O| Dec 19 19:18:27.701 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-19T19:18:29.580Z[ host-image] Dec 19 19:18:27.719 INFO O| Dec 19 19:18:27.719 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91202024-12-19T19:18:29.583Z[ host-image] Dec 19 19:18:27.720 INFO O| Dec 19 19:18:27.720 INFO STEP 10 (remove_files) COMPLETE
91212024-12-19T19:18:29.583Z[ host-image] Dec 19 19:18:27.720 INFO O| Dec 19 19:18:27.720 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91222024-12-19T19:18:29.599Z[ host-image] Dec 19 19:18:27.738 INFO O| Dec 19 19:18:27.738 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91232024-12-19T19:18:29.599Z[ host-image] Dec 19 19:18:27.738 INFO O| Dec 19 19:18:27.738 INFO STEP 11 (remove_files) COMPLETE
91242024-12-19T19:18:29.599Z[ host-image] Dec 19 19:18:27.738 INFO O| Dec 19 19:18:27.738 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91252024-12-19T19:18:29.617Z[ host-image] Dec 19 19:18:27.756 INFO O| Dec 19 19:18:27.756 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91262024-12-19T19:18:29.617Z[ host-image] Dec 19 19:18:27.756 INFO O| Dec 19 19:18:27.756 INFO STEP 12 (remove_files) COMPLETE
91272024-12-19T19:18:29.619Z[ host-image] Dec 19 19:18:27.756 INFO O| Dec 19 19:18:27.756 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91282024-12-19T19:18:29.633Z[ host-image] Dec 19 19:18:27.772 INFO O| Dec 19 19:18:27.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91292024-12-19T19:18:29.633Z[ host-image] Dec 19 19:18:27.772 INFO O| Dec 19 19:18:27.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91302024-12-19T19:18:29.633Z[ host-image] Dec 19 19:18:27.772 INFO O| Dec 19 19:18:27.772 INFO STEP 13 (ensure_dir) COMPLETE
91312024-12-19T19:18:29.633Z[ host-image] Dec 19 19:18:27.772 INFO O| Dec 19 19:18:27.772 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91322024-12-19T19:18:29.648Z[ host-image] Dec 19 19:18:27.788 INFO O| Dec 19 19:18:27.787 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91332024-12-19T19:18:29.648Z[ host-image] Dec 19 19:18:27.788 INFO O| Dec 19 19:18:27.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91342024-12-19T19:18:29.649Z[ host-image] Dec 19 19:18:27.788 INFO O| Dec 19 19:18:27.788 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91352024-12-19T19:18:29.652Z[ host-image] Dec 19 19:18:27.788 INFO O| Dec 19 19:18:27.788 INFO STEP 14 (ensure_dir) COMPLETE
91362024-12-19T19:18:29.652Z[ host-image] Dec 19 19:18:27.788 INFO O| Dec 19 19:18:27.788 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91372024-12-19T19:18:29.666Z[ host-image] Dec 19 19:18:27.804 INFO O| Dec 19 19:18:27.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91382024-12-19T19:18:29.666Z[ host-image] Dec 19 19:18:27.804 INFO O| Dec 19 19:18:27.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91392024-12-19T19:18:29.666Z[ host-image] Dec 19 19:18:27.804 INFO O| Dec 19 19:18:27.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91402024-12-19T19:18:29.666Z[ host-image] Dec 19 19:18:27.804 INFO O| Dec 19 19:18:27.804 INFO STEP 15 (ensure_dir) COMPLETE
91412024-12-19T19:18:29.666Z[ host-image] Dec 19 19:18:27.804 INFO O| Dec 19 19:18:27.804 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91422024-12-19T19:18:29.682Z[ host-image] Dec 19 19:18:27.821 INFO O| Dec 19 19:18:27.821 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91432024-12-19T19:18:29.683Z[ host-image] Dec 19 19:18:27.821 INFO O| Dec 19 19:18:27.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91442024-12-19T19:18:29.683Z[ host-image] Dec 19 19:18:27.821 INFO O| Dec 19 19:18:27.821 INFO STEP 16 (ensure_dir) COMPLETE
91452024-12-19T19:18:29.683Z[ host-image] Dec 19 19:18:27.821 INFO O| Dec 19 19:18:27.821 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91462024-12-19T19:18:29.699Z[ host-image] Dec 19 19:18:27.838 INFO O| Dec 19 19:18:27.838 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91472024-12-19T19:18:29.699Z[ host-image] Dec 19 19:18:27.838 INFO O| Dec 19 19:18:27.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91482024-12-19T19:18:29.699Z[ host-image] Dec 19 19:18:27.838 INFO O| Dec 19 19:18:27.838 INFO STEP 17 (ensure_dir) COMPLETE
91492024-12-19T19:18:29.699Z[ host-image] Dec 19 19:18:27.838 INFO O| Dec 19 19:18:27.838 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91502024-12-19T19:18:29.715Z[ host-image] Dec 19 19:18:27.854 INFO O| Dec 19 19:18:27.854 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91512024-12-19T19:18:29.715Z[ host-image] Dec 19 19:18:27.854 INFO O| Dec 19 19:18:27.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91522024-12-19T19:18:29.715Z[ host-image] Dec 19 19:18:27.854 INFO O| Dec 19 19:18:27.854 INFO ok!
91532024-12-19T19:18:29.715Z[ host-image] Dec 19 19:18:27.854 INFO O| Dec 19 19:18:27.854 INFO STEP 18 (ensure_symlink) COMPLETE
91542024-12-19T19:18:29.717Z[ host-image] Dec 19 19:18:27.854 INFO O| Dec 19 19:18:27.854 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91552024-12-19T19:18:29.734Z[ host-image] Dec 19 19:18:27.873 INFO O| Dec 19 19:18:27.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91562024-12-19T19:18:29.734Z[ host-image] Dec 19 19:18:27.873 INFO O| Dec 19 19:18:27.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91572024-12-19T19:18:29.736Z[ host-image] Dec 19 19:18:27.873 INFO O| Dec 19 19:18:27.873 INFO ok!
91582024-12-19T19:18:29.736Z[ host-image] Dec 19 19:18:27.873 INFO O| Dec 19 19:18:27.873 INFO STEP 19 (ensure_file) COMPLETE
91592024-12-19T19:18:29.736Z[ host-image] Dec 19 19:18:27.873 INFO O| Dec 19 19:18:27.873 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91602024-12-19T19:18:29.754Z[ host-image] Dec 19 19:18:27.893 INFO O| Dec 19 19:18:27.893 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91612024-12-19T19:18:29.754Z[ host-image] Dec 19 19:18:27.893 INFO O| Dec 19 19:18:27.893 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91622024-12-19T19:18:29.757Z[ host-image] Dec 19 19:18:27.893 INFO O| Dec 19 19:18:27.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91632024-12-19T19:18:29.757Z[ host-image] Dec 19 19:18:27.893 INFO O| Dec 19 19:18:27.893 INFO ok!
91642024-12-19T19:18:29.757Z[ host-image] Dec 19 19:18:27.893 INFO O| Dec 19 19:18:27.893 INFO STEP 20 (ensure_symlink) COMPLETE
91652024-12-19T19:18:29.758Z[ host-image] Dec 19 19:18:27.893 INFO O| Dec 19 19:18:27.893 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91662024-12-19T19:18:29.773Z[ host-image] Dec 19 19:18:27.912 INFO O| Dec 19 19:18:27.912 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91672024-12-19T19:18:29.773Z[ host-image] Dec 19 19:18:27.912 INFO O| Dec 19 19:18:27.912 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91682024-12-19T19:18:29.775Z[ host-image] Dec 19 19:18:27.912 INFO O| Dec 19 19:18:27.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91692024-12-19T19:18:29.775Z[ host-image] Dec 19 19:18:27.912 INFO O| Dec 19 19:18:27.912 INFO ok!
91702024-12-19T19:18:29.775Z[ host-image] Dec 19 19:18:27.912 INFO O| Dec 19 19:18:27.912 INFO STEP 21 (ensure_symlink) COMPLETE
91712024-12-19T19:18:29.775Z[ host-image] Dec 19 19:18:27.912 INFO O| Dec 19 19:18:27.912 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91722024-12-19T19:18:29.790Z[ host-image] Dec 19 19:18:27.929 INFO O| Dec 19 19:18:27.929 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91732024-12-19T19:18:29.790Z[ host-image] Dec 19 19:18:27.929 INFO O| Dec 19 19:18:27.929 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91742024-12-19T19:18:29.793Z[ host-image] Dec 19 19:18:27.930 INFO O| Dec 19 19:18:27.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91752024-12-19T19:18:29.793Z[ host-image] Dec 19 19:18:27.930 INFO O| Dec 19 19:18:27.930 INFO ok!
91762024-12-19T19:18:29.793Z[ host-image] Dec 19 19:18:27.930 INFO O| Dec 19 19:18:27.930 INFO STEP 22 (ensure_symlink) COMPLETE
91772024-12-19T19:18:29.793Z[ host-image] Dec 19 19:18:27.930 INFO O| Dec 19 19:18:27.930 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91782024-12-19T19:18:29.809Z[ host-image] Dec 19 19:18:27.948 INFO O| Dec 19 19:18:27.948 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91792024-12-19T19:18:29.809Z[ host-image] Dec 19 19:18:27.948 INFO O| Dec 19 19:18:27.948 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91802024-12-19T19:18:29.812Z[ host-image] Dec 19 19:18:27.948 INFO O| Dec 19 19:18:27.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91812024-12-19T19:18:29.812Z[ host-image] Dec 19 19:18:27.949 INFO O| Dec 19 19:18:27.949 INFO ok!
91822024-12-19T19:18:29.812Z[ host-image] Dec 19 19:18:27.949 INFO O| Dec 19 19:18:27.949 INFO STEP 23 (ensure_symlink) COMPLETE
91832024-12-19T19:18:29.812Z[ host-image] Dec 19 19:18:27.949 INFO O| Dec 19 19:18:27.949 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91842024-12-19T19:18:29.829Z[ host-image] Dec 19 19:18:27.967 INFO O| Dec 19 19:18:27.967 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91852024-12-19T19:18:29.832Z[ host-image] Dec 19 19:18:27.967 INFO O| Dec 19 19:18:27.967 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91862024-12-19T19:18:29.832Z[ host-image] Dec 19 19:18:27.968 INFO O| Dec 19 19:18:27.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91872024-12-19T19:18:29.832Z[ host-image] Dec 19 19:18:27.968 INFO O| Dec 19 19:18:27.968 INFO ok!
91882024-12-19T19:18:29.832Z[ host-image] Dec 19 19:18:27.968 INFO O| Dec 19 19:18:27.968 INFO STEP 24 (ensure_file) COMPLETE
91892024-12-19T19:18:29.832Z[ host-image] Dec 19 19:18:27.968 INFO O| Dec 19 19:18:27.968 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91902024-12-19T19:18:29.846Z[ host-image] Dec 19 19:18:27.985 INFO O| Dec 19 19:18:27.985 INFO updating shadow file
91912024-12-19T19:18:29.849Z[ host-image] Dec 19 19:18:27.986 INFO O| Dec 19 19:18:27.986 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91922024-12-19T19:18:29.849Z[ host-image] Dec 19 19:18:27.986 INFO O| Dec 19 19:18:27.986 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91932024-12-19T19:18:29.849Z[ host-image] Dec 19 19:18:27.986 INFO O| Dec 19 19:18:27.986 INFO STEP 25 (shadow) COMPLETE
91942024-12-19T19:18:29.849Z[ host-image] Dec 19 19:18:27.986 INFO O| Dec 19 19:18:27.986 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-19T19:18:29.870Z[ host-image] Dec 19 19:18:28.009 INFO O| Dec 19 19:18:28.009 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91962024-12-19T19:18:29.873Z[ host-image] Dec 19 19:18:28.009 INFO O| Dec 19 19:18:28.009 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91972024-12-19T19:18:29.873Z[ host-image] Dec 19 19:18:28.010 INFO O| Dec 19 19:18:28.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91982024-12-19T19:18:29.873Z[ host-image] Dec 19 19:18:28.010 INFO O| Dec 19 19:18:28.010 INFO ok!
91992024-12-19T19:18:29.873Z[ host-image] Dec 19 19:18:28.010 INFO O| Dec 19 19:18:28.010 INFO STEP 26 (ensure_file) COMPLETE
92002024-12-19T19:18:29.873Z[ host-image] Dec 19 19:18:28.010 INFO O| Dec 19 19:18:28.010 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-19T19:18:29.888Z[ host-image] Dec 19 19:18:28.027 INFO O| Dec 19 19:18:28.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92022024-12-19T19:18:29.888Z[ host-image] Dec 19 19:18:28.027 INFO O| Dec 19 19:18:28.027 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92032024-12-19T19:18:29.891Z[ host-image] Dec 19 19:18:28.028 INFO O| Dec 19 19:18:28.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92042024-12-19T19:18:29.891Z[ host-image] Dec 19 19:18:28.028 INFO O| Dec 19 19:18:28.028 INFO ok!
92052024-12-19T19:18:29.891Z[ host-image] Dec 19 19:18:28.028 INFO O| Dec 19 19:18:28.028 INFO STEP 27 (ensure_file) COMPLETE
92062024-12-19T19:18:29.891Z[ host-image] Dec 19 19:18:28.028 INFO O| Dec 19 19:18:28.028 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92072024-12-19T19:18:29.907Z[ host-image] Dec 19 19:18:28.046 INFO O| Dec 19 19:18:28.046 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92082024-12-19T19:18:29.910Z[ host-image] Dec 19 19:18:28.046 INFO O| Dec 19 19:18:28.046 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92092024-12-19T19:18:29.910Z[ host-image] Dec 19 19:18:28.046 INFO O| Dec 19 19:18:28.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92102024-12-19T19:18:29.910Z[ host-image] Dec 19 19:18:28.046 INFO O| Dec 19 19:18:28.046 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92112024-12-19T19:18:29.910Z[ host-image] Dec 19 19:18:28.046 INFO O| Dec 19 19:18:28.046 INFO ok!
92122024-12-19T19:18:29.910Z[ host-image] Dec 19 19:18:28.046 INFO O| Dec 19 19:18:28.046 INFO STEP 28 (ensure_file) COMPLETE
92132024-12-19T19:18:29.910Z[ host-image] Dec 19 19:18:28.047 INFO O| Dec 19 19:18:28.047 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92142024-12-19T19:18:29.925Z[ host-image] Dec 19 19:18:28.064 INFO O| Dec 19 19:18:28.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92152024-12-19T19:18:29.925Z[ host-image] Dec 19 19:18:28.064 INFO O| Dec 19 19:18:28.064 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92162024-12-19T19:18:29.928Z[ host-image] Dec 19 19:18:28.064 INFO O| Dec 19 19:18:28.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92172024-12-19T19:18:29.928Z[ host-image] Dec 19 19:18:28.064 INFO O| Dec 19 19:18:28.064 INFO ok!
92182024-12-19T19:18:29.928Z[ host-image] Dec 19 19:18:28.064 INFO O| Dec 19 19:18:28.064 INFO STEP 29 (ensure_file) COMPLETE
92192024-12-19T19:18:29.928Z[ host-image] Dec 19 19:18:28.064 INFO O| Dec 19 19:18:28.064 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-19T19:18:29.943Z[ host-image] Dec 19 19:18:28.081 INFO O| Dec 19 19:18:28.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92212024-12-19T19:18:29.943Z[ host-image] Dec 19 19:18:28.081 INFO O| Dec 19 19:18:28.081 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92222024-12-19T19:18:29.945Z[ host-image] Dec 19 19:18:28.082 INFO O| Dec 19 19:18:28.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92232024-12-19T19:18:29.945Z[ host-image] Dec 19 19:18:28.082 INFO O| Dec 19 19:18:28.082 INFO ok!
92242024-12-19T19:18:29.945Z[ host-image] Dec 19 19:18:28.082 INFO O| Dec 19 19:18:28.082 INFO STEP 30 (ensure_file) COMPLETE
92252024-12-19T19:18:29.945Z[ host-image] Dec 19 19:18:28.082 INFO O| Dec 19 19:18:28.082 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92262024-12-19T19:18:29.960Z[ host-image] Dec 19 19:18:28.099 INFO O| Dec 19 19:18:28.098 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92272024-12-19T19:18:29.960Z[ host-image] Dec 19 19:18:28.099 INFO O| Dec 19 19:18:28.099 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92282024-12-19T19:18:29.964Z[ host-image] Dec 19 19:18:28.099 INFO O| Dec 19 19:18:28.099 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92292024-12-19T19:18:29.964Z[ host-image] Dec 19 19:18:28.099 INFO O| Dec 19 19:18:28.099 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92302024-12-19T19:18:29.964Z[ host-image] Dec 19 19:18:28.099 INFO O| Dec 19 19:18:28.099 INFO ok!
92312024-12-19T19:18:29.964Z[ host-image] Dec 19 19:18:28.100 INFO O| Dec 19 19:18:28.099 INFO STEP 31 (ensure_file) COMPLETE
92322024-12-19T19:18:29.964Z[ host-image] Dec 19 19:18:28.100 INFO O| Dec 19 19:18:28.100 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92332024-12-19T19:18:29.980Z[ host-image] Dec 19 19:18:28.119 INFO O| Dec 19 19:18:28.119 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92342024-12-19T19:18:29.981Z[ host-image] Dec 19 19:18:28.119 INFO O| Dec 19 19:18:28.119 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92352024-12-19T19:18:29.983Z[ host-image] Dec 19 19:18:28.120 INFO O| Dec 19 19:18:28.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92362024-12-19T19:18:29.984Z[ host-image] Dec 19 19:18:28.120 INFO O| Dec 19 19:18:28.120 INFO ok!
92372024-12-19T19:18:29.984Z[ host-image] Dec 19 19:18:28.120 INFO O| Dec 19 19:18:28.120 INFO STEP 32 (ensure_file) COMPLETE
92382024-12-19T19:18:29.984Z[ host-image] Dec 19 19:18:28.120 INFO O| Dec 19 19:18:28.120 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92392024-12-19T19:18:30.007Z[ host-image] Dec 19 19:18:28.146 INFO O| Dec 19 19:18:28.146 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92402024-12-19T19:18:30.007Z[ host-image] Dec 19 19:18:28.146 INFO O| Dec 19 19:18:28.146 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92412024-12-19T19:18:30.010Z[ host-image] Dec 19 19:18:28.146 INFO O| Dec 19 19:18:28.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92422024-12-19T19:18:30.010Z[ host-image] Dec 19 19:18:28.146 INFO O| Dec 19 19:18:28.146 INFO ok!
92432024-12-19T19:18:30.010Z[ host-image] Dec 19 19:18:28.146 INFO O| Dec 19 19:18:28.146 INFO STEP 33 (ensure_file) COMPLETE
92442024-12-19T19:18:30.010Z[ host-image] Dec 19 19:18:28.146 INFO O| Dec 19 19:18:28.146 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92452024-12-19T19:18:30.032Z[ host-image] Dec 19 19:18:28.171 INFO O| Dec 19 19:18:28.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92462024-12-19T19:18:30.032Z[ host-image] Dec 19 19:18:28.171 INFO O| Dec 19 19:18:28.171 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92472024-12-19T19:18:30.035Z[ host-image] Dec 19 19:18:28.172 INFO O| Dec 19 19:18:28.172 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92482024-12-19T19:18:30.036Z[ host-image] Dec 19 19:18:28.172 INFO O| Dec 19 19:18:28.172 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92492024-12-19T19:18:30.036Z[ host-image] Dec 19 19:18:28.172 INFO O| Dec 19 19:18:28.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92502024-12-19T19:18:30.036Z[ host-image] Dec 19 19:18:28.172 INFO O| Dec 19 19:18:28.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92512024-12-19T19:18:30.036Z[ host-image] Dec 19 19:18:28.172 INFO O| Dec 19 19:18:28.172 INFO ok!
92522024-12-19T19:18:30.036Z[ host-image] Dec 19 19:18:28.172 INFO O| Dec 19 19:18:28.172 INFO STEP 34 (ensure_file) COMPLETE
92532024-12-19T19:18:30.036Z[ host-image] Dec 19 19:18:28.172 INFO O| Dec 19 19:18:28.172 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92542024-12-19T19:18:30.054Z[ host-image] Dec 19 19:18:28.193 INFO O| Dec 19 19:18:28.193 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92552024-12-19T19:18:30.056Z[ host-image] Dec 19 19:18:28.193 INFO O| Dec 19 19:18:28.193 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92562024-12-19T19:18:30.056Z[ host-image] Dec 19 19:18:28.193 INFO O| Dec 19 19:18:28.193 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92572024-12-19T19:18:30.056Z[ host-image] Dec 19 19:18:28.193 INFO O| Dec 19 19:18:28.193 INFO STEP 35 (ensure_dir) COMPLETE
92582024-12-19T19:18:30.056Z[ host-image] Dec 19 19:18:28.193 INFO O| Dec 19 19:18:28.193 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92592024-12-19T19:18:30.072Z[ host-image] Dec 19 19:18:28.211 INFO O| Dec 19 19:18:28.211 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
92602024-12-19T19:18:30.072Z[ host-image] Dec 19 19:18:28.211 INFO O| Dec 19 19:18:28.211 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 ...
92612024-12-19T19:18:30.075Z[ host-image] Dec 19 19:18:28.211 INFO O| Dec 19 19:18:28.211 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
92622024-12-19T19:18:30.075Z[ host-image] Dec 19 19:18:28.211 INFO O| Dec 19 19:18:28.211 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
92632024-12-19T19:18:30.075Z[ host-image] Dec 19 19:18:28.212 INFO O| Dec 19 19:18:28.212 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
92642024-12-19T19:18:30.075Z[ host-image] Dec 19 19:18:28.212 INFO O| Dec 19 19:18:28.212 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
92652024-12-19T19:18:30.075Z[ host-image] Dec 19 19:18:28.212 INFO O| Dec 19 19:18:28.212 INFO ok!
92662024-12-19T19:18:30.075Z[ host-image] Dec 19 19:18:28.212 INFO O| Dec 19 19:18:28.212 INFO STEP 36 (ensure_file) COMPLETE
92672024-12-19T19:18:30.075Z[ host-image] Dec 19 19:18:28.212 INFO O| Dec 19 19:18:28.212 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92682024-12-19T19:18:30.092Z[ host-image] Dec 19 19:18:28.231 INFO O| Dec 19 19:18:28.231 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92692024-12-19T19:18:30.092Z[ host-image] Dec 19 19:18:28.231 INFO O| Dec 19 19:18:28.231 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 ...
92702024-12-19T19:18:30.094Z[ host-image] Dec 19 19:18:28.231 INFO O| Dec 19 19:18:28.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92712024-12-19T19:18:30.095Z[ host-image] Dec 19 19:18:28.231 INFO O| Dec 19 19:18:28.231 INFO ok!
92722024-12-19T19:18:30.095Z[ host-image] Dec 19 19:18:28.231 INFO O| Dec 19 19:18:28.231 INFO STEP 37 (ensure_symlink) COMPLETE
92732024-12-19T19:18:30.095Z[ host-image] Dec 19 19:18:28.232 INFO O| Dec 19 19:18:28.231 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92742024-12-19T19:18:30.112Z[ host-image] Dec 19 19:18:28.250 INFO O| Dec 19 19:18:28.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92752024-12-19T19:18:30.112Z[ host-image] Dec 19 19:18:28.250 INFO O| Dec 19 19:18:28.250 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92762024-12-19T19:18:30.114Z[ host-image] Dec 19 19:18:28.251 INFO O| Dec 19 19:18:28.251 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92772024-12-19T19:18:30.114Z[ host-image] Dec 19 19:18:28.251 INFO O| Dec 19 19:18:28.251 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92782024-12-19T19:18:30.114Z[ host-image] Dec 19 19:18:28.251 INFO O| Dec 19 19:18:28.251 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92792024-12-19T19:18:30.114Z[ host-image] Dec 19 19:18:28.251 INFO O| Dec 19 19:18:28.251 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92802024-12-19T19:18:30.114Z[ host-image] Dec 19 19:18:28.251 INFO O| Dec 19 19:18:28.251 INFO ok!
92812024-12-19T19:18:30.114Z[ host-image] Dec 19 19:18:28.251 INFO O| Dec 19 19:18:28.251 INFO STEP 38 (ensure_file) COMPLETE
92822024-12-19T19:18:30.114Z[ host-image] Dec 19 19:18:28.252 INFO O| Dec 19 19:18:28.252 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92832024-12-19T19:18:30.132Z[ host-image] Dec 19 19:18:28.270 INFO O| Dec 19 19:18:28.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92842024-12-19T19:18:30.132Z[ host-image] Dec 19 19:18:28.270 INFO O| Dec 19 19:18:28.270 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 ...
92852024-12-19T19:18:30.134Z[ host-image] Dec 19 19:18:28.271 INFO O| Dec 19 19:18:28.271 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
92862024-12-19T19:18:30.134Z[ host-image] Dec 19 19:18:28.271 INFO O| Dec 19 19:18:28.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92872024-12-19T19:18:30.135Z[ host-image] Dec 19 19:18:28.271 INFO O| Dec 19 19:18:28.271 INFO ok!
92882024-12-19T19:18:30.135Z[ host-image] Dec 19 19:18:28.271 INFO O| Dec 19 19:18:28.271 INFO STEP 39 (ensure_file) COMPLETE
92892024-12-19T19:18:30.135Z[ host-image] Dec 19 19:18:28.271 INFO O| Dec 19 19:18:28.271 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-19T19:18:30.169Z[ host-image] Dec 19 19:18:28.308 INFO O| Dec 19 19:18:28.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92912024-12-19T19:18:30.169Z[ host-image] Dec 19 19:18:28.308 INFO O| Dec 19 19:18:28.308 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92922024-12-19T19:18:30.169Z[ host-image] Dec 19 19:18:28.308 INFO O| Dec 19 19:18:28.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92932024-12-19T19:18:30.172Z[ host-image] Dec 19 19:18:28.308 INFO O| Dec 19 19:18:28.308 INFO ok!
92942024-12-19T19:18:30.172Z[ host-image] Dec 19 19:18:28.308 INFO O| Dec 19 19:18:28.308 INFO STEP 40 (ensure_file) COMPLETE
92952024-12-19T19:18:30.172Z[ host-image] Dec 19 19:18:28.308 INFO O| Dec 19 19:18:28.308 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92962024-12-19T19:18:30.189Z[ host-image] Dec 19 19:18:28.328 INFO O| Dec 19 19:18:28.327 INFO updating shadow file
92972024-12-19T19:18:30.191Z[ host-image] Dec 19 19:18:28.328 INFO O| Dec 19 19:18:28.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92982024-12-19T19:18:30.192Z[ host-image] Dec 19 19:18:28.328 INFO O| Dec 19 19:18:28.328 INFO STEP 41 (shadow) COMPLETE
92992024-12-19T19:18:30.192Z[ host-image] Dec 19 19:18:28.328 INFO O| Dec 19 19:18:28.328 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93002024-12-19T19:18:30.207Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.345 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93012024-12-19T19:18:30.207Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93022024-12-19T19:18:30.209Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93032024-12-19T19:18:30.209Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93042024-12-19T19:18:30.209Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO ok!
93052024-12-19T19:18:30.209Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO STEP 42 (ensure_file) COMPLETE
93062024-12-19T19:18:30.209Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93072024-12-19T19:18:30.209Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO skip step because feature "mfg" is not enabled
93082024-12-19T19:18:30.209Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93092024-12-19T19:18:30.210Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO skip step because feature "mfg" is not enabled
93102024-12-19T19:18:30.210Z[ host-image] Dec 19 19:18:28.346 INFO O| Dec 19 19:18:28.346 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93112024-12-19T19:18:30.223Z[ host-image] Dec 19 19:18:28.362 INFO O| Dec 19 19:18:28.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93122024-12-19T19:18:30.224Z[ host-image] Dec 19 19:18:28.362 INFO O| Dec 19 19:18:28.362 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93132024-12-19T19:18:31.067Z[ host-image] Dec 19 19:18:29.205 INFO O| Dec 19 19:18:29.205 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93142024-12-19T19:18:31.067Z[ host-image] Dec 19 19:18:29.205 INFO O| Dec 19 19:18:29.205 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93152024-12-19T19:18:31.067Z[ host-image] Dec 19 19:18:29.205 INFO O| Dec 19 19:18:29.205 INFO ok!
93162024-12-19T19:18:31.067Z[ host-image] Dec 19 19:18:29.205 INFO O| Dec 19 19:18:29.205 INFO STEP 45 (ensure_file) COMPLETE
93172024-12-19T19:18:31.067Z[ host-image] Dec 19 19:18:29.205 INFO O| Dec 19 19:18:29.205 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93182024-12-19T19:18:31.086Z[ host-image] Dec 19 19:18:29.224 INFO O| Dec 19 19:18:29.224 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93192024-12-19T19:18:31.086Z[ host-image] Dec 19 19:18:29.224 INFO O| Dec 19 19:18:29.224 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93202024-12-19T19:18:31.088Z[ host-image] Dec 19 19:18:29.225 INFO O| Dec 19 19:18:29.225 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93212024-12-19T19:18:31.089Z[ host-image] Dec 19 19:18:29.225 INFO O| Dec 19 19:18:29.225 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93222024-12-19T19:18:31.089Z[ host-image] Dec 19 19:18:29.225 INFO O| Dec 19 19:18:29.225 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93232024-12-19T19:18:31.089Z[ host-image] Dec 19 19:18:29.225 INFO O| Dec 19 19:18:29.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93242024-12-19T19:18:31.089Z[ host-image] Dec 19 19:18:29.225 INFO O| Dec 19 19:18:29.225 INFO ok!
93252024-12-19T19:18:31.089Z[ host-image] Dec 19 19:18:29.225 INFO O| Dec 19 19:18:29.225 INFO STEP 46 (ensure_file) COMPLETE
93262024-12-19T19:18:31.089Z[ host-image] Dec 19 19:18:29.225 INFO O| Dec 19 19:18:29.225 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93272024-12-19T19:18:31.104Z[ host-image] Dec 19 19:18:29.242 INFO O| Dec 19 19:18:29.242 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93282024-12-19T19:18:31.104Z[ host-image] Dec 19 19:18:29.242 INFO O| Dec 19 19:18:29.242 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 ...
93292024-12-19T19:18:31.119Z[ host-image] Dec 19 19:18:29.242 INFO O| Dec 19 19:18:29.242 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
93302024-12-19T19:18:31.119Z[ host-image] Dec 19 19:18:29.242 INFO O| Dec 19 19:18:29.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93312024-12-19T19:18:31.119Z[ host-image] Dec 19 19:18:29.242 INFO O| Dec 19 19:18:29.242 INFO ok!
93322024-12-19T19:18:31.119Z[ host-image] Dec 19 19:18:29.242 INFO O| Dec 19 19:18:29.242 INFO STEP 47 (ensure_file) COMPLETE
93332024-12-19T19:18:31.119Z[ host-image] Dec 19 19:18:29.242 INFO O| Dec 19 19:18:29.242 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93342024-12-19T19:18:31.132Z[ host-image] Dec 19 19:18:29.271 INFO O| Dec 19 19:18:29.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93352024-12-19T19:18:31.132Z[ host-image] Dec 19 19:18:29.271 INFO O| Dec 19 19:18:29.271 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93362024-12-19T19:18:31.135Z[ host-image] Dec 19 19:18:29.272 INFO O| Dec 19 19:18:29.271 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93372024-12-19T19:18:31.135Z[ host-image] Dec 19 19:18:29.272 INFO O| Dec 19 19:18:29.272 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93382024-12-19T19:18:31.135Z[ host-image] Dec 19 19:18:29.272 INFO O| Dec 19 19:18:29.272 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93392024-12-19T19:18:31.135Z[ host-image] Dec 19 19:18:29.272 INFO O| Dec 19 19:18:29.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93402024-12-19T19:18:31.135Z[ host-image] Dec 19 19:18:29.272 INFO O| Dec 19 19:18:29.272 INFO ok!
93412024-12-19T19:18:31.135Z[ host-image] Dec 19 19:18:29.272 INFO O| Dec 19 19:18:29.272 INFO STEP 48 (ensure_file) COMPLETE
93422024-12-19T19:18:31.135Z[ host-image] Dec 19 19:18:29.273 INFO O| Dec 19 19:18:29.272 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93432024-12-19T19:18:31.154Z[ host-image] Dec 19 19:18:29.293 INFO O| Dec 19 19:18:29.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93442024-12-19T19:18:31.157Z[ host-image] Dec 19 19:18:29.293 INFO O| Dec 19 19:18:29.293 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 ...
93452024-12-19T19:18:31.157Z[ host-image] Dec 19 19:18:29.294 INFO O| Dec 19 19:18:29.294 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
93462024-12-19T19:18:31.157Z[ host-image] Dec 19 19:18:29.294 INFO O| Dec 19 19:18:29.294 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93472024-12-19T19:18:31.157Z[ host-image] Dec 19 19:18:29.294 INFO O| Dec 19 19:18:29.294 INFO ok!
93482024-12-19T19:18:31.157Z[ host-image] Dec 19 19:18:29.294 INFO O| Dec 19 19:18:29.294 INFO STEP 49 (ensure_file) COMPLETE
93492024-12-19T19:18:31.157Z[ host-image] Dec 19 19:18:29.294 INFO O| Dec 19 19:18:29.294 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93502024-12-19T19:18:31.175Z[ host-image] Dec 19 19:18:29.314 INFO O| Dec 19 19:18:29.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93512024-12-19T19:18:31.175Z[ host-image] Dec 19 19:18:29.314 INFO O| Dec 19 19:18:29.314 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93522024-12-19T19:18:31.178Z[ host-image] Dec 19 19:18:29.315 INFO O| Dec 19 19:18:29.314 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93532024-12-19T19:18:31.178Z[ host-image] Dec 19 19:18:29.315 INFO O| Dec 19 19:18:29.315 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93542024-12-19T19:18:31.178Z[ host-image] Dec 19 19:18:29.315 INFO O| Dec 19 19:18:29.315 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93552024-12-19T19:18:31.178Z[ host-image] Dec 19 19:18:29.315 INFO O| Dec 19 19:18:29.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93562024-12-19T19:18:31.178Z[ host-image] Dec 19 19:18:29.315 INFO O| Dec 19 19:18:29.315 INFO ok!
93572024-12-19T19:18:31.178Z[ host-image] Dec 19 19:18:29.315 INFO O| Dec 19 19:18:29.315 INFO STEP 50 (ensure_file) COMPLETE
93582024-12-19T19:18:31.178Z[ host-image] Dec 19 19:18:29.315 INFO O| Dec 19 19:18:29.315 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93592024-12-19T19:18:31.197Z[ host-image] Dec 19 19:18:29.335 INFO O| Dec 19 19:18:29.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93602024-12-19T19:18:31.197Z[ host-image] Dec 19 19:18:29.335 INFO O| Dec 19 19:18:29.335 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 ...
93612024-12-19T19:18:31.200Z[ host-image] Dec 19 19:18:29.335 INFO O| Dec 19 19:18:29.335 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
93622024-12-19T19:18:31.200Z[ host-image] Dec 19 19:18:29.335 INFO O| Dec 19 19:18:29.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93632024-12-19T19:18:31.200Z[ host-image] Dec 19 19:18:29.335 INFO O| Dec 19 19:18:29.335 INFO ok!
93642024-12-19T19:18:31.200Z[ host-image] Dec 19 19:18:29.335 INFO O| Dec 19 19:18:29.335 INFO STEP 51 (ensure_file) COMPLETE
93652024-12-19T19:18:31.200Z[ host-image] Dec 19 19:18:29.336 INFO O| Dec 19 19:18:29.335 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93662024-12-19T19:18:31.216Z[ host-image] Dec 19 19:18:29.355 INFO O| Dec 19 19:18:29.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93672024-12-19T19:18:31.217Z[ host-image] Dec 19 19:18:29.355 INFO O| Dec 19 19:18:29.355 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 ...
93682024-12-19T19:18:31.219Z[ host-image] Dec 19 19:18:29.356 INFO O| Dec 19 19:18:29.356 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
93692024-12-19T19:18:31.219Z[ host-image] Dec 19 19:18:29.356 INFO O| Dec 19 19:18:29.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93702024-12-19T19:18:31.219Z[ host-image] Dec 19 19:18:29.356 INFO O| Dec 19 19:18:29.356 INFO ok!
93712024-12-19T19:18:31.219Z[ host-image] Dec 19 19:18:29.356 INFO O| Dec 19 19:18:29.356 INFO STEP 52 (ensure_file) COMPLETE
93722024-12-19T19:18:31.219Z[ host-image] Dec 19 19:18:29.356 INFO O| Dec 19 19:18:29.356 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93732024-12-19T19:18:31.237Z[ host-image] Dec 19 19:18:29.376 INFO O| Dec 19 19:18:29.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93742024-12-19T19:18:31.237Z[ host-image] Dec 19 19:18:29.376 INFO O| Dec 19 19:18:29.376 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 ...
93752024-12-19T19:18:31.240Z[ host-image] Dec 19 19:18:29.376 INFO O| Dec 19 19:18:29.376 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
93762024-12-19T19:18:31.240Z[ host-image] Dec 19 19:18:29.376 INFO O| Dec 19 19:18:29.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93772024-12-19T19:18:31.240Z[ host-image] Dec 19 19:18:29.376 INFO O| Dec 19 19:18:29.376 INFO ok!
93782024-12-19T19:18:31.240Z[ host-image] Dec 19 19:18:29.377 INFO O| Dec 19 19:18:29.376 INFO STEP 53 (ensure_file) COMPLETE
93792024-12-19T19:18:31.240Z[ host-image] Dec 19 19:18:29.377 INFO O| Dec 19 19:18:29.377 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-12-19T19:18:31.257Z[ host-image] Dec 19 19:18:29.396 INFO O| Dec 19 19:18:29.395 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93812024-12-19T19:18:31.257Z[ host-image] Dec 19 19:18:29.396 INFO O| Dec 19 19:18:29.396 INFO STEP 54 (ensure_dir) COMPLETE
93822024-12-19T19:18:31.259Z[ host-image] Dec 19 19:18:29.396 INFO O| Dec 19 19:18:29.396 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832024-12-19T19:18:31.293Z[ host-image] Dec 19 19:18:29.431 INFO O| Dec 19 19:18:29.431 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93842024-12-19T19:18:31.293Z[ host-image] Dec 19 19:18:29.432 INFO O| Dec 19 19:18:29.431 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93852024-12-19T19:18:31.296Z[ host-image] Dec 19 19:18:29.432 INFO O| Dec 19 19:18:29.432 INFO STEP 55 (ensure_dir) COMPLETE
93862024-12-19T19:18:31.296Z[ host-image] Dec 19 19:18:29.432 INFO O| Dec 19 19:18:29.432 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-12-19T19:18:31.315Z[ host-image] Dec 19 19:18:29.453 INFO O| Dec 19 19:18:29.453 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93882024-12-19T19:18:31.318Z[ host-image] Dec 19 19:18:29.454 INFO O| Dec 19 19:18:29.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93892024-12-19T19:18:31.318Z[ host-image] Dec 19 19:18:29.454 INFO O| Dec 19 19:18:29.454 INFO STEP 56 (ensure_dir) COMPLETE
93902024-12-19T19:18:31.318Z[ host-image] Dec 19 19:18:29.454 INFO O| Dec 19 19:18:29.454 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-12-19T19:18:31.335Z[ host-image] Dec 19 19:18:29.474 INFO O| Dec 19 19:18:29.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93922024-12-19T19:18:31.335Z[ host-image] Dec 19 19:18:29.474 INFO O| Dec 19 19:18:29.474 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93932024-12-19T19:18:31.363Z[ host-image] Dec 19 19:18:29.502 INFO O| Dec 19 19:18:29.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93942024-12-19T19:18:31.363Z[ host-image] Dec 19 19:18:29.502 INFO O| Dec 19 19:18:29.502 INFO ok!
93952024-12-19T19:18:31.366Z[ host-image] Dec 19 19:18:29.502 INFO O| Dec 19 19:18:29.502 INFO STEP 57 (ensure_file) COMPLETE
93962024-12-19T19:18:31.366Z[ host-image] Dec 19 19:18:29.502 INFO O| Dec 19 19:18:29.502 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-12-19T19:18:31.385Z[ host-image] Dec 19 19:18:29.524 INFO O| Dec 19 19:18:29.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93982024-12-19T19:18:31.385Z[ host-image] Dec 19 19:18:29.524 INFO O| Dec 19 19:18:29.524 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93992024-12-19T19:18:32.829Z[ host-image] Dec 19 19:18:30.968 INFO O| Dec 19 19:18:30.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94002024-12-19T19:18:32.829Z[ host-image] Dec 19 19:18:30.968 INFO O| Dec 19 19:18:30.968 INFO ok!
94012024-12-19T19:18:32.832Z[ host-image] Dec 19 19:18:30.968 INFO O| Dec 19 19:18:30.968 INFO STEP 58 (ensure_file) COMPLETE
94022024-12-19T19:18:32.832Z[ host-image] Dec 19 19:18:30.968 INFO O| Dec 19 19:18:30.968 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-12-19T19:18:32.867Z[ host-image] Dec 19 19:18:31.005 INFO O| Dec 19 19:18:31.005 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94042024-12-19T19:18:32.867Z[ host-image] Dec 19 19:18:31.005 INFO O| Dec 19 19:18:31.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94052024-12-19T19:18:32.869Z[ host-image] Dec 19 19:18:31.006 INFO O| Dec 19 19:18:31.005 INFO STEP 59 (ensure_dir) COMPLETE
94062024-12-19T19:18:32.869Z[ host-image] Dec 19 19:18:31.006 INFO O| Dec 19 19:18:31.006 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-12-19T19:18:32.889Z[ host-image] Dec 19 19:18:31.027 INFO O| Dec 19 19:18:31.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94082024-12-19T19:18:32.889Z[ host-image] Dec 19 19:18:31.027 INFO O| Dec 19 19:18:31.027 INFO copying /tmp/.tmphsgD4x/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 ...
94092024-12-19T19:18:32.889Z[ host-image] Dec 19 19:18:31.027 INFO O| Dec 19 19:18:31.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94102024-12-19T19:18:32.892Z[ host-image] Dec 19 19:18:31.027 INFO O| Dec 19 19:18:31.027 INFO ok!
94112024-12-19T19:18:32.892Z[ host-image] Dec 19 19:18:31.028 INFO O| Dec 19 19:18:31.027 INFO STEP 60 (ensure_file) COMPLETE
94122024-12-19T19:18:32.892Z[ host-image] Dec 19 19:18:31.028 INFO O| Dec 19 19:18:31.028 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-12-19T19:18:32.908Z[ host-image] Dec 19 19:18:31.047 INFO O| Dec 19 19:18:31.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94142024-12-19T19:18:32.908Z[ host-image] Dec 19 19:18:31.047 INFO O| Dec 19 19:18:31.046 INFO copying /tmp/.tmphsgD4x/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 ...
94152024-12-19T19:18:32.911Z[ host-image] Dec 19 19:18:31.047 INFO O| Dec 19 19:18:31.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94162024-12-19T19:18:32.911Z[ host-image] Dec 19 19:18:31.047 INFO O| Dec 19 19:18:31.047 INFO ok!
94172024-12-19T19:18:32.911Z[ host-image] Dec 19 19:18:31.047 INFO O| Dec 19 19:18:31.047 INFO STEP 61 (ensure_file) COMPLETE
94182024-12-19T19:18:32.911Z[ host-image] Dec 19 19:18:31.047 INFO O| Dec 19 19:18:31.047 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192024-12-19T19:18:32.927Z[ host-image] Dec 19 19:18:31.065 INFO O| Dec 19 19:18:31.065 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94202024-12-19T19:18:32.927Z[ host-image] Dec 19 19:18:31.066 INFO O| Dec 19 19:18:31.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94212024-12-19T19:18:32.927Z[ host-image] Dec 19 19:18:31.066 INFO O| Dec 19 19:18:31.066 INFO STEP 62 (ensure_dir) COMPLETE
94222024-12-19T19:18:32.931Z[ host-image] Dec 19 19:18:31.066 INFO O| Dec 19 19:18:31.066 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-12-19T19:18:32.945Z[ host-image] Dec 19 19:18:31.083 INFO O| Dec 19 19:18:31.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94242024-12-19T19:18:32.945Z[ host-image] Dec 19 19:18:31.084 INFO O| Dec 19 19:18:31.083 INFO copying /tmp/.tmphsgD4x/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 ...
94252024-12-19T19:18:32.945Z[ host-image] Dec 19 19:18:31.084 INFO O| Dec 19 19:18:31.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94262024-12-19T19:18:32.948Z[ host-image] Dec 19 19:18:31.084 INFO O| Dec 19 19:18:31.084 INFO ok!
94272024-12-19T19:18:32.948Z[ host-image] Dec 19 19:18:31.084 INFO O| Dec 19 19:18:31.084 INFO STEP 63 (ensure_file) COMPLETE
94282024-12-19T19:18:32.948Z[ host-image] Dec 19 19:18:31.084 INFO O| Dec 19 19:18:31.084 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-12-19T19:18:32.964Z[ host-image] Dec 19 19:18:31.103 INFO O| Dec 19 19:18:31.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94302024-12-19T19:18:32.964Z[ host-image] Dec 19 19:18:31.103 INFO O| Dec 19 19:18:31.103 INFO copying /tmp/.tmphsgD4x/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 ...
94312024-12-19T19:18:32.964Z[ host-image] Dec 19 19:18:31.103 INFO O| Dec 19 19:18:31.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94322024-12-19T19:18:32.964Z[ host-image] Dec 19 19:18:31.103 INFO O| Dec 19 19:18:31.103 INFO ok!
94332024-12-19T19:18:32.967Z[ host-image] Dec 19 19:18:31.103 INFO O| Dec 19 19:18:31.103 INFO STEP 64 (ensure_file) COMPLETE
94342024-12-19T19:18:32.967Z[ host-image] Dec 19 19:18:31.103 INFO O| Dec 19 19:18:31.103 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-12-19T19:18:32.997Z[ host-image] Dec 19 19:18:31.136 INFO O| Dec 19 19:18:31.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94362024-12-19T19:18:32.997Z[ host-image] Dec 19 19:18:31.136 INFO O| Dec 19 19:18:31.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94372024-12-19T19:18:33.000Z[ host-image] Dec 19 19:18:31.136 INFO O| Dec 19 19:18:31.136 INFO STEP 65 (ensure_dir) COMPLETE
94382024-12-19T19:18:33.000Z[ host-image] Dec 19 19:18:31.136 INFO O| Dec 19 19:18:31.136 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-12-19T19:18:33.016Z[ host-image] Dec 19 19:18:31.155 INFO O| Dec 19 19:18:31.155 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94402024-12-19T19:18:33.016Z[ host-image] Dec 19 19:18:31.155 INFO O| Dec 19 19:18:31.155 INFO copying /tmp/.tmphsgD4x/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 ...
94412024-12-19T19:18:33.019Z[ host-image] Dec 19 19:18:31.155 INFO O| Dec 19 19:18:31.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94422024-12-19T19:18:33.019Z[ host-image] Dec 19 19:18:31.155 INFO O| Dec 19 19:18:31.155 INFO ok!
94432024-12-19T19:18:33.019Z[ host-image] Dec 19 19:18:31.155 INFO O| Dec 19 19:18:31.155 INFO STEP 66 (ensure_file) COMPLETE
94442024-12-19T19:18:33.019Z[ host-image] Dec 19 19:18:31.155 INFO O| Dec 19 19:18:31.155 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-12-19T19:18:33.042Z[ host-image] Dec 19 19:18:31.180 INFO O| Dec 19 19:18:31.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94462024-12-19T19:18:33.042Z[ host-image] Dec 19 19:18:31.181 INFO O| Dec 19 19:18:31.180 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94472024-12-19T19:18:33.042Z[ host-image] Dec 19 19:18:31.181 INFO O| Dec 19 19:18:31.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94482024-12-19T19:18:33.045Z[ host-image] Dec 19 19:18:31.181 INFO O| Dec 19 19:18:31.181 INFO ok!
94492024-12-19T19:18:33.045Z[ host-image] Dec 19 19:18:31.181 INFO O| Dec 19 19:18:31.181 INFO STEP 67 (ensure_file) COMPLETE
94502024-12-19T19:18:33.045Z[ host-image] Dec 19 19:18:31.181 INFO O| Dec 19 19:18:31.181 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-12-19T19:18:33.082Z[ host-image] Dec 19 19:18:31.221 INFO O| Dec 19 19:18:31.221 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94522024-12-19T19:18:33.082Z[ host-image] Dec 19 19:18:31.221 INFO O| Dec 19 19:18:31.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94532024-12-19T19:18:33.082Z[ host-image] Dec 19 19:18:31.221 INFO O| Dec 19 19:18:31.221 INFO STEP 68 (ensure_dir) COMPLETE
94542024-12-19T19:18:33.085Z[ host-image] Dec 19 19:18:31.221 INFO O| Dec 19 19:18:31.221 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-12-19T19:18:33.103Z[ host-image] Dec 19 19:18:31.242 INFO O| Dec 19 19:18:31.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94562024-12-19T19:18:33.103Z[ host-image] Dec 19 19:18:31.242 INFO O| Dec 19 19:18:31.242 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94572024-12-19T19:18:34.519Z[ host-image] Dec 19 19:18:32.658 INFO O| Dec 19 19:18:32.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94582024-12-19T19:18:34.519Z[ host-image] Dec 19 19:18:32.658 INFO O| Dec 19 19:18:32.657 INFO ok!
94592024-12-19T19:18:34.525Z[ host-image] Dec 19 19:18:32.658 INFO O| Dec 19 19:18:32.658 INFO STEP 69 (ensure_file) COMPLETE
94602024-12-19T19:18:34.525Z[ host-image] Dec 19 19:18:32.658 INFO O| Dec 19 19:18:32.658 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-12-19T19:18:34.537Z[ host-image] Dec 19 19:18:32.676 INFO O| Dec 19 19:18:32.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94622024-12-19T19:18:34.537Z[ host-image] Dec 19 19:18:32.676 INFO O| Dec 19 19:18:32.676 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94632024-12-19T19:18:36.613Z[ host-image] Dec 19 19:18:34.751 INFO O| Dec 19 19:18:34.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94642024-12-19T19:18:36.613Z[ host-image] Dec 19 19:18:34.751 INFO O| Dec 19 19:18:34.751 INFO ok!
94652024-12-19T19:18:36.616Z[ host-image] Dec 19 19:18:34.751 INFO O| Dec 19 19:18:34.751 INFO STEP 70 (ensure_file) COMPLETE
94662024-12-19T19:18:36.616Z[ host-image] Dec 19 19:18:34.751 INFO O| Dec 19 19:18:34.751 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-12-19T19:18:36.633Z[ host-image] Dec 19 19:18:34.771 INFO O| Dec 19 19:18:34.771 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94682024-12-19T19:18:36.633Z[ host-image] Dec 19 19:18:34.771 INFO O| Dec 19 19:18:34.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94692024-12-19T19:18:36.633Z[ host-image] Dec 19 19:18:34.771 INFO O| Dec 19 19:18:34.771 INFO STEP 71 (ensure_dir) COMPLETE
94702024-12-19T19:18:36.636Z[ host-image] Dec 19 19:18:34.771 INFO O| Dec 19 19:18:34.771 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-12-19T19:18:36.650Z[ host-image] Dec 19 19:18:34.788 INFO O| Dec 19 19:18:34.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94722024-12-19T19:18:36.651Z[ host-image] Dec 19 19:18:34.788 INFO O| Dec 19 19:18:34.788 INFO copying /tmp/.tmphsgD4x/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 ...
94732024-12-19T19:18:36.651Z[ host-image] Dec 19 19:18:34.789 INFO O| Dec 19 19:18:34.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94742024-12-19T19:18:36.653Z[ host-image] Dec 19 19:18:34.789 INFO O| Dec 19 19:18:34.789 INFO ok!
94752024-12-19T19:18:36.653Z[ host-image] Dec 19 19:18:34.789 INFO O| Dec 19 19:18:34.789 INFO STEP 72 (ensure_file) COMPLETE
94762024-12-19T19:18:36.653Z[ host-image] Dec 19 19:18:34.789 INFO O| Dec 19 19:18:34.789 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-12-19T19:18:36.691Z[ host-image] Dec 19 19:18:34.829 INFO O| Dec 19 19:18:34.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94782024-12-19T19:18:36.691Z[ host-image] Dec 19 19:18:34.829 INFO O| Dec 19 19:18:34.829 INFO copying /tmp/.tmphsgD4x/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 ...
94792024-12-19T19:18:36.694Z[ host-image] Dec 19 19:18:34.830 INFO O| Dec 19 19:18:34.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94802024-12-19T19:18:36.694Z[ host-image] Dec 19 19:18:34.830 INFO O| Dec 19 19:18:34.830 INFO ok!
94812024-12-19T19:18:36.694Z[ host-image] Dec 19 19:18:34.830 INFO O| Dec 19 19:18:34.830 INFO STEP 73 (ensure_file) COMPLETE
94822024-12-19T19:18:36.694Z[ host-image] Dec 19 19:18:34.830 INFO O| Dec 19 19:18:34.830 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-12-19T19:18:36.711Z[ host-image] Dec 19 19:18:34.849 INFO O| Dec 19 19:18:34.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94842024-12-19T19:18:36.711Z[ host-image] Dec 19 19:18:34.849 INFO O| Dec 19 19:18:34.849 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94852024-12-19T19:18:36.714Z[ host-image] Dec 19 19:18:34.850 INFO O| Dec 19 19:18:34.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94862024-12-19T19:18:36.714Z[ host-image] Dec 19 19:18:34.850 INFO O| Dec 19 19:18:34.850 INFO ok!
94872024-12-19T19:18:36.714Z[ host-image] Dec 19 19:18:34.850 INFO O| Dec 19 19:18:34.850 INFO STEP 74 (ensure_file) COMPLETE
94882024-12-19T19:18:36.714Z[ host-image] Dec 19 19:18:34.850 INFO O| Dec 19 19:18:34.850 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892024-12-19T19:18:36.729Z[ host-image] Dec 19 19:18:34.868 INFO O| Dec 19 19:18:34.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94902024-12-19T19:18:36.729Z[ host-image] Dec 19 19:18:34.868 INFO O| Dec 19 19:18:34.868 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94912024-12-19T19:18:36.732Z[ host-image] Dec 19 19:18:34.868 INFO O| Dec 19 19:18:34.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94922024-12-19T19:18:36.732Z[ host-image] Dec 19 19:18:34.868 INFO O| Dec 19 19:18:34.868 INFO ok!
94932024-12-19T19:18:36.732Z[ host-image] Dec 19 19:18:34.868 INFO O| Dec 19 19:18:34.868 INFO STEP 75 (ensure_file) COMPLETE
94942024-12-19T19:18:36.732Z[ host-image] Dec 19 19:18:34.868 INFO O| Dec 19 19:18:34.868 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952024-12-19T19:18:36.747Z[ host-image] Dec 19 19:18:34.886 INFO O| Dec 19 19:18:34.886 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94962024-12-19T19:18:36.753Z[ host-image] Dec 19 19:18:34.886 INFO O| Dec 19 19:18:34.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94972024-12-19T19:18:36.753Z[ host-image] Dec 19 19:18:34.886 INFO O| Dec 19 19:18:34.886 INFO STEP 76 (ensure_dir) COMPLETE
94982024-12-19T19:18:36.753Z[ host-image] Dec 19 19:18:34.886 INFO O| Dec 19 19:18:34.886 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-19T19:18:36.766Z[ host-image] Dec 19 19:18:34.904 INFO O| Dec 19 19:18:34.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95002024-12-19T19:18:36.766Z[ host-image] Dec 19 19:18:34.904 INFO O| Dec 19 19:18:34.904 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95012024-12-19T19:18:36.772Z[ host-image] Dec 19 19:18:34.910 INFO O| Dec 19 19:18:34.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95022024-12-19T19:18:36.772Z[ host-image] Dec 19 19:18:34.911 INFO O| Dec 19 19:18:34.910 INFO ok!
95032024-12-19T19:18:36.775Z[ host-image] Dec 19 19:18:34.911 INFO O| Dec 19 19:18:34.911 INFO STEP 77 (ensure_file) COMPLETE
95042024-12-19T19:18:36.775Z[ host-image] Dec 19 19:18:34.911 INFO O| Dec 19 19:18:34.911 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-12-19T19:18:36.791Z[ host-image] Dec 19 19:18:34.930 INFO O| Dec 19 19:18:34.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95062024-12-19T19:18:36.791Z[ host-image] Dec 19 19:18:34.930 INFO O| Dec 19 19:18:34.930 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95072024-12-19T19:18:36.794Z[ host-image] Dec 19 19:18:34.930 INFO O| Dec 19 19:18:34.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95082024-12-19T19:18:36.795Z[ host-image] Dec 19 19:18:34.930 INFO O| Dec 19 19:18:34.930 INFO ok!
95092024-12-19T19:18:36.795Z[ host-image] Dec 19 19:18:34.931 INFO O| Dec 19 19:18:34.930 INFO STEP 78 (ensure_file) COMPLETE
95102024-12-19T19:18:36.795Z[ host-image] Dec 19 19:18:34.931 INFO O| Dec 19 19:18:34.931 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-19T19:18:36.830Z[ host-image] Dec 19 19:18:34.968 INFO O| Dec 19 19:18:34.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95122024-12-19T19:18:36.830Z[ host-image] Dec 19 19:18:34.968 INFO O| Dec 19 19:18:34.968 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95132024-12-19T19:18:38.707Z[ host-image] Dec 19 19:18:36.845 INFO O| Dec 19 19:18:36.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95142024-12-19T19:18:38.707Z[ host-image] Dec 19 19:18:36.845 INFO O| Dec 19 19:18:36.845 INFO ok!
95152024-12-19T19:18:38.709Z[ host-image] Dec 19 19:18:36.845 INFO O| Dec 19 19:18:36.845 INFO STEP 79 (ensure_file) COMPLETE
95162024-12-19T19:18:38.709Z[ host-image] Dec 19 19:18:36.845 INFO O| Dec 19 19:18:36.845 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-12-19T19:18:38.741Z[ host-image] Dec 19 19:18:36.878 INFO O| Dec 19 19:18:36.878 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95182024-12-19T19:18:38.741Z[ host-image] Dec 19 19:18:36.878 INFO O| Dec 19 19:18:36.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95192024-12-19T19:18:38.741Z[ host-image] Dec 19 19:18:36.878 INFO O| Dec 19 19:18:36.878 INFO STEP 80 (ensure_dir) COMPLETE
95202024-12-19T19:18:38.741Z[ host-image] Dec 19 19:18:36.878 INFO O| Dec 19 19:18:36.878 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-12-19T19:18:38.798Z[ host-image] Dec 19 19:18:36.936 INFO O| Dec 19 19:18:36.936 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95222024-12-19T19:18:38.798Z[ host-image] Dec 19 19:18:36.936 INFO O| Dec 19 19:18:36.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95232024-12-19T19:18:38.798Z[ host-image] Dec 19 19:18:36.936 INFO O| Dec 19 19:18:36.936 INFO STEP 81 (ensure_dir) COMPLETE
95242024-12-19T19:18:38.798Z[ host-image] Dec 19 19:18:36.936 INFO O| Dec 19 19:18:36.936 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95252024-12-19T19:18:38.815Z[ host-image] Dec 19 19:18:36.953 INFO O| Dec 19 19:18:36.953 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95262024-12-19T19:18:38.815Z[ host-image] Dec 19 19:18:36.953 INFO O| Dec 19 19:18:36.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95272024-12-19T19:18:38.815Z[ host-image] Dec 19 19:18:36.953 INFO O| Dec 19 19:18:36.953 INFO STEP 82 (ensure_dir) COMPLETE
95282024-12-19T19:18:38.815Z[ host-image] Dec 19 19:18:36.953 INFO O| Dec 19 19:18:36.953 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-12-19T19:18:38.832Z[ host-image] Dec 19 19:18:36.970 INFO O| Dec 19 19:18:36.970 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95302024-12-19T19:18:38.832Z[ host-image] Dec 19 19:18:36.970 INFO O| Dec 19 19:18:36.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95312024-12-19T19:18:38.832Z[ host-image] Dec 19 19:18:36.970 INFO O| Dec 19 19:18:36.970 INFO STEP 83 (ensure_dir) COMPLETE
95322024-12-19T19:18:38.832Z[ host-image] Dec 19 19:18:36.970 INFO O| Dec 19 19:18:36.970 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-12-19T19:18:38.849Z[ host-image] Dec 19 19:18:36.987 INFO O| Dec 19 19:18:36.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95342024-12-19T19:18:38.849Z[ host-image] Dec 19 19:18:36.987 INFO O| Dec 19 19:18:36.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95352024-12-19T19:18:38.849Z[ host-image] Dec 19 19:18:36.987 INFO O| Dec 19 19:18:36.987 INFO STEP 84 (ensure_dir) COMPLETE
95362024-12-19T19:18:38.849Z[ host-image] Dec 19 19:18:36.987 INFO O| Dec 19 19:18:36.987 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-12-19T19:18:38.867Z[ host-image] Dec 19 19:18:37.005 INFO O| Dec 19 19:18:37.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95382024-12-19T19:18:38.867Z[ host-image] Dec 19 19:18:37.005 INFO O| Dec 19 19:18:37.005 INFO copying /tmp/.tmphsgD4x/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 ...
95392024-12-19T19:18:38.867Z[ host-image] Dec 19 19:18:37.005 INFO O| Dec 19 19:18:37.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95402024-12-19T19:18:38.867Z[ host-image] Dec 19 19:18:37.005 INFO O| Dec 19 19:18:37.005 INFO ok!
95412024-12-19T19:18:38.870Z[ host-image] Dec 19 19:18:37.006 INFO O| Dec 19 19:18:37.005 INFO STEP 85 (ensure_file) COMPLETE
95422024-12-19T19:18:38.870Z[ host-image] Dec 19 19:18:37.006 INFO O| Dec 19 19:18:37.006 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432024-12-19T19:18:38.886Z[ host-image] Dec 19 19:18:37.024 INFO O| Dec 19 19:18:37.024 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95442024-12-19T19:18:38.886Z[ host-image] Dec 19 19:18:37.024 INFO O| Dec 19 19:18:37.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95452024-12-19T19:18:38.886Z[ host-image] Dec 19 19:18:37.024 INFO O| Dec 19 19:18:37.024 INFO STEP 86 (ensure_dir) COMPLETE
95462024-12-19T19:18:38.888Z[ host-image] Dec 19 19:18:37.024 INFO O| Dec 19 19:18:37.024 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-12-19T19:18:38.927Z[ host-image] Dec 19 19:18:37.065 INFO O| Dec 19 19:18:37.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95482024-12-19T19:18:38.927Z[ host-image] Dec 19 19:18:37.065 INFO O| Dec 19 19:18:37.065 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95492024-12-19T19:18:38.927Z[ host-image] Dec 19 19:18:37.065 INFO O| Dec 19 19:18:37.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95502024-12-19T19:18:38.930Z[ host-image] Dec 19 19:18:37.065 INFO O| Dec 19 19:18:37.065 INFO ok!
95512024-12-19T19:18:38.930Z[ host-image] Dec 19 19:18:37.065 INFO O| Dec 19 19:18:37.065 INFO STEP 87 (ensure_file) COMPLETE
95522024-12-19T19:18:38.930Z[ host-image] Dec 19 19:18:37.065 INFO O| Dec 19 19:18:37.065 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-12-19T19:18:38.950Z[ host-image] Dec 19 19:18:37.086 INFO O| Dec 19 19:18:37.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95542024-12-19T19:18:38.950Z[ host-image] Dec 19 19:18:37.086 INFO O| Dec 19 19:18:37.086 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95552024-12-19T19:18:39.547Z[ host-image] Dec 19 19:18:37.685 INFO O| Dec 19 19:18:37.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95562024-12-19T19:18:39.547Z[ host-image] Dec 19 19:18:37.685 INFO O| Dec 19 19:18:37.685 INFO ok!
95572024-12-19T19:18:39.549Z[ host-image] Dec 19 19:18:37.685 INFO O| Dec 19 19:18:37.685 INFO STEP 88 (ensure_file) COMPLETE
95582024-12-19T19:18:39.549Z[ host-image] Dec 19 19:18:37.685 INFO O| Dec 19 19:18:37.685 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-12-19T19:18:39.567Z[ host-image] Dec 19 19:18:37.705 INFO O| Dec 19 19:18:37.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95602024-12-19T19:18:39.567Z[ host-image] Dec 19 19:18:37.705 INFO O| Dec 19 19:18:37.705 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95612024-12-19T19:18:40.273Z[ host-image] Dec 19 19:18:38.410 INFO O| Dec 19 19:18:38.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95622024-12-19T19:18:40.273Z[ host-image] Dec 19 19:18:38.410 INFO O| Dec 19 19:18:38.410 INFO ok!
95632024-12-19T19:18:40.276Z[ host-image] Dec 19 19:18:38.410 INFO O| Dec 19 19:18:38.410 INFO STEP 89 (ensure_file) COMPLETE
95642024-12-19T19:18:40.276Z[ host-image] Dec 19 19:18:38.410 INFO O| Dec 19 19:18:38.410 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-12-19T19:18:40.291Z[ host-image] Dec 19 19:18:38.429 INFO O| Dec 19 19:18:38.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95662024-12-19T19:18:40.291Z[ host-image] Dec 19 19:18:38.429 INFO O| Dec 19 19:18:38.429 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95672024-12-19T19:18:40.291Z[ host-image] Dec 19 19:18:38.429 INFO O| Dec 19 19:18:38.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95682024-12-19T19:18:40.294Z[ host-image] Dec 19 19:18:38.429 INFO O| Dec 19 19:18:38.429 INFO ok!
95692024-12-19T19:18:40.294Z[ host-image] Dec 19 19:18:38.429 INFO O| Dec 19 19:18:38.429 INFO STEP 90 (ensure_file) COMPLETE
95702024-12-19T19:18:40.294Z[ host-image] Dec 19 19:18:38.429 INFO O| Dec 19 19:18:38.429 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-12-19T19:18:40.308Z[ host-image] Dec 19 19:18:38.447 INFO O| Dec 19 19:18:38.446 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95722024-12-19T19:18:40.308Z[ host-image] Dec 19 19:18:38.447 INFO O| Dec 19 19:18:38.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95732024-12-19T19:18:40.308Z[ host-image] Dec 19 19:18:38.447 INFO O| Dec 19 19:18:38.447 INFO STEP 91 (ensure_dir) COMPLETE
95742024-12-19T19:18:40.311Z[ host-image] Dec 19 19:18:38.447 INFO O| Dec 19 19:18:38.447 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-12-19T19:18:40.328Z[ host-image] Dec 19 19:18:38.466 INFO O| Dec 19 19:18:38.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95762024-12-19T19:18:40.328Z[ host-image] Dec 19 19:18:38.466 INFO O| Dec 19 19:18:38.466 INFO copying /tmp/.tmphsgD4x/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 ...
95772024-12-19T19:18:40.328Z[ host-image] Dec 19 19:18:38.466 INFO O| Dec 19 19:18:38.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95782024-12-19T19:18:40.331Z[ host-image] Dec 19 19:18:38.466 INFO O| Dec 19 19:18:38.466 INFO ok!
95792024-12-19T19:18:40.331Z[ host-image] Dec 19 19:18:38.466 INFO O| Dec 19 19:18:38.466 INFO STEP 92 (ensure_file) COMPLETE
95802024-12-19T19:18:40.331Z[ host-image] Dec 19 19:18:38.466 INFO O| Dec 19 19:18:38.466 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-12-19T19:18:40.365Z[ host-image] Dec 19 19:18:38.503 INFO O| Dec 19 19:18:38.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95822024-12-19T19:18:40.365Z[ host-image] Dec 19 19:18:38.503 INFO O| Dec 19 19:18:38.503 INFO copying /tmp/.tmphsgD4x/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 ...
95832024-12-19T19:18:40.368Z[ host-image] Dec 19 19:18:38.503 INFO O| Dec 19 19:18:38.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95842024-12-19T19:18:40.368Z[ host-image] Dec 19 19:18:38.503 INFO O| Dec 19 19:18:38.503 INFO ok!
95852024-12-19T19:18:40.368Z[ host-image] Dec 19 19:18:38.503 INFO O| Dec 19 19:18:38.503 INFO STEP 93 (ensure_file) COMPLETE
95862024-12-19T19:18:40.368Z[ host-image] Dec 19 19:18:38.504 INFO O| Dec 19 19:18:38.504 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-12-19T19:18:40.384Z[ host-image] Dec 19 19:18:38.522 INFO O| Dec 19 19:18:38.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95882024-12-19T19:18:40.387Z[ host-image] Dec 19 19:18:38.522 INFO O| Dec 19 19:18:38.522 INFO copying /tmp/.tmphsgD4x/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 ...
95892024-12-19T19:18:40.387Z[ host-image] Dec 19 19:18:38.522 INFO O| Dec 19 19:18:38.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95902024-12-19T19:18:40.387Z[ host-image] Dec 19 19:18:38.522 INFO O| Dec 19 19:18:38.522 INFO ok!
95912024-12-19T19:18:40.387Z[ host-image] Dec 19 19:18:38.522 INFO O| Dec 19 19:18:38.522 INFO STEP 94 (ensure_file) COMPLETE
95922024-12-19T19:18:40.387Z[ host-image] Dec 19 19:18:38.522 INFO O| Dec 19 19:18:38.522 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-19T19:18:40.403Z[ host-image] Dec 19 19:18:38.541 INFO O| Dec 19 19:18:38.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95942024-12-19T19:18:40.403Z[ host-image] Dec 19 19:18:38.541 INFO O| Dec 19 19:18:38.541 INFO copying /tmp/.tmphsgD4x/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 ...
95952024-12-19T19:18:40.406Z[ host-image] Dec 19 19:18:38.541 INFO O| Dec 19 19:18:38.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95962024-12-19T19:18:40.406Z[ host-image] Dec 19 19:18:38.541 INFO O| Dec 19 19:18:38.541 INFO ok!
95972024-12-19T19:18:40.406Z[ host-image] Dec 19 19:18:38.541 INFO O| Dec 19 19:18:38.541 INFO STEP 95 (ensure_file) COMPLETE
95982024-12-19T19:18:40.406Z[ host-image] Dec 19 19:18:38.542 INFO O| Dec 19 19:18:38.542 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-19T19:18:40.423Z[ host-image] Dec 19 19:18:38.560 INFO O| Dec 19 19:18:38.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96002024-12-19T19:18:40.423Z[ host-image] Dec 19 19:18:38.560 INFO O| Dec 19 19:18:38.560 INFO copying /tmp/.tmphsgD4x/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 ...
96012024-12-19T19:18:40.423Z[ host-image] Dec 19 19:18:38.560 INFO O| Dec 19 19:18:38.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96022024-12-19T19:18:40.427Z[ host-image] Dec 19 19:18:38.560 INFO O| Dec 19 19:18:38.560 INFO ok!
96032024-12-19T19:18:40.427Z[ host-image] Dec 19 19:18:38.560 INFO O| Dec 19 19:18:38.560 INFO STEP 96 (ensure_file) COMPLETE
96042024-12-19T19:18:40.427Z[ host-image] Dec 19 19:18:38.560 INFO O| Dec 19 19:18:38.560 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-19T19:18:40.441Z[ host-image] Dec 19 19:18:38.579 INFO O| Dec 19 19:18:38.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96062024-12-19T19:18:40.441Z[ host-image] Dec 19 19:18:38.579 INFO O| Dec 19 19:18:38.579 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96072024-12-19T19:18:40.443Z[ host-image] Dec 19 19:18:38.579 INFO O| Dec 19 19:18:38.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96082024-12-19T19:18:40.443Z[ host-image] Dec 19 19:18:38.579 INFO O| Dec 19 19:18:38.579 INFO ok!
96092024-12-19T19:18:40.443Z[ host-image] Dec 19 19:18:38.579 INFO O| Dec 19 19:18:38.579 INFO STEP 97 (ensure_file) COMPLETE
96102024-12-19T19:18:40.443Z[ host-image] Dec 19 19:18:38.579 INFO O| Dec 19 19:18:38.579 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-12-19T19:18:40.466Z[ host-image] Dec 19 19:18:38.604 INFO O| Dec 19 19:18:38.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96122024-12-19T19:18:40.466Z[ host-image] Dec 19 19:18:38.604 INFO O| Dec 19 19:18:38.604 INFO copying /tmp/.tmphsgD4x/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 ...
96132024-12-19T19:18:40.466Z[ host-image] Dec 19 19:18:38.604 INFO O| Dec 19 19:18:38.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96142024-12-19T19:18:40.469Z[ host-image] Dec 19 19:18:38.605 INFO O| Dec 19 19:18:38.604 INFO ok!
96152024-12-19T19:18:40.469Z[ host-image] Dec 19 19:18:38.605 INFO O| Dec 19 19:18:38.605 INFO STEP 98 (ensure_file) COMPLETE
96162024-12-19T19:18:40.469Z[ host-image] Dec 19 19:18:38.605 INFO O| Dec 19 19:18:38.605 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-12-19T19:18:40.499Z[ host-image] Dec 19 19:18:38.637 INFO O| Dec 19 19:18:38.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96182024-12-19T19:18:40.499Z[ host-image] Dec 19 19:18:38.637 INFO O| Dec 19 19:18:38.637 INFO copying /tmp/.tmphsgD4x/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 ...
96192024-12-19T19:18:40.502Z[ host-image] Dec 19 19:18:38.637 INFO O| Dec 19 19:18:38.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96202024-12-19T19:18:40.502Z[ host-image] Dec 19 19:18:38.637 INFO O| Dec 19 19:18:38.637 INFO ok!
96212024-12-19T19:18:40.502Z[ host-image] Dec 19 19:18:38.637 INFO O| Dec 19 19:18:38.637 INFO STEP 99 (ensure_file) COMPLETE
96222024-12-19T19:18:40.502Z[ host-image] Dec 19 19:18:38.637 INFO O| Dec 19 19:18:38.637 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96232024-12-19T19:18:40.519Z[ host-image] Dec 19 19:18:38.657 INFO O| Dec 19 19:18:38.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96242024-12-19T19:18:40.519Z[ host-image] Dec 19 19:18:38.657 INFO O| Dec 19 19:18:38.657 INFO copying /tmp/.tmphsgD4x/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 ...
96252024-12-19T19:18:40.522Z[ host-image] Dec 19 19:18:38.657 INFO O| Dec 19 19:18:38.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96262024-12-19T19:18:40.522Z[ host-image] Dec 19 19:18:38.657 INFO O| Dec 19 19:18:38.657 INFO ok!
96272024-12-19T19:18:40.522Z[ host-image] Dec 19 19:18:38.658 INFO O| Dec 19 19:18:38.657 INFO STEP 100 (ensure_file) COMPLETE
96282024-12-19T19:18:40.522Z[ host-image] Dec 19 19:18:38.658 INFO O| Dec 19 19:18:38.658 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292024-12-19T19:18:40.538Z[ host-image] Dec 19 19:18:38.676 INFO O| Dec 19 19:18:38.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96302024-12-19T19:18:40.538Z[ host-image] Dec 19 19:18:38.676 INFO O| Dec 19 19:18:38.676 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96312024-12-19T19:18:40.541Z[ host-image] Dec 19 19:18:38.677 INFO O| Dec 19 19:18:38.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96322024-12-19T19:18:40.542Z[ host-image] Dec 19 19:18:38.677 INFO O| Dec 19 19:18:38.677 INFO ok!
96332024-12-19T19:18:40.542Z[ host-image] Dec 19 19:18:38.677 INFO O| Dec 19 19:18:38.677 INFO STEP 101 (ensure_file) COMPLETE
96342024-12-19T19:18:40.542Z[ host-image] Dec 19 19:18:38.677 INFO O| Dec 19 19:18:38.677 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352024-12-19T19:18:40.557Z[ host-image] Dec 19 19:18:38.695 INFO O| Dec 19 19:18:38.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96362024-12-19T19:18:40.557Z[ host-image] Dec 19 19:18:38.695 INFO O| Dec 19 19:18:38.695 INFO copying /tmp/.tmphsgD4x/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 ...
96372024-12-19T19:18:40.557Z[ host-image] Dec 19 19:18:38.695 INFO O| Dec 19 19:18:38.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96382024-12-19T19:18:40.560Z[ host-image] Dec 19 19:18:38.695 INFO O| Dec 19 19:18:38.695 INFO ok!
96392024-12-19T19:18:40.560Z[ host-image] Dec 19 19:18:38.695 INFO O| Dec 19 19:18:38.695 INFO STEP 102 (ensure_file) COMPLETE
96402024-12-19T19:18:40.560Z[ host-image] Dec 19 19:18:38.696 INFO O| Dec 19 19:18:38.695 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412024-12-19T19:18:40.576Z[ host-image] Dec 19 19:18:38.714 INFO O| Dec 19 19:18:38.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96422024-12-19T19:18:40.576Z[ host-image] Dec 19 19:18:38.714 INFO O| Dec 19 19:18:38.714 INFO copying /tmp/.tmphsgD4x/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 ...
96432024-12-19T19:18:40.578Z[ host-image] Dec 19 19:18:38.714 INFO O| Dec 19 19:18:38.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96442024-12-19T19:18:40.578Z[ host-image] Dec 19 19:18:38.714 INFO O| Dec 19 19:18:38.714 INFO ok!
96452024-12-19T19:18:40.578Z[ host-image] Dec 19 19:18:38.714 INFO O| Dec 19 19:18:38.714 INFO STEP 103 (ensure_file) COMPLETE
96462024-12-19T19:18:40.578Z[ host-image] Dec 19 19:18:38.714 INFO O| Dec 19 19:18:38.714 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-12-19T19:18:40.595Z[ host-image] Dec 19 19:18:38.733 INFO O| Dec 19 19:18:38.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96482024-12-19T19:18:40.595Z[ host-image] Dec 19 19:18:38.733 INFO O| Dec 19 19:18:38.733 INFO copying /tmp/.tmphsgD4x/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 ...
96492024-12-19T19:18:40.595Z[ host-image] Dec 19 19:18:38.733 INFO O| Dec 19 19:18:38.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96502024-12-19T19:18:40.603Z[ host-image] Dec 19 19:18:38.733 INFO O| Dec 19 19:18:38.733 INFO ok!
96512024-12-19T19:18:40.603Z[ host-image] Dec 19 19:18:38.733 INFO O| Dec 19 19:18:38.733 INFO STEP 104 (ensure_file) COMPLETE
96522024-12-19T19:18:40.603Z[ host-image] Dec 19 19:18:38.733 INFO O| Dec 19 19:18:38.733 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-19T19:18:40.629Z[ host-image] Dec 19 19:18:38.767 INFO O| Dec 19 19:18:38.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96542024-12-19T19:18:40.630Z[ host-image] Dec 19 19:18:38.767 INFO O| Dec 19 19:18:38.767 INFO copying /tmp/.tmphsgD4x/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 ...
96552024-12-19T19:18:40.632Z[ host-image] Dec 19 19:18:38.768 INFO O| Dec 19 19:18:38.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96562024-12-19T19:18:40.632Z[ host-image] Dec 19 19:18:38.768 INFO O| Dec 19 19:18:38.768 INFO ok!
96572024-12-19T19:18:40.632Z[ host-image] Dec 19 19:18:38.768 INFO O| Dec 19 19:18:38.768 INFO STEP 105 (ensure_file) COMPLETE
96582024-12-19T19:18:40.632Z[ host-image] Dec 19 19:18:38.768 INFO O| Dec 19 19:18:38.768 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-19T19:18:40.662Z[ host-image] Dec 19 19:18:38.800 INFO O| Dec 19 19:18:38.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96602024-12-19T19:18:40.662Z[ host-image] Dec 19 19:18:38.800 INFO O| Dec 19 19:18:38.800 INFO copying /tmp/.tmphsgD4x/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 ...
96612024-12-19T19:18:40.665Z[ host-image] Dec 19 19:18:38.801 INFO O| Dec 19 19:18:38.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96622024-12-19T19:18:40.665Z[ host-image] Dec 19 19:18:38.801 INFO O| Dec 19 19:18:38.801 INFO ok!
96632024-12-19T19:18:40.665Z[ host-image] Dec 19 19:18:38.801 INFO O| Dec 19 19:18:38.801 INFO STEP 106 (ensure_file) COMPLETE
96642024-12-19T19:18:40.665Z[ host-image] Dec 19 19:18:38.801 INFO O| Dec 19 19:18:38.801 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-19T19:18:40.680Z[ host-image] Dec 19 19:18:38.817 INFO O| Dec 19 19:18:38.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96662024-12-19T19:18:40.680Z[ host-image] Dec 19 19:18:38.818 INFO O| Dec 19 19:18:38.817 INFO copying /tmp/.tmphsgD4x/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 ...
96672024-12-19T19:18:40.682Z[ host-image] Dec 19 19:18:38.818 INFO O| Dec 19 19:18:38.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96682024-12-19T19:18:40.682Z[ host-image] Dec 19 19:18:38.818 INFO O| Dec 19 19:18:38.818 INFO ok!
96692024-12-19T19:18:40.682Z[ host-image] Dec 19 19:18:38.818 INFO O| Dec 19 19:18:38.818 INFO STEP 107 (ensure_file) COMPLETE
96702024-12-19T19:18:40.682Z[ host-image] Dec 19 19:18:38.818 INFO O| Dec 19 19:18:38.818 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-19T19:18:40.697Z[ host-image] Dec 19 19:18:38.835 INFO O| Dec 19 19:18:38.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96722024-12-19T19:18:40.697Z[ host-image] Dec 19 19:18:38.835 INFO O| Dec 19 19:18:38.835 INFO copying /tmp/.tmphsgD4x/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 ...
96732024-12-19T19:18:40.697Z[ host-image] Dec 19 19:18:38.835 INFO O| Dec 19 19:18:38.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96742024-12-19T19:18:40.700Z[ host-image] Dec 19 19:18:38.835 INFO O| Dec 19 19:18:38.835 INFO ok!
96752024-12-19T19:18:40.700Z[ host-image] Dec 19 19:18:38.835 INFO O| Dec 19 19:18:38.835 INFO STEP 108 (ensure_file) COMPLETE
96762024-12-19T19:18:40.700Z[ host-image] Dec 19 19:18:38.835 INFO O| Dec 19 19:18:38.835 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772024-12-19T19:18:40.715Z[ host-image] Dec 19 19:18:38.852 INFO O| Dec 19 19:18:38.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96782024-12-19T19:18:40.715Z[ host-image] Dec 19 19:18:38.852 INFO O| Dec 19 19:18:38.852 INFO copying /tmp/.tmphsgD4x/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 ...
96792024-12-19T19:18:40.717Z[ host-image] Dec 19 19:18:38.852 INFO O| Dec 19 19:18:38.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96802024-12-19T19:18:40.717Z[ host-image] Dec 19 19:18:38.852 INFO O| Dec 19 19:18:38.852 INFO ok!
96812024-12-19T19:18:40.717Z[ host-image] Dec 19 19:18:38.852 INFO O| Dec 19 19:18:38.852 INFO STEP 109 (ensure_file) COMPLETE
96822024-12-19T19:18:40.717Z[ host-image] Dec 19 19:18:38.852 INFO O| Dec 19 19:18:38.852 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832024-12-19T19:18:40.731Z[ host-image] Dec 19 19:18:38.869 INFO O| Dec 19 19:18:38.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96842024-12-19T19:18:40.731Z[ host-image] Dec 19 19:18:38.869 INFO O| Dec 19 19:18:38.869 INFO copying /tmp/.tmphsgD4x/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 ...
96852024-12-19T19:18:40.731Z[ host-image] Dec 19 19:18:38.869 INFO O| Dec 19 19:18:38.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96862024-12-19T19:18:40.736Z[ host-image] Dec 19 19:18:38.869 INFO O| Dec 19 19:18:38.869 INFO ok!
96872024-12-19T19:18:40.736Z[ host-image] Dec 19 19:18:38.869 INFO O| Dec 19 19:18:38.869 INFO STEP 110 (ensure_file) COMPLETE
96882024-12-19T19:18:40.736Z[ host-image] Dec 19 19:18:38.869 INFO O| Dec 19 19:18:38.869 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892024-12-19T19:18:40.748Z[ host-image] Dec 19 19:18:38.886 INFO O| Dec 19 19:18:38.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96902024-12-19T19:18:40.748Z[ host-image] Dec 19 19:18:38.886 INFO O| Dec 19 19:18:38.886 INFO copying /tmp/.tmphsgD4x/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 ...
96912024-12-19T19:18:40.751Z[ host-image] Dec 19 19:18:38.886 INFO O| Dec 19 19:18:38.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96922024-12-19T19:18:40.751Z[ host-image] Dec 19 19:18:38.886 INFO O| Dec 19 19:18:38.886 INFO ok!
96932024-12-19T19:18:40.751Z[ host-image] Dec 19 19:18:38.886 INFO O| Dec 19 19:18:38.886 INFO STEP 111 (ensure_file) COMPLETE
96942024-12-19T19:18:40.751Z[ host-image] Dec 19 19:18:38.886 INFO O| Dec 19 19:18:38.886 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952024-12-19T19:18:40.765Z[ host-image] Dec 19 19:18:38.903 INFO O| Dec 19 19:18:38.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96962024-12-19T19:18:40.765Z[ host-image] Dec 19 19:18:38.903 INFO O| Dec 19 19:18:38.903 INFO copying /tmp/.tmphsgD4x/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 ...
96972024-12-19T19:18:40.765Z[ host-image] Dec 19 19:18:38.903 INFO O| Dec 19 19:18:38.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96982024-12-19T19:18:40.767Z[ host-image] Dec 19 19:18:38.903 INFO O| Dec 19 19:18:38.903 INFO ok!
96992024-12-19T19:18:40.767Z[ host-image] Dec 19 19:18:38.903 INFO O| Dec 19 19:18:38.903 INFO STEP 112 (ensure_file) COMPLETE
97002024-12-19T19:18:40.767Z[ host-image] Dec 19 19:18:38.903 INFO O| Dec 19 19:18:38.903 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-12-19T19:18:40.783Z[ host-image] Dec 19 19:18:38.921 INFO O| Dec 19 19:18:38.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97022024-12-19T19:18:40.783Z[ host-image] Dec 19 19:18:38.922 INFO O| Dec 19 19:18:38.921 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
97032024-12-19T19:18:40.783Z[ host-image] Dec 19 19:18:38.922 INFO O| Dec 19 19:18:38.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97042024-12-19T19:18:40.786Z[ host-image] Dec 19 19:18:38.922 INFO O| Dec 19 19:18:38.922 INFO ok!
97052024-12-19T19:18:40.786Z[ host-image] Dec 19 19:18:38.922 INFO O| Dec 19 19:18:38.922 INFO STEP 113 (ensure_file) COMPLETE
97062024-12-19T19:18:40.786Z[ host-image] Dec 19 19:18:38.922 INFO O| Dec 19 19:18:38.922 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-12-19T19:18:40.801Z[ host-image] Dec 19 19:18:38.939 INFO O| Dec 19 19:18:38.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97082024-12-19T19:18:40.801Z[ host-image] Dec 19 19:18:38.939 INFO O| Dec 19 19:18:38.939 INFO copying /tmp/.tmphsgD4x/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 ...
97092024-12-19T19:18:40.801Z[ host-image] Dec 19 19:18:38.940 INFO O| Dec 19 19:18:38.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97102024-12-19T19:18:40.804Z[ host-image] Dec 19 19:18:38.940 INFO O| Dec 19 19:18:38.940 INFO ok!
97112024-12-19T19:18:40.804Z[ host-image] Dec 19 19:18:38.940 INFO O| Dec 19 19:18:38.940 INFO STEP 114 (ensure_file) COMPLETE
97122024-12-19T19:18:40.804Z[ host-image] Dec 19 19:18:38.940 INFO O| Dec 19 19:18:38.940 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-12-19T19:18:40.819Z[ host-image] Dec 19 19:18:38.957 INFO O| Dec 19 19:18:38.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97142024-12-19T19:18:40.819Z[ host-image] Dec 19 19:18:38.957 INFO O| Dec 19 19:18:38.957 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97152024-12-19T19:18:40.819Z[ host-image] Dec 19 19:18:38.957 INFO O| Dec 19 19:18:38.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97162024-12-19T19:18:40.819Z[ host-image] Dec 19 19:18:38.957 INFO O| Dec 19 19:18:38.957 INFO ok!
97172024-12-19T19:18:40.821Z[ host-image] Dec 19 19:18:38.957 INFO O| Dec 19 19:18:38.957 INFO STEP 115 (ensure_file) COMPLETE
97182024-12-19T19:18:40.821Z[ host-image] Dec 19 19:18:38.957 INFO O| Dec 19 19:18:38.957 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-12-19T19:18:40.837Z[ host-image] Dec 19 19:18:38.975 INFO O| Dec 19 19:18:38.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97202024-12-19T19:18:40.837Z[ host-image] Dec 19 19:18:38.975 INFO O| Dec 19 19:18:38.975 INFO copying /tmp/.tmphsgD4x/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 ...
97212024-12-19T19:18:40.841Z[ host-image] Dec 19 19:18:38.975 INFO O| Dec 19 19:18:38.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97222024-12-19T19:18:40.841Z[ host-image] Dec 19 19:18:38.975 INFO O| Dec 19 19:18:38.975 INFO ok!
97232024-12-19T19:18:40.841Z[ host-image] Dec 19 19:18:38.975 INFO O| Dec 19 19:18:38.975 INFO STEP 116 (ensure_file) COMPLETE
97242024-12-19T19:18:40.841Z[ host-image] Dec 19 19:18:38.975 INFO O| Dec 19 19:18:38.975 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252024-12-19T19:18:40.855Z[ host-image] Dec 19 19:18:38.993 INFO O| Dec 19 19:18:38.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97262024-12-19T19:18:40.855Z[ host-image] Dec 19 19:18:38.993 INFO O| Dec 19 19:18:38.993 INFO copying /tmp/.tmphsgD4x/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 ...
97272024-12-19T19:18:40.855Z[ host-image] Dec 19 19:18:38.993 INFO O| Dec 19 19:18:38.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97282024-12-19T19:18:40.855Z[ host-image] Dec 19 19:18:38.993 INFO O| Dec 19 19:18:38.993 INFO ok!
97292024-12-19T19:18:40.859Z[ host-image] Dec 19 19:18:38.993 INFO O| Dec 19 19:18:38.993 INFO STEP 117 (ensure_file) COMPLETE
97302024-12-19T19:18:40.859Z[ host-image] Dec 19 19:18:38.993 INFO O| Dec 19 19:18:38.993 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312024-12-19T19:18:40.873Z[ host-image] Dec 19 19:18:39.011 INFO O| Dec 19 19:18:39.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97322024-12-19T19:18:40.873Z[ host-image] Dec 19 19:18:39.011 INFO O| Dec 19 19:18:39.011 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97332024-12-19T19:18:40.876Z[ host-image] Dec 19 19:18:39.011 INFO O| Dec 19 19:18:39.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97342024-12-19T19:18:40.876Z[ host-image] Dec 19 19:18:39.011 INFO O| Dec 19 19:18:39.011 INFO ok!
97352024-12-19T19:18:40.876Z[ host-image] Dec 19 19:18:39.011 INFO O| Dec 19 19:18:39.011 INFO STEP 118 (ensure_file) COMPLETE
97362024-12-19T19:18:40.876Z[ host-image] Dec 19 19:18:39.011 INFO O| Dec 19 19:18:39.011 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-19T19:18:40.902Z[ host-image] Dec 19 19:18:39.040 INFO O| Dec 19 19:18:39.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97382024-12-19T19:18:40.902Z[ host-image] Dec 19 19:18:39.040 INFO O| Dec 19 19:18:39.040 INFO copying /tmp/.tmphsgD4x/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 ...
97392024-12-19T19:18:40.906Z[ host-image] Dec 19 19:18:39.041 INFO O| Dec 19 19:18:39.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97402024-12-19T19:18:40.906Z[ host-image] Dec 19 19:18:39.041 INFO O| Dec 19 19:18:39.041 INFO ok!
97412024-12-19T19:18:40.906Z[ host-image] Dec 19 19:18:39.041 INFO O| Dec 19 19:18:39.041 INFO STEP 119 (ensure_file) COMPLETE
97422024-12-19T19:18:40.906Z[ host-image] Dec 19 19:18:39.041 INFO O| Dec 19 19:18:39.041 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-19T19:18:40.922Z[ host-image] Dec 19 19:18:39.060 INFO O| Dec 19 19:18:39.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97442024-12-19T19:18:40.927Z[ host-image] Dec 19 19:18:39.061 INFO O| Dec 19 19:18:39.060 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97452024-12-19T19:18:40.928Z[ host-image] Dec 19 19:18:39.061 INFO O| Dec 19 19:18:39.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97462024-12-19T19:18:40.928Z[ host-image] Dec 19 19:18:39.061 INFO O| Dec 19 19:18:39.061 INFO ok!
97472024-12-19T19:18:40.928Z[ host-image] Dec 19 19:18:39.061 INFO O| Dec 19 19:18:39.061 INFO STEP 120 (ensure_file) COMPLETE
97482024-12-19T19:18:40.928Z[ host-image] Dec 19 19:18:39.061 INFO O| Dec 19 19:18:39.061 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-19T19:18:40.941Z[ host-image] Dec 19 19:18:39.079 INFO O| Dec 19 19:18:39.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97502024-12-19T19:18:40.941Z[ host-image] Dec 19 19:18:39.079 INFO O| Dec 19 19:18:39.079 INFO copying /tmp/.tmphsgD4x/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97512024-12-19T19:18:52.456Z[ host-image] Dec 19 19:18:50.593 INFO O| Dec 19 19:18:50.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97522024-12-19T19:18:52.456Z[ host-image] Dec 19 19:18:50.593 INFO O| Dec 19 19:18:50.593 INFO ok!
97532024-12-19T19:18:52.456Z[ host-image] Dec 19 19:18:50.593 INFO O| Dec 19 19:18:50.593 INFO STEP 121 (ensure_file) COMPLETE
97542024-12-19T19:18:52.460Z[ host-image] Dec 19 19:18:50.594 INFO O| Dec 19 19:18:50.593 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-19T19:18:52.476Z[ host-image] Dec 19 19:18:50.614 INFO O| Dec 19 19:18:50.613 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97562024-12-19T19:18:52.476Z[ host-image] Dec 19 19:18:50.614 INFO O| Dec 19 19:18:50.614 INFO STEP 122 (ensure_dir) COMPLETE
97572024-12-19T19:18:52.479Z[ host-image] Dec 19 19:18:50.614 INFO O| Dec 19 19:18:50.614 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-19T19:18:52.490Z[ host-image] Dec 19 19:18:50.627 INFO O| Dec 19 19:18:50.627 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97592024-12-19T19:18:52.490Z[ host-image] Dec 19 19:18:50.627 INFO O| Dec 19 19:18:50.627 INFO STEP 123 (ensure_dir) COMPLETE
97602024-12-19T19:18:52.490Z[ host-image] Dec 19 19:18:50.627 INFO O| Dec 19 19:18:50.627 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-19T19:18:52.510Z[ host-image] Dec 19 19:18:50.643 INFO O| Dec 19 19:18:50.643 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97622024-12-19T19:18:52.513Z[ host-image] Dec 19 19:18:50.643 INFO O| Dec 19 19:18:50.643 INFO STEP 124 (ensure_dir) COMPLETE
97632024-12-19T19:18:52.513Z[ host-image] Dec 19 19:18:50.643 INFO O| Dec 19 19:18:50.643 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642024-12-19T19:18:52.522Z[ host-image] Dec 19 19:18:50.659 INFO O| Dec 19 19:18:50.659 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97652024-12-19T19:18:52.522Z[ host-image] Dec 19 19:18:50.659 INFO O| Dec 19 19:18:50.659 INFO STEP 125 (ensure_dir) COMPLETE
97662024-12-19T19:18:52.526Z[ host-image] Dec 19 19:18:50.659 INFO O| Dec 19 19:18:50.659 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672024-12-19T19:18:52.545Z[ host-image] Dec 19 19:18:50.682 INFO O| Dec 19 19:18:50.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97682024-12-19T19:18:52.550Z[ host-image] Dec 19 19:18:50.682 INFO O| Dec 19 19:18:50.682 INFO copying /tmp/.tmphsgD4x/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 ...
97692024-12-19T19:18:52.550Z[ host-image] Dec 19 19:18:50.683 INFO O| Dec 19 19:18:50.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97702024-12-19T19:18:52.550Z[ host-image] Dec 19 19:18:50.683 INFO O| Dec 19 19:18:50.683 INFO ok!
97712024-12-19T19:18:52.550Z[ host-image] Dec 19 19:18:50.683 INFO O| Dec 19 19:18:50.683 INFO STEP 126 (ensure_file) COMPLETE
97722024-12-19T19:18:52.550Z[ host-image] Dec 19 19:18:50.683 INFO O| Dec 19 19:18:50.683 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732024-12-19T19:18:52.567Z[ host-image] Dec 19 19:18:50.704 INFO O| Dec 19 19:18:50.704 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97742024-12-19T19:18:52.567Z[ host-image] Dec 19 19:18:50.704 INFO O| Dec 19 19:18:50.704 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97752024-12-19T19:18:52.567Z[ host-image] Dec 19 19:18:50.704 INFO O| Dec 19 19:18:50.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97762024-12-19T19:18:52.570Z[ host-image] Dec 19 19:18:50.704 INFO O| Dec 19 19:18:50.704 INFO STEP 127 (ensure_dir) COMPLETE
97772024-12-19T19:18:52.570Z[ host-image] Dec 19 19:18:50.704 INFO O| Dec 19 19:18:50.704 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782024-12-19T19:18:52.585Z[ host-image] Dec 19 19:18:50.723 INFO O| Dec 19 19:18:50.722 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97792024-12-19T19:18:52.585Z[ host-image] Dec 19 19:18:50.723 INFO O| Dec 19 19:18:50.723 INFO copying /tmp/.tmphsgD4x/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97802024-12-19T19:18:52.589Z[ host-image] Dec 19 19:18:50.723 INFO O| Dec 19 19:18:50.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97812024-12-19T19:18:52.589Z[ host-image] Dec 19 19:18:50.723 INFO O| Dec 19 19:18:50.723 INFO ok!
97822024-12-19T19:18:52.589Z[ host-image] Dec 19 19:18:50.723 INFO O| Dec 19 19:18:50.723 INFO STEP 128 (ensure_file) COMPLETE
97832024-12-19T19:18:52.589Z[ host-image] Dec 19 19:18:50.723 INFO O| Dec 19 19:18:50.723 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-19T19:18:52.603Z[ host-image] Dec 19 19:18:50.740 INFO O| Dec 19 19:18:50.740 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97852024-12-19T19:18:52.606Z[ host-image] Dec 19 19:18:50.741 INFO O| Dec 19 19:18:50.741 INFO STEP 129 (remove_files) COMPLETE
97862024-12-19T19:18:52.606Z[ host-image] Dec 19 19:18:50.741 INFO O| Dec 19 19:18:50.741 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-19T19:18:52.621Z[ host-image] Dec 19 19:18:50.758 INFO O| Dec 19 19:18:50.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97882024-12-19T19:18:52.624Z[ host-image] Dec 19 19:18:50.758 INFO O| Dec 19 19:18:50.758 INFO STEP 130 (remove_files) COMPLETE
97892024-12-19T19:18:52.624Z[ host-image] Dec 19 19:18:50.758 INFO O| Dec 19 19:18:50.758 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-19T19:18:52.636Z[ host-image] Dec 19 19:18:50.773 INFO O| Dec 19 19:18:50.773 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97912024-12-19T19:18:52.639Z[ host-image] Dec 19 19:18:50.774 INFO O| Dec 19 19:18:50.774 INFO STEP 131 (remove_files) COMPLETE
97922024-12-19T19:18:52.639Z[ host-image] Dec 19 19:18:50.774 INFO O| Dec 19 19:18:50.774 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-19T19:18:52.654Z[ host-image] Dec 19 19:18:50.791 INFO O| Dec 19 19:18:50.791 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97942024-12-19T19:18:52.657Z[ host-image] Dec 19 19:18:50.792 INFO O| Dec 19 19:18:50.792 INFO STEP 132 (remove_files) COMPLETE
97952024-12-19T19:18:52.657Z[ host-image] Dec 19 19:18:50.792 INFO O| Dec 19 19:18:50.792 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-19T19:18:52.673Z[ host-image] Dec 19 19:18:50.807 INFO O| Dec 19 19:18:50.806 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97972024-12-19T19:18:52.676Z[ host-image] Dec 19 19:18:50.807 INFO O| Dec 19 19:18:50.807 INFO STEP 133 (remove_files) COMPLETE
97982024-12-19T19:18:52.676Z[ host-image] Dec 19 19:18:50.807 INFO O| Dec 19 19:18:50.807 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-19T19:18:52.686Z[ host-image] Dec 19 19:18:50.823 INFO O| Dec 19 19:18:50.823 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98002024-12-19T19:18:52.689Z[ host-image] Dec 19 19:18:50.823 INFO O| Dec 19 19:18:50.823 INFO STEP 134 (remove_files) COMPLETE
98012024-12-19T19:18:52.689Z[ host-image] Dec 19 19:18:50.824 INFO O| Dec 19 19:18:50.823 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-19T19:18:52.704Z[ host-image] Dec 19 19:18:50.841 INFO O| Dec 19 19:18:50.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98032024-12-19T19:18:52.707Z[ host-image] Dec 19 19:18:50.841 INFO O| Dec 19 19:18:50.841 INFO STEP 135 (remove_files) COMPLETE
98042024-12-19T19:18:52.707Z[ host-image] Dec 19 19:18:50.841 INFO O| Dec 19 19:18:50.841 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-19T19:18:52.721Z[ host-image] Dec 19 19:18:50.858 INFO O| Dec 19 19:18:50.858 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98062024-12-19T19:18:52.724Z[ host-image] Dec 19 19:18:50.858 INFO O| Dec 19 19:18:50.858 INFO STEP 136 (remove_files) COMPLETE
98072024-12-19T19:18:52.724Z[ host-image] Dec 19 19:18:50.858 INFO O| Dec 19 19:18:50.858 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-19T19:18:52.738Z[ host-image] Dec 19 19:18:50.875 INFO O| Dec 19 19:18:50.875 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98092024-12-19T19:18:52.738Z[ host-image] Dec 19 19:18:50.875 INFO O| Dec 19 19:18:50.875 INFO STEP 137 (remove_files) COMPLETE
98102024-12-19T19:18:52.741Z[ host-image] Dec 19 19:18:50.875 INFO O| Dec 19 19:18:50.875 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-19T19:18:52.756Z[ host-image] Dec 19 19:18:50.893 INFO O| Dec 19 19:18:50.893 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98122024-12-19T19:18:52.756Z[ host-image] Dec 19 19:18:50.893 INFO O| Dec 19 19:18:50.893 INFO STEP 138 (remove_files) COMPLETE
98132024-12-19T19:18:52.758Z[ host-image] Dec 19 19:18:50.893 INFO O| Dec 19 19:18:50.893 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-19T19:18:52.775Z[ host-image] Dec 19 19:18:50.912 INFO O| Dec 19 19:18:50.912 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98152024-12-19T19:18:52.775Z[ host-image] Dec 19 19:18:50.912 INFO O| Dec 19 19:18:50.912 INFO STEP 139 (remove_files) COMPLETE
98162024-12-19T19:18:52.775Z[ host-image] Dec 19 19:18:50.912 INFO O| Dec 19 19:18:50.912 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-19T19:18:52.789Z[ host-image] Dec 19 19:18:50.926 INFO O| Dec 19 19:18:50.926 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98182024-12-19T19:18:52.789Z[ host-image] Dec 19 19:18:50.926 INFO O| Dec 19 19:18:50.926 INFO STEP 140 (remove_files) COMPLETE
98192024-12-19T19:18:52.791Z[ host-image] Dec 19 19:18:50.926 INFO O| Dec 19 19:18:50.926 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-19T19:18:52.806Z[ host-image] Dec 19 19:18:50.943 INFO O| Dec 19 19:18:50.943 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98212024-12-19T19:18:52.806Z[ host-image] Dec 19 19:18:50.943 INFO O| Dec 19 19:18:50.943 INFO STEP 141 (remove_files) COMPLETE
98222024-12-19T19:18:52.808Z[ host-image] Dec 19 19:18:50.943 INFO O| Dec 19 19:18:50.943 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-19T19:18:52.821Z[ host-image] Dec 19 19:18:50.958 INFO O| Dec 19 19:18:50.958 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98242024-12-19T19:18:52.821Z[ host-image] Dec 19 19:18:50.958 INFO O| Dec 19 19:18:50.958 INFO STEP 142 (remove_files) COMPLETE
98252024-12-19T19:18:52.824Z[ host-image] Dec 19 19:18:50.959 INFO O| Dec 19 19:18:50.958 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-19T19:18:52.837Z[ host-image] Dec 19 19:18:50.974 INFO O| Dec 19 19:18:50.974 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98272024-12-19T19:18:52.837Z[ host-image] Dec 19 19:18:50.974 INFO O| Dec 19 19:18:50.974 INFO STEP 143 (remove_files) COMPLETE
98282024-12-19T19:18:52.837Z[ host-image] Dec 19 19:18:50.974 INFO O| Dec 19 19:18:50.974 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-19T19:18:52.852Z[ host-image] Dec 19 19:18:50.989 INFO O| Dec 19 19:18:50.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98302024-12-19T19:18:52.852Z[ host-image] Dec 19 19:18:50.989 INFO O| Dec 19 19:18:50.989 INFO STEP 144 (remove_files) COMPLETE
98312024-12-19T19:18:52.852Z[ host-image] Dec 19 19:18:50.989 INFO O| Dec 19 19:18:50.989 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-19T19:18:52.872Z[ host-image] Dec 19 19:18:51.008 INFO O| Dec 19 19:18:51.008 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98332024-12-19T19:18:52.872Z[ host-image] Dec 19 19:18:51.008 INFO O| Dec 19 19:18:51.008 INFO STEP 145 (remove_files) COMPLETE
98342024-12-19T19:18:52.872Z[ host-image] Dec 19 19:18:51.008 INFO O| Dec 19 19:18:51.008 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-19T19:18:52.890Z[ host-image] Dec 19 19:18:51.027 INFO O| Dec 19 19:18:51.027 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98362024-12-19T19:18:52.890Z[ host-image] Dec 19 19:18:51.027 INFO O| Dec 19 19:18:51.027 INFO STEP 146 (remove_files) COMPLETE
98372024-12-19T19:18:52.893Z[ host-image] Dec 19 19:18:51.027 INFO O| Dec 19 19:18:51.027 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-19T19:18:52.906Z[ host-image] Dec 19 19:18:51.043 INFO O| Dec 19 19:18:51.043 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98392024-12-19T19:18:52.906Z[ host-image] Dec 19 19:18:51.043 INFO O| Dec 19 19:18:51.043 INFO STEP 147 (remove_files) COMPLETE
98402024-12-19T19:18:52.907Z[ host-image] Dec 19 19:18:51.043 INFO O| Dec 19 19:18:51.043 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-19T19:18:52.921Z[ host-image] Dec 19 19:18:51.058 INFO O| Dec 19 19:18:51.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98422024-12-19T19:18:52.921Z[ host-image] Dec 19 19:18:51.058 INFO O| Dec 19 19:18:51.058 INFO STEP 148 (remove_files) COMPLETE
98432024-12-19T19:18:52.921Z[ host-image] Dec 19 19:18:51.058 INFO O| Dec 19 19:18:51.058 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-19T19:18:52.938Z[ host-image] Dec 19 19:18:51.074 INFO O| Dec 19 19:18:51.074 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98452024-12-19T19:18:52.938Z[ host-image] Dec 19 19:18:51.074 INFO O| Dec 19 19:18:51.074 INFO STEP 149 (remove_files) COMPLETE
98462024-12-19T19:18:52.938Z[ host-image] Dec 19 19:18:51.074 INFO O| Dec 19 19:18:51.074 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-19T19:18:52.956Z[ host-image] Dec 19 19:18:51.090 INFO O| Dec 19 19:18:51.089 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98482024-12-19T19:18:52.959Z[ host-image] Dec 19 19:18:51.090 INFO O| Dec 19 19:18:51.090 INFO STEP 150 (remove_files) COMPLETE
98492024-12-19T19:18:52.959Z[ host-image] Dec 19 19:18:51.090 INFO O| Dec 19 19:18:51.090 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-19T19:18:52.969Z[ host-image] Dec 19 19:18:51.105 INFO O| Dec 19 19:18:51.105 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98512024-12-19T19:18:52.972Z[ host-image] Dec 19 19:18:51.106 INFO O| Dec 19 19:18:51.106 INFO STEP 151 (remove_files) COMPLETE
98522024-12-19T19:18:52.972Z[ host-image] Dec 19 19:18:51.106 INFO O| Dec 19 19:18:51.106 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-19T19:18:52.984Z[ host-image] Dec 19 19:18:51.122 INFO O| Dec 19 19:18:51.121 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98542024-12-19T19:18:52.984Z[ host-image] Dec 19 19:18:51.122 INFO O| Dec 19 19:18:51.122 INFO STEP 152 (remove_files) COMPLETE
98552024-12-19T19:18:52.987Z[ host-image] Dec 19 19:18:51.122 INFO O| Dec 19 19:18:51.122 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562024-12-19T19:18:53.002Z[ host-image] Dec 19 19:18:51.139 INFO O| Dec 19 19:18:51.139 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98572024-12-19T19:18:53.005Z[ host-image] Dec 19 19:18:51.139 INFO O| Dec 19 19:18:51.139 INFO STEP 153 (remove_files) COMPLETE
98582024-12-19T19:18:53.005Z[ host-image] Dec 19 19:18:51.139 INFO O| Dec 19 19:18:51.139 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-19T19:18:53.020Z[ host-image] Dec 19 19:18:51.157 INFO O| Dec 19 19:18:51.157 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98602024-12-19T19:18:53.023Z[ host-image] Dec 19 19:18:51.158 INFO O| Dec 19 19:18:51.158 INFO STEP 154 (remove_files) COMPLETE
98612024-12-19T19:18:53.023Z[ host-image] Dec 19 19:18:51.158 INFO O| Dec 19 19:18:51.158 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-19T19:18:53.039Z[ host-image] Dec 19 19:18:51.176 INFO O| Dec 19 19:18:51.176 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98632024-12-19T19:18:53.042Z[ host-image] Dec 19 19:18:51.176 INFO O| Dec 19 19:18:51.176 INFO STEP 155 (remove_files) COMPLETE
98642024-12-19T19:18:53.042Z[ host-image] Dec 19 19:18:51.176 INFO O| Dec 19 19:18:51.176 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98652024-12-19T19:18:53.064Z[ host-image] Dec 19 19:18:51.201 INFO O| Dec 19 19:18:51.194 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98662024-12-19T19:18:53.064Z[ host-image] Dec 19 19:18:51.201 INFO O| Dec 19 19:18:51.194 INFO STEP 156 (remove_files) COMPLETE
98672024-12-19T19:18:53.064Z[ host-image] Dec 19 19:18:51.201 INFO O| Dec 19 19:18:51.194 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98682024-12-19T19:18:53.071Z[ host-image] Dec 19 19:18:51.209 INFO O| Dec 19 19:18:51.209 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98692024-12-19T19:18:53.074Z[ host-image] Dec 19 19:18:51.209 INFO O| Dec 19 19:18:51.209 INFO STEP 157 (remove_files) COMPLETE
98702024-12-19T19:18:53.074Z[ host-image] Dec 19 19:18:51.209 INFO O| Dec 19 19:18:51.209 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98712024-12-19T19:18:53.091Z[ host-image] Dec 19 19:18:51.228 INFO O| Dec 19 19:18:51.228 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98722024-12-19T19:18:53.094Z[ host-image] Dec 19 19:18:51.228 INFO O| Dec 19 19:18:51.228 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98732024-12-19T19:19:04.349Z[ host-image] Dec 19 19:19:02.475 INFO O| Dec 19 19:19:02.475 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
98742024-12-19T19:19:04.349Z[ host-image] Dec 19 19:19:02.476 INFO O| Dec 19 19:19:02.475 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98752024-12-19T19:19:04.361Z[ host-image] Dec 19 19:19:02.497 INFO O| Dec 19 19:19:02.497 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98762024-12-19T19:19:04.529Z[ host-image] Dec 19 19:19:02.665 INFO O| Dec 19 19:19:02.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98772024-12-19T19:19:04.529Z[ host-image] Dec 19 19:19:02.665 INFO O| Dec 19 19:19:02.665 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98782024-12-19T19:19:04.532Z[ host-image] Dec 19 19:19:02.668 INFO O| Dec 19 19:19:02.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98792024-12-19T19:19:04.532Z[ host-image] Dec 19 19:19:02.668 INFO O| Dec 19 19:19:02.668 INFO ok!
98802024-12-19T19:19:04.535Z[ host-image] Dec 19 19:19:02.668 INFO O| Dec 19 19:19:02.668 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98812024-12-19T19:19:04.535Z[ host-image] Dec 19 19:19:02.669 INFO O| Dec 19 19:19:02.669 INFO STEP 158 (seed_smf) COMPLETE
98822024-12-19T19:19:04.535Z[ host-image] Dec 19 19:19:02.669 INFO O| Dec 19 19:19:02.669 INFO steps complete; finalising image!
98832024-12-19T19:19:04.535Z[ host-image] Dec 19 19:19:02.669 INFO O| Dec 19 19:19:02.669 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98842024-12-19T19:19:04.741Z[ host-image] Dec 19 19:19:02.877 INFO O| Dec 19 19:19:02.877 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Dec 19 19:19:02 2024)
98852024-12-19T19:19:04.952Z[ host-image] Dec 19 19:19:03.088 INFO O| Dec 19 19:19:03.088 INFO trim TEMPORARY-gimlet-zfs: (70% trimmed, started at Thu Dec 19 19:19:02 2024)
98862024-12-19T19:19:05.166Z[ host-image] Dec 19 19:19:03.302 INFO O| Dec 19 19:19:03.302 INFO trim TEMPORARY-gimlet-zfs: (92% trimmed, started at Thu Dec 19 19:19:02 2024)
98872024-12-19T19:19:05.378Z[ host-image] Dec 19 19:19:03.514 INFO O| Dec 19 19:19:03.514 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Thu Dec 19 19:19:02 2024)
98882024-12-19T19:19:05.638Z[ host-image] Dec 19 19:19:03.774 INFO O| Dec 19 19:19:03.774 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
98892024-12-19T19:19:05.638Z[ host-image] Dec 19 19:19:03.774 INFO O| Dec 19 19:19:03.774 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98902024-12-19T19:19:06.436Z[ host-image] Dec 19 19:19:04.572 INFO O| Dec 19 19:19:04.572 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98912024-12-19T19:19:06.436Z[ host-image] Dec 19 19:19:04.572 INFO O| Dec 19 19:19:04.572 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98922024-12-19T19:19:08.218Z[ host-image] Dec 19 19:19:06.353 INFO O| Dec 19 19:19:06.353 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98932024-12-19T19:19:08.218Z[ host-image] Dec 19 19:19:06.353 INFO O| Dec 19 19:19:06.353 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98942024-12-19T19:19:08.218Z[ host-image] Dec 19 19:19:06.353 INFO O| Dec 19 19:19:06.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98952024-12-19T19:19:08.218Z[ host-image] Dec 19 19:19:06.353 INFO O| Dec 19 19:19:06.353 INFO completed processing gimlet/zfs
98962024-12-19T19:19:08.218Z[ host-image] Dec 19 19:19:06.353 INFO O| Dec 19 19:19:06.353 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98972024-12-19T19:19:16.809Z[ host-image] Dec 19 19:19:14.944 INFO O| Dec 19 19:19:14.944 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98982024-12-19T19:19:16.948Z[ host-image] Dec 19 19:19:15.083 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
98992024-12-19T19:19:16.948Z[ host-image] Dec 19 19:19:15.083 INFO expanded image name: "ci 331ac9a/${os_short_commit} 2024-12-19 18:45" -> "ci 331ac9a/7274828 2024-12-19 18:45"
99002024-12-19T19:19:16.950Z[ host-image] Dec 19 19:19:15.083 INFO output artefacts stored in: "/work/os-host"
99012024-12-19T19:19:16.950Z[ host-image] Dec 19 19:19:15.083 INFO collecting git info from project "pilot"...
99022024-12-19T19:19:16.965Z[ host-image] Dec 19 19:19:15.100 INFO collecting git info from project "bootserver"...
99032024-12-19T19:19:16.973Z[ host-image] Dec 19 19:19:15.108 INFO collecting git info from project "amd-firmware"...
99042024-12-19T19:19:16.987Z[ host-image] Dec 19 19:19:15.122 INFO collecting git info from project "image-builder"...
99052024-12-19T19:19:16.998Z[ host-image] Dec 19 19:19:15.134 INFO collecting git info from project "chelsio-t6-roms"...
99062024-12-19T19:19:17.007Z[ host-image] Dec 19 19:19:15.143 INFO collecting git info from project "phbl"...
99072024-12-19T19:19:17.015Z[ host-image] Dec 19 19:19:15.150 INFO collecting git info from project "amd-host-image-builder"...
99082024-12-19T19:19:17.039Z[ host-image] Dec 19 19:19:15.175 INFO collecting git info from project "pinprick"...
99092024-12-19T19:19:17.047Z[ host-image] Dec 19 19:19:15.182 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99102024-12-19T19:19:17.645Z[ host-image] Dec 19 19:19:15.779 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99112024-12-19T19:19:18.227Z[ host-image] Dec 19 19:19:16.361 INFO creating Oxide boot image...
99122024-12-19T19:19:18.227Z[ host-image] Dec 19 19:19:16.361 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 331ac9a/7274828 2024-12-19 18:45", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99132024-12-19T19:19:19.315Z[ host-image] Dec 19 19:19:17.450 INFO O| ok, image written!
99142024-12-19T19:19:19.315Z[ host-image] Dec 19 19:19:17.450 INFO O| ok, boot_image_csum file written!
99152024-12-19T19:19:19.319Z[ host-image] Dec 19 19:19:17.454 INFO creating boot archive (CPIO)...
99162024-12-19T19:19:19.319Z[ host-image] Dec 19 19:19:17.454 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
99172024-12-19T19:19:19.333Z[ host-image] Dec 19 19:19:17.468 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99182024-12-19T19:19:19.333Z[ host-image] Dec 19 19:19:17.468 INFO E| + outfile=/work/os-host/cpio
99192024-12-19T19:19:19.336Z[ host-image] Dec 19 19:19:17.468 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99202024-12-19T19:19:19.336Z[ host-image] Dec 19 19:19:17.471 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99212024-12-19T19:19:19.338Z[ host-image] Dec 19 19:19:17.471 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99222024-12-19T19:19:19.386Z[ host-image] Dec 19 19:19:17.522 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99232024-12-19T19:19:19.389Z[ host-image] Dec 19 19:19:17.522 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99242024-12-19T19:19:19.398Z[ host-image] Dec 19 19:19:17.533 INFO creating compressed cpio/unix for nanobl-rs...
99252024-12-19T19:19:19.398Z[ host-image] Dec 19 19:19:17.533 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
99262024-12-19T19:19:19.733Z[ host-image] Dec 19 19:19:17.867 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99272024-12-19T19:19:24.388Z[ host-image] Dec 19 19:19:22.523 INFO creating reset image...
99282024-12-19T19:19:24.391Z[ host-image] Dec 19 19:19:22.523 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99292024-12-19T19:19:24.500Z[ host-image] Dec 19 19:19:22.635 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99302024-12-19T19:19:24.503Z[ host-image] Dec 19 19:19:22.636 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99312024-12-19T19:19:24.565Z[ host-image] Dec 19 19:19:22.700 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99322024-12-19T19:19:26.541Z[ host-image] Dec 19 19:19:24.676 INFO E| Finished `release` profile [optimized] target(s) in 2.02s
99332024-12-19T19:19:26.553Z[ host-image] Dec 19 19:19:24.688 INFO building host image...
99342024-12-19T19:19:26.556Z[ host-image] Dec 19 19:19:24.688 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")
99352024-12-19T19:19:27.067Z[ host-image] Dec 19 19:19:25.202 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99362024-12-19T19:20:29.264Z[ host-image] Dec 19 19:20:27.393 INFO image complete! materials are in "/work/os-host"
99372024-12-19T19:20:29.267Z[ host-image]
99382024-12-19T19:20:29.268Z[ host-image] real 12:57.391974520
99392024-12-19T19:20:29.270Z[ host-image] user 6:32.811930031
99402024-12-19T19:20:29.270Z[ host-image] sys 1:08.166327720
99412024-12-19T19:20:29.270Z[ host-image] trap 0.299783384
99422024-12-19T19:20:29.270Z[ host-image] tflt 0.009703075
99432024-12-19T19:20:29.271Z[ host-image] dflt 0.104177910
99442024-12-19T19:20:29.271Z[ host-image] kflt 0.004928083
99452024-12-19T19:20:29.271Z[ host-image] lock 35.009353640
99462024-12-19T19:20:29.271Z[ host-image] slp 1:07:52.544413605
99472024-12-19T19:20:29.271Z[ host-image] lat 2:57.233141842
99482024-12-19T19:20:29.271Z[ host-image] stop 0.399359788
99492024-12-19T19:20:29.271ZDec 19 19:20:27.399 INFO [host-image] process exited with exit status: 0 (777.409231882s)
99502024-12-19T19:20:29.271ZDec 19 19:20:27.399 INFO [tuf-repo] running task
99512024-12-19T19:20:44.287ZDec 19 19:20:42.416 INFO assembling repository in `/tmp/tufaceouserDLRL`, component: OmicronRepoAssembler
99522024-12-19T19:21:06.639ZDec 19 19:21:04.767 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99532024-12-19T19:21:06.941ZDec 19 19:21:05.068 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99542024-12-19T19:21:19.874ZDec 19 19:21:18.000 INFO [tuf-repo] task succeeded (50.601011577s)
99552024-12-19T19:23:30.260Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 40s
99562024-12-19T19:23:30.658ZDec 19 19:23:28.774 INFO [verify-libraries] process exited with exit status: 0 (944.374903882s)
99572024-12-19T19:23:30.658ZDec 19 19:23:28.775 INFO all jobs completed in 2265.969435177s
99582024-12-19T19:23:32.883Zprocess exited: duration 2950943 ms, exit code 0
 
99592024-12-19T19:23:32.906Zfound 33 output files
99602024-12-19T19:23:32.906Zuploading: /work/manifest.toml (8404 bytes)
99612024-12-19T19:23:33.933Zuploaded: /work/manifest.toml
99622024-12-19T19:23:33.933Zuploading: /work/repo.zip (1945378516 bytes)
99632024-12-19T19:24:15.914Zuploaded: /work/repo.zip
99642024-12-19T19:24:15.914Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99652024-12-19T19:24:16.923Zuploaded: /work/repo.zip.sha256.txt
99662024-12-19T19:24:16.923Zuploading: /work/helios-setup.log (66237 bytes)
99672024-12-19T19:24:17.935Zuploaded: /work/helios-setup.log
99682024-12-19T19:24:17.938Zuploading: /work/host-image.log (196758 bytes)
99692024-12-19T19:24:18.954Zuploaded: /work/host-image.log
99702024-12-19T19:24:18.955Zuploading: /work/host-package.log (22349 bytes)
99712024-12-19T19:24:19.964Zuploaded: /work/host-package.log
99722024-12-19T19:24:19.964Zuploading: /work/host-target.log (101 bytes)
99732024-12-19T19:24:20.973Zuploaded: /work/host-target.log
99742024-12-19T19:24:20.974Zuploading: /work/omicron-package.log (5666 bytes)
99752024-12-19T19:24:21.981Zuploaded: /work/omicron-package.log
99762024-12-19T19:24:21.981Zuploading: /work/phbl-toolchain.log (881 bytes)
99772024-12-19T19:24:22.989Zuploaded: /work/phbl-toolchain.log
99782024-12-19T19:24:22.989Zuploading: /work/recovery-image.log (592142 bytes)
99792024-12-19T19:24:24.011Zuploaded: /work/recovery-image.log
99802024-12-19T19:24:24.011Zuploading: /work/recovery-package.log (321 bytes)
99812024-12-19T19:24:25.019Zuploaded: /work/recovery-package.log
99822024-12-19T19:24:25.019Zuploading: /work/recovery-target.log (98 bytes)
99832024-12-19T19:24:26.028Zuploaded: /work/recovery-target.log
99842024-12-19T19:24:26.028Zuploading: /work/stamp-clickhouse.log (117 bytes)
99852024-12-19T19:24:27.040Zuploaded: /work/stamp-clickhouse.log
99862024-12-19T19:24:27.040Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99872024-12-19T19:24:28.049Zuploaded: /work/stamp-clickhouse_keeper.log
99882024-12-19T19:24:28.050Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99892024-12-19T19:24:29.059Zuploaded: /work/stamp-cockroachdb.log
99902024-12-19T19:24:29.060Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99912024-12-19T19:24:30.069Zuploaded: /work/stamp-crucible-dtrace.log
99922024-12-19T19:24:30.069Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99932024-12-19T19:24:31.077Zuploaded: /work/stamp-crucible-pantry-zone.log
99942024-12-19T19:24:31.077Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99952024-12-19T19:24:32.088Zuploaded: /work/stamp-crucible-zone.log
99962024-12-19T19:24:32.088Zuploading: /work/stamp-external-dns.log (119 bytes)
99972024-12-19T19:24:33.096Zuploaded: /work/stamp-external-dns.log
99982024-12-19T19:24:33.096Zuploading: /work/stamp-installinator.log (103 bytes)
99992024-12-19T19:24:34.104Zuploaded: /work/stamp-installinator.log
100002024-12-19T19:24:34.104Zuploading: /work/stamp-internal-dns.log (119 bytes)
100012024-12-19T19:24:35.112Zuploaded: /work/stamp-internal-dns.log
100022024-12-19T19:24:35.112Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100032024-12-19T19:24:36.121Zuploaded: /work/stamp-mg-ddm-gz.log
100042024-12-19T19:24:36.122Zuploading: /work/stamp-nexus.log (112 bytes)
100052024-12-19T19:24:37.129Zuploaded: /work/stamp-nexus.log
100062024-12-19T19:24:37.129Zuploading: /work/stamp-ntp.log (110 bytes)
100072024-12-19T19:24:38.139Zuploaded: /work/stamp-ntp.log
100082024-12-19T19:24:38.139Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100092024-12-19T19:24:39.150Zuploaded: /work/stamp-omicron-sled-agent.log
100102024-12-19T19:24:39.150Zuploading: /work/stamp-overlay.log (114 bytes)
100112024-12-19T19:24:40.159Zuploaded: /work/stamp-overlay.log
100122024-12-19T19:24:40.159Zuploading: /work/stamp-oximeter.log (115 bytes)
100132024-12-19T19:24:41.167Zuploaded: /work/stamp-oximeter.log
100142024-12-19T19:24:41.167Zuploading: /work/stamp-oxlog.log (109 bytes)
100152024-12-19T19:24:42.176Zuploaded: /work/stamp-oxlog.log
100162024-12-19T19:24:42.176Zuploading: /work/stamp-probe.log (112 bytes)
100172024-12-19T19:24:43.187Zuploaded: /work/stamp-probe.log
100182024-12-19T19:24:43.187Zuploading: /work/stamp-propolis-server.log (122 bytes)
100192024-12-19T19:24:44.197Zuploaded: /work/stamp-propolis-server.log
100202024-12-19T19:24:44.197Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100212024-12-19T19:24:45.207Zuploaded: /work/stamp-pumpkind-gz.log
100222024-12-19T19:24:45.207Zuploading: /work/stamp-switch-asic.log (118 bytes)
100232024-12-19T19:24:46.215Zuploaded: /work/stamp-switch-asic.log
100242024-12-19T19:24:46.215Zuploading: /work/verify-libraries.log (5735 bytes)
100252024-12-19T19:24:47.223Zuploaded: /work/verify-libraries.log